CVAug 25, 2020

Active Class Incremental Learning for Imbalanced Datasets

arXiv:2008.10968v115 citations
Originality Incremental advance
AI Analysis

This work addresses incremental learning for imbalanced datasets, a domain-specific problem that is incremental in nature.

The paper tackles the problem of incremental learning with imbalanced datasets by discarding unrealistic assumptions of readily annotated data and balanced tests, introducing sample acquisition functions and class prediction scaling to address imbalance and reduce the gap between active and standard incremental learning performance, with results showing a positive effect across four visual datasets.

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 acquisition functions. Results indicate that the proposed contributions have a positive effect and reduce the gap between active and standard IL performance.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes