TL;DR
This paper proposes a novel approach to active class incremental learning that addresses dataset imbalance and annotation assumptions, improving performance in realistic streaming data scenarios.
Contribution
It introduces new sample acquisition functions for imbalanced data in IL and treats IL as an imbalanced learning problem rather than solely using knowledge distillation.
Findings
Proposed acquisition functions improve IL performance on imbalanced datasets.
Class prediction scaling reduces imbalance effects during inference.
Results show a smaller gap between active and standard IL methods.
Abstract
Incremental Learning (IL) allows AI systems to adapt to streamed data. Most existing algorithms make two strong hypotheses which reduce the realism of the incremental scenario: (1) new data are assumed to be readily annotated when streamed and (2) tests are run with balanced datasets while most real-life datasets are actually imbalanced. These hypotheses are discarded and the resulting challenges are tackled with a combination of active and imbalanced learning. We introduce sample acquisition functions which tackle imbalance and are compatible with IL constraints. We also consider IL as an imbalanced learning problem instead of the established usage of knowledge distillation against catastrophic forgetting. Here, imbalance effects are reduced during inference through class prediction scaling. Evaluation is done with four visual datasets and compares existing and proposed sample…
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
MethodsKnowledge Distillation
