Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

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.

Takuma Fukuda, Hiroshi Kera, Kazuhiko Kawamoto• 2024

Related benchmarks

TaskDatasetResultRank
Class-incremental learningCIFAR-100 10 (test)
Average Top-1 Accuracy90.27
105
Continual LearningCIFAR-100--
56
Class-incremental learningCUB (test)
Last-task Accuracy (A_T)87.47
36
Class-incremental learningMultiple Datasets (CIFAR-100 and ImageNet-A)
Accuracy (Last Task)85.81
24
Class-incremental learningImageNet-A T=10 (test)
Final Accuracy50.47
20
Class-incremental learningImageNet-R T=40 (test)
Final Accuracy60.54
20
Continual Food RecognitionVFN LT 186
Last Task Accuracy (AT)67.07
18
Continual LearningCUB--
17
Class-incremental learningCUB T=20 200-2011 (test)
Last Task Accuracy (AT)87.34
10
Continual Food RecognitionVFN186 Insulin
Last Task Accuracy (AT)66.22
9
Showing 10 of 11 rows

Other info

Follow for update