Margin Contrastive Learning with Learnable-Vector for Continual Learning

Abstract

In continual learning, there is a serious problem "catastrophic forgetting", in which previously acquired knowledge is forgotten when a new task is learned. Various methods have been proposed to solve this problem. Among them, Replay methods, which store a portion of the past training data and regenerate it for later tasks, have shown excellent performance. In this paper, we propose a new online continuous learning method that adds a representative vector for each class and a margin for similarity computation to the conventional method, Supervised Contrastive Replay (SCR). Our method aims to mitigate the catastrophic forgetting caused by class imbalance by using learnable vectors of each class and adding a margin to the calculation of similarity. Experiments on multiple image classification datasets confirm that our method outperformed conventional methods.

Cite

Text

Nagata and Hotta. "Margin Contrastive Learning with Learnable-Vector for Continual Learning." IEEE/CVF International Conference on Computer Vision Workshops, 2023. doi:10.1109/ICCVW60793.2023.00383

Markdown

[Nagata and Hotta. "Margin Contrastive Learning with Learnable-Vector for Continual Learning." IEEE/CVF International Conference on Computer Vision Workshops, 2023.](https://mlanthology.org/iccvw/2023/nagata2023iccvw-margin/) doi:10.1109/ICCVW60793.2023.00383

BibTeX

@inproceedings{nagata2023iccvw-margin,
  title     = {{Margin Contrastive Learning with Learnable-Vector for Continual Learning}},
  author    = {Nagata, Kotaro and Hotta, Kazuhiro},
  booktitle = {IEEE/CVF International Conference on Computer Vision Workshops},
  year      = {2023},
  pages     = {3562-3568},
  doi       = {10.1109/ICCVW60793.2023.00383},
  url       = {https://mlanthology.org/iccvw/2023/nagata2023iccvw-margin/}
}