通过跨模态掩码重建,让视觉语言模型更懂物体关系和语序。
Cross-Modal Masked Compositional Concept Modeling for Enhancing Visio-Linguistic Compositionality

- 掩码一个模态的组合概念,用另一模态上下文重建。
- 在五个基准上显著提升组合理解能力,优于CLIP等基线。
- 适合研究视觉语言推理、图文生成及多模态大模型的开发者。
对比训练的视觉语言模型(如CLIP)在联合图像-文本表示学习上取得显著进展,但在组合理解方面仍面临挑战,常表现出‘词袋’行为——难以捕捉物体间关系、属性与物体绑定以及词序依赖。这一局限不仅源于对全局单向量表示的依赖,也因未能充分挖掘和建模成对图像-文本数据中蕴含的丰富组合信息。为此,本文提出MACCO(MAsked Compositional Concept MOdeling)框架,通过在某一模态中掩码组合概念,并基于另一模态的完整上下文进行重建,从而更有效地捕捉和对齐跨模态组合结构。为此,我们引入两个辅助目标,联合对齐并正则化跨模态与模态内被掩码特征。在五个组合性基准上的大量实验及深入分析表明,该方法不仅显著增强视觉语言模型的组合性,还提升了其对句法结构和语言信息的捕捉能力。此外,改进的组合性也促进了文本到图像生成与多模态大模型的表现。代码已开源:https://github.com/hiker-lw/MACCO。
原文摘要 · Abstract (English)
Contrastively trained vision-language models like CLIP, have made remarkable progress in learning joint image-text representations, but still face challenges in compositional understanding. They often exhibit a "bag-of-words" behavior--struggling to capture the object relations, attribute-object bindings, and word order dependencies. This limitation arises not only from the reliance on global, single-vector representations for optimization, but also from the insufficient exploitation and modeling of the rich compositional information inherently present in paired image text data. In this work, we propose MACCO (MAsked Compositional Concept MOdeling), a framework that masks compositional concepts in one modality and reconstructs them conditioned on the full contextual information from the other, enabling the model to capture and align cross-modal compositional structures more effectively. To facilitate this process, we introduce two auxiliary objectives that jointly align and regularize masked features both inter-modally and intra-modally. Extensive experiments on five compositional benchmarks, along with in-depth analyses, demonstrate that our approach not only significantly enhances compositionality in VLMs but also improves their ability to capture syntactic structure and linguistic information. Additionally, the improved compositionality also benefits text-to-image generation and multimodal large language model. Code is available at https://github.com/hiker-lw/MACCO.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。