Class-Incremental Mixture of Gaussians for Deep Continual Learning

Abstract

Continual learning models for stationary data focus on learning and retaining concepts coming to them in a sequential manner. In the most generic class-incremental environment, we have to be ready to deal with classes coming one by one, without any higher-level grouping. This requirement invalidates many previously proposed methods and forces researchers to look for more flexible alternative approaches. In this work, we follow the idea of centroid-driven methods and propose end-to-end incorporation of the mixture of Gaussians model into the continual learning framework. By employing the gradient-based approach and designing losses capable of learning discriminative features while avoiding degenerate solutions, we successfully combine the mixture model with a deep feature extractor allowing for joint optimization and adjustments in the latent space. Additionally, we show that our model can effectively learn in memory-free scenarios with fixed extractors. In the conducted experiments, we empirically demonstrate the effectiveness of the proposed solutions and exhibit the competitiveness of our model when compared with state-of-the-art continual learning baselines evaluated in the context of image classification problems.

Cite

Text

Korycki and Krawczyk. "Class-Incremental Mixture of Gaussians for Deep Continual Learning." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2024. doi:10.1109/CVPRW63382.2024.00413

Markdown

[Korycki and Krawczyk. "Class-Incremental Mixture of Gaussians for Deep Continual Learning." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2024.](https://mlanthology.org/cvprw/2024/korycki2024cvprw-classincremental/) doi:10.1109/CVPRW63382.2024.00413

BibTeX

@inproceedings{korycki2024cvprw-classincremental,
  title     = {{Class-Incremental Mixture of Gaussians for Deep Continual Learning}},
  author    = {Korycki, Lukasz and Krawczyk, Bartosz},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2024},
  pages     = {4097-4106},
  doi       = {10.1109/CVPRW63382.2024.00413},
  url       = {https://mlanthology.org/cvprw/2024/korycki2024cvprw-classincremental/}
}