Lightweight Conditional Model Extrapolation for Streaming Data under Class-Prior Shift
Paulina Tomaszewska, Christoph H. Lampert

TL;DR
LIMES is a lightweight meta-learning based method for adapting classifiers to non-stationary streaming data with class-prior shift, achieving higher accuracy with minimal overhead.
Contribution
We propose LIMES, a novel meta-learning approach that enables efficient classifier adaptation for streaming data with class-prior shift, requiring no additional trainable parameters.
Findings
LIMES outperforms alternative methods in accuracy on Twitter data tasks.
The method effectively predicts adaptation parameters for future data distributions.
LIMES maintains low computational and memory overhead.
Abstract
We introduce LIMES, a new method for learning with non-stationary streaming data, inspired by the recent success of meta-learning. The main idea is not to attempt to learn a single classifier that would have to work well across all occurring data distributions, nor many separate classifiers, but to exploit a hybrid strategy: we learn a single set of model parameters from which a specific classifier for any specific data distribution is derived via classifier adaptation. Assuming a multi-class classification setting with class-prior shift, the adaptation step can be performed analytically with only the classifier's bias terms being affected. Another contribution of our work is an extrapolation step that predicts suitable adaptation parameters for future time steps based on the previous data. In combination, we obtain a lightweight procedure for learning from streaming data with varying…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Stream Mining Techniques · Domain Adaptation and Few-Shot Learning · Machine Learning and Data Classification
