The Geometry of Compromise: Unlocking Generative Capabilities via Controllable Modality Alignment

TL;DR

Introduced TPC-CMA method, reducing modality gap by 82.3% with only 4.84% accuracy drop.

cs.CV 🔴 Advanced 2026-04-01 10 views
Hongyuan Liu Qinli Yang Wen Li Zhong Zhang Jiaming Liu Wei Han Zhili Qin Jinxia Guo Junming Shao
modality gap vision-language models curriculum learning multi-task optimization zero-shot learning

Key Findings

Methodology

This paper introduces a three-phase curriculum learning framework called TPC-CMA, focusing on reducing the modality gap in vision-language models. TPC-CMA achieves cross-modal alignment by reducing centroid offsets and reshaping distribution structures. The framework includes three phases: anchoring, gradient-aware ramp-up, and stabilization. Each phase progressively introduces alignment objectives to ensure stable optimization.

Key Results

  • With αtarget=0.05, the modality gap was reduced by 66.6% with only a 4.84% accuracy drop.
  • Under stronger alignment (αtarget=0.5), the gap was reduced by 82.3%, clustering ARI improved from 0.318 to 0.516, and captioning CIDEr increased by 57.1%.
  • Experiments demonstrate that TPC-CMA significantly improves tasks requiring structural cross-modal alignment while maintaining strong zero-shot performance.

Significance

This study significantly enhances the cross-modal alignment capabilities of vision-language models by introducing the TPC-CMA framework. TPC-CMA not only reduces the modality gap but also improves performance in generative tasks. By reducing both centroid and distribution gaps, this method provides a more consistent geometric structure, addressing the long-standing issue of modality separation.

Technical Contribution

TPC-CMA introduces a new approach to reducing the modality gap by incorporating cross-modal alignment loss and a three-phase curriculum strategy. Unlike existing methods, TPC-CMA addresses both centroid and distribution gaps, providing a more consistent geometric structure. The method also achieves stable optimization through gradient-aware scheduling.

Novelty

TPC-CMA is the first to decompose the modality gap into centroid and distribution gaps and propose a framework to reduce both. This approach contrasts sharply with previous studies focusing solely on centroid offsets, offering a more comprehensive solution.

Limitations

  • TPC-CMA may cause slight accuracy drops in some tasks, especially with higher alignment parameters α.
  • The method requires additional computational resources for the three-phase training.

Future Work

Future research could explore the application of TPC-CMA in other multimodal tasks or combine it with other optimization techniques to further enhance alignment effectiveness.

AI Executive Summary

Vision-language models (VLMs) like CLIP learn a shared embedding space for images and text, yet their representations remain geometrically separated, known as the modality gap. Existing post-processing methods can partially improve cross-modal compatibility, mainly by reducing global centroid offsets without addressing underlying distribution mismatches.

This paper proposes a three-phase curriculum learning framework called TPC-CMA, which aims to significantly reduce the modality gap. TPC-CMA achieves cross-modal alignment by reducing centroid offsets and reshaping distribution structures. The framework includes anchoring, gradient-aware ramp-up, and stabilization phases, each progressively introducing alignment objectives to ensure stable optimization.

Experimental results show that TPC-CMA significantly improves tasks requiring structural cross-modal alignment while maintaining strong zero-shot performance. With αtarget=0.05, the modality gap was reduced by 66.6% with only a 4.84% accuracy drop. Under stronger alignment conditions (αtarget=0.5), the modality gap was reduced by 82.3%, clustering ARI improved from 0.318 to 0.516, and captioning CIDEr increased by 57.1%.

Deep Analysis

Background

Vision-language models (VLMs) like CLIP establish a shared embedding space for images and text through contrastive learning. However, these models' representations remain geometrically separated, leading to a modality gap. This gap limits tasks that require cross-modal feature interchange, such as image captioning and joint clustering. Existing methods primarily improve cross-modal compatibility by reducing centroid offsets but fail to address distribution mismatches.

Core Problem

The modality gap refers to the geometric separation of image and text embeddings. This gap limits the performance of cross-modal tasks, especially those requiring feature interchange. While existing methods can partially reduce centroid offsets, they fail to address distribution mismatches.

Innovation

The TPC-CMA framework introduces cross-modal alignment loss and a three-phase curriculum strategy to simultaneously reduce centroid and distribution gaps. Unlike previous studies focusing solely on centroid offsets, this method provides a more consistent geometric structure, significantly improving cross-modal task performance.

Methodology

  • �� The TPC-CMA framework includes three phases: anchoring, gradient-aware ramp-up, and stabilization.
  • �� In the anchoring phase, the model is trained with standard CLIP loss to adapt to fine-tuning data.
  • �� During the gradient-aware ramp-up phase, alignment objectives are gradually introduced, adjusting the alignment parameter α for stable optimization.
  • �� In the stabilization phase, the alignment parameter α remains constant to ensure stable convergence of the feature space.

