FALCON: False-Negative Aware Learning of Contrastive Negatives in Vision-Language Alignment
Myunsoo Kim, Seong-Woong Shim, Byung-Jun Lee
TL;DR
This work tackles false negatives in vision-language pretraining by introducing FALCON, a learning-based mini-batch construction method that adaptively schedules negative samples via a negative mining scheduler. The scheduler operates on a unified I2T/T2I similarity distribution and uses a Beta-distributed hardness model to tailor per-anchor negative selection, optimizing cross-modal alignment by maximizing MLM loss reduction. Across three VLP frameworks (ALBEF, BLIP-2, SigLIP-2) and diverse downstream tasks, FALCON consistently outperforms heuristic negative mining approaches, especially in noisy or large-scale web data where false negatives are prevalent. While promising, the approach relies on proxy signals that primarily reflect cross-modal alignment from the vision side, suggesting future work to integrate signals from both vision and text encoders and to extend applicability to broader LVLM settings.
Abstract
False negatives pose a critical challenge in vision-language pretraining (VLP) due to the many-to-many correspondence between images and texts in large-scale datasets. These false negatives introduce conflicting supervision signals that degrade the learned embedding space and diminish the effectiveness of hard negative sampling. In this paper, we propose FALCON (False-negative Aware Learning of COntrastive Negatives), a learning-based mini-batch construction strategy that adaptively balances the trade-off between hard and false negatives during VLP. Rather than relying on fixed heuristics, FALCON employs a negative mining scheduler that dynamically selects negative samples of appropriate hardness for each anchor instance during mini-batch construction, guided by a proxy for cross-modal alignment improvement. Experimental results demonstrate that FALCON significantly improves performance across three vision-language learning frameworks (ALBEF, BLIP-2, SigLIP-2) and a broad range of downstream tasks and evaluation settings, underscoring its effectiveness and robustness in mitigating the impact of false negatives.
