paper-with-me

Papers

Efficient Non-Exemplar Class-Incremental Learning with Retrospective Feature Synthesis

2024-11-03 · Liang Bai, Hong Song, Yucong Lin, Tianyu Fu, Deqiang Xiao, Danni Ai, Jingfan Fan, Jian Yang

Despite the outstanding performance in many individual tasks, deep neural networks suffer from catastrophic forgetting when learning from continuous data streams in real-world scenarios. Current Non-Exemplar Class-Incremental Learning (NECIL) methods mitigate forgetting by storing a single prototype per class, which serves to inject previous information when sequentially learning new classes. However, these stored prototypes or their augmented variants often fail to simultaneously capture spatial distribution diversity and precision needed for representing old classes. Moreover, as the model acquires new knowledge, these prototypes gradually become outdated, making them less effective. To overcome these limitations, we propose a more efficient NECIL method that replaces prototypes with synthesized retrospective features for old classes. Specifically, we model each old class's feature space using a multivariate Gaussian distribution and generate deep representations by sampling from high-likelihood regions. Additionally, we introduce a similarity-based feature compensation mechanism that integrates generated old class features with similar new class features to synthesize robust retrospective representations. These retrospective features are then incorporated into our incremental learning framework to preserve the decision boundaries of previous classes while learning new ones. Extensive experiments on CIFAR-100, TinyImageNet, and ImageNet-Subset demonstrate that our method significantly improves the efficiency of non-exemplar class-incremental learning and achieves state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2411.01465

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningIncremental Learning

Similar Papers 제목 키워드 기반

FeTrIL: Feature Translation for Exemplar-Free Class-Incremental Learning

2022-11-23 · Grégoire Petit, Adrian Popescu, Hugo Schindler, David Picard 외

Exemplar-free class-incremental learning is very challenging due to the negative effect of catastrophic forgetting. A balance between stability and plasticity of the incremental process is needed in order to obtain good …

class-incremental learningClass Incremental LearningExemplar-FreeIncremental Learning+1

Exemplar-Free Class Incremental Learning via Incremental Representation

2024-03-24 · Libo Huang, Zhulin An, Yan Zeng, Chuanguang Yang 외

Exemplar-Free Class Incremental Learning (efCIL) aims to continuously incorporate the knowledge from new classes while retaining previously learned information, without storing any old-class exemplars (i.e., samples). Fo…

class-incremental learningClass Incremental LearningExemplar-FreeIncremental Learning

PointCLIMB: An Exemplar-Free Point Cloud Class Incremental Benchmark

2023-04-13 · Shivanand Kundargi, Tejas Anvekar, Ramesh Ashok Tabib, Uma Mudenagudi

Point clouds offer comprehensive and precise data regarding the contour and configuration of objects. Employing such geometric and topological 3D information of objects in class incremental learning can aid endless appli…

class-incremental learningClass Incremental LearningExemplar-FreeIncremental Learning

Boosting the Class-Incremental Learning in 3D Point Clouds via Zero-Collection-Cost Basic Shape Pre-Training

2025-04-11 · Chao Qi, Jianqin Yin, Meng Chen, Yingchun Niu 외

Existing class-incremental learning methods in 3D point clouds rely on exemplars (samples of former classes) to resist the catastrophic forgetting of models, and exemplar-free settings will greatly degrade the performanc…

3D geometryclass-incremental learningClass Incremental LearningExemplar-Free+1

ConVAEr: Convolutional Variational AutoEncodeRs for incremental similarity learning

2021-09-29 · Jiahao Huo, Terence L van Zyl

Due to catastrophic forgetting, incremental similarity learning in neural networks remains an open challenge. Previous work has shown that keeping image exemplars during incremental similarity learning is ef…

Metric LearningTransfer Learning