Beyond Feature and Structure Alignment: Learning Transferable Propagation Knowledge for Graph Foundation Models
Summary
This arXiv paper introduces ProGFM, a Propagation-aware Graph Foundation Model that treats propagation relationships between edges and feature dimensions as transferable knowledge units, enabling adaptive aggregation and improved cross-domain generalization.
View Cached Full Text
Cached at: 08/03/26, 07:35 AM
# Beyond Feature and Structure Alignment: Learning Transferable Propagation Knowledge for Graph Foundation Models
Source: [https://arxiv.org/html/2607.28980](https://arxiv.org/html/2607.28980)
###### Abstract\.
Graph Foundation Models \(GFMs\) have recently emerged as a promising paradigm for enabling knowledge transfer across diverse domains\. Unlike traditional graph learning methods that are typically designed for in\-domain settings, GFMs aim to learn transferable knowledge that can generalize to unseen graph domains\. However, unlike language or visual data, graphs lack intrinsic and unified representation units, such as tokens in language and patches in vision, making it challenging to identify transferable knowledge units for building graph foundation models\. Existing graph foundation models mainly focus on mitigating domain discrepancies through feature alignment and structure alignment, while overlooking the exploration of transferable knowledge units underlying graph data\. Moreover, these methods generally rely on fixed propagation mechanisms during message passing, overlooking the heterogeneity in propagation patterns, as different edges may exhibit distinct propagation patterns for different feature dimensions\. To address these limitations, we propose a Propagation\-aware Graph Foundation Model \(ProGFM\), which regards the propagation relationships between edges and feature dimensions as transferable knowledge units\. Through a propagation relationship prototype bank, ProGFM learns cross\-domain transferable propagation knowledge, enabling adaptive information aggregation in unseen graph domains\. Extensive experiments across various cross\-domain transfer scenarios demonstrate that ProGFM possesses strong cross\-domain knowledge transfer capability and exhibits superior generalization performance compared with existing methods\.
Graph Neural Networks, Graph Representation Learning, Graph Foundation Models
††copyright:none††conference:; ;## 1\.Introduction
Graphs, as a powerful data form for modeling complex relationships in the real world, have been widely applied across various domains, such as social networks\(Fanet al\.,[2019](https://arxiv.org/html/2607.28980#bib.bib153); Jainet al\.,[2023](https://arxiv.org/html/2607.28980#bib.bib154)\), recommender systems\(Wuet al\.,[2023](https://arxiv.org/html/2607.28980#bib.bib155); Gaoet al\.,[2023](https://arxiv.org/html/2607.28980#bib.bib156)\), and transportation networks\(Jiang and Luo,[2022](https://arxiv.org/html/2607.28980#bib.bib157); Liu and Meidani,[2024](https://arxiv.org/html/2607.28980#bib.bib158)\)\. To effectively mine the information contained in the graph data, numerous Graph Neural Networks \(GNNs\), e\.g\., GCN\(Kipf and Welling,[2017](https://arxiv.org/html/2607.28980#bib.bib12)\)and GAT\(Velickovicet al\.,[2018](https://arxiv.org/html/2607.28980#bib.bib13)\), have been proposed\. However, these methods are typically designed for in\-domain settings, and often require rebuilding when applied to new graph domains\(Liuet al\.,[2023b](https://arxiv.org/html/2607.28980#bib.bib125)\)\. With the remarkable success of foundation models in natural language and computer vision, Graph Foundation Models \(GFMs\) have recently attracted increasing attention\(Wanget al\.,[2025c](https://arxiv.org/html/2607.28980#bib.bib159)\)\. GFMs aim to learn transferable graph knowledge from multi\-domain graph data, enabling effective generalization to unseen graph domains\(Yuanet al\.,[2025](https://arxiv.org/html/2607.28980#bib.bib160)\)\.
Unlike language or visual data, graphs lack intrinsic and unified representation units, such as tokens in language and patches in vision\(Yuet al\.,[2025a](https://arxiv.org/html/2607.28980#bib.bib162); Eliasofet al\.,[2026](https://arxiv.org/html/2607.28980#bib.bib166)\)\. Graphs are typically derived from abstract modeling of complex relational systems in the real world, where nodes, edges, and features often exhibit diverse meanings across different domains\(Liuet al\.,[2023a](https://arxiv.org/html/2607.28980#bib.bib97)\)\. For example, user attributes in social networks, textual features in citation networks, and atomic attributes in molecular graphs have different domain\-specific semantics\. This fundamental difference makes it challenging to identify transferable knowledge units underlying graph data, which becomes a key obstacle for developing general graph foundation models\.
Existing graph foundation models mainly achieve cross\-domain generalization by aligning graph data from different domains\. Feature alignment methods attempt to transform graph features from different domains into a shared representation space through feature mapping or feature reconstruction\(Shanet al\.,[2026a](https://arxiv.org/html/2607.28980#bib.bib163); Zhaoet al\.,[2026](https://arxiv.org/html/2607.28980#bib.bib164)\)\. Structure alignment methods reduce structural discrepancies through graph structure transformation or structure reconstruction\(Wanget al\.,[2025b](https://arxiv.org/html/2607.28980#bib.bib152),[2026](https://arxiv.org/html/2607.28980#bib.bib161)\)\. However, these approaches mainly alleviate distribution shifts across graph domains, overlooking the exploration of transferable knowledge units underlying graph data, thereby limiting their ability to achieve effective cross\-domain knowledge transfer\.
Moreover, identifying transferable knowledge units underlying graph data needs to consider an important graph property, message propagation pattern, which is the fundamental mechanism for simultaneously embedding structure and features\. Existing graph foundation models generally rely on fixed propagation mechanisms during message passing\(Zhaoet al\.,[2026](https://arxiv.org/html/2607.28980#bib.bib164); Yuet al\.,[2024](https://arxiv.org/html/2607.28980#bib.bib122)\)\. In reality, due to the heterogeneity of semantics and relational patterns\(Liet al\.,[2026](https://arxiv.org/html/2607.28980#bib.bib165)\), different edges may exhibit distinct propagation patterns for different feature dimensions\. Such fixed propagation mechanisms overlook the heterogeneity of propagation patterns and implicitly assume that different features can be propagated across edges in the same manner, limiting the expressive capacity of existing graph foundation models\.
To address these limitations, the key step is to identify transferable knowledge units, which can represent truly transferable graph knowledge and model diverse propagation patterns\. We argue that propagation relationships between edges and feature dimensions have the potential to serve as such transferable knowledge units\. Unlike feature semantics, which vary significantly across graph domains and are difficult to directly transfer, propagation relationships between edges and feature dimensions exhibit stronger cross\-domain transferability\. Specifically, across different graph domains, some edges may possess similar propagation relationships in certain feature dimensions \(similar to the homophily at the feature dimension level in previous studies\(Yanget al\.,[2021](https://arxiv.org/html/2607.28980#bib.bib185); Wanget al\.,[2026](https://arxiv.org/html/2607.28980#bib.bib161)\)\) and thus correspond to similar propagation patterns, even when these features carry completely different semantics\.
Based on the above observations, we propose a Propagation\-aware Graph Foundation Model \(ProGFM\), which treats propagation relationships between edges and feature dimensions as transferable knowledge units\. Unlike existing methods that mainly achieve cross\-domain adaptation through feature alignment\(Zhaoet al\.,[2026](https://arxiv.org/html/2607.28980#bib.bib164)\), ProGFM does not assume that features at the same dimension across different domains share consistent semantics\. Instead, it models the propagation relationship between each edge and each feature dimension based on the relative feature differences between connected nodes\. By constructing a propagation relationship prototype bank, ProGFM captures cross\-domain transferable propagation knowledge and enables adaptive information aggregation in unseen graph domains\. In this way, ProGFM provides a new perspective for knowledge transfer in open graph environments by treating cross\-domain shared propagation relationships as transferable knowledge units\.
Our main contributions are summarized as follows:
- •We introduce a new perspective on knowledge transfer for graph foundation models\. We reveal that propagation relationships between edges and features can serve as transferable knowledge units independent of specific domain semantics, providing a new direction for general graph modeling in open graph environments\.
- •We propose ProGFM, a graph foundation model framework that explicitly models propagation relationships between edges and features dimensions\. Through a propagation relationship prototype bank, ProGFM can learn cross\-domain transferable propagation knowledge and effectively generalize to unseen graph domains\.
- •We conduct extensive experiments across multiple cross\-domain transfer scenarios to systematically evaluate the effectiveness and transferability of ProGFM\. The results demonstrate that ProGFM achieves superior generalization performance on unseen graph domains compared with existing graph foundation models\.
## 2\.Preliminaries
In this section, we introduce the preliminary concepts and notations used throughout this paper\. Specifically, we first introduce the formulation of graph data and the concept of graph foundation model, followed by the definition of relative feature difference\. The relative feature difference is defined to quantify the relative discrepancy between connected nodes along each feature dimension, which will be further used for modeling propagation relationships\.
### 2\.1\.Graph Data
Formally, a graph can be represented asG=\(V,ℰ,𝐀,𝐗,𝐘\)G=\(V,\\mathcal\{E\},\\mathbf\{A\},\\mathbf\{X\},\\mathbf\{Y\}\), whereV=\{v1,v2,…,vN\}V=\\\{v\_\{1\},v\_\{2\},\\dots,v\_\{N\}\\\}denotes the node set andℰ\\mathcal\{E\}denotes the edge set\.𝐀∈ℝN×N\\mathbf\{A\}\\in\\mathbb\{R\}^\{N\\times N\}represents the adjacency matrix, whereAijA\_\{ij\}indicates whether nodesviv\_\{i\}andvjv\_\{j\}are connected\.𝐗∈ℝN×d\\mathbf\{X\}\\in\\mathbb\{R\}^\{N\\times d\}denotes the node feature matrix, wheredddenotes the feature dimensionality\.𝐘=\{y1,y2,…,yN\}\\mathbf\{Y\}=\\\{y\_\{1\},y\_\{2\},\\dots,y\_\{N\}\\\}denotes the node labels\. For a nodeviv\_\{i\}, its feature vector is denoted as𝐱i=\[xi,1,xi,2,…,xi,d\]\\mathbf\{x\}\_\{i\}=\[x\_\{i,1\},x\_\{i,2\},\\dots,x\_\{i,d\}\], wherexi,kx\_\{i,k\}represents the value of thekk\-th feature dimension\.
### 2\.2\.Graph Foundation Model
Given a collection of graphs from multiple domains, denoted as𝒢pre=\{G\(1\),G\(2\),…,G\(M\)\}\\mathcal\{G\}\_\{pre\}=\\\{G^\{\(1\)\},G^\{\(2\)\},\\dots,G^\{\(M\)\}\\\}, a graph foundation model aims to learn cross\-domain transferable graph knowledge from these diverse pre\-training graphs\. For an unseen target graph domainG\(t\)∉𝒢preG^\{\(t\)\}\\notin\\mathcal\{G\}\_\{pre\}, the graph foundation model can achieve effective adaptation based on the knowledge learned from𝒢pre\\mathcal\{G\}\_\{pre\}\.
### 2\.3\.Relative Feature Difference
###### Definition 2\.1 \(Relative Feature Difference\)\.
Given an edgeeij∈ℰe\_\{ij\}\\in\\mathcal\{E\}connecting nodesviv\_\{i\}andvjv\_\{j\}, we define the relative feature difference between the connected nodes on each feature dimension\. Specifically, for thekk\-th feature dimension, the relative feature difference is calculated as:
\(1\)rij,k=\|xi,k−xj,k\|rangek,r\_\{ij,k\}=\\frac\{\\left\|x\_\{i,k\}\-x\_\{j,k\}\\right\|\}\{\\text\{range\}\_\{k\}\},\(2\)rangek=max\(𝐗:,k\)−min\(𝐗:,k\)\+ϵ,\\text\{range\}\_\{k\}=\\text\{max\}\\left\(\\mathbf\{X\}\_\{:,k\}\\right\)\-\\text\{min\}\\left\(\\mathbf\{X\}\_\{:,k\}\\right\)\+\\epsilon,wherexi,kx\_\{i,k\}andxj,kx\_\{j,k\}denote the values of thekk\-th feature dimension of nodesviv\_\{i\}andvjv\_\{j\}, respectively\.𝐗:,k\\mathbf\{X\}\_\{:,k\}represents thekk\-th feature dimension of all nodes, andmax\(𝐗:,k\)\\text\{max\}\\left\(\\mathbf\{X\}\_\{:,k\}\\right\)andmin\(𝐗:,k\)\\text\{min\}\\left\(\\mathbf\{X\}\_\{:,k\}\\right\)denote its maximum and minimum values\.ϵ\\epsilonis a small constant for numerical stability\. A largerrij,kr\_\{ij,k\}indicates a larger relative difference between connected nodes on thekk\-th feature dimension\.
Figure 1\.The overview of ProGFM\.The overview of ProGFM\.
## 3\.Method
### 3\.1\.Overview
Unlike existing graph foundation models that mainly align node features or graph structures across domains, ProGFM focuses on modeling the propagation relationships between edges and feature dimensions as domain\-agnostic knowledge units\. Specifically, ProGFM consists of three main stages, as illustrated in Figure[1](https://arxiv.org/html/2607.28980#S2.F1)\. First, we align the feature dimensionality of graphs from different domains to provide a consistent input space for graph representation learning, without enforcing semantic alignment of domain\-specific features\. Second, based on the dimension\-aligned features, we model the propagation relationships between each edge and each feature dimension according to the relative feature differences between connected nodes\. The propagation relationships collected from multiple source domains are then clustered to construct a propagation relationship prototype bank, where each prototype captures a representative propagation relationship shared across domains\. Each propagation relationship prototype is further associated with a learnable scalar parameter that represents its corresponding propagation strength\. Finally, we introduce a propagation\-aware message passing mechanism\. Based on the propagation relationships between each edge and each feature dimension, each edge is associated with a propagation strength vector, which is used to modulate information aggregation of connected nodes\.
### 3\.2\.Feature Dimensionality Alignment
Graphs from different domains usually contain node features with different dimensionalities\(Zhaoet al\.,[2024a](https://arxiv.org/html/2607.28980#bib.bib114),[2026](https://arxiv.org/html/2607.28980#bib.bib164); Xia and Huang,[2024](https://arxiv.org/html/2607.28980#bib.bib129)\)\. Such dimensional discrepancies make it difficult for a graph model to directly process graphs from different domains\. Therefore, we need to align the feature dimensionality of graphs from different domains into a shared dimensional space\.
Specifically, for any graphG\(i\)=\(V\(i\),ℰ\(i\),𝐀\(i\),𝐗\(i\),𝐘\(i\)\)G^\{\(i\)\}=\(V^\{\(i\)\},\\mathcal\{E\}^\{\(i\)\},\\mathbf\{A\}^\{\(i\)\},\\mathbf\{X\}^\{\(i\)\},\\mathbf\{Y\}^\{\(i\)\}\), we transform the original features into a unified dimensional space:
\(3\)𝐗~\(i\)=falign\(𝐗\(i\)\)∈ℝN\(i\)×d,\\mathbf\{\\tilde\{X\}\}^\{\(i\)\}=f\_\{\\text\{align\}\}\(\\mathbf\{\{X\}\}^\{\(i\)\}\)\\in\\mathbb\{R\}^\{N^\{\(i\)\}\\times d\},where𝐗\(i\)∈ℝN\(i\)×d\(i\)\\mathbf\{X\}^\{\(i\)\}\\in\\mathbb\{R\}^\{N^\{\(i\)\}\\times d^\{\(i\)\}\}denotes the original node feature matrix,d\(i\)d^\{\(i\)\}represents the domain\-specific feature dimensionality,dddenotes the unified feature dimensionality shared across different graph domains, andfalign\(⋅\)f\_\{\\text\{align\}\}\(\\cdot\)represents the feature dimensionality alignment function\. The alignment function can be implemented using various projection or dimensionality reduction methods, such as Multi\-Layer Perceptron, Singular Value Decomposition \(SVD\)\(Jamali and Ester,[2010](https://arxiv.org/html/2607.28980#bib.bib167)\), or Principal Component Analysis\(Abdi and Williams,[2010](https://arxiv.org/html/2607.28980#bib.bib168)\)\. In this work, we adopt SVD to perform feature dimensionality alignment\.
By performing feature dimensionality alignment, node features from different graph domains are projected into a unified dimensional space, providing a unified input format for subsequent propagation relationship modeling and propagation\-aware message passing\.
### 3\.3\.Construction of Propagation Relationship Prototype Bank
Based on the dimension\-aligned node features, the next question is what knowledge can be transferred across different graph domains\. Although feature semantics may vary significantly across different graph domains, similar propagation relationships may still exist\. Therefore, ProGFM models the propagation relationships between each edge and each feature dimension as transferable knowledge units\.
In graph message passing, the relative feature difference between connected nodes on a particular dimension can reflect the propagation pattern of that feature dimension along the edge, and similar relative feature differences tend to indicate similar propagation patterns\. Therefore, we can model the propagation relationships between each edge and each feature dimension based on the relative feature differences between connected nodes\. Specifically, following the definition in the preliminaries,rij,kr\_\{ij,k\}denotes the relative feature difference between nodesviv\_\{i\}andvjv\_\{j\}on thekk\-th feature dimension\. The propagation relationship between edgeeije\_\{ij\}and thekk\-th feature dimension is calculated as:
\(4\)sij,k=1−rij,k\.s\_\{ij,k\}=1\-r\_\{ij,k\}\.Propagation relationships with similar values ofsij,ks\_\{ij,k\}tend to correspond to similar propagation patterns\.
Importantly,sij,ks\_\{ij,k\}depends only on the relative feature difference between the connected nodes, rather than on the specific semantics of the corresponding feature dimension\. Even when feature dimensions carry completely different meanings across graph domains, different graphs can still exhibit similar relative feature differences, thereby resulting in similar propagation relationships\. In this way, propagation relationships can be modeled across graph domains in a semantics\-independent manner\.
After obtaining the propagation relationships for all edges and feature dimensions, we further extract representative propagation relationships from multiple pre\-training graph domains\. Specifically, for theii\-th pre\-training graphG\(i\)G^\{\(i\)\}, we denote all propagation relationships as:
\(5\)𝒮\(i\)=\{suv,k\(i\)\|euv\(i\)∈ℰ\(i\),k=1,…,d\}\.\\mathcal\{S\}^\{\(i\)\}=\\\{s\_\{uv,k\}^\{\(i\)\}\|e\_\{uv\}^\{\(i\)\}\\in\\mathcal\{E\}^\{\(i\)\},k=1,\\dots,d\\\}\.We then aggregate the propagation relationships from all graphs in the pre\-training graph collection𝒢pre=\{G\(1\),G\(2\),…,G\(M\)\}\\mathcal\{G\}\_\{pre\}=\\\{G^\{\(1\)\},G^\{\(2\)\},\\dots,G^\{\(M\)\}\\\}:
\(6\)𝒮pre=⋃i=1M𝒮\(i\)\.\\mathcal\{S\}\_\{\\text\{pre\}\}=\\bigcup\_\{i=1\}^\{M\}\\mathcal\{S\}^\{\(i\)\}\.Based on𝒮pre\\mathcal\{S\}\_\{\\text\{pre\}\}, we apply clustering to obtain a set of representative propagation relationship prototypes:
\(7\)𝒫=Cluster\(𝒮pre\)=\{p1,p2,…,pK\},\\mathcal\{P\}=\\text\{Cluster\}\\left\(\\mathcal\{S\}\_\{\\text\{pre\}\}\\right\)=\\\{p\_\{1\},p\_\{2\},\\dots,p\_\{K\}\\\},whereKKdenotes the number of propagation relationship prototypes,pcp\_\{c\}represents thecc\-th prototype, andCluster\(⋅\)\\text\{Cluster\}\\left\(\\cdot\\right\)denotes the clustering operation\. In this work, we adopt K\-means clustering\(Lloyd,[1982](https://arxiv.org/html/2607.28980#bib.bib169)\)to obtain these propagation relationship prototypes\. Propagation relationships with similar values are assigned to the same prototype, such that each prototype represents a representative propagation relationship shared across different graph domains\.
Furthermore, each propagation relationship prototypepcp\_\{c\}is associated with a learnable scalarαc\\alpha\_\{c\}to characterize the propagation strength corresponding to the propagation relationship represented by this prototype\. The learnable propagation strengths associated with all propagation relationship prototypes are denoted as:
\(8\)𝜶=\[α1,α2,…,αK\]∈ℝK\.\\bm\{\\alpha\}=\[\\alpha\_\{1\},\\alpha\_\{2\},\\dots,\\alpha\_\{K\}\]\\in\\mathbb\{R\}^\{K\}\.Accordingly, the propagation relationship prototype bank can be defined as:
\(9\)ℬ=\{\(pc,αc\)∣c=1,…,K\}\\mathcal\{B\}=\\\{\(p\_\{c\},\\alpha\_\{c\}\)\\mid c=1,\\dots,K\\\}where each pair\(pc,αc\)\(p\_\{c\},\\alpha\_\{c\}\)consists of a propagation relationship prototype and its associated learnable propagation strength\.
By organizing representative propagation relationships together with their corresponding propagation strengths, the prototype bank provides a unified and transferable representation of cross\-domain propagation knowledge\. It enables subsequent message passing to assign appropriate propagation strengths to different edges and feature dimensions according to their propagation relationships, thereby guiding feature propagation during message passing\.
### 3\.4\.Propagation\-aware Message Passing
Based on the propagation relationship prototype bank, we further introduce propagation\-aware message passing to modulate information propagation across different edges and feature dimensions according to their propagation relationships\.
ProGFM first transforms node feature representations into the message space of the current layer\. Specifically, at thell\-th layer, the feature representations𝐇\(l\)\\mathbf\{H\}^\{\(l\)\}\(𝐇\(0\)=𝐗~\\mathbf\{H\}^\{\(0\)\}=\\tilde\{\\mathbf\{X\}\}\) are transformed as:
\(10\)𝐇~\(l\)=𝐇\(l\)𝐖\(l\),\\tilde\{\\mathbf\{H\}\}^\{\(l\)\}=\\mathbf\{H\}^\{\(l\)\}\\mathbf\{W\}^\{\(l\)\},where𝐖\(l\)\\mathbf\{W\}^\{\(l\)\}denotes the learnable transformation matrix, and𝐇~\(l\)\\tilde\{\\mathbf\{H\}\}^\{\(l\)\}denotes the transformed feature representations at thell\-th layer\.
Based on the transformed feature representations, ProGFM performs propagation relationship matching for each edge and each feature dimension\. Specifically, we frist calculate the relative feature difference for each edge and each feature dimension\. For edgeeije\_\{ij\}and thekk\-th feature dimension, the relative feature difference is calculated as:
\(11\)rij,k\(l\)=\|𝐡~i,k\(l\)−𝐡~j,k\(l\)\|rangek\(l\),r\_\{ij,k\}^\{\(l\)\}=\\frac\{\\left\|\\tilde\{\\mathbf\{h\}\}\_\{i,k\}^\{\(l\)\}\-\\tilde\{\\mathbf\{h\}\}\_\{j,k\}^\{\(l\)\}\\right\|\}\{\\text\{range\}\_\{k\}^\{\(l\)\}\},\(12\)rangek\(l\)=max\(𝐇~:\.k\(l\)\)−min\(𝐇~:\.k\(l\)\)\+ϵ\.\\text\{range\}\_\{k\}^\{\(l\)\}=\\text\{max\}\(\\tilde\{\\mathbf\{H\}\}^\{\(l\)\}\_\{:\.k\}\)\-\\text\{min\}\(\\tilde\{\\mathbf\{H\}\}^\{\(l\)\}\_\{:\.k\}\)\+\\epsilon\.Accordingly, the propagation relationship between edgeeije\_\{ij\}and thekk\-th feature dimension can be expressed as:
\(13\)sij,k\(l\)=1−rij,k\(l\)\.s\_\{ij,k\}^\{\(l\)\}=1\-r\_\{ij,k\}^\{\(l\)\}\.For each propagation relationshipsij,k\(l\)s\_\{ij,k\}^\{\(l\)\}, we match it with the nearest propagation relationship prototype in the prototype bankℬ\\mathcal\{B\}\. The index of the matched prototype is calculated as:
\(14\)cij,k∗\(l\)=argminc∈\{1,…,K\}\|sij,k\(l\)−pc\|\.c\_\{ij,k\}^\{\*\(l\)\}=\\arg\\min\_\{c\\in\\\{1,\\dots,K\\\}\}\\left\|s\_\{ij,k\}^\{\(l\)\}\-p\_\{c\}\\right\|\.Here,cij,k∗\(l\)c\_\{ij,k\}^\{\*\(l\)\}denotes the index of the propagation relationship prototype matched to edgeeije\_\{ij\}and thekk\-th feature dimension\. Since thecc\-th entry of the prototype bank is defined asℬc=\(pc,ac\)\\mathcal\{B\}\_\{c\}=\\left\(p\_\{c\},a\_\{c\}\\right\), the matched propagation relationship prototype and its associated propagation strength are retrieved as:
\(15\)\(pij,k∗\(l\),zij,k\(l\)\)=ℬcij,k∗\(l\)\.\\left\(p\_\{ij,k\}^\{\*\(l\)\},z\_\{ij,k\}^\{\(l\)\}\\right\)=\\mathcal\{B\}\_\{c\_\{ij,k\}^\{\*\(l\)\}\}\.The propagation strengths corresponding to all feature dimensions are then combined to form an edge\-level propagation strength vector:
\(16\)𝐳ij\(l\)=\[zij,1\(l\),zij,2\(l\),…,zij,d\(l\)\]∈ℝd\.\\mathbf\{z\}\_\{ij\}^\{\(l\)\}=\\left\[z\_\{ij,1\}^\{\(l\)\},z\_\{ij,2\}^\{\(l\)\},\\dots,z\_\{ij,d\}^\{\(l\)\}\\right\]\\in\\mathbb\{R\}^\{d\}\.
Based on the propagation strength vectors, ProGFM performs propagation\-aware message passing by modulating the propagation of different feature dimensions\. Specifically, the propagation\-aware aggregation is formulated as:
\(17\)𝐡i\(l\+1\)=σ\(∑j∈𝒩\(i\)A^ij\[𝐳ij\(l\)⊙𝐡~j\(l\)\]\)\.\\mathbf\{h\}\_\{i\}^\{\(l\+1\)\}=\\sigma\\left\(\\sum\_\{j\\in\\mathcal\{N\}\(i\)\}\\hat\{A\}\_\{ij\}\\left\[\\mathbf\{z\}\_\{ij\}^\{\(l\)\}\\odot\\tilde\{\\mathbf\{h\}\}\_\{j\}^\{\(l\)\}\\right\]\\right\)\.where where𝐳ij\(l\)\\mathbf\{z\}\_\{ij\}^\{\(l\)\}denotes the propagation strength vector associated with edgeeije\_\{ij\},⊙\\odotdenotes element\-wise multiplication,𝒩\(i\)\\mathcal\{N\}\(i\)denotes the set of neighboring nodes ofviv\_\{i\},A^ij\\hat\{A\}\_\{ij\}denotes the normalized adjacency coefficient, andσ\(⋅\)\\sigma\\left\(\\cdot\\right\)denotes the activation function\.
Combining feature transformation, propagation relationship matching, and propagation\-aware message passing, the overall process is formulated as:
\(18\)𝐡i\(l\+1\)=σ\(∑j∈𝒩\(i\)A^ij\[𝐳ij\(l\)⊙\(𝐡j\(l\)𝐖\(l\)\)\]\)\.\\mathbf\{h\}\_\{i\}^\{\(l\+1\)\}=\\sigma\\left\(\\sum\_\{j\\in\\mathcal\{N\}\(i\)\}\\hat\{A\}\_\{ij\}\\left\[\\mathbf\{z\}\_\{ij\}^\{\(l\)\}\\odot\\left\(\\mathbf\{h\}\_\{j\}^\{\(l\)\}\\mathbf\{W\}^\{\(l\)\}\\right\)\\right\]\\right\)\.In this way, ProGFM replaces the fixed message passing mechanism used by conventional GNNs with propagation\-aware message passing, allowing each edge to modulate the propagation of different feature dimensions according to their propagation relationships\.
### 3\.5\.Self\-supervised Pre\-training and Zero\-tuning Adaptation
AfterLLlayers of propagation\-aware message passing, ProGFM obtains the final node representations, which are used for self\-supervised pre\-training and downstream tasks:
\(19\)𝐇\(i,L\)=fθ\(G\(i\),ℬ\),\\mathbf\{H\}^\{\(i,L\)\}=f\_\{\\theta\}\\left\(G^\{\(i\)\},\\mathcal\{B\}\\right\),where𝐇\(i,L\)\\mathbf\{H\}^\{\(i,L\)\}denotes the final node representations of theii\-th graph,fθf\_\{\\theta\}denotes the ProGFM encoder parameterized byθ\\theta, withθ\\thetaincluding the learnable transformation matrices\{W\(l\)\}l=0L−1\\left\\\{W^\{\(l\)\}\\right\\\}\_\{l=0\}^\{L\-1\}, andℬ\\mathcal\{B\}denotes the propagation relationship prototype bank\.
ProGFM is independent of a specific self\-supervised pre\-training objective and can be integrated with various graph self\-supervised learning methods\. During multi\-domain pre\-training, the ProGFM encoder and the learnable propagation strengths withinℬ\\mathcal\{B\}are jointly optimized across all graphs in𝒢pre\\mathcal\{G\}\_\{\\text\{pre\}\}:
\(20\)minθ,α∑G\(i\)∈𝒢preℒssl\(𝐇\(i,L\),G\(i\)\)\.\\min\_\{\\theta,\\alpha\}\\sum\_\{G^\{\(i\)\}\\in\\mathcal\{G\}\_\{\\text\{pre\}\}\}\\mathcal\{L\}\_\{\\text\{ssl\}\}\\left\(\\mathbf\{H\}^\{\(i,L\)\},G^\{\(i\)\}\\right\)\.where𝒢pre\\mathcal\{G\}\_\{\\text\{pre\}\}denotes the set of pre\-training graphs,𝜶\\bm\{\\alpha\}denotes the learnable propagation strengths withinℬ\\mathcal\{B\}, andℒssl\\mathcal\{L\}\_\{\\text\{ssl\}\}denotes the self\-supervised pre\-training objective\. Following existing work\(Zhaoet al\.,[2026](https://arxiv.org/html/2607.28980#bib.bib164); Wanget al\.,[2026](https://arxiv.org/html/2607.28980#bib.bib161)\), we employ the structure\-based self\-supervised objective proposed in SGRL\(Heet al\.,[2024](https://arxiv.org/html/2607.28980#bib.bib124)\), while other graph self\-supervised objectives can also be readily incorporated\.
Table 1\.One\-shot node classification performance\. The best results are highlighted in bold, and the second\-best results are underlined\.Table 2\.One\-shot subgraph classification performance\. The best results are highlighted in bold, and the second\-best results are underlined\. Methods with “\*” are reported from\(Shanet al\.,[2026b](https://arxiv.org/html/2607.28980#bib.bib175)\)\.For downstream tasks, to evaluate the direct transferability of the learned cross\-domain propagation knowledge, we adopt a zero\-tuning adaptation strategy\. Specifically, the pre\-trained ProGFM encoder and propagation relationship prototype bank are directly transferred to an unseen target graph domain and remain frozen throughout downstream adaptation\. Without applying any fine\-tuning or prompt\-based methods to the pre\-trained model, ProGFM obtains the target\-domain node representations as:
\(21\)𝐇\(t,L\)=fθ∗\(G\(t\),ℬ∗\),\\mathbf\{H\}^\{\(t,L\)\}=f\_\{\\theta^\{\*\}\}\\left\(G^\{\(t\)\},\\mathcal\{B\}^\{\*\}\\right\),whereG\(t\)G^\{\(t\)\}denotes the target graph, whileθ∗\\theta^\{\*\}andℬ∗\\mathcal\{B\}^\{\*\}denote the encoder parameters and propagation relationship prototype bank obtained from multi\-domain pre\-training, respectively\.
Based on the node representations, ProGFM first constructs class prototypes using the labeled nodes in the target graph and then performs prototype\-based classification\. Specifically, for each classqq, the corresponding class prototype is computed by averaging the node representations of labeled nodes belonging to this class:
\(22\)𝐜q=1\|Vq\(t\)\|∑vi∈Vq\(t\)𝐡i\(t,L\),\\mathbf\{c\}\_\{q\}=\\frac\{1\}\{\\left\|V\_\{q\}^\{\(t\)\}\\right\|\}\\sum\_\{v\_\{i\}\\in V\_\{q\}^\{\(t\)\}\}\\mathbf\{h\}\_\{i\}^\{\(t,L\)\},whereVq\(t\)⊆V\(t\)V\_\{q\}^\{\(t\)\}\\subseteq V^\{\(t\)\}denotes the set of labeled nodes belonging to classqqin the target graph, and𝐡i\(t,L\)\\mathbf\{h\}\_\{i\}^\{\(t,L\)\}denotes the node representation ofviv\_\{i\}\. For each query nodeviv\_\{i\}, ProGFM computes the similarity between its node representation and all class prototypes, and assign the class with the highest similarity score as its predicted label:
\(23\)y^i=argmaxq∈𝒞\(t\)sim\(𝐡i\(t,L\),𝐜q\),\\hat\{y\}\_\{i\}=\\arg\\max\_\{q\\in\\mathcal\{C\}^\{\(t\)\}\}\\text\{sim\}\\left\(\\mathbf\{h\}\_\{i\}^\{\(t,L\)\},\\mathbf\{c\}\_\{q\}\\right\),where𝒞\(t\)\\mathcal\{C\}^\{\(t\)\}denotes the class set of the target graph andsim\(⋅,⋅\)\\text\{sim\}\\left\(\\cdot,\\cdot\\right\)denotes the similarity function\.
In this way, ProGFM can directly transfer the propagation knowledge learned from multiple pre\-training graph domains to unseen graph domains without modifying the pre\-trained model\.
## 4\.Experiments
In this section, we conduct extensive experiments on node classification, subgraph classification, and graph classification tasks to evaluate the cross\-domain generalization ability of ProGFM and verify whether the learned propagation knowledge can be directly transferred to unseen graph domains\.
### 4\.1\.Datasets
For node classification and subgraph classification, we select six widely used node\-level graph datasets, including the citation networks Cora, CiteSeer, and PubMed\(Senet al\.,[2008](https://arxiv.org/html/2607.28980#bib.bib105); Yanget al\.,[2016](https://arxiv.org/html/2607.28980#bib.bib106)\), the co\-purchase networks Photo and Computers\(McAuleyet al\.,[2015](https://arxiv.org/html/2607.28980#bib.bib29)\), and the co\-authorship network CS\(Sinhaet al\.,[2015](https://arxiv.org/html/2607.28980#bib.bib30)\)\. These datasets exhibit substantial differences in feature dimensionality, feature semantics, and graph structures\. For graph classification, we adopt four widely used graph\-level datasets from diverse domains, including social network classification datasets IMDB\-BINARY and COLLAB\(Yanardag and Vishwanathan,[2015](https://arxiv.org/html/2607.28980#bib.bib170)\), as well as protein graph classification datasets PROTEINS and DD\(Borgwardtet al\.,[2005](https://arxiv.org/html/2607.28980#bib.bib171); Dobson and Doig,[2003](https://arxiv.org/html/2607.28980#bib.bib172); Morriset al\.,[2020](https://arxiv.org/html/2607.28980#bib.bib173)\)\. The detailed statistics of these datasets are provided in Appendix[A](https://arxiv.org/html/2607.28980#A1)\.
### 4\.2\.Baselines
We compare ProGFM with representative methods from three categories\. First, we include GCN\(Kipf and Welling,[2017](https://arxiv.org/html/2607.28980#bib.bib12)\)and GAT\(Velickovicet al\.,[2018](https://arxiv.org/html/2607.28980#bib.bib13)\)as representative conventional graph neural network baselines\. Second, we select three widely used graph self\-supervised learning methods, including DGI\(Velickovicet al\.,[2019](https://arxiv.org/html/2607.28980#bib.bib4)\), BGRL\(Thakooret al\.,[2021](https://arxiv.org/html/2607.28980#bib.bib5)\), and GraphMAE\(Houet al\.,[2022](https://arxiv.org/html/2607.28980#bib.bib76)\)\. Third, we compare ProGFM with recent graph foundation models and cross\-domain graph learning methods, including MDGFM\(Wanget al\.,[2025b](https://arxiv.org/html/2607.28980#bib.bib152)\), TIG\(Zhaoet al\.,[2026](https://arxiv.org/html/2607.28980#bib.bib164)\), MDGPT\(Yuet al\.,[2024](https://arxiv.org/html/2607.28980#bib.bib122)\), SAMGPT\(Yuet al\.,[2025b](https://arxiv.org/html/2607.28980#bib.bib174)\), LEDA\(Shanet al\.,[2026b](https://arxiv.org/html/2607.28980#bib.bib175)\), TFSGFM\(Wanget al\.,[2026](https://arxiv.org/html/2607.28980#bib.bib161)\), and SCR\(Wanget al\.,[2025a](https://arxiv.org/html/2607.28980#bib.bib176)\)\.
### 4\.3\.Experimental Setup
In all experiments, each downstream target graph remains unseen during multi\-domain pre\-training\. For node classification and subgraph classification, we adopt a leave\-one\-graph\-out setting\. When one graph dataset is selected as the downstream target graph, the remaining datasets are used for multi\-domain pre\-training\. For example, in node classification experiments, when Cora is selected as the downstream target graph, the remaining datasets, including CiteSeer, PubMed, Photo, Computers, and CS, are used for multi\-domain pre\-training\. Following MDGPT\(Yuet al\.,[2024](https://arxiv.org/html/2607.28980#bib.bib122)\)and TIG\(Zhaoet al\.,[2026](https://arxiv.org/html/2607.28980#bib.bib164)\), we construct 500 few\-shot tasks for each target dataset and report the average classification accuracy over all tasks\. For graph classification, ProGFM is pre\-trained on the six node\-level graph datasets, while IMDB\-BINARY, COLLAB, PROTEINS, and DD are exclusively used as unseen downstream target datasets\. Following the experimental protocols of SCR\(Wanget al\.,[2025a](https://arxiv.org/html/2607.28980#bib.bib176)\)and ProG\(Ziet al\.,[2024](https://arxiv.org/html/2607.28980#bib.bib177)\), we report classification accuracy and Macro\-F1 score as the evaluation metrics\. Further details of the experimental setup are provided in Appendix[B](https://arxiv.org/html/2607.28980#A2)\.
### 4\.4\.One\-Shot Node and Subgraph Classification
We first evaluate ProGFM on one\-shot node classification and subgraph classification tasks to assess its transferability under extremely limited target\-domain supervision\. The experimental results are summarized in Tables[1](https://arxiv.org/html/2607.28980#S3.T1)and[2](https://arxiv.org/html/2607.28980#S3.T2)\. For node classification tasks, ProGFM achieves strong performance across all evaluated datasets, obtaining the best results on five out of six datasets and competitive performance on the remaining dataset\. Compared with existing graph foundation models, ProGFM achieves notable improvements, especially on Cora, Computers, Photo, and CS datasets\. This can be attributed to the fact that existing graph foundation models mainly alleviate cross\-domain discrepancies through feature alignment and/or structure alignment\. However, feature semantics and structural patterns may vary substantially across different graph domains\. Mapping different domains into a shared space may therefore fail to fully preserve all transferable information, leading to inconsistent transfer performance across different datasets\. This suggests that adopting alignment\-based strategies alone may not be sufficient to capture transferable knowledge across graph domains\. In contrast, ProGFM regards the propagation relationships between edges and feature dimensions as transferable knowledge units\. Despite the variations in feature semantics and graph structures across different domains, similar propagation relationships can still exist across graphs\. By explicitly modeling these transferable propagation relationships, ProGFM can learn shared propagation knowledge and enable effective knowledge transfer across different graph domains\. Similar improvements are also observed in subgraph classification tasks, where ProGFM achieves superior performance on most datasets\. The consistent performance across node and subgraph classification tasks further validates the effectiveness of ProGFM in capturing transferable graph knowledge across different graph domains\.
Table 3\.Few\-shot node classification performance\. The best results are highlighted in bold, and the second\-best results are underlined\.Table 4\.Graph classification performance\. The best results are highlighted in bold\. Methods with “\*” are reported from\(Wanget al\.,[2025a](https://arxiv.org/html/2607.28980#bib.bib176)\)\.
### 4\.5\.Few\-Shot Node Classification
We further evaluate ProGFM under 3\-shot and 5\-shot node classification settings, where more target\-domain labels are available for adaptation\. The experimental results are summarized in Table[3](https://arxiv.org/html/2607.28980#S4.T3)\. As more target\-domain labels are provided, ProGFM consistently maintains strong performance under both 3\-shot and 5\-shot settings\. Notably, even with the zero\-tuning strategy, ProGFM still achieves competitive performance compared with existing prompt\-based graph foundation models, including MDGPT and SAMGPT\. Furthermore, we introduce a ProGFM\-tuning variant, where all parameters of the pre\-trained ProGFM encoder and propagation relationship prototype bank remain frozen, and only a lightweight classifier is optimized using the few labeled target\-domain samples\. Under this setting, ProGFM achieves further improvements and obtains the best performance across all evaluated datasets\. These results further validate that propagation relationships between edges and feature dimensions can serve as transferable knowledge units across graph domains, as the propagation relationship prototype bank obtained from multi\-domain pre\-training can be directly applied to unseen graph domains without further adaptation\.
### 4\.6\.Graph Classification
We further evaluate ProGFM on graph classification tasks to investigate whether the learned propagation knowledge can generalize from node\-level graph domains to graph\-level prediction scenarios\. The experimental results are summarized in Table[4](https://arxiv.org/html/2607.28980#S4.T4)\. This setting represents a more challenging cross\-domain scenario, where the downstream graph classification datasets exhibit larger domain discrepancies from the node\-level graphs used during pre\-training\. In particular, PROTEINS and DD are protein\-related graph datasets, which exhibit substantial domain differences from the pre\-training datasets\. Alignment\-based graph foundation models such as TIG achieve competitive performance on IMDB\-BINARY and COLLAB, where the domain discrepancy is relatively smaller\. However, their performance decreases on PROTEINS and DD, indicating that alignment\-based strategies may become less effective when the target domains exhibit larger distribution shifts\. This suggests that relying solely on alignment\-based strategies may not fully capture transferable knowledge across diverse graph domains\. In contrast, ProGFM achieves the best performance on all evaluated graph classification datasets in terms of both accuracy and Macro\-F1 score, outperforming existing graph foundation models\. These results demonstrate that the propagation knowledge learned from node\-level graph domains can be effectively transferred to graph\-level tasks\. By modeling propagation relationships between edges and feature dimensions, ProGFM captures transferable graph knowledge that is independent of specific feature semantics and graph structures, further validating that propagation relationships can serve as transferable knowledge units across different graph tasks and domains\.
### 4\.7\.Ablation Study
To investigate the effectiveness of the key designs in ProGFM, we conduct ablation studies with three variants, and the experimental results are summarized in Figure[2](https://arxiv.org/html/2607.28980#S4.F2)\. Specifically, we examine the effects of learnable propagation strengths, edge\-level propagation relationships, and the propagation\-aware message passing strategy\. The three variants are denoted as w/o Learnable Strength, w/o Edge\-level Relationship, and w/o Transformation\-first, respectively\. The w/o Learnable Strength variant replaces the learnable propagation strengths𝜶\\bm\{\\alpha\}in the propagation relationship prototype bankℬ\\mathcal\{B\}with fixed values initialized from a normal distribution𝒩\(1,1\)\\mathcal\{N\}\\left\(1,1\\right\)and keeps them unchanged during pre\-training\. The w/o Edge\-level Relationship variant replaces the edge\-level propagation relationship modeling with a domain\-level propagation relationship modeling strategy, where all edges within the same graph domain share identical propagation relationships for each feature dimension\. The w/o Transformation\-first variant changes the propagation\-aware message passing strategy by performing propagation relationship matching and message passing before feature transformation\.
Figure 2\.Ablation study results of ProGFM\. The effectiveness of each key component is evaluated by comparing ProGFM with three variants\.Ablation study results of ProGFM\. The effectiveness of each key component is evaluated by comparing ProGFM with three variants\.As shown in Figure[2](https://arxiv.org/html/2607.28980#S4.F2), the variant without the learnable propagation strengths exhibits degraded performance compared with ProGFM\. The performance drop indicates that different propagation relationship prototypes correspond to different propagation patterns, and their associated propagation strengths need to be adaptively learned\. By optimizing the learnable propagation strengths𝜶\\bm\{\\alpha\}, ProGFM can automatically adjust the influence of different propagation relationship prototypes during message passing, leading to more effective cross\-domain knowledge transfer\.
As shown in Figure[2](https://arxiv.org/html/2607.28980#S4.F2), the w/o Edge\-level Relationship variant suffers from performance degradation compared with ProGFM\. This demonstrates that sharing the same propagation relationship among all edges within a graph domain is insufficient to capture their diverse propagation patterns\. Even for the same feature dimension, different edges may correspond to different propagation relationships\. By removing edge\-level propagation relationship modeling, this variant fails to capture differences in propagation patterns among different edges within the same graph domain\. These results demonstrate that modeling fine\-grained propagation relationships between edges and feature dimensions is crucial for learning transferable graph knowledge\.
As shown in Figure[2](https://arxiv.org/html/2607.28980#S4.F2), the w/o Transformation\-first variant also suffers from performance degradation compared with ProGFM\. In ProGFM, feature transformation is performed before propagation\-aware message passing, ensuring that prototype matching and propagation strength modulation are applied in the message space of the current layer\. When propagation\-aware message passing is performed before feature transformation, the subsequent feature transformation mixes information across feature dimensions, thereby weakening the effect of propagation strength modulation\.
### 4\.8\.Parameter Sensitivity Analysis
We further conduct a parameter sensitivity analysis on the size of the propagation relationship prototype bank, i\.e\., the number of prototypesKK\. The results are illustrated in Figure[3](https://arxiv.org/html/2607.28980#S4.F3)\. As observed, the performance of ProGFM exhibits a trend of first increasing and then decreasing asKKincreases\. WhenKKis relatively small, the prototype bank contains only a limited number of propagation relationship prototypes, which restricts its ability to capture the diverse propagation relationships across graph domains\. AsKKincreases, the prototype bank gains stronger representation capacity and can model more fine\-grained propagation relationships, leading to improved performance\. However, with an excessively largeKK, a large number of redundant propagation relationship prototypes are introduced into the prototype bank, making it more difficult to accurately optimize their corresponding propagation strengths and consequently leading to performance degradation\. Based on the overall performance across different datasets, we setK=100K=100as the default configuration for ProGFM\.
Figure 3\.Sensitivity analysis of the number of propagation relationship prototypesKK\.Sensitivity analysis of the number of propagation relationship prototypes $K$\.
## 5\.Conclusion
In this paper, we identify propagation relationships between edges and feature dimensions as transferable knowledge units for graph foundation models and propose a Propagation\-aware Graph Foundation Model \(ProGFM\) to learn cross\-domain transferable propagation knowledge\. By constructing a propagation relationship prototype bank and introducing propagation\-aware message passing, ProGFM can learn transferable propagation knowledge from multiple graph domains and enable adaptive message propagation in unseen graph domains\. Extensive experiments on node classification, subgraph classification, and graph classification tasks demonstrate that ProGFM achieves superior cross\-domain generalization performance compared with existing graph foundation models\. These results validate that propagation relationships can serve as transferable knowledge units across diverse graph tasks and domains\. We hope that this work can inspire future research on discovering more fundamental and transferable knowledge underlying diverse graph domains\.
## References
- H\. Abdi and L\. J\. Williams \(2010\)Principal component analysis\.Wiley interdisciplinary reviews: computational statistics2\(4\),pp\. 433–459\.Cited by:[§3\.2](https://arxiv.org/html/2607.28980#S3.SS2.p2.5)\.
- K\. M\. Borgwardt, C\. S\. Ong, S\. Schönauer, S\. V\. N\. Vishwanathan, A\. J\. Smola, and H\. Kriegel \(2005\)Protein function prediction via graph kernels\.InProceedings Thirteenth International Conference on Intelligent Systems for Molecular Biology 2005, Detroit, MI, USA, 25\-29 June 2005,pp\. 47–56\.External Links:[Link](https://doi.org/10.1093/bioinformatics/bti1007),[Document](https://dx.doi.org/10.1093/BIOINFORMATICS/BTI1007)Cited by:[§4\.1](https://arxiv.org/html/2607.28980#S4.SS1.p1.1)\.
- P\. D\. Dobson and A\. J\. Doig \(2003\)Distinguishing enzyme structures from non\-enzymes without alignments\.Journal of molecular biology330\(4\),pp\. 771–783\.Cited by:[§4\.1](https://arxiv.org/html/2607.28980#S4.SS1.p1.1)\.
- M\. Eliasof, K\. S\. I\. Mantri, B\. Bevilacqua, B\. Ribeiro, and C\. Schönlieb \(2026\)Bridging input feature spaces towards graph foundation models\.CoRRabs/2605\.04834\.External Links:[Link](https://doi.org/10.48550/arXiv.2605.04834),[Document](https://dx.doi.org/10.48550/ARXIV.2605.04834),2605\.04834Cited by:[§1](https://arxiv.org/html/2607.28980#S1.p2.1)\.
- W\. Fan, Y\. Ma, Q\. Li, Y\. He, Y\. E\. Zhao, J\. Tang, and D\. Yin \(2019\)Graph neural networks for social recommendation\.InThe World Wide Web Conference, WWW 2019, San Francisco, CA, USA, May 13\-17, 2019,L\. Liu, R\. W\. White, A\. Mantrach, F\. Silvestri, J\. J\. McAuley, R\. Baeza\-Yates, and L\. Zia \(Eds\.\),pp\. 417–426\.External Links:[Link](https://doi.org/10.1145/3308558.3313488),[Document](https://dx.doi.org/10.1145/3308558.3313488)Cited by:[§1](https://arxiv.org/html/2607.28980#S1.p1.1)\.
- C\. Gao, Y\. Zheng, N\. Li, Y\. Li, Y\. Qin, J\. Piao, Y\. Quan, J\. Chang, D\. Jin, X\. He, and Y\. Li \(2023\)A survey of graph neural networks for recommender systems: challenges, methods, and directions\.Trans\. Recomm\. Syst\.1\(1\),pp\. 1–51\.External Links:[Link](https://doi.org/10.1145/3568022),[Document](https://dx.doi.org/10.1145/3568022)Cited by:[§1](https://arxiv.org/html/2607.28980#S1.p1.1)\.
- D\. He, L\. Shan, J\. Zhao, H\. Zhang, Z\. Wang, and W\. Zhang \(2024\)Exploitation of a latent mechanism in graph contrastive learning: representation scattering\.InThe Thirty\-eighth Annual Conference on Neural Information Processing Systems,Cited by:[§3\.5](https://arxiv.org/html/2607.28980#S3.SS5.p2.6)\.
- Y\. He, Y\. Sui, X\. He, and B\. Hooi \(2025\)UniGraph: learning a unified cross\-domain foundation model for text\-attributed graphs\.InProceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining, V\.1, KDD 2025, Toronto, ON, Canada, August 3\-7, 2025,Y\. Sun, F\. Chierichetti, H\. W\. Lauw, C\. Perlich, W\. H\. Tok, and A\. Tomkins \(Eds\.\),pp\. 448–459\.External Links:[Link](https://doi.org/10.1145/3690624.3709277),[Document](https://dx.doi.org/10.1145/3690624.3709277)Cited by:[§C\.2](https://arxiv.org/html/2607.28980#A3.SS2.p2.1)\.
- Z\. Hou, X\. Liu, Y\. Cen, Y\. Dong, H\. Yang, C\. Wang, and J\. Tang \(2022\)GraphMAE: self\-supervised masked graph autoencoders\.InKDD ’22: The 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining, Washington, DC, USA, August 14 \- 18, 2022,pp\. 594–604\.External Links:[Link](https://doi.org/10.1145/3534678.3539321)Cited by:[§4\.2](https://arxiv.org/html/2607.28980#S4.SS2.p1.1)\.
- L\. Jain, R\. Katarya, and S\. Sachdeva \(2023\)Opinion leaders for information diffusion using graph neural network in online social networks\.ACM Trans\. Web17\(2\)\.External Links:ISSN 1559\-1131,[Link](https://doi.org/10.1145/3580516),[Document](https://dx.doi.org/10.1145/3580516)Cited by:[§1](https://arxiv.org/html/2607.28980#S1.p1.1)\.
- M\. Jamali and M\. Ester \(2010\)A matrix factorization technique with trust propagation for recommendation in social networks\.InProceedings of the 2010 ACM Conference on Recommender Systems, RecSys 2010, Barcelona, Spain, September 26\-30, 2010,X\. Amatriain, M\. Torrens, P\. Resnick, and M\. Zanker \(Eds\.\),pp\. 135–142\.External Links:[Link](https://doi.org/10.1145/1864708.1864736),[Document](https://dx.doi.org/10.1145/1864708.1864736)Cited by:[§3\.2](https://arxiv.org/html/2607.28980#S3.SS2.p2.5)\.
- W\. Jiang and J\. Luo \(2022\)Graph neural network for traffic forecasting: a survey\.Expert Systems with Applications207,pp\. 117921\.External Links:ISSN 0957\-4174,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.eswa.2022.117921),[Link](https://www.sciencedirect.com/science/article/pii/S0957417422011654)Cited by:[§1](https://arxiv.org/html/2607.28980#S1.p1.1)\.
- T\. N\. Kipf and M\. Welling \(2017\)Semi\-supervised classification with graph convolutional networks\.In5th International Conference on Learning Representations, ICLR 2017, Toulon, France, April 24\-26, 2017, Conference Track Proceedings,External Links:[Link](https://openreview.net/forum?id=SJU4ayYgl)Cited by:[§C\.1](https://arxiv.org/html/2607.28980#A3.SS1.p1.1),[§1](https://arxiv.org/html/2607.28980#S1.p1.1),[§4\.2](https://arxiv.org/html/2607.28980#S4.SS2.p1.1)\.
- L\. Kong, J\. Feng, H\. Liu, C\. Huang, J\. Huang, Y\. Chen, and M\. Zhang \(2025\)GOFA: A generative one\-for\-all model for joint graph language modeling\.InThe Thirteenth International Conference on Learning Representations, ICLR 2025, Singapore, April 24\-28, 2025,External Links:[Link](https://openreview.net/forum?id=mIjblC9hfm)Cited by:[§C\.2](https://arxiv.org/html/2607.28980#A3.SS2.p2.1)\.
- H\. Li, H\. Chen, X\. Wang, and W\. Zhu \(2026\)Out\-of\-distribution generalization in graph foundation models\.CoRRabs/2601\.21067\.External Links:[Link](https://doi.org/10.48550/arXiv.2601.21067),[Document](https://dx.doi.org/10.48550/ARXIV.2601.21067),2601\.21067Cited by:[§1](https://arxiv.org/html/2607.28980#S1.p4.1)\.
- H\. Liu, J\. Feng, L\. Kong, N\. Liang, D\. Tao, Y\. Chen, and M\. Zhang \(2023a\)One for all: towards training one graph model for all classification tasks\.CoRRabs/2310\.00149\.External Links:[Link](https://doi.org/10.48550/arXiv.2310.00149),[Document](https://dx.doi.org/10.48550/ARXIV.2310.00149),2310\.00149Cited by:[§1](https://arxiv.org/html/2607.28980#S1.p2.1)\.
- J\. Liu, C\. Yang, Z\. Lu, J\. Chen, Y\. Li, M\. Zhang, T\. Bai, Y\. Fang, L\. Sun, P\. S\. Yu,et al\.\(2023b\)Towards graph foundation models: a survey and beyond\.arXiv preprint arXiv:2310\.11829\.Cited by:[§1](https://arxiv.org/html/2607.28980#S1.p1.1)\.
- J\. Liu, H\. Mao, Z\. Chen, W\. Fan, M\. Ju, T\. Zhao, N\. Shah, and J\. Tang \(2024\)One model for one graph: A new perspective for pretraining with cross\-domain graphs\.CoRRabs/2412\.00315\.External Links:[Link](https://doi.org/10.48550/arXiv.2412.00315),[Document](https://dx.doi.org/10.48550/ARXIV.2412.00315),2412\.00315Cited by:[§C\.2](https://arxiv.org/html/2607.28980#A3.SS2.p2.1)\.
- L\. Liu, X\. Xia, Q\. Xie, B\. Liu, W\. Xu, and M\. Peng \(2025\)Enhanced expert merging for mixture\-of\-experts in graph foundation models\.InAdvances in Neural Information Processing Systems,D\. Belgrave, C\. Zhang, H\. Lin, R\. Pascanu, P\. Koniusz, M\. Ghassemi, and N\. Chen \(Eds\.\),Vol\.38,pp\. 22173–22207\.External Links:[Link](https://proceedings.neurips.cc/paper_files/paper/2025/file/201e1777dfabe595d766d5222f20f2dd-Paper-Conference.pdf)Cited by:[§C\.2](https://arxiv.org/html/2607.28980#A3.SS2.p2.1)\.
- T\. Liu and H\. Meidani \(2024\)End\-to\-end heterogeneous graph neural networks for traffic assignment\.Transportation Research Part C: Emerging Technologies165,pp\. 104695\.External Links:ISSN 0968\-090X,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.trc.2024.104695),[Link](https://www.sciencedirect.com/science/article/pii/S0968090X2400216X)Cited by:[§1](https://arxiv.org/html/2607.28980#S1.p1.1)\.
- S\. P\. Lloyd \(1982\)Least squares quantization in PCM\.IEEE Trans\. Inf\. Theory28\(2\),pp\. 129–136\.External Links:[Link](https://doi.org/10.1109/TIT.1982.1056489),[Document](https://dx.doi.org/10.1109/TIT.1982.1056489)Cited by:[§3\.3](https://arxiv.org/html/2607.28980#S3.SS3.p4.8)\.
- H\. Mao, Z\. Chen, W\. Tang, J\. Zhao, Y\. Ma, T\. Zhao, N\. Shah, M\. Galkin, and J\. Tang \(2024\)Position: graph foundation models are already here\.InForty\-first International Conference on Machine Learning, ICML 2024, Vienna, Austria, July 21\-27, 2024,R\. Salakhutdinov, Z\. Kolter, K\. A\. Heller, A\. Weller, N\. Oliver, J\. Scarlett, and F\. Berkenkamp \(Eds\.\),Proceedings of Machine Learning Research, Vol\.235,pp\. 34670–34692\.External Links:[Link](https://proceedings.mlr.press/v235/mao24a.html)Cited by:[§C\.2](https://arxiv.org/html/2607.28980#A3.SS2.p1.1)\.
- J\. J\. McAuley, C\. Targett, Q\. Shi, and A\. van den Hengel \(2015\)Image\-based recommendations on styles and substitutes\.InProceedings of the 38th International ACM SIGIR Conference on Research and Development in Information Retrieval, Santiago, Chile, August 9\-13, 2015,pp\. 43–52\.External Links:[Link](https://doi.org/10.1145/2766462.2767755)Cited by:[§4\.1](https://arxiv.org/html/2607.28980#S4.SS1.p1.1)\.
- C\. Morris, N\. M\. Kriege, F\. Bause, K\. Kersting, P\. Mutzel, and M\. Neumann \(2020\)TUDataset: A collection of benchmark datasets for learning with graphs\.CoRRabs/2007\.08663\.External Links:[Link](https://arxiv.org/abs/2007.08663),2007\.08663Cited by:[§4\.1](https://arxiv.org/html/2607.28980#S4.SS1.p1.1)\.
- P\. Sen, G\. Namata, M\. Bilgic, L\. Getoor, B\. Gallagher, and T\. Eliassi\-Rad \(2008\)Collective classification in network data\.AI Mag\.29\(3\),pp\. 93–106\.External Links:[Link](https://doi.org/10.1609/aimag.v29i3.2157),[Document](https://dx.doi.org/10.1609/AIMAG.V29I3.2157)Cited by:[§4\.1](https://arxiv.org/html/2607.28980#S4.SS1.p1.1)\.
- L\. Shan, J\. Zhao, D\. He, Y\. Huang, Z\. Feng, and W\. Zhang \(2026a\)MUG: meta\-path\-aware universal heterogeneous graph pre\-training\.InFortieth AAAI Conference on Artificial Intelligence, Thirty\-Eighth Conference on Innovative Applications of Artificial Intelligence, Sixteenth Symposium on Educational Advances in Artificial Intelligence, AAAI 2026, Singapore, January 20\-27, 2026,S\. Koenig, C\. Jenkins, and M\. E\. Taylor \(Eds\.\),pp\. 25260–25268\.External Links:[Link](https://doi.org/10.1609/aaai.v40i30.39718),[Document](https://dx.doi.org/10.1609/AAAI.V40I30.39718)Cited by:[§1](https://arxiv.org/html/2607.28980#S1.p3.1)\.
- L\. Shan, J\. Zhao, D\. He, S\. Liu, J\. Cui, and W\. Zhang \(2026b\)LEDA: latent semantic distribution alignment for multi\-domain graph pre\-training\.InProceedings of the ACM Web Conference 2026, WWW 2026, Dubai, United Arab Emirates, originally scheduled for April 13\-17, 2026, rescheduled for June 29 \- July 3, 2026,H\. Hacid, Y\. Maarek, F\. Bonchi, I\. Guy, and E\. Yilmaz \(Eds\.\),pp\. 614–625\.External Links:[Link](https://doi.org/10.1145/3774904.3792126),[Document](https://dx.doi.org/10.1145/3774904.3792126)Cited by:[§B\.1](https://arxiv.org/html/2607.28980#A2.SS1.p1.1),[Table 2](https://arxiv.org/html/2607.28980#S3.T2),[§4\.2](https://arxiv.org/html/2607.28980#S4.SS2.p1.1)\.
- A\. Sinha, Z\. Shen, Y\. Song, H\. Ma, D\. Eide, B\. P\. Hsu, and K\. Wang \(2015\)An overview of microsoft academic service \(MAS\) and applications\.InProceedings of the 24th International Conference on World Wide Web Companion, WWW 2015, Florence, Italy, May 18\-22, 2015 \- Companion Volume,pp\. 243–246\.External Links:[Link](https://doi.org/10.1145/2740908.2742839)Cited by:[§4\.1](https://arxiv.org/html/2607.28980#S4.SS1.p1.1)\.
- L\. Sun, Z\. Huang, S\. Zhou, Q\. Wan, H\. Peng, and P\. S\. Yu \(2025\)RiemannGFM: learning a graph foundation model from riemannian geometry\.InProceedings of the ACM on Web Conference 2025, WWW 2025, Sydney, NSW, Australia, 28 April 2025\- 2 May 2025,G\. Long, M\. Blumestein, Y\. Chang, L\. Lewin\-Eytan, Z\. H\. Huang, and E\. Yom\-Tov \(Eds\.\),pp\. 1154–1165\.External Links:[Link](https://doi.org/10.1145/3696410.3714952),[Document](https://dx.doi.org/10.1145/3696410.3714952)Cited by:[§C\.2](https://arxiv.org/html/2607.28980#A3.SS2.p3.1)\.
- S\. Thakoor, C\. Tallec, M\. G\. Azar, R\. Munos, P\. Veličković, and M\. Valko \(2021\)Bootstrapped representation learning on graphs\.InICLR 2021 Workshop on Geometrical and Topological Representation Learning,Cited by:[§4\.2](https://arxiv.org/html/2607.28980#S4.SS2.p1.1)\.
- P\. Velickovic, G\. Cucurull, A\. Casanova, A\. Romero, P\. Liò, and Y\. Bengio \(2018\)Graph attention networks\.In6th International Conference on Learning Representations, ICLR 2018, Vancouver, BC, Canada, April 30 \- May 3, 2018, Conference Track Proceedings,External Links:[Link](https://openreview.net/forum?id=rJXMpikCZ)Cited by:[§C\.1](https://arxiv.org/html/2607.28980#A3.SS1.p1.1),[§1](https://arxiv.org/html/2607.28980#S1.p1.1),[§4\.2](https://arxiv.org/html/2607.28980#S4.SS2.p1.1)\.
- P\. Velickovic, W\. Fedus, W\. L\. Hamilton, P\. Liò, Y\. Bengio, and R\. D\. Hjelm \(2019\)Deep graph infomax\.In7th International Conference on Learning Representations, ICLR 2019, New Orleans, LA, USA, May 6\-9, 2019,External Links:[Link](https://openreview.net/forum?id=rklz9iAcKQ)Cited by:[§4\.2](https://arxiv.org/html/2607.28980#S4.SS2.p1.1)\.
- K\. Wang, S\. Luo, C\. Shan, and Y\. Shen \(2025a\)Towards graph foundation models: training on knowledge graphs enables transferability to general graphs\.InAdvances in Neural Information Processing Systems 38: Annual Conference on Neural Information Processing Systems 2025, NeurIPS 2025, San Diego, CA, USA, December 2\-7, 2025 / Mexico City, Mexico, November 30 \- December 5, 2025,D\. Belgrave, C\. Zhang, L\. N\. Montoya, H\. Lin, R\. Pascanu, P\. Koniusz, M\. Ghassemi, N\. Chen, I\. V\. M\. Ruíz, and A\. Loaiza\-Bonilla \(Eds\.\),External Links:[Link](http://papers.nips.cc/paper%5C_files/paper/2025/hash/de04896f011beff76c91e094f72727f4-Abstract-Conference.html)Cited by:[§B\.1](https://arxiv.org/html/2607.28980#A2.SS1.p1.1),[§4\.2](https://arxiv.org/html/2607.28980#S4.SS2.p1.1),[§4\.3](https://arxiv.org/html/2607.28980#S4.SS3.p1.1),[Table 4](https://arxiv.org/html/2607.28980#S4.T4)\.
- S\. Wang, B\. Wang, Z\. Shen, B\. Deng, and Z\. Kang \(2025b\)Multi\-domain graph foundation models: robust knowledge transfer via topology alignment\.CoRRabs/2502\.02017\.External Links:[Link](https://doi.org/10.48550/arXiv.2502.02017),[Document](https://dx.doi.org/10.48550/ARXIV.2502.02017),2502\.02017Cited by:[§C\.2](https://arxiv.org/html/2607.28980#A3.SS2.p2.1),[§1](https://arxiv.org/html/2607.28980#S1.p3.1),[§4\.2](https://arxiv.org/html/2607.28980#S4.SS2.p1.1)\.
- Y\. Wang, J\. Zhao, D\. He, J\. Li, Y\. Huang, and Z\. Feng \(2026\)Topology\-aware feature sorting enables universal modeling on homophilic and heterophilic graphs\.InProceedings of the ACM Web Conference 2026, WWW 2026, Dubai, United Arab Emirates, originally scheduled for April 13\-17, 2026, rescheduled for June 29 \- July 3, 2026,H\. Hacid, Y\. Maarek, F\. Bonchi, I\. Guy, and E\. Yilmaz \(Eds\.\),pp\. 475–486\.External Links:[Link](https://doi.org/10.1145/3774904.3792091),[Document](https://dx.doi.org/10.1145/3774904.3792091)Cited by:[§C\.2](https://arxiv.org/html/2607.28980#A3.SS2.p1.1),[§C\.2](https://arxiv.org/html/2607.28980#A3.SS2.p2.1),[§1](https://arxiv.org/html/2607.28980#S1.p3.1),[§1](https://arxiv.org/html/2607.28980#S1.p5.1),[§3\.5](https://arxiv.org/html/2607.28980#S3.SS5.p2.6),[§4\.2](https://arxiv.org/html/2607.28980#S4.SS2.p1.1)\.
- Z\. Wang, Z\. Liu, T\. Ma, J\. Li, Z\. Zhang, X\. Fu, Y\. Li, Z\. Yuan, W\. Song, Y\. Ma, Q\. Zeng, X\. Chen, J\. Zhao, J\. Li, M\. Jiang, P\. Lio, N\. V\. Chawla, C\. Zhang, and Y\. Ye \(2025c\)Graph foundation models: A comprehensive survey\.CoRRabs/2505\.15116\.External Links:[Link](https://doi.org/10.48550/arXiv.2505.15116),[Document](https://dx.doi.org/10.48550/ARXIV.2505.15116),2505\.15116Cited by:[§1](https://arxiv.org/html/2607.28980#S1.p1.1)\.
- Z\. Wang, Z\. Zhang, N\. V\. Chawla, C\. Zhang, and Y\. Ye \(2024\)GFT: graph foundation model with transferable tree vocabulary\.InAdvances in Neural Information Processing Systems 37: Annual Conference on Neural Information Processing Systems 2024, NeurIPS 2024, Vancouver, BC, Canada, December 10 \- 15, 2024,A\. Globersons, L\. Mackey, D\. Belgrave, A\. Fan, U\. Paquet, J\. M\. Tomczak, and C\. Zhang \(Eds\.\),External Links:[Link](http://papers.nips.cc/paper%5C_files/paper/2024/hash/c23ccf9eedf87e4380e92b75b24955bb-Abstract-Conference.html)Cited by:[§C\.2](https://arxiv.org/html/2607.28980#A3.SS2.p3.1)\.
- S\. Wu, F\. Sun, W\. Zhang, X\. Xie, and B\. Cui \(2023\)Graph neural networks in recommender systems: A survey\.ACM Comput\. Surv\.55\(5\),pp\. 97:1–97:37\.External Links:[Link](https://doi.org/10.1145/3535101),[Document](https://dx.doi.org/10.1145/3535101)Cited by:[§1](https://arxiv.org/html/2607.28980#S1.p1.1)\.
- Z\. Wu, S\. Pan, F\. Chen, G\. Long, C\. Zhang, and S\. Y\. Philip \(2021\)A comprehensive survey on graph neural networks\.IEEE Trans\. Neural Networks Learn\. Syst\.32\(1\),pp\. 4–24\.External Links:[Link](https://doi.org/10.1109/TNNLS.2020.2978386)Cited by:[§C\.1](https://arxiv.org/html/2607.28980#A3.SS1.p1.1),[§C\.2](https://arxiv.org/html/2607.28980#A3.SS2.p3.1)\.
- L\. Xia and C\. Huang \(2024\)Anygraph: graph foundation model in the wild\.Cited by:[§C\.2](https://arxiv.org/html/2607.28980#A3.SS2.p2.1),[§3\.2](https://arxiv.org/html/2607.28980#S3.SS2.p1.1)\.
- P\. Yanardag and S\. V\. N\. Vishwanathan \(2015\)Deep graph kernels\.InProceedings of the 21th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Sydney, NSW, Australia, August 10\-13, 2015,L\. Cao, C\. Zhang, T\. Joachims, G\. I\. Webb, D\. D\. Margineantu, and G\. Williams \(Eds\.\),pp\. 1365–1374\.External Links:[Link](https://doi.org/10.1145/2783258.2783417),[Document](https://dx.doi.org/10.1145/2783258.2783417)Cited by:[§4\.1](https://arxiv.org/html/2607.28980#S4.SS1.p1.1)\.
- L\. Yang, M\. Li, L\. Liu, b\. niu, C\. Wang, X\. Cao, and Y\. Guo \(2021\)Diverse message passing for attribute with heterophily\.InAdvances in Neural Information Processing Systems,M\. Ranzato, A\. Beygelzimer, Y\. Dauphin, P\.S\. Liang, and J\. W\. Vaughan \(Eds\.\),Vol\.34,pp\. 4751–4763\.External Links:[Link](https://proceedings.neurips.cc/paper_files/paper/2021/file/253614bbac999b38b5b60cae531c4969-Paper.pdf)Cited by:[§1](https://arxiv.org/html/2607.28980#S1.p5.1)\.
- Z\. Yang, W\. W\. Cohen, and R\. Salakhutdinov \(2016\)Revisiting semi\-supervised learning with graph embeddings\.InProceedings of the 33nd International Conference on Machine Learning, ICML 2016, New York City, NY, USA, June 19\-24, 2016,M\. Balcan and K\. Q\. Weinberger \(Eds\.\),JMLR Workshop and Conference Proceedings, Vol\.48,pp\. 40–48\.External Links:[Link](http://proceedings.mlr.press/v48/yanga16.html)Cited by:[§4\.1](https://arxiv.org/html/2607.28980#S4.SS1.p1.1)\.
- J\. Yu, J\. Zhu, H\. Qian, Z\. Liu, Z\. Zhang, and X\. Li \(2025a\)Relation\-aware graph foundation model\.CoRRabs/2505\.12027\.External Links:[Link](https://doi.org/10.48550/arXiv.2505.12027),[Document](https://dx.doi.org/10.48550/ARXIV.2505.12027),2505\.12027Cited by:[§1](https://arxiv.org/html/2607.28980#S1.p2.1)\.
- X\. Yu, Z\. Gong, C\. Zhou, Y\. Fang, and H\. Zhang \(2025b\)SAMGPT: text\-free graph foundation model for multi\-domain pre\-training and cross\-domain adaptation\.InProceedings of the ACM on Web Conference 2025, WWW 2025, Sydney, NSW, Australia, 28 April 2025\- 2 May 2025,G\. Long, M\. Blumestein, Y\. Chang, L\. Lewin\-Eytan, Z\. H\. Huang, and E\. Yom\-Tov \(Eds\.\),pp\. 1142–1153\.External Links:[Link](https://doi.org/10.1145/3696410.3714828),[Document](https://dx.doi.org/10.1145/3696410.3714828)Cited by:[§C\.2](https://arxiv.org/html/2607.28980#A3.SS2.p2.1),[§4\.2](https://arxiv.org/html/2607.28980#S4.SS2.p1.1)\.
- X\. Yu, C\. Zhou, Y\. Fang, and X\. Zhang \(2024\)Text\-free multi\-domain graph pre\-training: toward graph foundation models\.CoRRabs/2405\.13934\.External Links:[Link](https://doi.org/10.48550/arXiv.2405.13934),[Document](https://dx.doi.org/10.48550/ARXIV.2405.13934),2405\.13934Cited by:[§C\.2](https://arxiv.org/html/2607.28980#A3.SS2.p2.1),[§1](https://arxiv.org/html/2607.28980#S1.p4.1),[§4\.2](https://arxiv.org/html/2607.28980#S4.SS2.p1.1),[§4\.3](https://arxiv.org/html/2607.28980#S4.SS3.p1.1)\.
- H\. Yuan, Q\. Sun, J\. Shi, X\. Fu, B\. Hooi, J\. Li, and P\. S\. Yu \(2025\)How much can transfer? BRIDGE: bounded multi\-domain graph foundation model with generalization guarantees\.InForty\-second International Conference on Machine Learning, ICML 2025, Vancouver, BC, Canada, July 13\-19, 2025,A\. Singh, M\. Fazel, D\. Hsu, S\. Lacoste\-Julien, F\. Berkenkamp, T\. Maharaj, K\. Wagstaff, and J\. Zhu \(Eds\.\),Proceedings of Machine Learning Research, Vol\.267\.External Links:[Link](https://proceedings.mlr.press/v267/yuan25h.html)Cited by:[§C\.2](https://arxiv.org/html/2607.28980#A3.SS2.p1.1),[§1](https://arxiv.org/html/2607.28980#S1.p1.1)\.
- J\. Zhao, H\. Mostafa, M\. Galkin, M\. Bronstein, Z\. Zhu, and J\. Tang \(2024a\)Graphany: a foundation model for node classification on any graph\.arXiv preprint arXiv:2405\.20445\.Cited by:[§3\.2](https://arxiv.org/html/2607.28980#S3.SS2.p1.1)\.
- J\. Zhao, D\. Jin, M\. Ge, L\. Shan, X\. Wang, D\. He, and Z\. Feng \(2024b\)FUG: feature\-universal graph contrastive pre\-training for graphs with diverse node features\.InThe Thirty\-eighth Annual Conference on Neural Information Processing Systems,Cited by:[§B\.1](https://arxiv.org/html/2607.28980#A2.SS1.p1.1)\.
- J\. Zhao, Y\. Wang, Y\. Li, D\. He, D\. Jin, Z\. Feng, and W\. Zhang \(2026\)Towards graph foundation model: node feature transfer invariant modeling on general graphs\.InProceedings of the ACM Web Conference 2026, WWW 2026, Dubai, United Arab Emirates, originally scheduled for April 13\-17, 2026, rescheduled for June 29 \- July 3, 2026,H\. Hacid, Y\. Maarek, F\. Bonchi, I\. Guy, and E\. Yilmaz \(Eds\.\),pp\. 810–821\.External Links:[Link](https://doi.org/10.1145/3774904.3792236),[Document](https://dx.doi.org/10.1145/3774904.3792236)Cited by:[§C\.2](https://arxiv.org/html/2607.28980#A3.SS2.p2.1),[§1](https://arxiv.org/html/2607.28980#S1.p3.1),[§1](https://arxiv.org/html/2607.28980#S1.p4.1),[§1](https://arxiv.org/html/2607.28980#S1.p6.1),[§3\.2](https://arxiv.org/html/2607.28980#S3.SS2.p1.1),[§3\.5](https://arxiv.org/html/2607.28980#S3.SS5.p2.6),[§4\.2](https://arxiv.org/html/2607.28980#S4.SS2.p1.1),[§4\.3](https://arxiv.org/html/2607.28980#S4.SS3.p1.1)\.
- J\. Zhou, G\. Cui, S\. Hu, Z\. Zhang, C\. Yang, Z\. Liu, L\. Wang, C\. Li, and M\. Sun \(2020\)Graph neural networks: a review of methods and applications\.AI open1,pp\. 57–81\.Cited by:[§C\.1](https://arxiv.org/html/2607.28980#A3.SS1.p1.1)\.
- C\. Zi, H\. Zhao, X\. Sun, Y\. Lin, H\. Cheng, and J\. Li \(2024\)ProG: A graph prompt learning benchmark\.InAdvances in Neural Information Processing Systems 37: Annual Conference on Neural Information Processing Systems 2024, NeurIPS 2024, Vancouver, BC, Canada, December 10 \- 15, 2024,A\. Globersons, L\. Mackey, D\. Belgrave, A\. Fan, U\. Paquet, J\. M\. Tomczak, and C\. Zhang \(Eds\.\),External Links:[Link](http://papers.nips.cc/paper%5C_files/paper/2024/hash/ad3e803a977f4279330c6ab7245937c6-Abstract-Datasets%5C_and%5C_Benchmarks%5C_Track.html)Cited by:[§B\.1](https://arxiv.org/html/2607.28980#A2.SS1.p1.1),[§4\.3](https://arxiv.org/html/2607.28980#S4.SS3.p1.1)\.
Table 5\.Dataset statistics\.Dataset\#Graphs\#Avg\.nodes\#Avg\.edges\#Features\#ClassesCora12,70810,5561,4337CiteSeer13,3279,1043,7036PubMed119,71788,6485003Photo17,650238,1627458Computers113,752491,72276710CS118,333163,788680515IMDB\-BINARY1,00019\.8193\.1\-2COLLAB5,00074\.54,914\.4\-3PROTEINS111339\.1145\.632DD1,178284\.31431\.3892
Table 6\.Hyper\-parameters settings of ProGFM\.## Appendix ADataset Statistics
The detailed statistics of these datasets are summarized in Table[5](https://arxiv.org/html/2607.28980#A0.T5)\. It is worth noting that the IMDB\-BINARY and COLLAB datasets do not provide raw node features; therefore, we construct node features based on node degree information\.
## Appendix BDetailed Experimental Setup
### B\.1\.Implementation Details
For node classification, ProGFM is first pre\-trained on the source graph datasets and then directly transferred to the target graph\. During downstream evaluation, all parameters of the pre\-trained model are frozen, and the final\-layer node representations are directly used for prototype\-based classification\. For subgraph classification, following FUG\(Zhaoet al\.,[2024b](https://arxiv.org/html/2607.28980#bib.bib115)\)and LEDA\(Shanet al\.,[2026b](https://arxiv.org/html/2607.28980#bib.bib175)\), we first obtain node representations using the pre\-trained ProGFM encoder\. Then, for each node, we construct its corresponding four\-hop subgraph and perform structure\-based parameter\-free feature propagation over the node representations within the subgraph\. The propagated representation of the center node is used as the final subgraph representation for prototype\-based classification\. For graph classification, ProGFM first generates node representations for each graph, and mean pooling is applied over all node representations to obtain the graph\-level representation\. Following SCR\(Wanget al\.,[2025a](https://arxiv.org/html/2607.28980#bib.bib176)\)and ProG\(Ziet al\.,[2024](https://arxiv.org/html/2607.28980#bib.bib177)\), 80% of the graph samples in each target dataset are used as the test set, while a few labeled graphs are used to construct class prototypes for prototype\-based classification\.
### B\.2\.Hyper\-parameter Settings
To ensure a fair comparison, we adopts the same hyper\-parameter settings across different target datasets within the same experiment\. The detailed hyper\-parameter settings are summarized in Table[6](https://arxiv.org/html/2607.28980#A0.T6), wheredddenotes the unified feature dimensionality,KKdenotes the number of propagation relationship prototypes in the prototype bankℬ\\mathcal\{B\},LLdenotes the number of propagation\-aware message\-passing layers, and Dim \#lldenotes the output dimensionality of thell\-th feature transformation layer\. The random seed is fixed to 0 for all experiments\.
## Appendix CRelated Work
### C\.1\.Graph Neural Networks
Graph Neural Networks \(GNNs\) have become one of the most powerful approaches for graph representation learning by exploiting graph structures and node features through the message passing mechanism\(Zhouet al\.,[2020](https://arxiv.org/html/2607.28980#bib.bib22); Wuet al\.,[2021](https://arxiv.org/html/2607.28980#bib.bib21)\)\. By iteratively aggregating information from neighboring nodes, GNNs can effectively capture local structural dependencies and learn expressive representations for various graph tasks\. GCN\(Kipf and Welling,[2017](https://arxiv.org/html/2607.28980#bib.bib12)\)is a classic GNN model that learns node representations by directly aggregating information from neighboring nodes\. GAT\(Velickovicet al\.,[2018](https://arxiv.org/html/2607.28980#bib.bib13)\)further introduces attention mechanisms to adaptively learn the importance of neighboring nodes during message passing\. However, these methods are primarily designed for individual graph domains, where the learned representations are closely associated with domain\-specific graph structures and feature distributions\. Consequently, these models often cannot be directly applied to unseen graph domains and typically require additional adaptation or retraining, which limits their generalization ability across diverse graph environments\.
### C\.2\.Graph Foundation Models
Graph Foundation Models \(GFMs\) have recently emerged as a promising paradigm for improving the generalization ability of graph neural network\(Maoet al\.,[2024](https://arxiv.org/html/2607.28980#bib.bib184)\)\. Different from traditional GNNs that are usually designed for specific graphs and tasks, GFMs aim to learn generalizable knowledge from diverse graph domains and transfer it to various downstream scenarios\(Yuanet al\.,[2025](https://arxiv.org/html/2607.28980#bib.bib160); Wanget al\.,[2026](https://arxiv.org/html/2607.28980#bib.bib161)\)\.
To achieve cross\-domain graph learning, existing GFMs mainly focus on reducing domain discrepancies through feature and structure alignment\. From the perspective of feature alignment, UniGraph\(Heet al\.,[2025](https://arxiv.org/html/2607.28980#bib.bib178)\)and GOFA\(Konget al\.,[2025](https://arxiv.org/html/2607.28980#bib.bib179)\)leverage large language models to encode textual node attributes from different domains into a unified representation space, facilitating knowledge transfer across different domains\. MDGPT\(Yuet al\.,[2024](https://arxiv.org/html/2607.28980#bib.bib122)\)introduces domain tokens to capture domain\-specific variations and map node features from different domains into a unified semantic space, while TIG\(Zhaoet al\.,[2026](https://arxiv.org/html/2607.28980#bib.bib164)\)reconstructs feature representations based on relative relationships among features to enhance feature consistency across domains\. From the perspective of structure alignment, MDGFM\(Wanget al\.,[2025b](https://arxiv.org/html/2607.28980#bib.bib152)\)and TFSGFM\(Wanget al\.,[2026](https://arxiv.org/html/2607.28980#bib.bib161)\)employ graph structure learning methods to reconstruct edges based on node similarities, thereby aligning connectivity patterns across different graph domains\. SAMGPT\(Yuet al\.,[2025b](https://arxiv.org/html/2607.28980#bib.bib174)\)proposes structure tokens to align structural distributions across multiple domains\. Alternatively, some studies address structural discrepancies through architecture design\. AnyGraph\(Xia and Huang,[2024](https://arxiv.org/html/2607.28980#bib.bib129)\), KDEM\(Liuet al\.,[2025](https://arxiv.org/html/2607.28980#bib.bib183)\)and OMOG\(Liuet al\.,[2024](https://arxiv.org/html/2607.28980#bib.bib180)\)adopt Mixture\-of\-Experts \(MoE\) architectures, where different experts are encouraged to capture distinct graph patterns and are adaptively selected for different graph domains, thereby alleviating structural discrepancies among diverse graphs\. However, these approaches mainly alleviate distribution shifts across graph domains through feature and structure alignment, while overlooking the exploration of transferable knowledge units underlying graph data\.
To address this limitation, a line of research has explored transferable knowledge units for graph foundation models from a structural perspective\. GFT\(Wanget al\.,[2024](https://arxiv.org/html/2607.28980#bib.bib181)\)considers computation trees derived from message passing as transferable graph vocabulary, while RiemannGFM\(Sunet al\.,[2025](https://arxiv.org/html/2607.28980#bib.bib182)\)explores shared structural knowledge by constructing a structural vocabulary from common graph substructures, such as trees and cycles, and modeling them in Riemannian geometric spaces\. These studies demonstrate the importance of identifying domain\-shared structural patterns for improving graph generalization\. However, graphs inherently consist of both structural information and node features\(Wuet al\.,[2021](https://arxiv.org/html/2607.28980#bib.bib21)\)\. Existing structural vocabularies mainly characterize graph structures independently, while failing to capture the interaction between structures and features\. Exploring transferable knowledge units that capture the interaction between graph structures and node features can provide a promising direction for enabling more effective cross\-domain knowledge transfer\.Similar Articles
AgentGFM: A Graph Foundation Model with Node-Agent Information-Flow Control
AgentGFM proposes a graph foundation model where each node acts as an agent with a shared trainable policy, enabling adaptive information-flow control through a predict–act–observe–correct process. It achieves strong performance across node-level, graph-level, and large-scale transfer tasks.
Toward Federated Multimodal Graph Foundation Models: A Topology-Aware Multimodal Alignment Framework
Proposes FedGAMMA, a federated multimodal graph foundation learning framework that aligns multimodal attributes and graph topology via two-stage pre-training and prompt-based fine-tuning, achieving significant gains on multiple datasets.
Towards Multi-Label Graph Foundation Models: from Single-Vector Representation Learning to Multi-Semantic Basis Learning
This paper proposes MSB-GFM, a multi-semantic basis graph foundation model for cross-domain multi-label node classification, addressing semantic entanglement by representing nodes as adaptive compositions of semantic bases.
The Emerging Paradigm of Geospatial Foundation Models: From Pre-Training to Agentic Reasoning
This paper surveys the emerging paradigm of Geospatial Foundation Models (GeoFMs), which are pre-trained on massive geospatial datasets to enable rapid fine-tuning and zero-shot analysis of satellite and aerial imagery. It covers the paradigm shift, model adaptation strategies, and a forward-looking vision of Agentic Geospatial Reasoning using LLMs as orchestrators.
Overcoming the Impedance Mismatch: A Theoretical Roadmap for Fusing Foundation Models and Knowledge Graphs
This paper formalizes the 'Impedance Mismatch' between foundation models and knowledge graphs, and proposes a theoretical roadmap for neuro-symbolic fusion using structured residual streams, vector symbolic architectures, and orthogonal subspace editing.