Agent Tuning & Optimization 相关度: 5/10

From Isolation to Integration: Building an Adaptive Expert Forest for Pre-Trained Model-based Class-Incremental Learning

Ruiqi Liu, Boyu Diao, Hangda Liu, Zhulin An, Fei Wang, Yongjun Xu
arXiv: 2602.20911v1 发布: 2026-02-24 更新: 2026-02-24

AI 摘要

提出Semantic-guided Adaptive Expert Forest (SAEF)方法,解决增量学习中的知识遗忘和知识共享问题。

主要贡献

  • 提出了SAEF模型,利用语义关系构建专家森林
  • 实现了知识共享,提升了增量学习性能
  • 在多个数据集上验证了SAEF的SOTA性能

方法论

SAEF基于预训练模型,将任务按语义聚类,构建平衡专家树,推理时激活相关专家并加权输出。

原文摘要

Class-Incremental Learning (CIL) requires models to learn new classes without forgetting old ones. A common method is to freeze a pre-trained model and train a new, lightweight adapter for each task. While this prevents forgetting, it treats the learned knowledge as a simple, unstructured collection and fails to use the relationships between tasks. To this end, we propose the Semantic-guided Adaptive Expert Forest (SAEF), a new method that organizes adapters into a structured hierarchy for better knowledge sharing. SAEF first groups tasks into conceptual clusters based on their semantic relationships. Then, within each cluster, it builds a balanced expert tree by creating new adapters from merging the adapters of similar tasks. At inference time, SAEF finds and activates a set of relevant experts from the forest for any given input. The final prediction is made by combining the outputs of these activated experts, weighted by how confident each expert is. Experiments on several benchmark datasets show that SAEF achieves SOTA performance.

标签

增量学习 知识共享 专家系统 预训练模型

arXiv 分类

cs.LG cs.CV