OptiMAG: Structure-Semantic Alignment via Unbalanced Optimal Transport
Yilong Zuo, Xunkai Li, Zhihan Zhang, Qiangqiang Dai, Ronghua Li, Guoren Wang
TL;DR
This paper addresses cross-modal misalignment in Multimodal Attributed Graphs, where edges may connect semantically similar nodes in one modality but not another, causing noisy GNN aggregations. It introduces OptiMAG, a plug-in regularizer based on Unbalanced Fused Gromov-Wasserstein (UFGW), which jointly aligns modality-specific semantic topologies with the explicit graph topology and relaxes margins via KL penalties to suppress conflicting edges. The method leverages geometric space construction from modality embeddings and PPR-smoothed graph distances, a fused transport objective with an anchor term, and an efficient subgraph Sinkhorn optimization to scale to large MAGs. Empirical results across six MAG benchmarks show consistent gains in graph-centric tasks and multimodal generation, with the largest improvements for pretrained encoders like UniGraph2, highlighting OptiMAG’s ability to steer large models toward better graph adaptation. The work provides a principled, scalable framework for mitigating structural-semantic conflicts and offers practical impact for multimodal graph learning in real-world applications.
Abstract
Multimodal Attributed Graphs (MAGs) have been widely adopted for modeling complex systems by integrating multi-modal information, such as text and images, on nodes. However, we identify a discrepancy between the implicit semantic structure induced by different modality embeddings and the explicit graph structure. For instance, neighbors in the explicit graph structure may be close in one modality but distant in another. Since existing methods typically perform message passing over the fixed explicit graph structure, they inadvertently aggregate dissimilar features, introducing modality-specific noise and impeding effective node representation learning. To address this, we propose OptiMAG, an Unbalanced Optimal Transport-based regularization framework. OptiMAG employs the Fused Gromov-Wasserstein distance to explicitly guide cross-modal structural consistency within local neighborhoods, effectively mitigating structural-semantic conflicts. Moreover, a KL divergence penalty enables adaptive handling of cross-modal inconsistencies. This framework can be seamlessly integrated into existing multimodal graph models, acting as an effective drop-in regularizer. Experiments demonstrate that OptiMAG consistently outperforms baselines across multiple tasks, ranging from graph-centric tasks (e.g., node classification, link prediction) to multimodal-centric generation tasks (e.g., graph2text, graph2image). The source code will be available upon acceptance.
