Generalized Class Incremental Learning
Abstract
Many real-world machine learning systems require the ability to continually learn new knowledge. Class incremental learning receives increasing attention recently as a solution towards this goal. However, existing methods often introduce some assumptions to simplify the problem setting, which rarely holds in real-world scenarios. In this paper, we formulate a Generalized Class Incremental Learning (GCIL) framework to systematically alleviate these restrictions, and introduce several novel realistic incremental learning scenarios. In addition, we propose a simple yet effective method, namely ReMix, which combines Exemplar Replay (ER) and Mixup to deal with different challenges in realistic GCIL setups. We demonstrate on CIFAR-100 that ReMix outperforms the state-of-the-art methods in different GCIL setups by significant margins without introducing additional computation cost.
Cite
Text
Mi et al. "Generalized Class Incremental Learning." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2020. doi:10.1109/CVPRW50498.2020.00128Markdown
[Mi et al. "Generalized Class Incremental Learning." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2020.](https://mlanthology.org/cvprw/2020/mi2020cvprw-generalized/) doi:10.1109/CVPRW50498.2020.00128BibTeX
@inproceedings{mi2020cvprw-generalized,
title = {{Generalized Class Incremental Learning}},
author = {Mi, Fei and Kong, Lingjing and Lin, Tao and Yu, Kaicheng and Faltings, Boi},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
year = {2020},
pages = {970-974},
doi = {10.1109/CVPRW50498.2020.00128},
url = {https://mlanthology.org/cvprw/2020/mi2020cvprw-generalized/}
}