Progressively Modality Freezing for Multi-Modal Entity Alignment
Yani Huang, Xuefeng Zhang, Richong Zhang, Junfan Chen, Jaein Kim
TL;DR
The paper tackles multi-modal entity alignment by addressing alignment-irrelevant features and cross-modal inconsistencies. It introduces Progressive Modality Freezing (PMF), which encodes per-modality features, computes alignment-relevance scores, progressively freezes less useful features, and fuses remaining signals into a joint representation. A unified objective combining cross-modality association losses and cross-KG alignment losses guides training, enabling robust cross-modal and cross-graph alignment. Empirical results on nine datasets show state-of-the-art performance, validating the efficacy and efficiency of the progressive freezing strategy for robust MMKG alignment in diverse settings.
Abstract
Multi-Modal Entity Alignment aims to discover identical entities across heterogeneous knowledge graphs. While recent studies have delved into fusion paradigms to represent entities holistically, the elimination of features irrelevant to alignment and modal inconsistencies is overlooked, which are caused by inherent differences in multi-modal features. To address these challenges, we propose a novel strategy of progressive modality freezing, called PMF, that focuses on alignmentrelevant features and enhances multi-modal feature fusion. Notably, our approach introduces a pioneering cross-modal association loss to foster modal consistency. Empirical evaluations across nine datasets confirm PMF's superiority, demonstrating stateof-the-art performance and the rationale for freezing modalities. Our code is available at https://github.com/ninibymilk/PMF-MMEA.
