Learning After Model Deployment
Derda Kaymak, Gyuhak Kim, Tomoya Kaichi, Tatsuya Konishi, Bing Liu

TL;DR
This paper introduces ALMD, a paradigm for models to detect and learn new classes after deployment, addressing challenges of dynamic environments with a novel method called PLDA for real-time OOD detection and incremental learning.
Contribution
The paper proposes ALMD, a new paradigm for autonomous, continuous learning after deployment, and introduces PLDA, a method for dynamic OOD detection and incremental class learning.
Findings
PLDA effectively detects novel classes in real-time.
PLDA enables incremental learning without retraining from scratch.
Empirical results demonstrate PLDA's superiority in dynamic environments.
Abstract
In classic supervised learning, once a model is deployed in an application, it is fixed. No updates will be made to it during the application. This is inappropriate for many dynamic and open environments, where unexpected samples from unseen classes may appear. In such an environment, the model should be able to detect these novel samples from unseen classes and learn them after they are labeled. We call this paradigm Autonomous Learning after Model Deployment (ALMD). The learning here is continuous and involves no human engineers. Labeling in this scenario is performed by human co-workers or other knowledgeable agents, which is similar to what humans do when they encounter an unfamiliar object and ask another person for its name. In ALMD, the detection of novel samples is dynamic and differs from traditional out-of-distribution (OOD) detection in that the set of in-distribution (ID)…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and Algorithms · Advanced Neural Network Applications
