Continual Learning by Asymmetric Loss Approximation with Single-Side Overestimation

Abstract

Catastrophic forgetting is a critical challenge in training deep neural networks. Although continual learning has been investigated as a countermeasure to the problem, it often suffers from the requirements of additional network components and the limited scalability to a large number of tasks. We propose a novel approach to continual learning by approximating a true loss function using an asymmetric quadratic function with one of its sides overestimated. Our algorithm is motivated by the empirical observation that the network parameter updates affect the target loss functions asymmetrically. In the proposed continual learning framework, we estimate an asymmetric loss function for the tasks considered in the past through a proper overestimation of its unobserved sides in training new tasks, while deriving the accurate model parameter for the observable sides. In contrast to existing approaches, our method is free from the side effects and achieves the state-of-the-art accuracy that is even close to the upper-bound performance on several challenging benchmark datasets.

Cite

Text

Park et al. "Continual Learning by Asymmetric Loss Approximation with Single-Side Overestimation." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.00343

Markdown

[Park et al. "Continual Learning by Asymmetric Loss Approximation with Single-Side Overestimation." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/park2019iccv-continual/) doi:10.1109/ICCV.2019.00343

BibTeX

@inproceedings{park2019iccv-continual,
  title     = {{Continual Learning by Asymmetric Loss Approximation with Single-Side Overestimation}},
  author    = {Park, Dongmin and Hong, Seokil and Han, Bohyung and Lee, Kyoung Mu},
  booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
  year      = {2019},
  doi       = {10.1109/ICCV.2019.00343},
  url       = {https://mlanthology.org/iccv/2019/park2019iccv-continual/}
}