IRLGMar 2

Reconstructing Content via Collaborative Attention to Improve Multimodal Embedding Quality

arXiv:2603.01471v1h-index: 7
Originality Incremental advance
AI Analysis

This addresses a bottleneck in multimodal embedding models for tasks like retrieval and classification, though it appears incremental as it builds on existing MLLM architectures.

The paper tackles the problem that multimodal large language models (MLLMs) using causal attention and next-token prediction do not explicitly form globally compact representations for embedding tasks, limiting their effectiveness. The proposed CoCoA method, which restructures attention flow and adds an EOS-based reconstruction task, significantly improves embedding quality on the MMEB-V1 benchmark when built upon Qwen2-VL and Qwen2.5-VL models.

Multimodal embedding models, rooted in multimodal large language models (MLLMs), have yielded significant performance improvements across diverse tasks such as retrieval and classification. However, most existing approaches rely heavily on large-scale contrastive learning, with limited exploration of how the architectural and training paradigms of MLLMs affect embedding quality. While effective for generation, the causal attention and next-token prediction paradigm of MLLMs does not explicitly encourage the formation of globally compact representations, limiting their effectiveness as multimodal embedding backbones. To address this, we propose CoCoA, a Content reconstruction pre-training paradigm based on Collaborative Attention for multimodal embedding optimization. Specifically, we restructure the attention flow and introduce an EOS-based reconstruction task, encouraging the model to reconstruct input from the corresponding <EOS> embeddings. This drives the multimodal model to compress the semantic information of the input into the <EOS> token, laying the foundations for subsequent contrastive learning. Extensive experiments on MMEB-V1 demonstrate that CoCoA built upon Qwen2-VL and Qwen2.5-VL significantly improves embedding quality. Results validate that content reconstruction serves as an effective strategy to maximize the value of existing data, enabling multimodal embedding models generate compact and informative representations, raising their performance ceiling.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes