Overcoming Catastrophic Forgetting with Unlabeled Data in the Wild
Abstract
Lifelong learning with deep neural networks is well-known to suffer from catastrophic forgetting: the performance on previous tasks drastically degrades when learning a new task. To alleviate this effect, we propose to leverage a large stream of unlabeled data easily obtainable in the wild. In particular, we design a novel class-incremental learning scheme with (a) a new distillation loss, termed global distillation, (b) a learning strategy to avoid overfitting to the most recent task, and (c) a confidence-based sampling method to effectively leverage unlabeled external data. Our experimental results on various datasets, including CIFAR and ImageNet, demonstrate the superiority of the proposed methods over prior methods, particularly when a stream of unlabeled data is accessible: our method shows up to 15.8% higher accuracy and 46.5% less forgetting compared to the state-of-the-art method. The code is available at https://github.com/kibok90/iccv2019-inc.
Cite
Text
Lee et al. "Overcoming Catastrophic Forgetting with Unlabeled Data in the Wild." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.00040Markdown
[Lee et al. "Overcoming Catastrophic Forgetting with Unlabeled Data in the Wild." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/lee2019iccv-overcoming/) doi:10.1109/ICCV.2019.00040BibTeX
@inproceedings{lee2019iccv-overcoming,
title = {{Overcoming Catastrophic Forgetting with Unlabeled Data in the Wild}},
author = {Lee, Kibok and Lee, Kimin and Shin, Jinwoo and Lee, Honglak},
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
year = {2019},
doi = {10.1109/ICCV.2019.00040},
url = {https://mlanthology.org/iccv/2019/lee2019iccv-overcoming/}
}