TLDR: MOVER is a novel AI framework that enhances multimodal learning by combining optimal transport for flexible data matching with volume-based geometric regularization. This approach creates semantically aligned and structured representations across modalities like text, video, and audio. Experiments show MOVER significantly outperforms previous methods in cross-modal retrieval tasks and demonstrates strong generalization to unseen modality combinations, leading to more consistent and robust multimodal AI systems.
In the rapidly evolving landscape of artificial intelligence, multimodal learning has emerged as a crucial area, aiming to build intelligent systems that can understand and generate content across various data types like vision, audio, and language. Traditionally, many approaches have relied on aligning different data types in pairs, often using contrastive learning methods. While effective for two modalities, these methods often struggle when dealing with three or more modalities, leading to issues like a lack of semantic structure and difficulty in generalizing across diverse data combinations.
Addressing these challenges, researchers Haochen You and Baojing Liu have introduced a novel framework called MOVER: Multimodal Optimal Transport with Volume-based Embedding Regularization. This innovative approach combines two powerful concepts: optimal transport-based soft alignment and volume-based geometric regularization. The goal of MOVER is to create multimodal representations that are not only semantically aligned but also well-structured in high-dimensional spaces.
How MOVER Works
MOVER operates by integrating a transport-guided matching mechanism with a geometric volume minimization objective, referred to as GAVE (Geometric Alignment via Volume Embedding). At its core, MOVER first processes inputs from multiple modalities (e.g., text, video, audio) through modality-specific encoders, which convert them into unit-normalized embedding vectors. These embeddings are then soft-matched using an optimal transport mechanism. This process identifies probabilistic alignments between samples across different modalities, even when direct alignment isn’t explicitly provided in the original data.
Following the soft matching, the GAVE module comes into play. It measures the geometric consistency of these matched modality embeddings in a shared latent space. This is done by computing the volume of the high-dimensional parallelotope spanned by the embeddings. A smaller volume indicates that the vectors are more directionally aligned and thus semantically consistent. By minimizing this volume, MOVER encourages tightly aligned and semantically meaningful structures across all modalities.
The framework combines these two mechanisms into a unified training objective. It uses the matching probabilities from the optimal transport module to weight the volume measurements from GAVE. This ensures that semantically matched groups of samples are encouraged to exhibit tighter geometric alignment. Additionally, a contrastive loss is incorporated to further enhance semantic discriminability and modality alignment, making the entire system robust and capable of end-to-end optimization.
Performance and Generalization
Experiments conducted on text-video-audio retrieval tasks demonstrate that MOVER significantly outperforms existing state-of-the-art methods. This superior performance is observed in both zero-shot settings (where no task-specific fine-tuning is applied) and finetuned settings. For instance, in text-to-video retrieval on the MSR-VTT dataset, MOVER showed a notable improvement in Recall@1, surpassing previous methods. Similar gains were observed in text-to-audio tasks on the AudioCaps dataset.
Beyond retrieval performance, MOVER also shows improved generalization to unseen modality combinations. In a specific experiment, models were trained only on text-video pairs and then evaluated on text-audio retrieval tasks. Despite never seeing audio-text pairs during training, MOVER consistently outperformed baselines, indicating its ability to infer and capture transferable semantic structures across modalities it hasn’t directly encountered together.
Visualization analyses further confirm MOVER’s effectiveness. Using t-SNE, the learned embedding spaces revealed that MOVER produces highly structured embeddings where audio, video, and text from the same category are tightly clustered with clear separation from other categories. This highlights MOVER’s capability to maintain both inter-modal consistency and semantic differentiation.
Also Read:
- FLUID: Enhancing Multimodal Classification Through Token Distillation and Expert Specialization
- PMTFR: A Novel Framework for Enhanced Composed Image Retrieval
Conclusion
MOVER represents a significant step forward in multimodal representation learning. By integrating optimal transport-based soft alignment with volume-based geometric regularization, it addresses key limitations of prior approaches, such as struggles with multiple modalities and lack of semantic structure. The framework’s ability to capture global semantic structure beyond simple pairwise similarity, coupled with its strong performance and generalization capabilities, underscores the potential of combining transport-based matching with geometric modeling for unified multimodal learning. For more details, you can read the full research paper here.


