Overview
Research area: Machine Learning Authors: Ankang Yang, Jitao Zhao, Di Jin, Yuxiao Huang, Dongxiao He arXiv: 2607.26023
Abstract
Graph foundation models (GFMs) have emerged as a promising paradigm for transferring knowledge across graph domains and tasks. Real-world graphs associate nodes with text, images, and other modalities, making multimodal graphs essential for representing complex entities and relations. Moreover, collecting labels and adapting models for every new graph domain is costly and often infeasible, motivating zero-shot transfer. Unfortunately, zero-shot transfer on multimodal graphs remains underexplored. Existing GNN-based graph foundation models typically require downstream adaptation, whereas LLM-based graph methods mainly address unimodal graphs or tasks within a single domain.
This setting presents two key challenges:
- Models must generalize knowledge from individual modalities while capturing transferable cross-modal relations.
- Without target-domain fine-tuning, node representations become entangled with domain-specific structure and modality-specific features, obscuring shared concepts in unseen domains.
- CHARM replaces isolated raw nodes with hierarchical graph contexts, capturing multimodal semantics and cross-modal relations.
- These contexts map domain-specific node patterns to shared high-level concepts, reducing reliance on target-domain supervision or adaptation.
- A modality-aware graph context encoder integrates multimodal information with graph structure and converts the resulting representations into graph tokens for large language models.
- Paper: https://arxiv.org/abs/2607.26023
The CHARM Approach
To address these challenges, the authors propose CHARM, a multimodal graph foundation model with hierarchical context modeling for zero-shot transfer:
Experiments demonstrate consistent improvements on zero-shot multimodal graph tasks.
Links
*Auto-collected on 2026-07-30.*