arXiv:2502.20032cs.LGcs.AI2025-02CVPR被引 10

解决新类别顺序影响模型表现的问题,提升持续学习鲁棒性。

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

  • 用图着色动态分组低相似度类别,隔离训练提升稳定性。
  • 在CIFAR-100和ImageNet-100上实现92.3%和78.5%准确率,显著抗顺序干扰。
  • 适合需要稳定增量学习的工业场景,如智能监控与机器人视觉。

类增量学习(CIL)旨在让模型在不遗忘旧类的前提下,逐步学习新类。尽管现有方法缓解了灾难性遗忘问题,但最新研究指出,其性能对类别引入顺序高度敏感,尤其当新类间相似度较高时。为解决这一关键但未被充分研究的顺序敏感性问题,我们通过理论分析扩展了现有框架,证明在增量阶段将低成对相似度的类别分组能显著提升模型对顺序变化的鲁棒性。基于此,我们提出图驱动动态相似度分组(GDDSG)方法,利用图着色算法动态将类别划分为相似度受限的组,每组独立训练一个CIL子模型,并构建用于类别组识别的元特征。实验表明,该方法有效缓解了类别顺序敏感性,在模型准确率和抗遗忘能力方面均达到最优。代码已开源:https://github.com/AIGNLAI/GDDSG。

原文摘要 · Abstract (English)

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.

增量学习图神经网络类顺序鲁棒

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。