Adapter Merging with Centroid Prototype Mapping for Scalable Class-Incremental Learning
About
We propose Adapter Merging with Centroid Prototype Mapping (ACMap), an exemplar-free framework for class-incremental learning (CIL) that addresses both catastrophic forgetting and scalability. While existing methods involve a trade-off between inference time and accuracy, ACMap consolidates task-specific adapters into a single adapter, thus achieving constant inference time across tasks without sacrificing accuracy. The framework employs adapter merging to build a shared subspace that aligns task representations and mitigates forgetting, while centroid prototype mapping maintains high accuracy by consistently adapting representations within the shared subspace. To further improve scalability, an early stopping strategy limits adapter merging as tasks increase. Extensive experiments on five benchmark datasets demonstrate that ACMap matches state-of-the-art accuracy while maintaining inference time comparable to the fastest existing methods. The code is available at https://github.com/tf63/ACMap.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Class-incremental learning | CIFAR-100 10 (test) | Average Top-1 Accuracy90.27 | 105 | |
| Continual Learning | CIFAR-100 | -- | 56 | |
| Class-incremental learning | CUB (test) | Last-task Accuracy (A_T)87.47 | 36 | |
| Class-incremental learning | Multiple Datasets (CIFAR-100 and ImageNet-A) | Accuracy (Last Task)85.81 | 24 | |
| Class-incremental learning | ImageNet-A T=10 (test) | Final Accuracy50.47 | 20 | |
| Class-incremental learning | ImageNet-R T=40 (test) | Final Accuracy60.54 | 20 | |
| Continual Food Recognition | VFN LT 186 | Last Task Accuracy (AT)67.07 | 18 | |
| Continual Learning | CUB | -- | 17 | |
| Class-incremental learning | CUB T=20 200-2011 (test) | Last Task Accuracy (AT)87.34 | 10 | |
| Continual Food Recognition | VFN186 Insulin | Last Task Accuracy (AT)66.22 | 9 |