Mnemonics Training: Multi-Class Incremental Learning Without Forgetting
Abstract
Multi-Class Incremental Learning (MCIL) aims to learn new concepts by incrementally updating a model trained on previous concepts. However, there is an inherent trade-off to effectively learning new concepts without catastrophic forgetting of previous ones. To alleviate this issue, it has been proposed to keep around a few examples of the previous concepts but the effectiveness of this approach heavily depends on the representativeness of these examples. This paper proposes a novel and automatic framework we call mnemonics, where we parameterize exemplars and make them optimizable in an end-to-end manner. We train the framework through bilevel optimizations, i.e., model-level and exemplar-level. We conduct extensive experiments on three MCIL benchmarks, CIFAR-100, ImageNet-Subset and ImageNet, and show that using mnemonics exemplars can surpass the state-of-the-art by a large margin. Interestingly and quite intriguingly, the mnemonics exemplars tend to be on the boundaries between different classes.
Cite
Text
Liu et al. "Mnemonics Training: Multi-Class Incremental Learning Without Forgetting." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020. doi:10.1109/CVPR42600.2020.01226Markdown
[Liu et al. "Mnemonics Training: Multi-Class Incremental Learning Without Forgetting." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020.](https://mlanthology.org/cvpr/2020/liu2020cvpr-mnemonics/) doi:10.1109/CVPR42600.2020.01226BibTeX
@inproceedings{liu2020cvpr-mnemonics,
title = {{Mnemonics Training: Multi-Class Incremental Learning Without Forgetting}},
author = {Liu, Yaoyao and Su, Yuting and Liu, An-An and Schiele, Bernt and Sun, Qianru},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2020},
doi = {10.1109/CVPR42600.2020.01226},
url = {https://mlanthology.org/cvpr/2020/liu2020cvpr-mnemonics/}
}