English

Enabling Multimodal Generation on CLIP via Vision-Language Knowledge Distillation

Computation and Language 2022-03-31 v2 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

The recent large-scale vision-language pre-training (VLP) of dual-stream architectures (e.g., CLIP) with a tremendous amount of image-text pair data, has shown its superiority on various multimodal alignment tasks. Despite its success, the resulting models are not capable of multimodal generative tasks due to the weak text encoder. To tackle this problem, we propose to augment the dual-stream VLP model with a textual pre-trained language model (PLM) via vision-language knowledge distillation (VLKD), enabling the capability for multimodal generation. VLKD is pretty data- and computation-efficient compared to the pre-training from scratch. Experimental results show that the resulting model has strong zero-shot performance on multimodal generation tasks, such as open-ended visual question answering and image captioning. For example, it achieves 44.5% zero-shot accuracy on the VQAv2 dataset, surpassing the previous state-of-the-art zero-shot model with 7×7\times fewer parameters. Furthermore, the original textual language understanding and generation ability of the PLM is maintained after VLKD, which makes our model versatile for both multimodal and unimodal tasks.

Keywords

Cite

@article{arxiv.2203.06386,
  title  = {Enabling Multimodal Generation on CLIP via Vision-Language Knowledge Distillation},
  author = {Wenliang Dai and Lu Hou and Lifeng Shang and Xin Jiang and Qun Liu and Pascale Fung},
  journal= {arXiv preprint arXiv:2203.06386},
  year   = {2022}
}

Comments

Accepted to ACL 2022

R2 v1 2026-06-24T10:10:53.445Z