paper-with-me

홈 › Papers

Two Effects, One Trigger: On the Modality Gap, Object Bias, and Information Imbalance in Contrastive Vision-Language Models

2024-04-11 · Simon Schrodi, David T. Hoffmann, Max Argus, Volker Fischer, Thomas Brox

Contrastive vision-language models (VLMs), like CLIP, have gained popularity for their versatile applicability to various downstream tasks. Despite their successes in some tasks, like zero-shot object recognition, they perform surprisingly poor on other tasks, like attribute recognition. Previous work has attributed these challenges to the modality gap, a separation of image and text in the shared representation space, and to a bias towards objects over other factors, such as attributes. In this analysis paper, we investigate both phenomena thoroughly. We evaluated off-the-shelf VLMs and while the gap's influence on performance is typically overshadowed by other factors, we find indications that closing the gap indeed leads to improvements. Moreover, we find that, contrary to intuition, only few embedding dimensions drive the gap and that the embedding spaces are differently organized. To allow for a clean study of object bias, we introduce a definition and a corresponding measure of it. Equipped with this tool, we find that object bias does not lead to worse performance on other concepts, such as attributes per se. However, why do both phenomena, modality gap and object bias, emerge in the first place? To answer this fundamental question and uncover some of the inner workings of contrastive VLMs, we conducted experiments that allowed us to control the amount of shared information between the modalities. These experiments revealed that the driving factor behind both the modality gap and the object bias, is an information imbalance between images and captions, and unveiled an intriguing connection between the modality gap and entropy of the logits.

📄 PDF Abstract BibTeX arXiv:2404.07983

Code (1)

lmb-freiburg/two-effects-one-trigger 공식 구현 pytorch

Tasks

AttributeObjectObject RecognitionRepresentation Learning

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Correct When Paired, Wrong When Split: Decoupling and Editing Modality-Specific Neurons in MLLMs

2026-04-20 · Tingchao Fu, Wenkai Wang, Fanxiao Li, Huadong Zhang 외 arxiv

Although Knowledge Editing provides an efficient mechanism for updating the knowledge of Multimodal Large Language Models (MLLMs), we find that current paradigms still suffer from an important yet remain underexplored is…

knowledge editing

Adaptive Redundancy Regulation for Balanced Multimodal Information Refinement

2025-11-14 · Zhe Yang, Wenrui Li, Hongtao Chen, Penghong Wang 외 arxiv

Multimodal learning aims to improve performance by leveraging data from multiple sources. During joint multimodal training, due to modality bias, the advantaged modality often dominates backpropagation, leading to imbala…

When One Modality Rules Them All: Backdoor Modality Collapse in Multimodal Diffusion Models

2026-03-06 · Qitong Wang, Haoran Dai, Haotian Zhang, Christopher Rasmussen 외 arxiv

While diffusion models have revolutionized visual content generation, their rapid adoption has underscored the critical need to investigate vulnerabilities, e.g., to backdoor attacks. In multimodal diffusion models, it i…

Test-Time Backdoor Attacks on Multimodal Large Language Models

2024-02-13 · Dong Lu, Tianyu Pang, Chao Du, Qian Liu 외

Backdoor attacks are commonly executed by contaminating training data, such that a trigger can activate predetermined harmful effects during the test phase. In this work, we present AnyDoor, a test-time backdoor attack a…

Backdoor Attack

MLLMs are Deeply Affected by Modality Bias

2025-05-24 · Xu Zheng, Chenfei Liao, Yuqian Fu, Kaiyu Lei 외

Recent advances in Multimodal Large Language Models (MLLMs) have shown promising results in integrating diverse modalities such as texts and images. MLLMs are heavily influenced by modality bias, often relying on languag…

cross-modal alignment