Learning with Dual-level Noisy Correspondence for Multi-modal Entity Alignment
Haobin Li, Yijie Lin, Peng Hu, Mouxing Yang, Xi Peng
TL;DR
This work tackles the practical problem of dual-level noisy correspondence (DNC) in multi-modal entity alignment (MMEA) by introducing RULE, a reliability-guided framework. RULE estimates intra-entity and inter-graph reliability using uncertainty and consensus, partitions cross-graph pairs into clean and noisy groups, and applies robust intra-entity fusion and inter-graph discrepancy elimination. A test-time correspondence reasoning (TTR) module using a multimodal LLM enhances inference by uncovering latent attribute-attribute connections, yielding improved cross-graph entity identification. Extensive experiments on five benchmarks, including scenarios with artificially injected noise, demonstrate that RULE robustly outperforms seven state-of-the-art methods and offers strong, practical improvements for real-world MMKG alignment.
Abstract
Multi-modal entity alignment (MMEA) aims to identify equivalent entities across heterogeneous multi-modal knowledge graphs (MMKGs), where each entity is described by attributes from various modalities. Existing methods typically assume that both intra-entity and inter-graph correspondences are faultless, which is often violated in real-world MMKGs due to the reliance on expert annotations. In this paper, we reveal and study a highly practical yet under-explored problem in MMEA, termed Dual-level Noisy Correspondence (DNC). DNC refers to misalignments in both intra-entity (entity-attribute) and inter-graph (entity-entity and attribute-attribute) correspondences. To address the DNC problem, we propose a robust MMEA framework termed RULE. RULE first estimates the reliability of both intra-entity and inter-graph correspondences via a dedicated two-fold principle. Leveraging the estimated reliabilities, RULE mitigates the negative impact of intra-entity noise during attribute fusion and prevents overfitting to noisy inter-graph correspondences during inter-graph discrepancy elimination. Beyond the training-time designs, RULE further incorporates a correspondence reasoning module that uncovers the underlying attribute-attribute connection across graphs, guaranteeing more accurate equivalent entity identification. Extensive experiments on five benchmarks verify the effectiveness of our method against the DNC compared with seven state-of-the-art methods.The code is available at \href{https://github.com/XLearning-SCU/RULE}{XLearning-SCU/RULE}
