English

Enhancing Plasticity for First Session Adaptation Continual Learning

Computer Vision and Pattern Recognition 2025-07-10 v3 Artificial Intelligence

Abstract

The integration of large pre-trained models (PTMs) into Class-Incremental Learning (CIL) has facilitated the development of computationally efficient strategies such as First-Session Adaptation (FSA), which fine-tunes the model solely on the first task while keeping it frozen for subsequent tasks. Although effective in homogeneous task sequences, these approaches struggle when faced with the heterogeneity of real-world task distributions. We introduce Plasticity-Enhanced Test-Time Adaptation in Class-Incremental Learning (PLASTIC), a method that reinstates plasticity in CIL while preserving model stability. PLASTIC leverages Test-Time Adaptation (TTA) by dynamically fine-tuning LayerNorm parameters on unlabeled test data, enabling adaptability to evolving tasks and improving robustness against data corruption. To prevent TTA-induced model divergence and maintain stable learning across tasks, we introduce a teacher-student distillation framework, ensuring that adaptation remains controlled and generalizable. Extensive experiments across multiple benchmarks demonstrate that PLASTIC consistently outperforms both conventional and state-of-the-art PTM-based CIL approaches, while also exhibiting inherent robustness to data corruptions. Code is available at: https://github.com/IemProg/PLASTIC.

Keywords

Cite

@article{arxiv.2310.11482,
  title  = {Enhancing Plasticity for First Session Adaptation Continual Learning},
  author = {Imad Eddine Marouf and Subhankar Roy and Stéphane Lathuilière and Enzo Tartaglione},
  journal= {arXiv preprint arXiv:2310.11482},
  year   = {2025}
}

Comments

Accepted at CoLLAs 2025, 9 pages, 4 figures

R2 v1 2026-06-28T12:53:41.882Z