paper-with-me

Papers

Revisiting Class-Incremental Learning with Pre-Trained Models: Generalizability and Adaptivity are All You Need

2023-03-13 · Da-Wei Zhou, Zi-Wen Cai, Han-Jia Ye, De-Chuan Zhan, Ziwei Liu

Class-incremental learning (CIL) aims to adapt to emerging new classes without forgetting old ones. Traditional CIL models are trained from scratch to continually acquire knowledge as data evolves. Recently, pre-training has achieved substantial progress, making vast pre-trained models (PTMs) accessible for CIL. Contrary to traditional methods, PTMs possess generalizable embeddings, which can be easily transferred for CIL. In this work, we revisit CIL with PTMs and argue that the core factors in CIL are adaptivity for model updating and generalizability for knowledge transferring. 1) We first reveal that frozen PTM can already provide generalizable embeddings for CIL. Surprisingly, a simple baseline (SimpleCIL) which continually sets the classifiers of PTM to prototype features can beat state-of-the-art even without training on the downstream task. 2) Due to the distribution gap between pre-trained and downstream datasets, PTM can be further cultivated with adaptivity via model adaptation. We propose AdaPt and mERge (APER), which aggregates the embeddings of PTM and adapted models for classifier construction. APER is a general framework that can be orthogonally combined with any parameter-efficient tuning method, which holds the advantages of PTM's generalizability and adapted model's adaptivity. 3) Additionally, considering previous ImageNet-based benchmarks are unsuitable in the era of PTM due to data overlapping, we propose four new benchmarks for assessment, namely ImageNet-A, ObjectNet, OmniBenchmark, and VTAB. Extensive experiments validate the effectiveness of APER with a unified and concise framework. Code is available at https://github.com/zhoudw-zdw/RevisitingCIL

📄 PDF Abstract BibTeX arXiv:2303.07338

Code (3)

zhoudw-zdw/revisitingcil 공식 구현 pytorch
g-u-n/pycil pytorch
lamda-cl/revisitingcil pytorch

Tasks

Allclass-incremental learningClass Incremental LearningIncremental LearningTask 2

Methods 이 논문이 사용한 방법론

Adam 설명 없음

Similar Papers 제목 키워드 기반

Knowledge Memorization and Rumination for Pre-trained Model-based Class-Incremental Learning

2025-01-01 · CVPR 2025 1 · Zijian Gao, Wangwang Jia, Xingxing Zhang, Dulan Zhou 외

Class-Incremental Learning (CIL) enables models to continuously learn new classes while mitigating catastrophic forgetting. Recently, Pre-Trained Models (PTMs) have greatly enhanced CIL performance, even when fine-tu…

class-incremental learningClass Incremental LearningIncremental LearningMemorization

Blockwise Adaptivity: Faster Training and Better Generalization in Deep Learning

2019-05-23 · Shuai Zheng, James T. Kwok

Stochastic methods with coordinate-wise adaptive stepsize (such as RMSprop and Adam) have been widely used in training deep neural networks. Despite their fast convergence, they can generalize worse than stochastic gradi…

Deep Learning

Anon: Extrapolating Adaptivity Beyond SGD and Adam

2026-05-04 · Yiheng Zhang, Kaiyan Zhao, Shaowu Wu, Yiming Wang 외 arxiv

Adaptive optimizers such as Adam have achieved great success in training large-scale models like large language models and diffusion models. However, they often generalize worse than non-adaptive methods, such as SGD on …

Image Classification

HVAdam: A Full-Dimension Adaptive Optimizer

2025-11-25 · Yiheng Zhang, Shaowu Wu, Yuanzhuo Xu, Jiajun Wu 외 arxiv

Adaptive optimizers such as Adam have achieved great success in training large-scale models like large language models and diffusion models. However, they often generalize worse than non-adaptive methods, such as SGD on …

Image Classification

Improving Feature Generalizability with Multitask Learning in Class Incremental Learning

2022-04-26 · Dong Ma, Chi Ian Tang, Cecilia Mascolo

Many deep learning applications, like keyword spotting, require the incorporation of new concepts (classes) over time, referred to as Class Incremental Learning (CIL). The major challenge in CIL is catastrophic forgettin…

class-incremental learningClass Incremental LearningIncremental LearningKeyword Spotting+1