Exploiting Pseudo Image Captions for Multimodal Summarization
Chaoya Jiang, Rui Xie, Wei Ye, Jinan Sun, Shikun Zhang
TL;DR
This work tackles multimodal summarization when explicit visual supervision is scarce by introducing pseudo image captions that connect images with text. The core method, SITA, uses a coarse-to-fine image-text alignment to generate high-quality pseudo captions guided by reference captions retrieved from golden summaries, enabling improved text generation and image selection. By training a two-pass ITA with a bipartite matching step and integrating pseudo captions into a dual-attention text summarizer, SITA achieves state-of-the-art results on the MSMO dataset, demonstrating improvements in ROUGE metrics and cross-modal relevance and integrity. The approach offers a practical way to leverage pseudo-captions to bridge the cross-modal semantic gap, with significant implications for multimedia content understanding and retrieval in real-world web-scale data.
Abstract
Cross-modal contrastive learning in vision language pretraining (VLP) faces the challenge of (partial) false negatives. In this paper, we study this problem from the perspective of Mutual Information (MI) optimization. It is common sense that InfoNCE loss used in contrastive learning will maximize the lower bound of MI between anchors and their positives, while we theoretically prove that MI involving negatives also matters when noises commonly exist. Guided by a more general lower bound form for optimization, we propose a contrastive learning strategy regulated by progressively refined cross-modal similarity, to more accurately optimize MI between an image/text anchor and its negative texts/images instead of improperly minimizing it. Our method performs competitively on four downstream cross-modal tasks and systematically balances the beneficial and harmful effects of (partial) false negative samples under theoretical guidance.
