ITO: Images and Texts as One via Synergizing Multiple Alignment and Training-Time Fusion

TL;DR

ITO enhances image-text representation via multiple alignment and training-time fusion, surpassing existing baselines.

cs.CV 🔴 Advanced 2026-03-03 14 views
Hanpeng Liu Yaqian Li Zidan Wang Shuoxi Zhang Zonglin Zhao Zihao Bo Rinyoichi Takezoe Kaiwen Long Kun He
multimodal contrastive learning visual representation training-time fusion cross-modal

Key Findings

Methodology

ITO framework combines multimodal multiple alignment and a training-time fusion module. The former enhances supervision by constructing diverse image-text correspondences, while the latter introduces a lightweight fusion module during training to enforce structured cross-modal interaction. The fusion module is discarded at inference, retaining the efficiency of dual-encoder architectures.

Key Results

  • ITO achieved a 2.6% higher zero-shot classification accuracy than CLIP on the CC3M dataset, significantly improving representation quality.
  • On the Laion100M dataset, ITO's average zero-shot accuracy was 2.6% higher than CLIP.
  • ITO also outperformed all compared methods on the DataComp-1B dataset.

Significance

The ITO framework is significant in both academia and industry. It addresses the modality separation issue in existing image-text contrastive learning, providing more unified representations through multiple alignment and training-time fusion. This not only enhances performance in classification and retrieval tasks but also offers stronger visual backbones for multimodal large models.

Technical Contribution

ITO's technical contribution lies in its innovative multimodal multiple alignment and training-time fusion mechanisms. Unlike existing methods, ITO introduces a lightweight fusion module during training while retaining the efficiency of dual encoders at inference. This design improves discriminative power and eliminates modality separation.

Novelty

ITO is the first to introduce a training-time fusion module in image-text contrastive learning, significantly reducing modality separation. Compared to existing methods, ITO achieves better representation integration without increasing inference costs.

Limitations

  • ITO's training cost on large-scale datasets is high, potentially limiting its application in resource-constrained environments.
  • The fusion module's effectiveness may not meet expectations in specific tasks.

Future Work

Future work could explore further optimization of the ITO framework on larger datasets and investigate how to dynamically adjust fusion strategies during inference to meet different task requirements.

AI Executive Summary

Image-text contrastive learning has become a dominant method for visual representation learning, but existing methods often lead to modality separation. The ITO framework addresses this issue through multimodal multiple alignment and a training-time fusion mechanism. Multiple alignment enhances supervision by constructing diverse image-text correspondences, while a lightweight training-time fusion module promotes structured cross-modal interaction. Experimental results show that ITO surpasses existing baselines across multiple datasets, especially in zero-shot classification and retrieval tasks. This research not only improves the quality of visual representations but also provides stronger visual backbones for multimodal large models. Although ITO's training cost on large-scale datasets is high, its efficiency and flexibility during inference offer ample space for future research and applications.

Deep Analysis

Background

In recent years, image-text contrastive learning has become a core method for visual representation learning. Models like CLIP have demonstrated strong transferability through large-scale image-text contrastive pretraining. However, these methods often lead to modality separation, limiting representation integration.

Core Problem

Existing image-text contrastive learning methods lack integration between modalities. While contrastive objectives encourage instance-level matching, they do not explicitly constrain how representations are globally organized in the embedding space.

Innovation

The ITO framework achieves unified representations through multimodal multiple alignment and a training-time fusion mechanism. Multiple alignment enhances supervision by constructing diverse image-text correspondences, while the training-time fusion module promotes structured cross-modal interaction.

Methodology

  • �� Multimodal Multiple Alignment: Enhances supervision by constructing diverse image-text correspondences.
  • �� Training-Time Fusion Module: Introduces a lightweight multimodal fusion module during training to promote structured cross-modal interaction.
  • �� Discards fusion module at inference, retaining dual-encoder architecture efficiency.

Experiments

Experiments were conducted on multiple datasets, including CC3M, CC12M, YFCC15M, Laion100M, and DataComp-1B. Evaluation metrics included zero-shot classification, linear classification, image-text retrieval, and multimodal understanding.

Results

ITO achieved a 2.6% higher zero-shot classification accuracy than CLIP on the CC3M dataset. On the Laion100M dataset, ITO's average zero-shot accuracy was 2.6% higher than CLIP. ITO also outperformed all compared methods on the DataComp-1B dataset.

Applications

ITO can enhance the visual representation capabilities of multimodal large models, suitable for zero-shot classification, image-text retrieval, and more.

Limitations & Outlook

ITO's training cost on large-scale datasets is high, potentially limiting its application in resource-constrained environments. Future work could explore further optimization of the ITO framework.

Plain Language Accessible to non-experts

Imagine a kitchen where images and texts are like different ingredients. Existing methods cook these ingredients separately and then put them on a plate. ITO, however, mixes the ingredients during cooking, creating a more delicious dish. This way, ITO not only enhances the overall flavor of the dish but also retains the unique taste of each ingredient.

ELI14 Explained like you're 14

Imagine you're playing a game where images and texts are two different characters. Existing methods let these characters complete tasks separately, while ITO lets them work together. This not only makes the game more fun but also makes it easier for you to win!

Glossary

Multimodal

Involves multiple sensory modes, such as vision and text.

In ITO, multimodal refers to the combination of images and texts.

Contrastive Learning

A machine learning method that learns representations by comparing similar and dissimilar samples.

ITO uses contrastive learning to enhance image-text representations.

Dual-Encoder

Uses two separate encoders to process images and texts independently.

ITO retains the efficiency of dual-encoder architecture at inference.

Training-Time Fusion

A fusion mechanism introduced during training to promote cross-modal interaction.

ITO uses a fusion module during training to enhance representation integration.

Modality Gap

The separation of different modality representations into distinct subspaces in the embedding space.

ITO reduces modality gap through training-time fusion.

Open Questions Unanswered questions from this research

  • 1 How to further improve ITO's representation quality without increasing computational costs?
  • 2 How does ITO perform on larger-scale datasets?
  • 3 How to dynamically adjust fusion strategies for different tasks?

Applications

Immediate Applications

Zero-Shot Classification

ITO can be directly used to enhance zero-shot classification tasks, suitable for scenarios requiring rapid deployment.

Long-term Vision

Multimodal Large Models

ITO provides stronger visual backbones for multimodal large models, potentially applicable in more fields in the future.

Abstract

Image-text contrastive pretraining has become a dominant paradigm for visual representation learning, yet existing methods often yield representations that remain partially organized by modality. We propose ITO, a framework addressing this limitation through two synergistic mechanisms. Multimodal multiple alignment enriches supervision by mining diverse image-text correspondences, while a lightweight training-time multimodal fusion module enforces structured cross-modal interaction. Crucially, the fusion module is discarded at inference, preserving the efficiency of standard dual-encoder architectures. Extensive experiments show that ITO consistently outperforms strong baselines across classification, retrieval, and multimodal benchmarks. Our analysis reveals that while multiple alignment drives discriminative power, training-time fusion acts as a critical structural regularizer -- eliminating the modality gap and stabilizing training dynamics to prevent the early saturation often observed in aggressive contrastive learning.

cs.CV cs.AI