Detect changing relationships
Watch how current data and learned assumptions diverge—not just whether a single score moves.
Research / Adaptive intelligence
My doctoral research studied how a model can continuously adapt as the relationship between historical and real-time data evolves.
Static training assumes the future will resemble the data a model already knows. Real systems rarely stay that tidy.
My research explored continuous model adaptation using online meta-learning: a framework for learning how to update a deep model as real-time data arrives and underlying patterns change.
The smart-grid application made that question concrete. Loads, behaviors, and conditions shift over time, so useful prediction depends on adapting without discarding everything the model has already learned.
The practical idea is simple: adaptation is not a repair after deployment. It is part of the system’s design.
That perspective continues to shape how I think about production AI—monitor drift, update selectively, evaluate longitudinally, and connect model behavior to real outcomes.
View the IEEE record ↗Watch how current data and learned assumptions diverge—not just whether a single score moves.
Move the parameters that need to change while preserving knowledge that remains useful.
Judge the learning process across shifts and sequences, rather than at one frozen benchmark.
Changes in data should inform product and model decisions together.
A dependable system must stay useful as conditions and behavior evolve.
The path from an outcome back to the system should be intentional.