Distilling Vision-Language Foundation Models: A Data-Free Approach via Prompt Diversification
Yunyi Xuan, Weijie Chen, Shicai Yang, Di Xie, Luojun Lin, Yueting Zhuang
TL;DR
This work tackles the challenge of data-free knowledge distillation (DFKD) under distribution shifts by leveraging Vision-Language Foundation Models (VLFM), exemplified by CLIP. It introduces DFKD-VLFM, a pipeline that synthesizes surrogate images via a VQGAN-CLIP framework guided by diversified text prompts, and then distills knowledge from CLIP to a lightweight student without real data. The authors propose three prompt diversification strategies—Mix-Prompt, Random-Prompt, and Contrastive-Prompt—to widen the implicit data distribution captured by the prompts, with Contrastive-Prompt delivering the strongest gains on domain-generalization benchmarks (PACS, VLCS, ImageCLEF-DA, VisDA) in zero-shot and few-shot settings. The results demonstrate that large pre-trained VLMs can provide robust, transferable supervision for compact models without data access, enabling effective edge deployment and broad downstream applicability.
Abstract
Data-Free Knowledge Distillation (DFKD) has shown great potential in creating a compact student model while alleviating the dependency on real training data by synthesizing surrogate data. However, prior arts are seldom discussed under distribution shifts, which may be vulnerable in real-world applications. Recent Vision-Language Foundation Models, e.g., CLIP, have demonstrated remarkable performance in zero-shot out-of-distribution generalization, yet consuming heavy computation resources. In this paper, we discuss the extension of DFKD to Vision-Language Foundation Models without access to the billion-level image-text datasets. The objective is to customize a student model for distribution-agnostic downstream tasks with given category concepts, inheriting the out-of-distribution generalization capability from the pre-trained foundation models. In order to avoid generalization degradation, the primary challenge of this task lies in synthesizing diverse surrogate images driven by text prompts. Since not only category concepts but also style information are encoded in text prompts, we propose three novel Prompt Diversification methods to encourage image synthesis with diverse styles, namely Mix-Prompt, Random-Prompt, and Contrastive-Prompt. Experiments on out-of-distribution generalization datasets demonstrate the effectiveness of the proposed methods, with Contrastive-Prompt performing the best.
