One Adapter for All: Towards Unified Representation in Step-Imbalanced Class-Incremental Learning
Xiaoyan Zhang, Jiangpeng He

TL;DR
This paper introduces One-A, a unified adapter framework for step-imbalanced class-incremental learning that maintains accuracy and efficiency by adaptively merging task updates despite varying task sizes.
Contribution
The paper proposes One-A, a novel imbalance-aware adapter that asymmetrically fuses task updates, preserving performance in step-imbalanced CIL scenarios with low inference cost.
Findings
Achieves competitive accuracy across multiple benchmarks.
Maintains constant inference cost with a single adapter.
Effectively handles step-imbalanced class streams.
Abstract
Class-incremental learning (CIL) aims to acquire new classes over time while retaining prior knowledge, yet most setups and methods assume balanced task streams. In practice, the number of classes per task often varies significantly. We refer to this as step imbalance, where large tasks that contain more classes dominate learning and small tasks inject unstable updates. Existing CIL methods assume balanced tasks and therefore treat all tasks uniformly, producing imbalanced updates that degrade overall learning performance. To address this challenge, we propose One-A, a unified and imbalance-aware framework that incrementally merges task updates into a single adapter, maintaining constant inference cost. One-A performs asymmetric subspace alignment to preserve dominant subspaces learned from large tasks while constraining low-information updates within them. An information-adaptive…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Data Stream Mining Techniques · Imbalanced Data Classification Techniques
