MMCLIRApr 28, 2025

Mitigating Modality Bias in Multi-modal Entity Alignment from a Causal Perspective

arXiv:2504.19458v32 citationsh-index: 15SIGIR
Originality Highly original
AI Analysis

This addresses a critical issue in information retrieval for multi-modal knowledge graphs, particularly benefiting scenarios with low-similarity, high-noise, or low-resource data, though it is an incremental improvement over existing fusion methods.

The paper tackles the problem of visual modality bias in multi-modal entity alignment, where existing methods over-rely on visual features, by proposing a counterfactual debiasing framework that reduces this bias and improves performance, achieving state-of-the-art results across 9 benchmark datasets.

Multi-Modal Entity Alignment (MMEA) aims to retrieve equivalent entities from different Multi-Modal Knowledge Graphs (MMKGs), a critical information retrieval task. Existing studies have explored various fusion paradigms and consistency constraints to improve the alignment of equivalent entities, while overlooking that the visual modality may not always contribute positively. Empirically, entities with low-similarity images usually generate unsatisfactory performance, highlighting the limitation of overly relying on visual features. We believe the model can be biased toward the visual modality, leading to a shortcut image-matching task. To address this, we propose a counterfactual debiasing framework for MMEA, termed CDMEA, which investigates visual modality bias from a causal perspective. Our approach aims to leverage both visual and graph modalities to enhance MMEA while suppressing the direct causal effect of the visual modality on model predictions. By estimating the Total Effect (TE) of both modalities and excluding the Natural Direct Effect (NDE) of the visual modality, we ensure that the model predicts based on the Total Indirect Effect (TIE), effectively utilizing both modalities and reducing visual modality bias. Extensive experiments on 9 benchmark datasets show that CDMEA outperforms 14 state-of-the-art methods, especially in low-similarity, high-noise, and low-resource data scenarios.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes