TLDR: This research paper addresses the ‘modality gap’ in Multimodal Large Language Models (MLLMs), where models tend to over-rely on textual information and under-utilize visual cues. The authors propose and evaluate novel training recipes, including a two-stage curriculum training strategy and a KL-based self-distillation loss. Their findings demonstrate that these methods effectively enhance visual reasoning and promote a more balanced understanding across both text and vision modalities, offering practical guidance for developing more robust MLLMs.
Multimodal Large Language Models (MLLMs) have shown impressive abilities in tasks that combine vision and language. However, a recent study highlights a significant challenge: these models often struggle to balance their reasoning across visual and textual information. This phenomenon, termed the “modality gap,” describes how MLLMs tend to lean heavily on text, sometimes overlooking crucial visual cues. This over-reliance on text can lead to less-than-optimal performance on tasks that truly demand visual understanding.
The research paper, titled “Rethinking the Text-Vision Reasoning Imbalance in MLLMs through the Lens of Training Recipes,” by Guanyu Yao, Qiucheng Wu, Yang Zhang, Zhaowen Wang, Handong Zhao, and Shiyu Chang, delves into the origins of this imbalance, focusing on how current training methods might actually worsen it. The authors hypothesize that when training data contains overlapping information in both text and images, MLLMs find it easier to rely on the complete textual information rather than engaging in complex visual reasoning. This shortcut during training is believed to contribute significantly to the modality gap.
To address this, the researchers systematically explored new training strategies from two main angles: data and loss design. Their goal was to develop training recipes that could mitigate this gap and foster more balanced multimodal reasoning.
Data-Centric Approaches
From a data perspective, the study investigated two primary training strategies:
- Mixed Training: This approach combines both text-centric (D1) and vision-centric (D2) samples during training. D1 samples provide all necessary information in the text, allowing for textual reasoning. D2 samples, conversely, require the model to infer information directly from the image, as some critical details are omitted from the text.
- Curriculum Training: This strategy involves a two-stage process. Initially, models are trained on D1 data to solidify general reasoning skills with rich textual guidance. Subsequently, training shifts to D2 data to strengthen image-based reasoning and reduce the tendency to rely on textual shortcuts.
The findings indicated that curriculum training generally performed as well as, or even surpassed, mixed-data training. The two-stage approach proved effective in improving both text-centric and vision-centric performance, suggesting that a structured learning progression helps MLLMs better integrate visual information.
Loss-Centric Approaches
From the loss perspective, the researchers introduced a KL-based self-distillation loss. This innovative loss function aims to transfer reasoning ability from inputs with complete text conditions to those with only partial text. Essentially, it encourages the model’s responses to vision-centric inputs to align with its high-confidence responses when full text is available. This helps preserve the model’s core reasoning capabilities while simultaneously enhancing its visual understanding.
The results showed that incorporating this KL loss, especially when combined with curriculum training, consistently improved performance. The KL term effectively transferred reasoning ability and stabilized the optimization process. While the improvements were more consistent on in-distribution datasets, the study noted that annotation style differences between datasets could impact out-of-distribution generalization.
Also Read:
- Enhancing Trust in Multimodal AI Through Consistent Emotional Explanations
- GranViT: Enhancing Multimodal AI with Fine-Grained Vision for Deeper Understanding
Conclusion and Future Directions
The paper concludes that a combination of curriculum training and the contrastive KL-based self-distillation loss offers a promising path toward building MLLMs with stronger and more balanced visual reasoning capabilities. These findings provide practical guidance for developing more effective training recipes.
A recognized limitation of this work is its reliance on a domain-specific dataset, PGPS9K, which might limit the generalizability of the findings. Future research could explore these methods on more diverse datasets and a wider range of MLLMs and tasks to further validate their effectiveness. The code for this research is publicly available, allowing other researchers to build upon these insights. You can find the full paper here: Research Paper.


