Toward Effective Multimodal Graph Foundation Model: A Divide-and-Conquer Based Approach
Sicheng Liu, Xunkai Li, Daohan Su, Ru Zhang, Hongchao Qin, Ronghua Li, Guoren Wang
TL;DR
PLANET introduces a Divide-and-Conquer Multimodal Graph Foundation Model to address two core weaknesses in existing MGFMs: insufficient modality interaction and weak modality alignment. By decoupling interactions at the embedding level with EDG (Mixture-of-Experts and topology-aware attention) and alignment at the node level with NDR (Discretized Semantic Representation Space and Text-anchored General Knowledge Loss), PLANET achieves superior representations for graph-centric and multimodal generative tasks. Theoretical analyses show EDG preserves synergistic multimodal information and DSRS accelerates alignment convergence, while empirical results across node classification, link prediction, and G2Text/G2Image generation demonstrate clear performance gains and efficient computation. This framework advances MAG understanding and offers a scalable, generalizable foundation for multimodal graph learning with strong transferability to downstream tasks.
Abstract
Graph Foundation Models (GFMs) have achieved remarkable success in generalizing across diverse domains. However, they mainly focus on Text-Attributed Graphs (TAGs), leaving Multimodal-Attributed Graphs (MAGs) largely untapped. Developing Multimodal Graph Foundation Models (MGFMs) allows for leveraging the rich multimodal information in MAGs, and extends applicability to broader types of downstream tasks. While recent MGFMs integrate diverse modality information, our empirical investigation reveals two fundamental limitations of existing MGFMs: (1)they fail to explicitly model modality interaction, essential for capturing intricate cross-modal semantics beyond simple aggregation, and (2)they exhibit sub-optimal modality alignment, which is critical for bridging the significant semantic disparity between distinct modal spaces. To address these challenges, we propose PLANET (graPh topoLogy-aware modAlity iNteraction and alignmEnT), a novel framework employing a Divide-and-Conquer strategy to decouple modality interaction and alignment across distinct granularities. At the embedding granularity, (1)Embedding-wise Domain Gating (EDG) performs local semantic enrichment by adaptively infusing topology-aware cross-modal context, achieving modality interaction. At the node granularity, (2)Node-wise Discretization Retrieval (NDR) ensures global modality alignment by constructing a Discretized Semantic Representation Space (DSRS) to bridge modality gaps. Extensive experiments demonstrate that PLANET significantly outperforms state-of-the-art baselines across diverse graph-centric and multimodal generative tasks.