Experiments

Experiments were conducted using the CC3M dataset for fine-tuning and evaluated on multiple tasks, including ImageNet zero-shot classification, COCO image-text retrieval, multi-dataset zero-shot classification, COCO image captioning, and joint image-text clustering. The experimental setup included using ViT-B/32 as the backbone network, a learning rate of 1×10−5, and a batch size of 4096.

Results

With αtarget=0.05, the modality gap was reduced by 66.6% with only a 4.84% accuracy drop. Under stronger alignment conditions (αtarget=0.5), the modality gap was reduced by 82.3%, clustering ARI improved from 0.318 to 0.516, and captioning CIDEr increased by 57.1%. These results demonstrate that TPC-CMA significantly improves tasks requiring structural cross-modal alignment while maintaining strong zero-shot performance.

Applications

TPC-CMA can be directly applied to tasks requiring cross-modal alignment, such as image captioning and joint clustering. The method can be applied without additional data, requiring only fine-tuning on existing vision-language models.

Limitations & Outlook

While TPC-CMA significantly reduces the modality gap, it may cause slight accuracy drops in some tasks. Additionally, the method requires extra computational resources for the three-phase training. Future research could explore the application of TPC-CMA in other multimodal tasks or combine it with other optimization techniques to further enhance alignment effectiveness.

Plain Language Accessible to non-experts

Imagine you're in a large kitchen with two teams, one for cooking and one for plating. Both teams have their own work areas and tools, but they need to collaborate to complete a perfect dish. TPC-CMA acts like a coordinator, helping the two teams work better together. It reduces the distance between the teams (centroid gap) and ensures they use the same workflow (distribution gap). This way, everyone in the kitchen can work more efficiently, ultimately creating a more delicious dish.

ELI14 Explained like you're 14

Imagine you and your friend are playing a co-op game, and you need to complete tasks together, but you're in different rooms. TPC-CMA is like a super headset that helps you communicate better. It not only lets you hear each other (reduces distance) but also ensures you're on the same channel (using the same strategy). This way, you can work together better and win the game!

Glossary

Modality Gap

Refers to the geometric separation of image and text embeddings, limiting cross-modal task performance.

In vision-language models, the modality gap is a key factor affecting cross-modal task quality.

Centroid Gap

Refers to the distance between the centroids of different modality embeddings.

TPC-CMA reduces the centroid gap to improve cross-modal alignment.

Distribution Gap

Refers to the inconsistency in geometric structures between different modality embeddings.

TPC-CMA reshapes distribution structures to reduce the distribution gap.

Cross-Modal Alignment

Refers to establishing a consistent geometric structure between different modalities.

TPC-CMA achieves this through cross-modal alignment loss.

Gradient-aware Scheduling

A method that dynamically adjusts training parameters based on gradients.

Used in TPC-CMA to progressively introduce alignment objectives.

Open Questions Unanswered questions from this research

  • 1 How to further reduce the modality gap without increasing computational costs?
  • 2 How does TPC-CMA perform in other multimodal tasks?
  • 3 Are there more efficient methods for gradient-aware scheduling?

Applications

Immediate Applications

Image Captioning

TPC-CMA can be used to enhance image captioning tasks by reducing the modality gap and improving caption accuracy.

Long-term Vision

Multimodal AI Systems

By reducing the modality gap, TPC-CMA can provide foundational support for more complex multimodal AI systems.

Abstract

Vision-Language Models (VLMs) such as CLIP learn a shared embedding space for images and text, yet their representations remain geometrically separated, a phenomenon known as the modality gap. This gap limits tasks requiring cross-modal interchangeability, such as captioning and joint clustering. Existing post-processing approaches can partially improve cross-modal compatibility; however, we show through geometric analysis that they primarily reduce the global centroid offset while leaving the underlying distributional mismatch intact. We decompose the modality gap into a Centroid Gap and a Distribution Gap, and demonstrate that the Distribution Gap is the true predictor of cross-modal task quality ($R^2 = 0.986$), whereas the commonly used Raw Gap is misleading ($R^2 = 0.691$). Motivated by this observation, we propose TPC-CMA (Three-Phase Curriculum for Cross-Modal Alignment), a fine-tuning framework that explicitly reduces both components. The proposed CMA jointly mitigates centroid offsets and reshapes the distributional structure, while a three-phase curriculum with gradient-aware scheduling progressively introduces alignment during training to enable stable optimization. Experiments demonstrate that our method significantly improves cross-modal alignment. With $α_{\text{target}}{=}0.05$, the modality gap is reduced by 66.6\% with only 4.84\% accuracy drop. Under stronger alignment ($α_{\text{target}}{=}0.5$), the gap is reduced by 82.3\%, clustering ARI improves from 0.318 to 0.516, and captioning CIDEr increases by 57.1\% over the original model. Our code and pre-trained models will be made publicly available upon acceptance.

cs.CV cs.AI