Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Task-Agnostic Guided Feature Expansion for Class-Incremental Learning

About

The ability to learn new concepts while preserve the learned knowledge is desirable for learning systems in Class-Incremental Learning (CIL). Recently, feature expansion of the model become a prevalent solution for CIL, where the old features are fixed during the training of the new task while new features are expanded for the new tasks. However, such task-specific features learned from the new task may collide with the old features, leading to misclassification between tasks. Therefore, the expanded model is often encouraged to capture diverse features from the new task, aiming to avoid such collision. However, the existing solution is largely restricted to the samples from the current task, because of the poor accessibility to previous samples. To promote the learning and transferring of diverse features across tasks, we propose a framework called Task-Agnostic Guided Feature Expansion (TagFex). Firstly, it captures task-agnostic features continually with a separate model, providing extra task-agnostic features for subsequent tasks. Secondly, to obtain useful features from the task-agnostic model for the current task, it aggregates the task-agnostic features with the task-specific feature using a merge attention. Then the aggregated feature is transferred back into the task-specific feature for inference, helping the task-specific model capture diverse features. Extensive experiments show the effectiveness and superiority of TagFex on various CIL settings. Code is available at https://github.com/bwnzheng/TagFex_CVPR2025.

Bowen Zheng, Da-Wei Zhou, Han-Jia Ye, De-Chuan Zhan• 2025

Related benchmarks

TaskDatasetResultRank
Class-incremental learningCIFAR100 (test)
Avg Acc78.45
76
Class-incremental learningImageNet-100 B=50, C=10 1.0
Avg Incremental Acc80.64
42
Class-incremental learningCIFAR-100 B50Inc10
Accuracy (t=5)0.7033
24
Image ClassificationImageNet 100/10
Final Avg. Accuracy79.27
12
Incremental LearningCIFAR-100 B50Inc10 (T=5)
Accuracy75.87
12
Incremental LearningImageNet-100 B50Inc10 (T=5) (test)
Average Accuracy80.64
12
Image ClassificationCIFAR100 (10/10)
Last Accuracy68.23
7
Class-incremental learningImageNet100 (test)
Last Accuracy75.54
6
Image ClassificationCIFAR100 (50-10)
Last Accuracy70.33
6
Image ClassificationImageNet100 50-10
Last Accuracy75.54
6
Showing 10 of 12 rows

Other info

Code

Follow for update