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

Order-Robust Class Incremental Learning: Graph-Driven Dynamic Similarity Grouping

About

Class Incremental Learning (CIL) aims to enable models to learn new classes sequentially while retaining knowledge of previous ones. Although current methods have alleviated catastrophic forgetting (CF), recent studies highlight that the performance of CIL models is highly sensitive to the order of class arrival, particularly when sequentially introduced classes exhibit high inter-class similarity. To address this critical yet understudied challenge of class order sensitivity, we first extend existing CIL frameworks through theoretical analysis, proving that grouping classes with lower pairwise similarity during incremental phases significantly improves model robustness to order variations. Building on this insight, we propose Graph-Driven Dynamic Similarity Grouping (GDDSG), a novel method that employs graph coloring algorithms to dynamically partition classes into similarity-constrained groups. Each group trains an isolated CIL sub-model and constructs meta-features for class group identification. Experimental results demonstrate that our method effectively addresses the issue of class order sensitivity while achieving optimal performance in both model accuracy and anti-forgetting capability. Our code is available at https://github.com/AIGNLAI/GDDSG.

Guannan Lai, Yujie Li, Xiangkun Wang, Junbo Zhang, Tianrui Li, Xin Yang• 2025

Related benchmarks

TaskDatasetResultRank
Class-incremental learningCUB200 10 Tasks
FN (Final Acc)1.92
59
Class-incremental learningCIFAR100 10 Tasks
Accuracy94
36
Class-incremental learningStanford Dogs 10 Tasks
Average Accuracy92.64
9
Class-incremental learningOmniBenchmark (OB) 10 Tasks
AN (Avg Novelty/Accuracy)87.33
9
Showing 4 of 4 rows

Other info

Code

Follow for update