MultiCapCLIP: Auto-Encoding Prompts for Zero-Shot Multilingual Visual Captioning
arXiv:2308.13218 · doi:10.18653/v1/2023.acl-long.664
Abstract
Supervised visual captioning models typically require a large scale of images or videos paired with descriptions in a specific language (i.e., the vision-caption pairs) for training. However, collecting and labeling large-scale datasets is time-consuming and expensive for many scenarios and languages. Therefore, sufficient labeled pairs are usually not available. To deal with the label shortage problem, we present a simple yet effective zero-shot approach MultiCapCLIP that can generate visual captions for different scenarios and languages without any labeled vision-caption pairs of downstream datasets. In the training stage, MultiCapCLIP only requires text data for input. Then it conducts two main steps: 1) retrieving concept prompts that preserve the corresponding domain knowledge of new scenarios; 2) auto-encoding the prompts to learn writing styles to output captions in a desired language. In the testing stage, MultiCapCLIP instead takes visual data as input directly to retrieve the concept prompts to generate the final visual descriptions. The extensive experiments on image and video captioning across four benchmarks and four languages (i.e., English, Chinese, German, and French) confirm the effectiveness of our approach. Compared with state-of-the-art zero-shot and weakly-supervised methods, our method achieves 4.8% and 21.5% absolute improvements in terms of BLEU@4 and CIDEr metrics. Our code is available at https://github.com/yangbang18/MultiCapCLIP.
ACL'2023, 13 pages, 4 figures
References in corpus (8)
- Microsoft COCO Captions: Data Collection and Evaluation Server
- Recent Advances in Autoencoder-Based Representation Learning
- Socratic Models: Composing Zero-Shot Multimodal Reasoning with Language
- Language Models Can See: Plugging Visual Controls in Text Generation
- Expectation-Maximization Contrastive Learning for Compact Video-and-Language Representations
- Cross-Lingual Cross-Modal Retrieval with Noise-Robust Learning
- DeCap: Decoding CLIP Latents for Zero-Shot Captioning via Text-Only Training
- Zero-Shot Video Captioning with Evolving Pseudo-Tokens