English

Expandable Subspace Ensemble for Pre-Trained Model-Based Class-Incremental Learning

Computer Vision and Pattern Recognition 2024-03-19 v1 Machine Learning

Abstract

Class-Incremental Learning (CIL) requires a learning system to continually learn new classes without forgetting. Despite the strong performance of Pre-Trained Models (PTMs) in CIL, a critical issue persists: learning new classes often results in the overwriting of old ones. Excessive modification of the network causes forgetting, while minimal adjustments lead to an inadequate fit for new classes. As a result, it is desired to figure out a way of efficient model updating without harming former knowledge. In this paper, we propose ExpAndable Subspace Ensemble (EASE) for PTM-based CIL. To enable model updating without conflict, we train a distinct lightweight adapter module for each new task, aiming to create task-specific subspaces. These adapters span a high-dimensional feature space, enabling joint decision-making across multiple subspaces. As data evolves, the expanding subspaces render the old class classifiers incompatible with new-stage spaces. Correspondingly, we design a semantic-guided prototype complement strategy that synthesizes old classes' new features without using any old class instance. Extensive experiments on seven benchmark datasets verify EASE's state-of-the-art performance. Code is available at: https://github.com/sun-hailong/CVPR24-Ease

Keywords

Cite

@article{arxiv.2403.12030,
  title  = {Expandable Subspace Ensemble for Pre-Trained Model-Based Class-Incremental Learning},
  author = {Da-Wei Zhou and Hai-Long Sun and Han-Jia Ye and De-Chuan Zhan},
  journal= {arXiv preprint arXiv:2403.12030},
  year   = {2024}
}

Comments

Accepted to CVPR 2024. Code is available at: https://github.com/sun-hailong/CVPR24-Ease

R2 v1 2026-06-28T15:24:38.435Z