Modality as Heterogeneity: Node Splitting and Graph Rewiring for Multimodal Graph Learning
Yihan Zhang, Ercan E. Kuruoglu
TL;DR
This paper tackles modality confusion in multimodal graphs by introducing Node Splitting Graphs (NSG), which decompose each multimodal node into unimodal sub-nodes and rewire edges to enable modality-aware propagation. It then enhances expressiveness with GraphMixture-of-Experts (GraphMoE), routing modality-specific messages through specialized HGNN experts and employing a dual-branch gating mechanism with noise for balanced specialization. The authors provide spectral and information-theoretic analyses showing NSG yields adaptive, cross-modal low-pass filtering and tighter generalization bounds due to restricted parameterization. Empirically, NSG-MoE consistently outperforms strong baselines on node classification and link prediction across multiple multimodal benchmarks, while maintaining competitive training efficiency thanks to sparsification and modular expert design.
Abstract
Multimodal graphs are gaining increasing attention due to their rich representational power and wide applicability, yet they introduce substantial challenges arising from severe modality confusion. To address this issue, we propose NSG (Node Splitting Graph)-MoE, a multimodal graph learning framework that integrates a node-splitting and graph-rewiring mechanism with a structured Mixture-of-Experts (MoE) architecture. It explicitly decomposes each node into modality-specific components and assigns relation-aware experts to process heterogeneous message flows, thereby preserving structural information and multimodal semantics while mitigating the undesirable mixing effects commonly observed in general-purpose GNNs. Extensive experiments on three multimodal benchmarks demonstrate that NSG-MoE consistently surpasses strong baselines. Despite incorporating MoE -- which is typically computationally heavy -- our method achieves competitive training efficiency. Beyond empirical results, we provide a spectral analysis revealing that NSG performs adaptive filtering over modality-specific subspaces, thus explaining its disentangling behavior. Furthermore, an information-theoretic analysis shows that the architectural constraints imposed by NSG reduces mutual information between data and parameters and improving generalization capability.
