Bi-MCQ: Reformulating Vision-Language Alignment for Negation Understanding
Tae Hun Kim, Hyun Gyu Lee
TL;DR
The paper tackles the poor negation understanding of vision-language models in medical imaging, where InfoNCE-based contrastive learning yields weak discrimination between disease presence and absence. It introduces Bi-MCQ, a bidirectional benchmarked fine-tuning framework that trains Image-to-Text and Text-to-Image MCQ tasks using affirmative, negative, and mixed prompts, reframed as a conditional semantic comparison problem. A direction-specific Cross-Attention Fusion module decouples I2T and T2I alignment to reduce interference, with a loss defined as $L_{ ext{total}} = L_{ ext{I2T}} + L_{ ext{T2I}}$, enabling robust negation-sensitive reasoning. Across ChestXray14, Open-I, CheXpert, and PadChest, Bi-MCQ yields substantial gains in negation metrics (e.g., up to $0.47$ absolute AUC over zero-shot CARZero) and reduces the affirmative–negative AUC gap, demonstrating that objective reformulation can markedly enhance negation understanding in medical VLMs and generalize to other labeling-based vision–language tasks.
Abstract
Recent vision-language models (VLMs) achieve strong zero-shot performance via large-scale image-text pretraining and have been widely adopted in medical image analysis. However, existing VLMs remain notably weak at understanding negated clinical statements, largely due to contrastive alignment objectives that treat negation as a minor linguistic variation rather than a meaning-inverting operator. In multi-label settings, prompt-based InfoNCE fine-tuning further reinforces easy-positive image-prompt alignments, limiting effective learning of disease absence. To overcome these limitations, we reformulate vision-language alignment as a conditional semantic comparison problem, which is instantiated through a bi-directional multiple-choice learning framework(Bi-MCQ). By jointly training Image-to-Text and Text-to-Image MCQ tasks with affirmative, negative, and mixed prompts, our method implements fine-tuning as conditional semantic comparison instead of global similarity maximization. We further introduce direction-specific Cross-Attention fusion modules to address asymmetric cues required by bi-directional reasoning and reduce alignment interference. Experiments on ChestXray14, Open-I, CheXpert, and PadChest show that Bi-MCQ improves negation understanding by up to 0.47 AUC over the zero-shot performance of the state-of-the-art CARZero model, while achieving up to a 0.08 absolute gain on positive-negative combined (PNC) evaluation. Additionally, Bi-MCQ reduces the affirmative-negative AUC gap by an average of 0.12 compared to InfoNCE-based fine-tuning, demonstrating that objective reformulation can substantially enhance negation understanding in medical VLMs.
