CVMay 17, 2025

UniMoCo: Unified Modality Completion for Robust Multi-Modal Embeddings

arXiv:2505.11815v14 citationsh-index: 13Has Code
Originality Incremental advance
AI Analysis

This addresses a robustness issue in vision-language models for real-world applications like retrieval and classification, though it is incremental as it builds on existing embedding frameworks.

The paper tackles the problem of multi-modal embedding tasks where diverse modality combinations degrade performance, and proposes UniMoCo, which introduces a modality-completion module to generate visual features from text, resulting in outperforming previous methods with consistent robustness across settings.

Current research has explored vision-language models for multi-modal embedding tasks, such as information retrieval, visual grounding, and classification. However, real-world scenarios often involve diverse modality combinations between queries and targets, such as text and image to text, text and image to text and image, and text to text and image. These diverse combinations pose significant challenges for existing models, as they struggle to align all modality combinations within a unified embedding space during training, which degrades performance at inference. To address this limitation, we propose UniMoCo, a novel vision-language model architecture designed for multi-modal embedding tasks. UniMoCo introduces a modality-completion module that generates visual features from textual inputs, ensuring modality completeness for both queries and targets. Additionally, we develop a specialized training strategy to align embeddings from both original and modality-completed inputs, ensuring consistency within the embedding space. This enables the model to robustly handle a wide range of modality combinations across embedding tasks. Experiments show that UniMoCo outperforms previous methods while demonstrating consistent robustness across diverse settings. More importantly, we identify and quantify the inherent bias in conventional approaches caused by imbalance of modality combinations in training data, which can be mitigated through our modality-completion paradigm. The code is available at https://github.com/HobbitQia/UniMoCo.

Code Implementations1 repo
Foundations

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

Your Notes