paper-with-me

홈 › Papers

Rethinking Class-incremental Learning in the Era of Large Pre-trained Models via Test-Time Adaptation

2023-10-17 · Imad Eddine Marouf, Subhankar Roy, Enzo Tartaglione, Stéphane Lathuilière

Class-incremental learning (CIL) is a challenging task that involves sequentially learning to categorize classes from new tasks without forgetting previously learned information. The advent of large pre-trained models (PTMs) has fast-tracked the progress in CIL due to the highly transferable PTM representations, where tuning a small set of parameters leads to state-of-the-art performance when compared with the traditional CIL methods that are trained from scratch. However, repeated fine-tuning on each task destroys the rich representations of the PTMs and further leads to forgetting previous tasks. To strike a balance between the stability and plasticity of PTMs for CIL, we propose a novel perspective of eliminating training on every new task and instead train PTM only on the first task, and then refine its representation at inference time using test-time adaptation (TTA). Concretely, we propose Test-Time Adaptation for Class-Incremental Learning (TTACIL) that first fine-tunes PTMs using Adapters on the first task, then adjusts Layer Norm parameters of the PTM on each test instance for learning task-specific features, and finally resets them back to the adapted model to preserve stability. As a consequence, our TTACIL does not undergo any forgetting, while benefiting each task with the rich PTM features. Additionally, by design, our TTACIL is robust to common data corruptions. Our method outperforms several state-of-the-art CIL methods when evaluated on multiple CIL benchmarks under both clean and corrupted data. Code is available at: https://github.com/IemProg/TTACIL.

📄 PDF Abstract BibTeX arXiv:2310.11482

Code (1)

iemprog/mimi pytorch

Tasks

class-incremental learningClass Incremental LearningIncremental LearningTest-time Adaptation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
BASE 설명 없음

Similar Papers 제목 키워드 기반

Incremental Learning with Maximum Entropy Regularization: Rethinking Forgetting and Intransigence

2019-02-03 · Dahyun Kim, Jihwan Bae, Yeonsik Jo, Jonghyun Choi

Incremental learning suffers from two challenging problems; forgetting of old knowledge and intransigence on learning new knowledge. Prediction by the model incrementally learned with a subset of the dataset are thus unc…

Incremental LearningTransfer Learning

CIT: Rethinking Class-incremental Semantic Segmentation with a Class Independent Transformation

2024-11-05 · Jinchao Ge, BoWen Zhang, Akide Liu, Minh Hieu Phan 외

Class-incremental semantic segmentation (CSS) requires that a model learn to segment new classes without forgetting how to segment previous ones: this is typically achieved by distilling the current knowledge and incorpo…

Class-Incremental Semantic SegmentationSegmentationSemantic Segmentation

PASS++: A Dual Bias Reduction Framework for Non-Exemplar Class-Incremental Learning

2024-07-19 · Fei Zhu, Xu-Yao Zhang, Zhen Cheng, Cheng-Lin Liu

Class-incremental learning (CIL) aims to recognize new classes incrementally while maintaining the discriminability of old classes. Most existing CIL methods are exemplar-based, i.e., storing a part of old data for retra…

class-incremental learningClass Incremental LearningIncremental Learning

Rethinking Few-Shot Class-Incremental Learning with Open-Set Hypothesis in Hyperbolic Geometry

2022-07-20 · Yawen Cui, Zitong Yu, Wei Peng, Li Liu

Few-Shot Class-Incremental Learning (FSCIL) aims at incrementally learning novel classes from a few labeled samples by avoiding the overfitting and catastrophic forgetting simultaneously. The current protocol of FSCIL is…

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningIncremental Learning+2

Integrating Dual Prototypes for Task-Wise Adaption in Pre-Trained Model-Based Class-Incremental Learning

2024-11-26 · Zhiming Xu, Suorong Yang, Baile Xu, Jian Zhao 외

Class-incremental learning (CIL) aims to acquire new classes while conserving historical knowledge incrementally. Despite existing pre-trained model (PTM) based methods performing excellently in CIL, it is better to fine…

class-incremental learningClass Incremental LearningIncremental Learning