菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-09
📄 Abstract - Cross-Modal Knowledge Distillation without Paired Data: Theoretical Foundation and Algorithm

Cross-modal knowledge distillation (CMKD) studies how a (large) teacher model trained on one type of data (e.g., images) can guide a (smaller) student model building on another type of data (e.g., text/audio). Existing CMKD methods often require paired multi-modal data with aligned semantics, but obtaining such paired data are often costly and impractical. To mitigate this limitation, we develop a new CMKD framework for the more challenging setting where paired data are unavailable. In particular, we establish a cross-modal distributional relationship between teacher and student models, which reveals two fundamental quantities governing effective distillation: feature alignment and label alignment. These quantities characterize semantic discrepancy between modalities at the levels of representation and prediction distributions, respectively. Motivated by this insight, we propose a principled framework, with theoretical guarantees, that enables effective cross-modal knowledge distillation by aligning distributions rather than individual samples. Extensive experiments across a wide range of multimodal benchmarks show that our framework is highly effective in both unpaired and paired data settings, improving significantly over prior work.

顶级标签: machine learning multi-modal
详细标签: knowledge distillation cross-modal learning unpaired data distribution alignment theoretical framework 或 搜索:

无需配对数据的跨模态知识蒸馏:理论基础与算法 / Cross-Modal Knowledge Distillation without Paired Data: Theoretical Foundation and Algorithm


1️⃣ 一句话总结

本文提出了一种新的跨模态知识蒸馏方法,不需要昂贵的配对数据,而是通过对齐不同模态数据的整体分布(特征对齐和标签对齐)来让教师模型(如图像模型)有效地指导学生模型(如文本或音频模型),在多种场景下都显著优于以往的方法。

源自 arXiv: 2606.10504