RoleMAG: Learning Neighbor Roles in Multimodal Graphs

arXiv cs.LG / 4/15/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • RoleMAG addresses a limitation of existing multimodal attributed graph (MAG) methods that rely on shared message passing and assume the same neighbors help all modalities equally.
  • The framework learns role-aware neighbor participation by classifying neighbor signals as shared, complementary, or heterophilous and routing them through separate propagation channels.
  • This design improves cross-modal completion by leveraging complementary neighbors while avoiding heterophilous neighbors that can blur modality-specific signals via shared smoothing.
  • Experiments on three MAG benchmarks show the best performance on RedditS and Bili_Dance, with competitive results on Toys, and ablations/robustness/efficiency checks support the approach.
  • The authors provide code for the method, facilitating replication and further experimentation.

Abstract

Multimodal attributed graphs (MAGs) combine multimodal node attributes with structured relations. However, existing methods usually perform shared message passing on a single graph and implicitly assume that the same neighbors are equally useful for all modalities. In practice, neighbors that benefit one modality may interfere with another, blurring modality-specific signals under shared propagation. To address this issue, we propose RoleMAG, a multimodal graph framework that learns how different neighbors should participate in propagation. Concretely, RoleMAG distinguishes whether a neighbor should provide shared, complementary, or heterophilous signals, and routes them through separate propagation channels. This enables cross-modal completion from complementary neighbors while keeping heterophilous ones out of shared smoothing. Extensive experiments on three graph-centric MAG benchmarks show that RoleMAG achieves the best results on RedditS and Bili\_Dance, while remaining competitive on Toys. Ablation, robustness, and efficiency analyses further support the effectiveness of the proposed role-aware propagation design. Our code is available at https://anonymous.4open.science/r/RoleMAG-7EE0/