AI Navigate

One Adapter for All: Towards Unified Representation in Step-Imbalanced Class-Incremental Learning

arXiv cs.CV / 3/12/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper addresses step-imbalanced class-incremental learning (CIL), where task sizes vary and large tasks dominate learning, causing unstable updates from smaller tasks.
  • It proposes One-A, a unified, imbalance-aware adapter that incrementally merges task updates into a single adapter to maintain constant inference cost.
  • Key components include asymmetric subspace alignment to preserve dominant subspaces learned from large tasks, information-adaptive weighting to balance base and new adapters, and directional gating to selectively fuse updates along singular directions for stability and plasticity.
  • Across benchmarks with step-imbalanced streams, One-A achieves competitive accuracy while keeping low inference overhead, demonstrating that a single asymmetrically fused adapter can adapt to dynamic task sizes and streamline deployment.

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 weighting balances the contribution between base and new adapters, and a directional gating mechanism selectively fuses updates along each singular direction, maintaining stability in head directions and plasticity in tail ones. Across multiple benchmarks and step-imbalanced streams, One-A achieves competitive accuracy with significantly low inference overhead, showing that a single, asymmetrically fused adapter can remain both adaptive to dynamic task sizes and efficient at deployment.