ICAF: Iterative Contrastive Alignment Framework for Multimodal Abstractive Summarization
Zijian Zhang, Chang Shu, Youxin Chen, Jing Xiao, Qian Zhang, Lu, Zheng

TL;DR
This paper introduces ICAF, a novel framework that iteratively aligns images and texts using contrastive learning to improve multimodal abstractive summarization, outperforming existing methods on the MSMO dataset.
Contribution
The paper proposes an innovative iterative contrastive alignment framework with recurrent alignment and contrastive losses for better multimodal integration in summarization.
Findings
ICAF outperforms state-of-the-art baselines on MSMO dataset.
Recurrent alignment captures fine-grained semantic relationships.
Contrastive losses improve cross-modal embedding coherence.
Abstract
Integrating multimodal knowledge for abstractive summarization task is a work-in-progress research area, with present techniques inheriting fusion-then-generation paradigm. Due to semantic gaps between computer vision and natural language processing, current methods often treat multiple data points as separate objects and rely on attention mechanisms to search for connection in order to fuse together. In addition, missing awareness of cross-modal matching from many frameworks leads to performance reduction. To solve these two drawbacks, we propose an Iterative Contrastive Alignment Framework (ICAF) that uses recurrent alignment and contrast to capture the coherences between images and texts. Specifically, we design a recurrent alignment (RA) layer to gradually investigate fine-grained semantical relationships between image patches and text tokens. At each step during the encoding…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Multimodal Machine Learning Applications
MethodsAttention Is All You Need · Linear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Dense Connections · Multi-Head Attention · Layer Normalization · Byte Pair Encoding · Label Smoothing · Residual Connection
