Enhancing Multimodal Entity Linking with Jaccard Distance-based Conditional Contrastive Learning and Contextual Visual Augmentation
Cong-Duy Nguyen, Xiaobao Wu, Thong Nguyen, Shuai Zhao, Khoi Le, Viet-Anh Nguyen, Feng Yichao, Anh Tuan Luu
TL;DR
This paper tackles multimodal entity linking (MEL) by addressing two key weaknesses of prior contrastive-learning-based MEL: easy negative samples and misalignment due to visual variability. It introduces JD-CCL, a Jaccard-distance-based conditional sampling strategy that selects hard negatives from meta-attribute-similar entities, and CVaCPT, a visual augmentation module that uses diffusion-generated synthetic images and contextual cues to controllably adjust patch representations. The approach is evaluated on WikiDiverse, RichpediaMEL, and WikiMEL, where it achieves state-of-the-art performance and notable gains in top-1 accuracy and overall ranking metrics, outperforming strong baselines such as CLIP, ViLT, ALBEF, METER, and MIMIC. Overall, the combination of attribute-aware negative sampling and context-driven, multi-view visual augmentation improves MEL robustness, especially in large knowledge bases with diverse visual content, and offers a practical path toward more reliable multimodal disambiguation.
Abstract
Previous research on multimodal entity linking (MEL) has primarily employed contrastive learning as the primary objective. However, using the rest of the batch as negative samples without careful consideration, these studies risk leveraging easy features and potentially overlook essential details that make entities unique. In this work, we propose JD-CCL (Jaccard Distance-based Conditional Contrastive Learning), a novel approach designed to enhance the ability to match multimodal entity linking models. JD-CCL leverages meta-information to select negative samples with similar attributes, making the linking task more challenging and robust. Additionally, to address the limitations caused by the variations within the visual modality among mentions and entities, we introduce a novel method, CVaCPT (Contextual Visual-aid Controllable Patch Transform). It enhances visual representations by incorporating multi-view synthetic images and contextual textual representations to scale and shift patch representations. Experimental results on benchmark MEL datasets demonstrate the strong effectiveness of our approach.
