Crossmodal Knowledge Distillation with WordNet-Relaxed Text Embeddings for Robust Image Classification
Chenqi Guo, Mengshuo Rong, Qianli Feng, Rongfan Feng, Yinglong Ma
TL;DR
The paper tackles the challenge of improving unimodal image classification through crossmodal knowledge distillation by introducing a two-teacher framework that includes a unimodal image teacher and a multimodal CLIP-based teacher augmented with WordNet-relaxed text embeddings. A hierarchical loss and cosine regularization are proposed to align the relaxed text prompts with true class semantics while preventing drift from pretrained references, mitigating label leakage. Empirical results across six public datasets show consistent improvements, achieving state-of-the-art or near state-of-the-art student performance, with interpretability analyses indicating reduced reliance on textual shortcuts and stronger visual feature usage. The approach demonstrates the practical impact of richer, semantically grounded textual prompts in crossmodal KD, enabling robust knowledge transfer while preserving the unimodal nature of the student at inference.
Abstract
Crossmodal knowledge distillation (KD) aims to enhance a unimodal student using a multimodal teacher model. In particular, when the teacher's modalities include the student's, additional complementary information can be exploited to improve knowledge transfer. In supervised image classification, image datasets typically include class labels that represent high-level concepts, suggesting a natural avenue to incorporate textual cues for crossmodal KD. However, these labels rarely capture the deeper semantic structures in real-world visuals and can lead to label leakage if used directly as inputs, ultimately limiting KD performance. To address these issues, we propose a multi-teacher crossmodal KD framework that integrates CLIP image embeddings with learnable WordNet-relaxed text embeddings under a hierarchical loss. By avoiding direct use of exact class names and instead using semantically richer WordNet expansions, we mitigate label leakage and introduce more diverse textual cues. Experiments show that this strategy significantly boosts student performance, whereas noisy or overly precise text embeddings hinder distillation efficiency. Interpretability analyses confirm that WordNet-relaxed prompts encourage heavier reliance on visual features over textual shortcuts, while still effectively incorporating the newly introduced textual cues. Our method achieves state-of-the-art or second-best results on six public datasets, demonstrating its effectiveness in advancing crossmodal KD.
