用知识继承方法让视觉大模型少依赖数据,直接复用已有模型能力
Seeing Further on the Shoulders of Giants: Knowledge Inheritance for Vision Foundation Models
- 将多个预训练模型统一到共享隐空间,解决知识迁移不均问题
- 在无大量标注数据情况下,性能超越主流数据驱动模型
- 适合资源有限但想快速构建通用视觉模型的研究者
视觉基础模型(VFMs)通常依赖大规模高质量标注数据进行训练,这对多数缺乏数据和高端算力的机构构成瓶颈。然而,大量开源视觉模型已在特定领域预训练,具备可迁移的核心知识。本文提出一种基于模型驱动的知识继承方法,通过联合知识迁移与保留来训练通用视觉基础模型。该方法将多个预训练教师模型映射至共享隐空间,缓解因分布差异导致的知识迁移失衡;同时引入知识保留策略,以通用教师模型为知识库,利用适配器模块整合其余专用教师模型的知识。通过聚合现有模型能力,所构建的视觉基础模型无需大规模标注数据即可继承教师专家经验,不仅提供可泛化的视觉特征,还天然支持多种下游任务。大量实验表明,该模型在图像分类、目标检测、语义分割和实例分割四项基础视觉任务上均优于现有数据驱动模型。
原文摘要 · Abstract (English)
Vision foundation models (VFMs) are predominantly developed using data-centric methods. These methods require training on vast amounts of data usually with high-quality labels, which poses a bottleneck for most institutions that lack both large-scale data and high-end GPUs. On the other hand, many open-source vision models have been pretrained on domain-specific data, enabling them to distill and represent core knowledge in a form that is transferable across diverse applications. Even though these models are highly valuable assets, they remain largely under-explored in empowering the development of a general-purpose VFM. In this paper, we present a new model-driven approach for training VFMs through joint knowledge transfer and preservation. Our method unifies multiple pre-trained teacher models in a shared latent space to mitigate the ``imbalanced transfer'' issue caused by their distributional gaps. Besides, we introduce a knowledge preservation strategy to take a general-purpose teacher as a knowledge base for integrating knowledge from the remaining purpose-specific teachers using an adapter module. By unifying and aggregating existing models, we build a powerful VFM to inherit teachers' expertise without needing to train on a large amount of labeled data. Our model not only provides generalizable visual features, but also inherently supports multiple downstream tasks. Extensive experiments demonstrate that our VFM outperforms existing data-centric models across four fundamental vision tasks, including image classification, object detection, semantic and instance segmentation.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。