pith. sign in

arxiv: 2308.13218 · v1 · pith:B6ERFA3Nnew · submitted 2023-08-25 · 💻 cs.CV · cs.AI

MultiCapCLIP: Auto-Encoding Prompts for Zero-Shot Multilingual Visual Captioning

classification 💻 cs.CV cs.AI
keywords multicapclipvisualpromptscaptioninglanguagespairsscenarioszero-shot
0
0 comments X
read the original 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.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. ConTrans: Learning Text-enhanced Local-global Temporal Representations for Zero-shot Temporal Action Localization

    cs.CV 2026-05 unverdicted novelty 4.0

    ConTrans is a multi-scale encoder fusing convolutional inductive biases with transformer self-attention for improved local-global features in zero-shot temporal action localization.