Toward Federated Multimodal Graph Foundation Models: A Topology-Aware Multimodal Alignment Framework
Summary
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.
View Cached Full Text
Cached at: 07/20/26, 09:30 AM
# Toward Federated Multimodal Graph Foundation Models: A Topology-Aware Multimodal Alignment Framework
Source: [https://arxiv.org/html/2607.15687](https://arxiv.org/html/2607.15687)
Xunkai Li, Guohao Fu, Yuming Ai, Zhengyu Wu, Hongchao Qin, Rong\-Hua Li, Guoren WangXunkai Li, Guohao Fu, Yuming Ai, Zhengyu Wu, Hongchao Qin, Rong\-Hua Li, and Guoren Wang are with Beijing Institute of Technology, Beijing, 100811, China\. \(e\-mail:cs\.xunkai\.li@gmail\.com; lenfu674@gmail\.com; 3120251027@bit\.edu\.cn; jeremywzy96@outlook\.com; qhc\.neu@gmail\.com; lironghuabit@126\.com; wanggrbit@126\.com\)
###### Abstract
Multimodal\-attributed graphs \(MAGs\), whose nodes carry modalities such as images and text alongside topological structure, now pervade applications including social platforms, e\-commerce, and biomedical networks, offering richer semantic signals than single\-modality graphs\. In practice, such graphs are fragmented across privacy\-restricted silos owned by different platforms and institutions, so learning a broadly transferable model over them demands collaborative training that never exposes raw data\. This places the task at the intersection of multimodal graph learning and federated learning, yet existing methods cover only one side of it\. Within each client, an effective model must fuse the multiple modalities on each node with the surrounding graph topology into one coherent representation\. Across clients, graphs come from heterogeneous domains with widely varying modality and structure distributions, so naively averaging local models entangles incompatible cross\-domain knowledge\. To address the challenges from these two perspectives, we proposeFedGAMMA\(FederatedGraphAndMultiModalAlignment\), casting federated multimodal graph foundation learning as a two\-stage semantic\-structural alignment problem of federated pre\-training and prompt\-based fine\-tuning\. During pre\-training, a shared\-private semantic enhancer disentangles cross\-modal commonality from modality\-specific information, aligning it through optimal transport, a topology\-aware graph fusion module decouples semantic and structural views via semantic residual graphs and dual positional encodings, and a dual\-channel affinity\-aware aggregation mechanism estimates client similarity from feature and graph centroids without exposing raw data\. During fine\-tuning, FedGAMMA adapts the pretrained encoder through lightweight graph\-aware prompts, a shared prompt pool with controlled exploration, and channel\-wise prompt synchronization\. Experiments on twelve multimodal graph datasets show FedGAMMA consistently surpassing a broad range of baselines across downstream tasks, with gains of up to12\.96%12\.96\\%\. FedGAMMA further outperforms competitive baselines accross multi\-domain datasets on multiple tasks with up to5\.71%5\.71\\%under few\-shot learning scenario\.
## IIntroduction
Graph\-structured data in real\-world applications are increasingly associated with heterogeneous multimodal attributes\. For instance, a product node in an e\-commerce graph may carry visual appearance alongside textual specifications, while a user node in a social platform contains both a profile image and a biographical description\. Such multimodal\-attributed graphs \(MAGs\), where nodes carry paired image and text features from frozen encoders such as CLIP\[[31](https://arxiv.org/html/2607.15687#bib.bib1)\]alongside topological structure, offer substantially richer semantic signals than single\-modality graphs, enabling tasks such as cross\-modal retrieval and multimodal reasoning\.
Graph foundation models \(GFMs\)\[[25](https://arxiv.org/html/2607.15687#bib.bib2),[7](https://arxiv.org/html/2607.15687#bib.bib3),[46](https://arxiv.org/html/2607.15687#bib.bib4)\]have shown promise for learning transferable representations through pre\-training followed by adaptation\. However, most existing Multimodal GFMs assume centralized settings, lacking mechanisms for cross\-modal interaction\. For example, in healthcare and finance, MAG data are distributed across organizations and cannot be centralized due to regulations\[[14](https://arxiv.org/html/2607.15687#bib.bib10),[13](https://arxiv.org/html/2607.15687#bib.bib67)\]\. Federated graph learning \(FGL\)\[[52](https://arxiv.org/html/2607.15687#bib.bib11),[1](https://arxiv.org/html/2607.15687#bib.bib12)\]enables collaborative training without sharing raw data, but current FGL methods and federated GFMs\[[56](https://arxiv.org/html/2607.15687#bib.bib14),[45](https://arxiv.org/html/2607.15687#bib.bib15)\]remain limited to single\-modality attributes\. Combining the two paradigms is far from straightforward\. Existing methods provide no mechanism to fuse multimodal node content with graph structure, nor to reconcile the resulting representations across clients whose data distributions differ\. Thus, a clear gap remains at the intersection of multimodal graph learning and federated learning\.
Designing a federated multimodal graph foundation model raises three fundamental challenges\.\(C1\) Privacy\-constrained cross\-modal alignment:image and text modalities exhibit distinct feature distributions, so alignment must preserve cross\-modal relational consistency while operating locally under privacy constraints\.\(C2\) Semantic\-structural grounding:MAGs combine modality\-driven semantics and topology\-driven structure, yet existing objectives often over\-emphasize one at the expense of the other\.\(C3\) Heterogeneity\-aware aggregation:federated clients differ in graph scale, modality quality, and semantic distribution, yet the server cannot inspect raw data to estimate cross\-client similarity\. A privacy\-preserving data summary is essential for channel\-aware aggregation and personalization\.
To illustrate these challenges, Fig\.[1](https://arxiv.org/html/2607.15687#S4.F1)contrasts naive and principled federated multimodal GFMs \(§[IV](https://arxiv.org/html/2607.15687#S4)\), revealing three limitations\. First, concatenating image and text features collapses modality\-specific signals into near\-identical distributions\. Disentangling shared cross\-modal and modality\-private streams instead preserves the complementary diversity downstream tasks rely on\. Second, jointly encoding semantics and structure allows semantics to override topology, linking semantically similar but structurally distant nodes across communities\. Decoupling them into separate views before fusion prevents such links\. Third, clients similar in feature\-channel statistics often differ in graph\-channel statistics, so a single similarity weight misallocates updates across channels\. These observations yield three principles motivating our architecture\.
Guided by these principles, we proposeFedGAMMA, aFederatedGraphandMultimodalAlignment framework that treats federated multimodal graph foundation learning as a two\-stage semantic\-structural alignment problem\. For cross\-modal alignment \(C1\), FedGAMMA employs a shared\-private semantic enhancer with symmetric cross\-attention and OT\-based distribution alignment\[[4](https://arxiv.org/html/2607.15687#bib.bib30),[3](https://arxiv.org/html/2607.15687#bib.bib74)\]\. For semantic\-structural grounding \(C2\), a topology\-aware graph fusion module decouples semantic and structural representations via semantic residual graphs and dual positional encodings\. For heterogeneity\-aware aggregation \(C3\), a dual\-channel affinity mechanism summarizes clients into feature and graph centroids and performs channel\-wise personalized aggregation without exposing raw data\. FedGAMMA also introduces prompt\-based fine\-tuning with a shared prompt pool and channel\-wise synchronization for lightweight downstream adaptation\.
Contributions\.\(1\) New perspective\.We formulate federated multimodal graph foundation learning, unifying multimodal graph representation, privacy\-preserving federation, and transferable pre\-training in a single framework\.\(2\) New framework\.We propose FedGAMMA, a two\-stage federated multimodal graph foundation model integrating shared\-private cross\-modal enhancement, topology\-aware graph fusion, dual\-channel affinity\-aware aggregation, and prompt\-based fine\-tuning\.\(3\) SOTA performance\.Extensive experiments confirm that FedGAMMA outperforms all competitive baselines on1212multimodal graph datasets, with gains of up to12\.96%12\.96\\%over the best competing method\. Beyond accuracy, it matches the strongest performance with22\-5×5\\timesfewer communication rounds, underscoring both its effectiveness and its efficiency\.
## IIPreliminaries
### II\-AMultimodal\-Attributed Graph Learning
A multimodal\-attributed graph is defined as𝒢=\(𝒱,ℰ,𝒳I,𝒳T\)\\mathcal\{G\}=\(\\mathcal\{V\},\\mathcal\{E\},\\mathcal\{X\}^\{I\},\\mathcal\{X\}^\{T\}\), where𝒱\\mathcal\{V\}is the node set with\|𝒱\|=N\|\\mathcal\{V\}\|=N,ℰ⊆𝒱×𝒱\\mathcal\{E\}\\subseteq\\mathcal\{V\}\\times\\mathcal\{V\}is the edge set, and each nodevi∈𝒱v\_\{i\}\\in\\mathcal\{V\}is associated with an image feature vector𝐱iI∈ℝd\\mathbf\{x\}\_\{i\}^\{I\}\\in\\mathbb\{R\}^\{d\}and a text feature vector𝐱iT∈ℝd\\mathbf\{x\}\_\{i\}^\{T\}\\in\\mathbb\{R\}^\{d\}\. The feature matrices𝒳I,𝒳T∈ℝN×d\\mathcal\{X\}^\{I\},\\mathcal\{X\}^\{T\}\\in\\mathbb\{R\}^\{N\\times d\}are obtained by passing raw modalities through frozen pretrained encoders such as CLIP\[[31](https://arxiv.org/html/2607.15687#bib.bib1)\]with output dimensiond=768d=768\. The adjacency matrix is denoted𝐀∈\{0,1\}N×N\\mathbf\{A\}\\in\\\{0,1\\\}^\{N\\times N\}, where𝐀ij=1\\mathbf\{A\}\_\{ij\}=1if\(vi,vj\)∈ℰ\(v\_\{i\},v\_\{j\}\)\\in\\mathcal\{E\}and𝐀ij=0\\mathbf\{A\}\_\{ij\}=0otherwise\.
Multimodal graph learning\[[30](https://arxiv.org/html/2607.15687#bib.bib52),[44](https://arxiv.org/html/2607.15687#bib.bib18)\]aims to learn a node representation functionf:𝒱→ℝd′f:\\mathcal\{V\}\\to\\mathbb\{R\}^\{d^\{\\prime\}\}that jointly encodes information from multiple modalities and graph topology through GNNs\[[17](https://arxiv.org/html/2607.15687#bib.bib5)\]\. Formally, given𝒢\\mathcal\{G\}, the goal is to learn an encoderfΘf\_\{\\Theta\}such that the output representation matrix𝐙=fΘ\(𝒳I,𝒳T,𝐀\)∈ℝN×d′\\mathbf\{Z\}=f\_\{\\Theta\}\(\\mathcal\{X\}^\{I\},\\mathcal\{X\}^\{T\},\\mathbf\{A\}\)\\in\\mathbb\{R\}^\{N\\times d^\{\\prime\}\}captures both cross\-modal semantic relationships and topological structure\. The learned representations support diverse downstream tasks: node classificationy^i=g\(𝐳i\)\\hat\{y\}\_\{i\}=g\(\\mathbf\{z\}\_\{i\}\), link predictione^ij=σ\(𝐳i⊤𝐳j\)\\hat\{e\}\_\{ij\}=\\sigma\(\\mathbf\{z\}\_\{i\}^\{\\top\}\\mathbf\{z\}\_\{j\}\), and cross\-modal retrievalsim\(𝐳iI,𝐳jT\)\\text\{sim\}\(\\mathbf\{z\}\_\{i\}^\{I\},\\mathbf\{z\}\_\{j\}^\{T\}\), whereggandσ\\sigmadenote a classifier head and the sigmoid function, respectively\.
### II\-BFederated Multimodal Graph Foundation Models
ConsiderKKclients, where clientkkholds a local graph𝒢k=\(𝒱k,ℰk,𝒳kI,𝒳kT\)\\mathcal\{G\}\_\{k\}=\(\\mathcal\{V\}\_\{k\},\\mathcal\{E\}\_\{k\},\\mathcal\{X\}\_\{k\}^\{I\},\\mathcal\{X\}\_\{k\}^\{T\}\)drawn from distribution𝒟k\\mathcal\{D\}\_\{k\}, exhibiting compound heterogeneity across graph scale, topology, modality quality, and semantic distribution\[[14](https://arxiv.org/html/2607.15687#bib.bib10)\]\. Raw data are never shared\. The goal is to collaboratively train a transferable encoderfΘf\_\{\\Theta\}through a two\-stage pipeline of federated pre\-training\[[29](https://arxiv.org/html/2607.15687#bib.bib9)\]and prompt\-based fine\-tuning\[[19](https://arxiv.org/html/2607.15687#bib.bib32),[53](https://arxiv.org/html/2607.15687#bib.bib33)\]\.
Federated pre\-training\.Each client locally optimizes a self\-supervised objective\[[6](https://arxiv.org/html/2607.15687#bib.bib75)\], then uploads its parametersΘk\\Theta\_\{k\}and compact message𝐂kf,𝐂kg\\mathbf\{C\}\_\{k\}^\{f\},\\mathbf\{C\}\_\{k\}^\{g\}to the server\. The server computes seperated weights and performs weighted aggregation:
Θg←∑k=1KNk∑jNj⋅𝐖k⊙Θk,\\Theta^\{g\}\\leftarrow\\sum\_\{k=1\}^\{K\}\\frac\{N\_\{k\}\}\{\\sum\_\{j\}N\_\{j\}\}\\cdot\\mathbf\{W\}\_\{k\}\\odot\\Theta\_\{k\},\(1\)where𝐖k\\mathbf\{W\}\_\{k\}denotes the weight andNkN\_\{k\}is the number of local instances\. The pre\-training objective requires thatfΘf\_\{\\Theta\}simultaneously satisfy the following:➀model cross\-modal interaction between𝒳I\\mathcal\{X\}^\{I\}and𝒳T\\mathcal\{X\}^\{T\}to capture complementary information across modalities;➁preserve both semantic and structural information from𝐀\\mathbf\{A\}, ensuring that topology\-driven patterns are not overwritten by modality\-driven features; and➂account for cross\-client heterogeneity during aggregation, avoiding negative transfer from uniform averaging over diverse client distributions\[[26](https://arxiv.org/html/2607.15687#bib.bib68)\]\.
Fine\-tuning\.After pre\-training, the global encoderΘg\\Theta^\{g\}is frozen and distributed to all clients\. Downstream adaptation proceeds through graph\-to\-prompt generation, prompt\-pool selection, and channel\-wise prompt synchronization, so that only lightweight parametersϕ\\phiwith\|ϕ\|≪\|Θg\|\|\\phi\|\\ll\|\\Theta^\{g\}\|need to be updated and communicated\. With the backbone frozen, clientkkminimizes only over prompt\-module parametersϕ\\phiand task\-head parametersψ\\psi:
minϕ,ψℒtask\(𝒢k,𝒴k;Θg,ϕ,ψ\),\\min\_\{\\phi,\\psi\}\\;\\mathcal\{L\}\_\{\\text\{task\}\}\\bigl\(\\mathcal\{G\}\_\{k\},\\mathcal\{Y\}\_\{k\};\\Theta^\{g\},\\phi,\\psi\\bigr\),\(2\)where\|ϕ\|\+\|ψ\|≪\|Θg\|\|\\phi\|\+\|\\psi\|\\ll\|\\Theta^\{g\}\|\. After local training, each client uploads its task\-head and prompt\-module parameters together with compact prompt centroids\. The server applies the same dual\-channel affinity rule used during pre\-training to aggregate these parameters channel\-wise, preserving channel\-specific personalization while enabling federated knowledge transfer in the prompt space\.
## IIIRelated Work
### III\-AFederated Graph Foundation Models
FedGFM\[[56](https://arxiv.org/html/2607.15687#bib.bib14)\]decouples structural and semantic components inside the GNN encoder and applies contrastive graph\-text alignment, making it the first model to combine graph foundation pre\-training with federated learning\. FedBook\[[45](https://arxiv.org/html/2607.15687#bib.bib15)\]projects aligned representations onto a shared discrete codebook via vector quantization, enabling intra\-domain and inter\-domain knowledge transfer across clients\. FedGALA\[[59](https://arxiv.org/html/2607.15687#bib.bib16)\]instead favors continuous latent alignment between GNNs and frozen language models, followed by local prompt\-based fine\-tuning for downstream adaptation\. Their multimodal extensions simply fuse image and text features before feeding them into the original unimodal pipelines\.
These methods are inherently unimodal, and their multimodal extensions discard modality\-specific information through feature\-level fusion; FedGFM and FedBook further incur quantization error from discrete codebook projection\. None jointly address cross\-modal fusion, semantic\-structural grounding, and channel\-aware aggregation\. Beyond graph data, cross\-modal federated learning\[[49](https://arxiv.org/html/2607.15687#bib.bib71)\]disentangles modality\-agnostic and modality\-specific representations across clients, and federated feature alignment\[[54](https://arxiv.org/html/2607.15687#bib.bib70)\]mitigates cross\-client feature shift, but neither models graph topology\. The broader federated graph learning methods\[[24](https://arxiv.org/html/2607.15687#bib.bib45),[12](https://arxiv.org/html/2607.15687#bib.bib46),[57](https://arxiv.org/html/2607.15687#bib.bib47),[47](https://arxiv.org/html/2607.15687#bib.bib54),[35](https://arxiv.org/html/2607.15687#bib.bib57),[23](https://arxiv.org/html/2607.15687#bib.bib13),[52](https://arxiv.org/html/2607.15687#bib.bib11),[43](https://arxiv.org/html/2607.15687#bib.bib53),[28](https://arxiv.org/html/2607.15687#bib.bib66),[50](https://arxiv.org/html/2607.15687#bib.bib72)\]and graph self\-supervised pre\-training methods\[[42](https://arxiv.org/html/2607.15687#bib.bib49),[16](https://arxiv.org/html/2607.15687#bib.bib58),[40](https://arxiv.org/html/2607.15687#bib.bib64),[6](https://arxiv.org/html/2607.15687#bib.bib75)\]address related but distinct challenges under unimodal or centralized settings\.
### III\-BMultimodal Graph Learning Models
Multimodal Graph Neural Networks\.Recent work on multimodal graph learning has moved beyond simple concatenation toward designs that explicitly model cross\-modal relationships\[[48](https://arxiv.org/html/2607.15687#bib.bib73)\]and structural nuances\. CAMPA\[[41](https://arxiv.org/html/2607.15687#bib.bib22)\]resolves modal conflict in decoupled multimodal GNNs through cross\-modal aligned propagation\. TMTE\[[58](https://arxiv.org/html/2607.15687#bib.bib23)\]co\-evolves graph structure and multimodal representations under task\-aware metric learning\. RoleMAG\[[60](https://arxiv.org/html/2607.15687#bib.bib24)\]learns edge\-level neighbor roles and routes neighborhood information through role\-specific propagation channels\. NTSFormer\[[10](https://arxiv.org/html/2607.15687#bib.bib21)\]targets isolated cold\-start node classification with a self\-teaching Graph Transformer, and MIG\-GT\[[11](https://arxiv.org/html/2607.15687#bib.bib20)\]employs modality\-independent receptive fields with separate GNNs per modality and a sampling\-based global transformer for multimodal recommendation\.
These methods advance multimodal graph learning through decoupled propagation, role\-aware routing, or adaptive topology learning\. However, they are designed for centralized settings and do not address privacy constraints or cross\-client heterogeneity\. Their federated counterparts, obtained via FedAvg\[[29](https://arxiv.org/html/2607.15687#bib.bib9)\], lack server\-side mechanisms for aligning inter\-client representations and cannot distinguish feature\-level and graph\-level similarity patterns\.
Multimodal Graph Foundation Models\.Mario\[[34](https://arxiv.org/html/2607.15687#bib.bib25)\]introduces a graph\-conditioned vision\-language model that injects graph topology into dual\-tower encoders via cross\-node attention, paired with a modality\-adaptive prompt router that selects the optimal modality view per node for LLM\-based reasoning\. PLANET\[[27](https://arxiv.org/html/2607.15687#bib.bib26)\]decouples modality interaction and alignment through a divide\-and\-conquer strategy: EDG enriches embeddings with topology\-aware cross\-modal context at the embedding level, while NDR anchors heterogeneous signals into a discretized semantic space for global alignment at the node level\. UniGraph2\[[8](https://arxiv.org/html/2607.15687#bib.bib27)\]extends UniGraph to multimodal graphs by learning a unified embedding space via masked autoencoding over multimodal features and contrastive graph\-structure objectives\. Applying FedAvg yields the federated baselines Fed\-Mario, Fed\-PLANET, and Fed\-UniGraph2\.
These centralized MGFMs are designed for full graph corpora\. When federated, local\-only alignment produces inconsistent semantic geometry across clients, and no server\-side similarity mechanism exists\.
## IVEmpirical Investigation
Federated multimodal graph learning operates at two complementary levels\. At themodality level, each client independently performs multimodal graph encoding: a local encoder must fuse heterogeneous image and text features while preserving both cross\-modal complementarity and topological structure\. At theserver level, the server must aggregate model updates from clients that differ in graph scale, modality quality, and semantic distribution, without access to raw data\. Naively combining these two levels without targeted design leads to three systematic problems, namely modality collapse, structural drift, and cross\-channel aggregation inconsistency, the first two arising at the modality level and the last at the server level\. In this section, we characterize each problem through a controlled empirical comparison between a naive federated GFM baseline \(FedGFM\) and a principled design that incorporates modality\-aware encoding and channel\-wise aggregation \(FedMGFM\), and show that each problem directly motivates one of the three core modules in the proposed FedGAMMA framework \(§[V](https://arxiv.org/html/2607.15687#S5)\)\.
Figure 1:Comparison of FedGFM and FedMGFM for federated multi\-modal graph learning\.FedGFM suffers from modality collapse and misallocation due to single\-weight aggregation, while FedMGFM adopts decoupled multi\-view modeling and channel\-wise aggregation to preserve topology\.### IV\-AModality Collapse
Observation\.In the FedGFM baseline, image and text features are concatenated and passed through a shared GNN encoder\[[17](https://arxiv.org/html/2607.15687#bib.bib5)\]\. As shown in Fig\.[1](https://arxiv.org/html/2607.15687#S4.F1), this naive fusion compresses heterogeneous modality information into a single representation, so the image\- and text\-derived representations collapse into a near\-identical distribution\. In contrast, FedMGFM separates a shared cross\-modal stream from modality\-private streams: symmetric cross\-attention extracts multimodal consensus while private encoders preserve modality\-specific complementary signals, maintaining cross\-modal alignment\.
Claims\.Shallow multimodal fusion erases modality\-specific information, and the complementary cues essential for cross\-modal tasks are lost during encoding rather than at the task head, so no downstream supervision can later recover them\. The collapse is avoided only when the encoder disentangles shared and private streams, which indicates that shared\-only architectures are fundamentally insufficient for multimodal graph representation\.
Key Insight ❶Shallow multimodal fusion erases modality\-specific information\. Effective cross\-modal encoding requires explicit shared\-private separation to preserve complementary signals from each modality\.
### IV\-BStructural Drift
Observation\.In FedGFM, the encoder processes fused multimodal node features through a conventional GNN without distinguishing between semantic and structural signals\. As illustrated in Fig\.[1](https://arxiv.org/html/2607.15687#S4.F1), this entangled encoding causes the learned representations to be driven by feature similarity rather than graph topology: semantically similar but structurally distant nodes are connected across community boundaries, distorting the original graph structure\. As a result, the learned graphG~\\tilde\{G\}induced by these representations departs from the original graphGG, confirming that feature\-driven proximity overrides topological structure\. FedMGFM addresses this by decoupling the encoding into complementary views: a semantic view that propagates over the original graph together with a similarity graph built from shared features, and a structural\-role view that propagates over a diffusion graph with dual positional encodings\. The two views are fused only after independent formation\.
Claims\.Semantic content overwrites the structural prior, a phenomenon we termstructural drift\. Entangled semantic\-structural encoding causes the encoder to rely on feature similarity, distorting the topological signal that downstream structure\-dependent tasks require\. The two signals therefore compete for the same representation capacity, and must be propagated through decoupled views so that neither suppresses the other\.
Key Insight ❷Entangled encoding allows semantic features to overwrite topological structure\. Decoupled semantic and structural views, fused only after independent formation, prevent structural drift and preserve graph\-level fidelity\.
### IV\-CCross\-Channel Inconsistency
Observation\.In FedGFM, the server aggregates model updates using a single similarity weight shared across multimodal\-fusion parametersΘf\\Theta\_\{f\}and graph\-fusion parametersΘg\\Theta\_\{g\}\. As shown in Fig\.[1](https://arxiv.org/html/2607.15687#S4.F1), this single\-similarity scheme ignores the multi\-dimensional nature of client heterogeneity\. Each client is summarized by a feature\-channel centroid and a graph\-channel centroid, and these two summaries often disagree, so clients close in the feature centroid space are frequently distant in the graph centroid space\. FedMGFM resolves this through dual\-channel affinity\-aware aggregation: separate MMD\-based affinity matrices are computed for feature\-channel and graph\-channel parameters, each parameter group is routed through its own similarity structure, and personalized interpolation is performed per client\.
Claims\.Feature\-channel and graph\-channel client similarities are largely independent, since modality distribution and graph structure vary along separate axes\. A single\-similarity aggregation scheme is therefore inevitably suboptimal, because the weight best suited to one channel misallocates updates for the other\. Effective federated aggregation must instead be channel\-wise, routing each parameter group through its own similarity structure\.
Key Insight ❸Client similarities are largely independent in different channels\. Single\-similarity aggregation inevitably misallocates weights for at least one parameter group\. Channel\-wise affinity\-aware aggregation resolves this by routing each parameter group through its own similarity structure\.
Remarks\.The comparison \(Fig\.[1](https://arxiv.org/html/2607.15687#S4.F1)\) reveals a consistent pattern that naive combinations of multimodal encoding and federated averaging introduce representation collapse, structural drift, and aggregation misallocation\. These are not edge cases but systematic consequences of ignoring the multi\-dimensional nature of multimodal graph data in federated settings\. The three design principles demonstrated by FedMGFM, i\.e\., shared\-private cross\-modal separation, decoupled semantic\-structural views, and channel\-wise affinity\-aware aggregation, are instantiated as concrete modules in FedGAMMA \(§[V](https://arxiv.org/html/2607.15687#S5)\)\.
## VMethod
Figure 2:Overview of the FedGAMMA framework\.The framework follows a two\-stage pipeline\.Pre\-training\(left\): the Cross\-Modal Semantic Enhancer disentangles shared and modality\-private streams, and the Topology\-Aware Graph Fusion module propagates features over complementary semantic and structural views\.Federated synchronization\(center\): clients upload feature and graph centroids; the server computes dual\-channel affinity matrices for channel\-wise aggregation and personalized interpolation\.Prompt\-based fine\-tuning\(right\): a Graph\-to\-Prompt Adapter generates modality\-specific prompts selected from a global Prompt Pool, with channel\-aware synchronization across clients\.### V\-AOverview
FedGAMMA is a federated multimodal graph foundation framework built on a two\-stage pipeline:*federated pre\-training*followed by*prompt\-based fine\-tuning*\[[19](https://arxiv.org/html/2607.15687#bib.bib32),[53](https://arxiv.org/html/2607.15687#bib.bib33)\]\. The pre\-training stage learns a transferable encoder that decouples semantic and structural signals across heterogeneous clients through contrastive learning\[[37](https://arxiv.org/html/2607.15687#bib.bib28),[55](https://arxiv.org/html/2607.15687#bib.bib29)\]and optimal\-transport\-based alignment\[[4](https://arxiv.org/html/2607.15687#bib.bib30)\], and the fine\-tuning stage adapts that encoder through lightweight graph\-aware prompts and channel\-wise federated synchronization\.
As shown in Fig\.[2](https://arxiv.org/html/2607.15687#S5.F2), the pre\-training stage uses a*Cross\-Modal Semantic Enhancer*for shared\-private disentanglement via symmetric cross\-attention over CLIP features\[[31](https://arxiv.org/html/2607.15687#bib.bib1)\], a*Topology\-Aware Graph Fusion*module with a GNN backbone\[[17](https://arxiv.org/html/2607.15687#bib.bib5),[39](https://arxiv.org/html/2607.15687#bib.bib6)\]to decouple semantic propagation and structural\-role modeling through dual positional encodings and multi\-hop diffusion, and a*Dual\-Channel Affinity Aggregator*based on MMD\[[5](https://arxiv.org/html/2607.15687#bib.bib31)\]for heterogeneity\-aware synchronization\. The fine\-tuning stage uses a*Graph\-to\-Prompt Adapter*to inject graph\-aware prompts per modality, a*Prompt\-Pool Selection*mechanism with UCB\-style exploration, and a*Federated Aggregation Loop*that synchronizes prompts along the same dual\-channel logic\.
### V\-BPre\-training: Cross\-Modal Semantic Enhancer
This module disentangles shared cross\-modal signals from modality\-specific detail before graph propagation, so the downstream stage receives a stable, decoupled representation\.
Motivation\.Image and text in the same node share a coarse cross\-modal core, yet each retains irreducible modality\-specific information\. Under non\-IID clients, single\-stream fusion is dominated by whichever modality carries more local gradient energy, drifting the shared signal toward one side until modality collapse emerges\. The remedy is to decompose the input into one shared and two modality\-specific subspaces and recover each explicitly before recomposing them on demand\.
Architecture\.Given paired modality features𝒳I,𝒳T∈ℝN×d\\mathcal\{X\}^\{I\},\\mathcal\{X\}^\{T\}\\in\\mathbb\{R\}^\{N\\times d\}, FedGAMMA produces a shared and a private stream per modality\. The shared streams𝐒I,𝐒T\\mathbf\{S\}^\{I\},\\mathbf\{S\}^\{T\}come fromLfL\_\{f\}stacked*symmetric cross\-attention*blocks in which each modality attends to the other, exchanging cross\-modal information\. The private stream𝐏m\\mathbf\{P\}^\{m\}comes from a modality\-specific MLP and retains the detail outside the cross\-attention range\. A learned input\-dependent gate then recomposes the two streams into the final feature𝐅m\\mathbf\{F\}^\{m\}, adding the raw input as a residual so the recomposition stays lossless\. Averaging the two shared streams gives the cross\-modal anchor𝐒¯\\bar\{\\mathbf\{S\}\}exported to the next module, and a reconstruction head maps each𝐅m\\mathbf\{F\}^\{m\}back to𝒳^m\\hat\{\\mathcal\{X\}\}^\{m\}for the regularizer below\.
Training objective\.The module is trained by a Sinkhorn–Wasserstein alignment lossℒalign\\mathcal\{L\}\_\{\\text\{align\}\}that applies an optimal\-transport distance between the two shared streams𝐒I\\mathbf\{S\}^\{I\}and𝐒T\\mathbf\{S\}^\{T\}\. It is regularized by a single composite termℒdecm\\mathcal\{L\}\_\{\\text\{dec\}\}^\{\\text\{m\}\}that sums, over both modalities, a disentanglement penalty on the absolute cosine similarity between the shared and private streams and a reconstruction error between each recovered input𝒳^m\\hat\{\\mathcal\{X\}\}^\{m\}and its original feature\. The combined module objective is
ℒenh=ℒalign\+θℒdecm,\\mathcal\{L\}^\{\\text\{enh\}\}\\;=\\;\\mathcal\{L\}\_\{\\text\{align\}\}\\;\+\\;\\theta\\,\\mathcal\{L\}\_\{\\text\{dec\}\}^\{\\text\{m\}\},\(3\)withθ\\thetathe only regularizer coefficient\.
### V\-CPre\-training: Topology\-Aware Graph Fusion
This module produces the node representation by combining complementary semantic and structural\-role views, so that semantic propagation and structural\-role modeling remain separable instead of being entangled inside a single GNN\.
Motivation\.Federated graphs vary in two largely independent ways: what the nodes are about and how they connect\. A single GNN entangles both, and the semantic gradient overwhelms the structural one, eroding structural roles over training\. Decoupling semantic propagation from structural\-role modeling and recombining the views*post hoc*fixes this drift and yields a clean structural\-role embedding, which also serves as the clustering signature for the next module\.
Architecture\.Let𝒳n=\[𝐅I∥𝐅T\]∈ℝN×2d\\mathcal\{X\}^\{n\}=\[\\mathbf\{F\}^\{I\}\\\|\\mathbf\{F\}^\{T\}\]\\\!\\in\\\!\\mathbb\{R\}^\{N\\times 2d\}be the concatenated final modality features from the enhancer\. From this input FedGAMMA derives two complementary views, a semantic view and a structural\-role view\.
The*semantic view*captures what the nodes are about by propagating the fused modality features through a GNN\. Because a client’s observed topology is often sparse, FedGAMMA augments it with a semantic residual graph𝒢res\\mathcal\{G\}\_\{\\text\{res\}\}built from the shared anchor, which links each node to itskknearest neighbors in𝐒¯\\bar\{\\mathbf\{S\}\}under cosine similarity after discarding edges already present in𝒢\\mathcal\{G\}, thereby supplying semantically proximal yet topologically absent links\. Propagating over the observed graph and over𝒢res\\mathcal\{G\}\_\{\\text\{res\}\}and combining the two yields the semantic embedding𝐇sem\\mathbf\{H\}\_\{\\text\{sem\}\}\.
The*structural\-role view*instead models how the nodes connect, independently of modality content\. It feeds a purely structural node descriptor𝒳str\\mathcal\{X\}^\{\\\!\\text\{str\}\}, which combines random\-walk and Laplacian positional encodings with simple local statistics such as degree and two\-hop count, into a GNN over a multi\-hop diffusion graph𝒢diff\\mathcal\{G\}\_\{\\text\{diff\}\}that aggregates powers of the normalized adjacency with geometrically decaying weights, yielding the structural\-role embedding𝐇s\\mathbf\{H\}\_\{s\}\.
During pre\-training, the two views are combined into the node representation𝐙\\mathbf\{Z\}by a parameter\-free average\. At fine\-tuning, a lightweight learnable router reweights them per node through a one\-layer MLP, allowing downstream tasks to emphasize whichever view best suits their inductive demands\.
Training objective\.The module is trained by an InfoNCE contrastive lossℒnce\\mathcal\{L\}\_\{\\text\{nce\}\}that aligns the structural\-role view𝐇s\\mathbf\{H\}\_\{s\}with the fused representation𝐙\\mathbf\{Z\}\. It is regularized by a single composite termℒregg\\mathcal\{L\}\_\{\\text\{reg\}\}^\{\\text\{g\}\}that sums three stability constraints: a consistency term keeping the observed\-graph and residual\-graph components of the semantic view aligned, a decoupling term driving the structural\-role view𝐇s\\mathbf\{H\}\_\{s\}away from the semantic view𝐇sem\\mathbf\{H\}\_\{\\text\{sem\}\}, and a self\-supervised link\-prediction loss on positive and sampled negative edges\. The composite graph\-level objective combines the contrastive loss with the regularizer under their respective weights,
ℒg=βℒnce\+λregℒregg,\\mathcal\{L\}^\{\\text\{g\}\}\\;=\\;\\beta\\,\\mathcal\{L\}\_\{\\text\{nce\}\}\\;\+\\;\\lambda\_\{\\text\{reg\}\}\\,\\mathcal\{L\}\_\{\\text\{reg\}\}^\{\\text\{g\}\},\(4\)whereβ\\betais the principal contrastive weight andλreg\\lambda\_\{\\text\{reg\}\}is the only coefficient governing the regularizer\.
Algorithm 1Federated Pre\-training of FedGAMMAInput:KKclients, local graphs\{𝒢k\}\\\{\\mathcal\{G\}\_\{k\}\\\}; roundsTT; epochsEEOutput:pre\-trained parametersΘ\\Theta1: Server initializesΘ\(0\)\\Theta^\{\(0\)\}2:fort=1,…,Tt=1,\\dots,Tdo3:BroadcastΘ\(t−1\)\\Theta^\{\(t\-1\)\}4:for eachclientkkin parallel do5:Compute𝐒m,𝐏m\\mathbf\{S\}^\{m\},\\mathbf\{P\}^\{m\}and gate𝐅m\\mathbf\{F\}^\{m\}; anchor𝐒¯\\bar\{\\mathbf\{S\}\}6:Build𝒢res,𝒢diff\\mathcal\{G\}\_\{\\text\{res\}\},\\mathcal\{G\}\_\{\\text\{diff\}\}; propagate𝐇sem,𝐇s→𝐙\\mathbf\{H\}\_\{\\text\{sem\}\},\\mathbf\{H\}\_\{s\}\\\!\\to\\\!\\mathbf\{Z\}7:fore=1,…,Ee=1,\\dots,Edominimizeℒpre\\mathcal\{L\}^\{\\text\{pre\}\}via \([9](https://arxiv.org/html/2607.15687#S5.E9)\)8:Ckf←KMeans\(𝐙,M\)C\_\{k\}^\{f\}\\\!\\leftarrow\\\!\\text\{KMeans\}\(\\mathbf\{Z\},M\),Ckg←KMeans\(𝐇s,M\)C\_\{k\}^\{g\}\\\!\\leftarrow\\\!\\text\{KMeans\}\(\\mathbf\{H\}\_\{s\},M\); add𝐞k,mc\\mathbf\{e\}\_\{k,m\}^\{c\}9:UploadΘk,Ckf,Ckg\\Theta\_\{k\},C\_\{k\}^\{f\},C\_\{k\}^\{g\}10:end for11:Server:Af,AgA^\{f\},A^\{g\}via \([6](https://arxiv.org/html/2607.15687#S5.E6)\); aggregateΘ\(t\)\\Theta^\{\(t\)\}via \([7](https://arxiv.org/html/2607.15687#S5.E7)\)12:Clients personalize via \([8](https://arxiv.org/html/2607.15687#S5.E8)\)13:end for
### V\-DPre\-training: Dual\-Channel Affinity Aggregation
This module synchronizes trained parameters across clients by routing multimodal\-fusion and graph\-fusion parameters through two distinct affinity matrices, ensuring each parameter group attends to neighbors aligned with its inductive role\.
Motivation\.After local pre\-training, each client holds two preferences that need not align: a modality preference in how its fused embeddings cluster, and a topology preference in how its structural\-role embeddings cluster\. A single similarity score must therefore misroute one of the two parameter groups, so FedGAMMA computes one affinity per channel and aggregates each group with its own weights, which Theorem[1](https://arxiv.org/html/2607.15687#Thmtheorem1)formalizes as a strict gap over any single\-channel scheme\.
Architecture\.Algorithm[1](https://arxiv.org/html/2607.15687#alg1)states the full federated loop, whose components and equations we now explain\. After local training, each client compresses its node representations intoMMcentroids per channel byKK\-means, formingCifC\_\{i\}^\{f\}from the fused embedding𝐙\\mathbf\{Z\}andCigC\_\{i\}^\{g\}from the structural\-role embedding𝐇s\\mathbf\{H\}\_\{s\}\. Each centroid pairs its cluster mean𝝁i,mc\\boldsymbol\{\\mu\}\_\{i,m\}^\{c\}with a*spectral energy descriptor*𝐞i,mc\\mathbf\{e\}\_\{i,m\}^\{c\}that encodes the cluster’s internal geometry, taken as thedcd\_\{c\}smallest eigenvalues of the normalized Laplacian𝐋i,m\\mathbf\{L\}\_\{i,m\}of the cosine\-similarity graph over its members, normalized by their sum,
𝐞i,mc=\[λ1,λ2,…,λdc\]⊤∑l=1dcλl,c∈\{f,g\}\.\\mathbf\{e\}\_\{i,m\}^\{c\}\\;=\\;\\frac\{\[\\lambda\_\{1\},\\lambda\_\{2\},\\dots,\\lambda\_\{d\_\{c\}\}\]^\{\\top\}\}\{\\sum\_\{l=1\}^\{d\_\{c\}\}\\lambda\_\{l\}\},\\qquad c\\in\\\{f,g\\\}\.\(5\)These descriptors keep clusters that share a mean but differ in internal connectivity distinguishable, anddcd\_\{c\}defaults to the feature dimensiondd\. The server compares clients*per channel*through the MMD between their centroid sets,
Aijc=exp\(−MMD\(Cic,Cjc\)η\),c∈\{f,g\},A\_\{ij\}^\{c\}\\;=\\;\\exp\\\!\\Bigl\(\-\\frac\{\\mathrm\{MMD\}\(C\_\{i\}^\{c\},C\_\{j\}^\{c\}\)\}\{\\eta\}\\Bigr\),\\quad c\\in\\\{f,g\\\},\(6\)whereη\\etais a bandwidth, and normalizing the row sums ofAcA^\{c\}across clients gives the channel weightwic∝∑jAijcw\_\{i\}^\{c\}\\\!\\propto\\\!\\sum\_\{j\}A\_\{ij\}^\{c\}\. Each parameter group is then aggregated with the weights of its matching channel,
Θt\+1p=\{∑iwifΘi,tp,p∈Θf,∑iwigΘi,tp,p∈Θg,∑iw¯iΘi,tp,p∈Θs,\\Theta\_\{t\+1\}^\{p\}\\;=\\;\\begin\{cases\}\\sum\_\{i\}w\_\{i\}^\{f\}\\,\\Theta\_\{i,t\}^\{p\},&p\\in\\Theta\_\{f\},\\\\\[2\.0pt\] \\sum\_\{i\}w\_\{i\}^\{g\}\\,\\Theta\_\{i,t\}^\{p\},&p\\in\\Theta\_\{g\},\\\\\[2\.0pt\] \\sum\_\{i\}\\bar\{w\}\_\{i\}\\,\\Theta\_\{i,t\}^\{p\},&p\\in\\Theta\_\{s\},\\end\{cases\}\(7\)wherew¯i=12\(wif\+wig\)\\bar\{w\}\_\{i\}\\\!=\\\!\\tfrac\{1\}\{2\}\(w\_\{i\}^\{f\}\\\!\+\\\!w\_\{i\}^\{g\}\)andΘf,Θg,Θs\\Theta\_\{f\},\\Theta\_\{g\},\\Theta\_\{s\}are the multimodal\-fusion, graph\-fusion, and shared parameters\. After broadcast, each client interpolates between the global and its local model per channel,
Θknew,c=akcΘglobal,c\+\(1−akc\)Θklocal,c,c∈\{f,g,s\},\\Theta^\{\\text\{new\},c\}\_\{k\}\\;=\\;a\_\{k\}^\{c\}\\,\\Theta^\{\\text\{global\},c\}\\;\+\\;\(1\\\!\-\\\!a\_\{k\}^\{c\}\)\\,\\Theta^\{\\text\{local\},c\}\_\{k\},c\\in\\\{f,g,s\\\},\(8\)whereakca\_\{k\}^\{c\}is the affinity of Eq\. \([6](https://arxiv.org/html/2607.15687#S5.E6)\) between clientkk’s centroids and the aggregated global centroids andaksa\_\{k\}^\{s\}averages the two channels, so clients typical of the population follow the global update while atypical clients keep more of their local optimum\.
Training objective\.The aggregator has no trainable parameters, so the client\-side pre\-training loss simply sums the two module objectives,
ℒpre=ℒenh\+ℒg,\\mathcal\{L\}^\{\\text\{pre\}\}\\;=\\;\\mathcal\{L\}^\{\\text\{enh\}\}\\;\+\\;\\mathcal\{L\}^\{\\text\{g\}\},\(9\)The stage is thus driven by two principal losses,ℒalign\\mathcal\{L\}\_\{\\text\{align\}\}andℒnce\\mathcal\{L\}\_\{\\text\{nce\}\}, with the auxiliary constraints bundled inℒdecm\\mathcal\{L\}\_\{\\text\{dec\}\}^\{\\text\{m\}\}andℒregg\\mathcal\{L\}\_\{\\text\{reg\}\}^\{\\text\{g\}\}under one coefficient each\.
### V\-EFine\-tuning: Graph\-to\-Prompt Adapter
This module converts the pretrained structural representation into channel\-specific prompts that multiplicatively modulate the image, text, and topology streams, enabling backbone\-frozen downstream adaptation across all channels\.
Motivation\.Full\-parameter fine\-tuning of a federated multimodal graph backbone is communication\-expensive and overfits local idiosyncrasies\. At the same time, a single static prompt shared across clients cannot reflect that different downstream tasks and different clients place their adaptation budget on different channels\. To resolve both, FedGAMMA makes the prompt a function of the local graph and applies one multiplicatively gated prompt per channel, restoring per\-channel selectivity while keeping the backbone frozen\.
Architecture\.The pretrained backbone is frozen, and only the prompt parameters and a small task head are updated and communicated\. From the pretrained node representation𝐙\\mathbf\{Z\}, three two\-layer MLPs synthesize one promptPmP\_\{m\}per channel for image, text, and topology\. The image and text prompts multiplicatively gate their dynamic features𝒳dynm\\mathcal\{X\}^\{m\}\_\{\\text\{dyn\}\}, the inference\-time recomposition of the raw, shared, and private streams, through an additive\-sigmoid form,
𝒳~m=𝒳dynm⊙\(𝟏\+σ\(Pm\)\),m∈\{I,T\},\\tilde\{\\mathcal\{X\}\}^\{m\}\\;=\\;\\mathcal\{X\}^\{m\}\_\{\\text\{dyn\}\}\\odot\\bigl\(\\mathbf\{1\}\+\\sigma\(P\_\{m\}\)\\bigr\),\\qquad m\\in\\\{I,T\\\},\(10\)which bounds the modulation to\[1,2\]\[1,2\], so a prompt can amplify but never suppress a feature, keeping the gate from acting as a hard mask under federated drift\. The topology prompt instead reweights the structural branch, scaling each node’s structural input and every diffusion edge, so propagation can be tuned without rebuilding the diffusion graph\.
### V\-FFine\-tuning: Prompt\-Pool Selection
This module maintains a shared pool of candidate prompts and lets each client pick a small subset per step under an exploration–exploitation rule, so that the pool preserves diversity instead of collapsing onto a single dominant prompt under federated averaging\.
Motivation\.Different clients exercise different combinations of channels, so a single global prompt averages away the very diversity that motivates federation\. A small pool with per\-client selection restores it, provided the selection rule balances reward against exploration so the pool does not collapse after a few rounds\.
Architecture\.The server maintains a pool𝒫\\mathcal\{P\}ofSScandidate prompts shared across all clients, so a prompt that proves useful on one client becomes reusable knowledge for the others\. Each clientiikeeps a private running rewardri,kr\_\{i,k\}and usage countni,kn\_\{i,k\}for every slotkk, whereri,kr\_\{i,k\}summarizes the downstream task performance that slot has yielded locally\. At each step the client scores every slot by a UCB\-style rule,
scorei\(k\)=ri,k\+κlog\(∑jni,j\+2\)ni,k\+1,\\operatorname\{score\}\_\{i\}\(k\)\\;=\\;r\_\{i,k\}\\;\+\\;\\kappa\\,\\sqrt\{\\frac\{\\log\(\\sum\_\{j\}\\\!n\_\{i,j\}\+2\)\}\{n\_\{i,k\}\+1\}\},\(11\)whose first term exploits high\-reward slots while the second term, weighted byκ\\kappa, adds an exploration bonus that keeps rarely used slots attractive\. The smoothing constants in the logarithm and denominator keep this bonus well defined when a slot has not yet been pulled\. The client then selects the top\-KselK\_\{\\text\{sel\}\}slots, averages them into a single pool prompt, and fuses it with the local graph\-to\-prompt prompt as a residual with a small mixing weightγ\\gamma, so the effective prompt combines shared pool memory with local specialization\. After the forward pass, it updates each selected slot’s reward by an exponential moving average over the newly realized task performance and increments the count, and these statistics persist across rounds so the pool steadily accumulates cross\-client adaptation experience\.
### V\-GFine\-tuning: Federated Aggregation Loop
This module synchronizes the prompts and task head across clients with the same dual\-channel affinity rule used in pre\-training, adding no aggregation hyperparameter beyond the exploration coefficientκ\\kappa\.
During fine\-tuning, each client selects prompts via Eq\. \([11](https://arxiv.org/html/2607.15687#S5.E11)\), synthesizes channel\-specific prompts and applies the modulation gate Eq\. \([10](https://arxiv.org/html/2607.15687#S5.E10)\), and trains locally by minimizing the downstream task lossℒtask\\mathcal\{L\}\_\{\\text\{task\}\}\. After local training, the client uploads task\-head parameters, prompt\-module parameters, and three small centroid sets\{CkI,CkT,Cktopo\}\\\{C\_\{k\}^\{I\},C\_\{k\}^\{T\},C\_\{k\}^\{\\text\{topo\}\}\\\}summarizing the prompts realized on the local data\. The server computes channel\-wise affinitiesAijmA\_\{ij\}^\{m\}form∈\{I,T,topo\}m\\\!\\in\\\!\\\{I,T,\\text\{topo\}\\\}via Eq\. \([6](https://arxiv.org/html/2607.15687#S5.E6)\) applied to those centroid sets, aggregates each prompt group with its channel weights as in Eq\. \([7](https://arxiv.org/html/2607.15687#S5.E7)\), and synchronizes the shared pool𝒫\\mathcal\{P\}by affinity\-weighted averaging\. This preserves channel\-specific personalization while enabling federated knowledge transfer in the prompt space, reusing the affinity machinery from pre\-training\.
## VITheoretical Analysis
Our theoretical analysis explains why ours channel\-wise affinity\-aware aggregation and local pre\-training objective are effective\. Theorem[1](https://arxiv.org/html/2607.15687#Thmtheorem1)proves dual\-channel aggregation strictly dominates single\-channel schemes when feature and graph client similarities disagree, formalizing §[IV\-C](https://arxiv.org/html/2607.15687#S4.SS3)\. Theorem[2](https://arxiv.org/html/2607.15687#Thmtheorem2)shows the local pre\-training objective bounds cross\-modal and semantic\-structural discrepancy, grounding §[IV](https://arxiv.org/html/2607.15687#S4)\. Theorem[3](https://arxiv.org/html/2607.15687#Thmtheorem3)establishes channel\-wise affinity weighting preserves the standard nonconvex federated convergence rate, with affinity estimation error as a non\-accumulating additive term\.
For clientii, letΘi,c⋆\\Theta\_\{i,c\}^\{\\star\}denote the client\-specific optimum of the parameter group associated with channelc∈\{f,g\}c\\in\\\{f,g\\\}, and define the per\-channel aggregation mismatchℰic\(w\)=‖∑j=1KwjΘj,c⋆−Θi,c⋆‖2\\mathcal\{E\}\_\{i\}^\{c\}\(w\)=\\\|\\sum\_\{j=1\}^\{K\}w\_\{j\}\\Theta\_\{j,c\}^\{\\star\}\-\\Theta\_\{i,c\}^\{\\star\}\\\|^\{2\}with channel\-optimal weightswic,⋆=argminw∈ΔKℰic\(w\)w\_\{i\}^\{c,\\star\}=\\arg\\min\_\{w\\in\\Delta^\{K\}\}\\mathcal\{E\}\_\{i\}^\{c\}\(w\), whereΔK\\Delta^\{K\}is the probability simplex\. The*channel inconsistency*is then
δi=‖wif,⋆−wig,⋆‖2,\\delta\_\{i\}\\;=\\;\\bigl\\\|w\_\{i\}^\{f,\\star\}\-w\_\{i\}^\{g,\\star\}\\bigr\\\|^\{2\},\(12\)which is precisely the cross\-channel inconsistency illustrated in §[IV\-C](https://arxiv.org/html/2607.15687#S4.SS3): when a client’s feature\- and graph\-channel similarities disagree, the cross\-channel correlationρ\\rhois low andδi\\delta\_\{i\}is large, exactly what the dual\-channel design is built to exploit\.
###### Theorem 1\(Dual\-channel dominance under channel inconsistency\)\.
Suppose eachℰic\\mathcal\{E\}\_\{i\}^\{c\}isμ\\mu\-strongly convex on the simplex forc∈\{f,g\}c\\in\\\{f,g\\\}\. Under Assumptions A1–A4 withε=max\(εf,εg\)\\varepsilon=\\max\(\\varepsilon\_\{f\},\\varepsilon\_\{g\}\), the FedGAMMA dual\-channel aggregation mismatch on the multimodal\-fusion and graph\-fusion parameter groups satisfies
ℰidual≤ℰif\(wif,⋆\)\+ℰig\(wig,⋆\)\+2ε,\\mathcal\{E\}\_\{i\}^\{\\text\{dual\}\}\\;\\leq\\;\\mathcal\{E\}\_\{i\}^\{f\}\(w\_\{i\}^\{f,\\star\}\)\\;\+\\;\\mathcal\{E\}\_\{i\}^\{g\}\(w\_\{i\}^\{g,\\star\}\)\\;\+\\;2\\varepsilon,\(13\)whereas any single\-channel scheme that uses a shared weightwwobeys
infw∈ΔK\(ℰif\(w\)\+ℰig\(w\)\)≥ℰif\(wif,⋆\)\+ℰig\(wig,⋆\)\+μ2δi\.\\inf\_\{w\\in\\Delta^\{K\}\}\\\!\\Bigl\(\\mathcal\{E\}\_\{i\}^\{f\}\(w\)\+\\mathcal\{E\}\_\{i\}^\{g\}\(w\)\\Bigr\)\\;\\geq\\;\\mathcal\{E\}\_\{i\}^\{f\}\(w\_\{i\}^\{f,\\star\}\)\\;\+\\;\\mathcal\{E\}\_\{i\}^\{g\}\(w\_\{i\}^\{g,\\star\}\)\\;\+\\;\\tfrac\{\\mu\}\{2\}\\,\\delta\_\{i\}\.\(14\)Dual\-channel aggregation therefore strictly dominates the optimal single\-channel aggregation by at leastμ2δi−2ε\\tfrac\{\\mu\}\{2\}\\delta\_\{i\}\-2\\varepsilon, which is positive wheneverδi\>4ε/μ\\delta\_\{i\}\>4\\varepsilon/\\mu\.
Proof sketch\.The dual\-channel scheme computes separate optimal weightswif,⋆w\_\{i\}^\{f,\\star\}andwig,⋆w\_\{i\}^\{g,\\star\}for each channel, incurring total residualℰif\(wif,⋆\)\+ℰig\(wig,⋆\)\\mathcal\{E\}\_\{i\}^\{f\}\(w\_\{i\}^\{f,\\star\}\)\+\\mathcal\{E\}\_\{i\}^\{g\}\(w\_\{i\}^\{g,\\star\}\)plus an affinity estimation error2ε2\\varepsilon\. By contrast, any single\-channel scheme using a sharedwwmust minimizeℰif\(w\)\+ℰig\(w\)\\mathcal\{E\}\_\{i\}^\{f\}\(w\)\+\\mathcal\{E\}\_\{i\}^\{g\}\(w\)\. Strong convexity of eachℰic\\mathcal\{E\}\_\{i\}^\{c\}over the simplex implies that the sum is lower\-bounded by the channel\-optimal residuals plusμ2‖w−wif,⋆‖2\+μ2‖w−wig,⋆‖2≥μ4‖wif,⋆−wig,⋆‖2=μ4δi\\frac\{\\mu\}\{2\}\\\|w\-w\_\{i\}^\{f,\\star\}\\\|^\{2\}\+\\frac\{\\mu\}\{2\}\\\|w\-w\_\{i\}^\{g,\\star\}\\\|^\{2\}\\geq\\frac\{\\mu\}\{4\}\\\|w\_\{i\}^\{f,\\star\}\-w\_\{i\}^\{g,\\star\}\\\|^\{2\}=\\frac\{\\mu\}\{4\}\\delta\_\{i\}, yielding the gapμ2δi−2ε\\frac\{\\mu\}\{2\}\\delta\_\{i\}\-2\\varepsilonwhich is strictly positive whenever the channel inconsistencyδi\\delta\_\{i\}exceeds4ε/μ4\\varepsilon/\\mu\.
###### Theorem 2\(Local pre\-training controls cross\-modal and structural discrepancy\)\.
For clientkk, letΔmm\(k\)=‖𝐒I,\(k\)−𝐒T,\(k\)‖F2\\Delta\_\{mm\}^\{\(k\)\}=\\\|\\mathbf\{S\}^\{I,\(k\)\}\-\\mathbf\{S\}^\{T,\(k\)\}\\\|\_\{F\}^\{2\}measure the cross\-modal discrepancy between image\-shared and text\-shared representations, andΔss\(k\)=‖𝐇¯\(k\)−𝐇s\(k\)‖F2\\Delta\_\{ss\}^\{\(k\)\}=\\\|\\bar\{\\mathbf\{H\}\}^\{\(k\)\}\-\\mathbf\{H\}\_\{s\}^\{\(k\)\}\\\|\_\{F\}^\{2\}measure the semantic\-structural discrepancy between the semantic\-average and structural\-role embeddings, where𝐇¯\(k\)=12\(𝐇r\(k\)\+𝐇k\(k\)\)\\bar\{\\mathbf\{H\}\}^\{\(k\)\}=\\tfrac\{1\}\{2\}\(\\mathbf\{H\}\_\{r\}^\{\(k\)\}\+\\mathbf\{H\}\_\{k\}^\{\(k\)\}\)\. Suppose there existμ1,μ2\>0\\mu\_\{1\},\\mu\_\{2\}\>0such that the alignment loss satisfiesℒalign\(k\)≥μ1Δmm\(k\)\\mathcal\{L\}\_\{\\text\{align\}\}^\{\(k\)\}\\geq\\mu\_\{1\}\\Delta\_\{mm\}^\{\(k\)\}and the contrastive and regularization losses satisfyℒnce\(k\)\+ℒregg,\(k\)≥μ2Δss\(k\)\\mathcal\{L\}\_\{\\text\{nce\}\}^\{\(k\)\}\+\\mathcal\{L\}\_\{\\text\{reg\}\}^\{\\text\{g\},\(k\)\}\\geq\\mu\_\{2\}\\Delta\_\{ss\}^\{\(k\)\}\. Then
Δmm\(k\)\+Δss\(k\)≤1μ1ℱk\(Θ\)\+1μ2ℱk\(Θ\)\.\\Delta\_\{mm\}^\{\(k\)\}\+\\Delta\_\{ss\}^\{\(k\)\}\\leq\\frac\{1\}\{\\mu\_\{1\}\}\\mathcal\{F\}\_\{k\}\(\\Theta\)\+\\frac\{1\}\{\\mu\_\{2\}\}\\mathcal\{F\}\_\{k\}\(\\Theta\)\.\(15\)Consequently,Δmm\(k\)≤ℱk\(Θ\)/μ1\\Delta\_\{mm\}^\{\(k\)\}\\leq\\mathcal\{F\}\_\{k\}\(\\Theta\)/\\mu\_\{1\}andΔss\(k\)≤ℱk\(Θ\)/μ2\\Delta\_\{ss\}^\{\(k\)\}\\leq\\mathcal\{F\}\_\{k\}\(\\Theta\)/\\mu\_\{2\}individually, confirming that the same local objective that drives pre\-training also bounds both sources of representational degradation diagnosed in §[IV](https://arxiv.org/html/2607.15687#S4)\.
Proof sketch\.The alignment lossℒalign\(k\)\\mathcal\{L\}\_\{\\text\{align\}\}^\{\(k\)\}is a nonnegative principal term of the local pre\-training objectiveℱk\\mathcal\{F\}\_\{k\}, soℒalign\(k\)≤ℱk\(Θ\)\\mathcal\{L\}\_\{\\text\{align\}\}^\{\(k\)\}\\leq\\mathcal\{F\}\_\{k\}\(\\Theta\); similarlyℒnce\(k\)\+ℒregg,\(k\)≤ℱk\(Θ\)\\mathcal\{L\}\_\{\\text\{nce\}\}^\{\(k\)\}\+\\mathcal\{L\}\_\{\\text\{reg\}\}^\{\\text\{g\},\(k\)\}\\leq\\mathcal\{F\}\_\{k\}\(\\Theta\)\. Substituting into the assumed lower boundsℒalign\(k\)≥μ1Δmm\(k\)\\mathcal\{L\}\_\{\\text\{align\}\}^\{\(k\)\}\\geq\\mu\_\{1\}\\Delta\_\{mm\}^\{\(k\)\}andℒnce\(k\)\+ℒregg,\(k\)≥μ2Δss\(k\)\\mathcal\{L\}\_\{\\text\{nce\}\}^\{\(k\)\}\+\\mathcal\{L\}\_\{\\text\{reg\}\}^\{\\text\{g\},\(k\)\}\\geq\\mu\_\{2\}\\Delta\_\{ss\}^\{\(k\)\}yieldsΔmm\(k\)≤ℱk\(Θ\)/μ1\\Delta\_\{mm\}^\{\(k\)\}\\leq\\mathcal\{F\}\_\{k\}\(\\Theta\)/\\mu\_\{1\}andΔss\(k\)≤ℱk\(Θ\)/μ2\\Delta\_\{ss\}^\{\(k\)\}\\leq\\mathcal\{F\}\_\{k\}\(\\Theta\)/\\mu\_\{2\}\. Hence minimizingℱk\\mathcal\{F\}\_\{k\}jointly suppresses both the cross\-modal gap between image and text streams and the semantic\-structural gap between feature\-driven and topology\-driven representations, directly supporting the empirical observations in §[IV](https://arxiv.org/html/2607.15687#S4)\.
###### Theorem 3\(Nonconvex convergence of FedGAMMA\)\.
Under Assumptions A1–A4 withε=max\(εf,εg\)\\varepsilon=\\max\(\\varepsilon\_\{f\},\\varepsilon\_\{g\}\), let each client performτ\\taulocal SGD steps per round with stepsizeγ≤1/\(4Lτ\)\\gamma\\leq 1/\(4L\\tau\)\. DefineGt=𝔼\[‖∇ℱ\(Θt\)‖2\]G\_\{t\}=\\mathbb\{E\}\[\\\|\\nabla\\mathcal\{F\}\(\\Theta\_\{t\}\)\\\|^\{2\}\]\. The per\-round descent underLL\-smoothness decomposes as
𝔼\[ℱ\(Θt\+1\)\]−ℱ\(Θt\)≤−γτ2Gt\+c1γ2Lτσ2\+c2γ3L2τ2\(σ2\+ζ2\)\+c3ε,\\mathbb\{E\}\[\\mathcal\{F\}\(\\Theta\_\{t\+1\}\)\]\-\\mathcal\{F\}\(\\Theta\_\{t\}\)\\leq\-\\frac\{\\gamma\\tau\}\{2\}G\_\{t\}\+c\_\{1\}\\gamma^\{2\}L\\tau\\sigma^\{2\}\\\\ \+c\_\{2\}\\gamma^\{3\}L^\{2\}\\tau^\{2\}\(\\sigma^\{2\}\+\\zeta^\{2\}\)\+c\_\{3\}\\varepsilon,\(16\)where the four terms respectively capture gradient descent, stochastic noise, client drift, and affinity approximation error\. Summing overt=0,…,T−1t=0,\\dots,T\-1, telescoping, and rearranging yields
1T∑t=0T−1Gt≤2ΔℱγτT\+C1γLσ2\+C2γ2L2τ\(σ2\+ζ2\)\+C3ε,\\frac\{1\}\{T\}\\sum\_\{t=0\}^\{T\-1\}G\_\{t\}\\leq\\frac\{2\\Delta\_\{\\mathcal\{F\}\}\}\{\\gamma\\tau T\}\+C\_\{1\}\\gamma L\\sigma^\{2\}\+C\_\{2\}\\gamma^\{2\}L^\{2\}\\tau\(\\sigma^\{2\}\+\\zeta^\{2\}\)\\\\ \+C\_\{3\}\\varepsilon,\(17\)whereΔℱ=ℱ\(Θ0\)−ℱinf\\Delta\_\{\\mathcal\{F\}\}=\\mathcal\{F\}\(\\Theta\_\{0\}\)\-\\mathcal\{F\}\_\{\\inf\}andC1,2,3=O\(1\)C\_\{1,2,3\}=O\(1\)\. The first three terms correspond to the standard FedAvg bound\[[29](https://arxiv.org/html/2607.15687#bib.bib9)\]; theO\(ε\)O\(\\varepsilon\)term isolates the cost of channel\-wise affinity approximation, which does not accumulate over rounds\. Withγ=O\(\(τT\)−1/2\)\\gamma=O\(\(\\tau T\)^\{\-1/2\}\), the three dominant terms balance toO\(1/T\)O\(1/\\sqrt\{T\}\):
1T∑t=0T−1Gt=O\(1/T\)\+O\(ε\)\.\\frac\{1\}\{T\}\\sum\_\{t=0\}^\{T\-1\}G\_\{t\}=O\(1/\\sqrt\{T\}\)\+O\(\\varepsilon\)\.\(18\)
Proof sketch\.Starting fromLL\-smoothness, one round ofτ\\taulocal SGD steps with channel\-wise aggregation satisfies𝔼\[ℱ\(Θt\+1\)\]≤ℱ\(Θt\)−γτ2Gt\+O\(γ2Lτσ2\)\+O\(γ3L2τ2\(σ2\+ζ2\)\)\+O\(ε\)\\mathbb\{E\}\[\\mathcal\{F\}\(\\Theta\_\{t\+1\}\)\]\\leq\\mathcal\{F\}\(\\Theta\_\{t\}\)\-\\frac\{\\gamma\\tau\}\{2\}G\_\{t\}\+O\(\\gamma^\{2\}L\\tau\\sigma^\{2\}\)\+O\(\\gamma^\{3\}L^\{2\}\\tau^\{2\}\(\\sigma^\{2\}\+\\zeta^\{2\}\)\)\+O\(\\varepsilon\), where theO\(ε\)O\(\\varepsilon\)term arises from substitutingwif,wigw\_\{i\}^\{f\},w\_\{i\}^\{g\}forwif,⋆,wig,⋆w\_\{i\}^\{f,\\star\},w\_\{i\}^\{g,\\star\}and is bounded by Assumption A4\. Summing overttand telescoping yields the per\-round bound\. Withγ=O\(\(τT\)−1/2\)\\gamma=O\(\(\\tau T\)^\{\-1/2\}\), the terms balance toO\(1/T\)\+O\(ε\)O\(1/\\sqrt\{T\}\)\+O\(\\varepsilon\)\.
## VIIExperiments
In this section, we conduct extensive experiments on multimodal\-attributed graph \(MAG\) federation datasets to evaluate FedGAMMA\. The experimental study is organized to answer the following research questions:
Q1: Does FedGAMMA outperform federated multimodal graph baselines, federated graph foundation models, and federated adaptations of centralized multimodal graph foundation models across diverse downstream tasks? \( §[VII\-B](https://arxiv.org/html/2607.15687#S7.SS2)\)
Q2: Does FedGAMMA preserve its advantage under low\-resource scenarios? \( §[VII\-C](https://arxiv.org/html/2607.15687#S7.SS3)\)
Q3: Which components of FedGAMMA are responsible for its empirical gains? \( §[VII\-D](https://arxiv.org/html/2607.15687#S7.SS4)\)
Q4: How sensitive is FedGAMMA to its principal hyperparameters, in particular the global prompt\-pool size and the modality\-centroid dimensionality? \( §[VII\-E](https://arxiv.org/html/2607.15687#S7.SS5)\)
Q5: Is the accuracy advantage of FedGAMMA achieved at an acceptable efficiency cost? \( §[VII\-F](https://arxiv.org/html/2607.15687#S7.SS6)\)
### VII\-AExperimental Setup
Datasets\.We evaluate FedGAMMA on twelve MAG datasets from the MM\-OpenFGL benchmark\[[22](https://arxiv.org/html/2607.15687#bib.bib34)\]spanning six downstream tasks\. Table[I](https://arxiv.org/html/2607.15687#S7.T1)summarizes their statistics\. Each node is associated with both image and text modalities encoded by frozen CLIP\[[31](https://arxiv.org/html/2607.15687#bib.bib1)\], while edges encode relational dependencies\.
TABLE I:Dataset statistics\. Datasets with ‘\-’ in the Labels column are evaluated on tasks that do not use node labels\.DatasetNodesEdgesLabelsDomainBili Food1,5796,544\-Video Rec\.Bili Music6,03821,592\-Video Rec\.DY8,29935,627\-Video Rec\.Ele Fashion97,766199,60212E\-CommerceFlickr30K31,783181,151\-Image NetworksGrocery17,074171,34020E\-CommerceKU5,37022,052\-Video Rec\.Movies16,672218,39020E\-CommerceQB6,12124,145\-Video Rec\.RedditS15,894566,16020Social MediaSports50,250356,202\-E\-CommerceToys20,695126,88618E\-Commerce
Federated Simulation\.To reflect realistic decentralized deployments, each dataset is partitioned across55clients\. Unless otherwise stated, the main results adopt the Louvain community partition\[[2](https://arxiv.org/html/2607.15687#bib.bib36)\], which preserves local topological coherence and induces realistic cross\-client heterogeneity\. The few\-shot and sensitivity evaluations adopt the Metis partition\[[15](https://arxiv.org/html/2607.15687#bib.bib37)\]to test robustness under a different non\-IID scenario\.
Baselines\.We compare FedGAMMA against three orthogonal categories of baselines\.\(i\)Federated adaptations of multimodal graph encoders, namely Fed\-MGNet\[[18](https://arxiv.org/html/2607.15687#bib.bib19)\], Fed\-MMGCN\[[44](https://arxiv.org/html/2607.15687#bib.bib18)\], and Fed\-MGAT\[[36](https://arxiv.org/html/2607.15687#bib.bib17)\], which extend representative multimodal GNNs to the federated setting via FedAvg\[[29](https://arxiv.org/html/2607.15687#bib.bib9)\]\.\(ii\)Multimodal extensions of federated graph foundation models, denoted with the*MM\-*prefix, namely MM\-FedGFM\[[56](https://arxiv.org/html/2607.15687#bib.bib14)\], MM\-FedBook\[[45](https://arxiv.org/html/2607.15687#bib.bib15)\], and MM\-FedGALA\[[59](https://arxiv.org/html/2607.15687#bib.bib16)\], which lift unimodal FedGFMs to MAGs by feeding fused multimodal node features into their original pipelines\.\(iii\)Federated adaptations of centralized multimodal graph foundation models, denoted with the*Fed\-*prefix, namely Fed\-Mario\[[34](https://arxiv.org/html/2607.15687#bib.bib25)\], Fed\-PLANET\[[27](https://arxiv.org/html/2607.15687#bib.bib26)\], and Fed\-UniGraph2\[[8](https://arxiv.org/html/2607.15687#bib.bib27)\], which decentralize centralized MGFMs through aggregation\.
Hyperparameter Settings\.All methods use frozen CLIP\[[31](https://arxiv.org/html/2607.15687#bib.bib1)\]image and text encoders with an output dimension ofd=768d=768to extract node\-level modality features\. FedGAMMA stacks the cross\-modal semantic enhancer, the topology\-aware graph fusion module, and a22\-layer GNN backbone with hidden dimension768768\. The number of centroids per client per channel is fixed toM=5M=5\. During fine\-tuning, the global prompt pool size is set toK=10K=10withk=5k=5prompts selected per round\. All baselines use their originally reported architectures with input dimension matched to CLIP\. We tune all hyperparameters on a held\-out validation split\.
Evaluation Metrics\.We report task\-specific metrics: accuracy \(ACC\) for node classification, AUC\-ROC for link prediction and modality matching, Recall@5 for modality retrieval, CLIP\-Score for modality alignment, and ROUGE\-L scaled by100100for graph\-to\-text generation\. Here CLIP\-Score is the cosine similarity between the two modalities in the CLIP embedding space, and ROUGE\-L measures the longest\-common\-subsequence overlap between generated and reference text\. Higher values indicate better performance on all six tasks\. For the generation task, the node representations produced by each pre\-trained encoder condition a fine\-tuned T5\-large decoder\[[32](https://arxiv.org/html/2607.15687#bib.bib40)\], a large pretrained text\-to\-text Transformer, so that all methods share an identical generation backbone and differ only in the graph representations they provide\. All numbers are reported as mean±\\pmstandard deviation over1010random seeds, except graph\-to\-text generation, which is averaged over55seeds owing to the high cost\.
Our experimental design follows established federated multimodal graph learning benchmark\[[22](https://arxiv.org/html/2607.15687#bib.bib34)\]\. The cross\-modal semantic enhancer builds on multimodal deep learning principles\[[30](https://arxiv.org/html/2607.15687#bib.bib52)\], with text features encoded by Sentence\-BERT\-style language models\[[33](https://arxiv.org/html/2607.15687#bib.bib39)\]\. Graph self\-supervised learning techniques\[[9](https://arxiv.org/html/2607.15687#bib.bib48),[51](https://arxiv.org/html/2607.15687#bib.bib59),[38](https://arxiv.org/html/2607.15687#bib.bib50)\]and personalized federated optimization methods\[[21](https://arxiv.org/html/2607.15687#bib.bib55),[20](https://arxiv.org/html/2607.15687#bib.bib56)\]inform the broader design of the pre\-training and fine\-tuning stages\.
### VII\-BPerformance Comparison \(Answer for Q1\)
TABLE II:Performance comparisonbetween FedGAMMA and99baselines spanning33categories on1212MAG datasets\. The globally best and second\-best results in each column are highlighted inRedandBlue\.MethodNode Cls\. \(ACC\)Link Pred\. \(AUC\)Modal Match \(AUC\)Modal Retrieval \(R@5\)Modal Alignment \(CLIP\)Modal Gen\. \(ROUGE\-L\)MoviesEle\-fashionBili MusicSportsKURedditSDYGroceryBili FoodQBFlickr30KToysFed\-MGNet41\.98±\\pm0\.6371\.91±\\pm0\.5975\.51±\\pm0\.8383\.26±\\pm0\.7471\.77±\\pm0\.6370\.22±\\pm0\.1043\.15±\\pm1\.4146\.23±\\pm0\.8757\.34±\\pm1\.1445\.89±\\pm0\.6354\.97±\\pm1\.0117\.84±\\pm0\.75Fed\-MMGCN41\.84±\\pm0\.4172\.67±\\pm1\.0075\.63±\\pm0\.3486\.12±\\pm0\.7772\.37±\\pm1\.0574\.06±\\pm0\.9344\.72±\\pm1\.1348\.35±\\pm0\.7659\.51±\\pm1\.0844\.17±\\pm0\.3155\.91±\\pm0\.8417\.77±\\pm0\.44Fed\-MGAT44\.31±\\pm0\.6273\.45±\\pm0\.3675\.48±\\pm0\.4188\.22±\\pm0\.6977\.92±\\pm0\.9974\.95±\\pm0\.9247\.28±\\pm0\.4453\.62±\\pm0\.0561\.88±\\pm0\.9749\.34±\\pm0\.8455\.56±\\pm0\.9318\.72±\\pm0\.15MM\-FedGFM46\.70±\\pm0\.9372\.66±\\pm0\.4172\.06±\\pm0\.9480\.43±\\pm0\.9669\.80±\\pm0\.5170\.22±\\pm0\.1849\.37±\\pm2\.5356\.84±\\pm1\.1260\.51±\\pm1\.0567\.23±\\pm0\.9855\.84±\\pm1\.1619\.07±\\pm0\.51MM\-FedBook46\.64±\\pm0\.9372\.64±\\pm1\.5272\.44±\\pm1\.6880\.47±\\pm0\.8070\.08±\\pm0\.1770\.22±\\pm0\.2447\.93±\\pm0\.7653\.71±\\pm0\.9468\.62±\\pm0\.3765\.44±\\pm0\.2154\.89±\\pm1\.2018\.48±\\pm0\.13MM\-FedGALA48\.78±\\pm0\.6175\.28±\\pm0\.5676\.29±\\pm0\.8380\.59±\\pm0\.1072\.62±\\pm0\.8271\.99±\\pm0\.3049\.53±\\pm0\.7254\.28±\\pm0\.8368\.73±\\pm0\.6269\.87±\\pm0\.1454\.92±\\pm1\.0218\.13±\\pm0\.51Fed\-Mario48\.10±\\pm1\.0175\.13±\\pm0\.4373\.76±\\pm0\.0688\.79±\\pm0\.1480\.47±\\pm1\.0776\.03±\\pm0\.4246\.42±\\pm0\.8854\.35±\\pm1\.0570\.95±\\pm0\.8463\.11±\\pm0\.3955\.46±\\pm0\.9817\.82±\\pm0\.90Fed\-PLANET47\.60±\\pm0\.7274\.84±\\pm0\.7069\.83±\\pm0\.2989\.98±\\pm0\.0478\.30±\\pm0\.2173\.69±\\pm1\.0254\.16±\\pm3\.2761\.83±\\pm0\.5967\.15±\\pm0\.9672\.51±\\pm0\.1356\.35±\\pm0\.8718\.84±\\pm0\.70Fed\-UniGraph243\.20±\\pm0\.0272\.60±\\pm0\.0468\.78±\\pm0\.7682\.15±\\pm0\.7974\.29±\\pm0\.5170\.43±\\pm0\.7643\.89±\\pm0\.1549\.47±\\pm0\.5163\.62±\\pm0\.2860\.75±\\pm0\.7356\.11±\\pm1\.1218\.42±\\pm0\.15FedGAMMA \(Ours\)52\.69±\\pm0\.6778\.27±\\pm0\.0777\.01±\\pm0\.4791\.96±\\pm0\.1284\.73±\\pm0\.7479\.43±\\pm0\.2164\.73±\\pm0\.8171\.24±\\pm1\.3483\.91±\\pm0\.6574\.68±\\pm1\.2756\.42±\\pm1\.0319\.42±\\pm0\.45
FedGAMMA attains the best result on all twelve cells, with the largest margins on cross\-modal tasks\. As Table[II](https://arxiv.org/html/2607.15687#S7.T2)shows for the nine\-baseline comparison on twelve datasets under the Louvain partition with55clients, it reaches84\.73%84\.73\\%on KU modality matching,64\.73%64\.73\\%on DY retrieval, and83\.91%83\.91\\%on Bili Food alignment\. The generative task is the only place where the lead narrows: the shared fine\-tuned T5\-large decoder dominates generation quality, so all methods fall within a band of at most1\.651\.65ROUGE\-L points, far tighter than the spread on any discriminative task, and FedGAMMA still ranks first on both datasets with56\.4256\.42on Flickr30K and19\.4219\.42on Toys\.
Comparison to Federated Multimodal Graph Encoders\.Fed\-MGNet, Fed\-MMGCN, and Fed\-MGAT fuse modalities through simple concatenation or gating and aggregate with uniform FedAvg, so this shallow fusion erases modality\-specific complementarity and their cross\-modal performance collapses, confirming the modality collapse diagnosed in §[IV](https://arxiv.org/html/2607.15687#S4)\. Specifically, Fed\-MGAT reaches only47\.28%47\.28\\%on DY retrieval and49\.34%49\.34\\%on QB alignment, far below FedGAMMA’s64\.73%64\.73\\%and74\.68%74\.68\\%, yet its Toys generation score of18\.7218\.72trails FedGAMMA by merely0\.700\.70ROUGE\-L points, showing that the decoder\-dominated task masks encoder differences\. FedGAMMA avoids this collapse through shared\-private decoupling and dual\-channel affinity aggregation\.
Comparison to Multimodal\-Extended FedGFMs\.MM\-FedGFM and MM\-FedBook trail FedGAMMA by up to15%15\\%on modality matching because unimodal\-style fusion discards modality\-specific information before pre\-training, although MM\-FedGFM still posts the second\-best Toys generation score of19\.0719\.07on the decoder\-dominated task\. MM\-FedGALA leads this category, ranking second on both node classification datasets and on Bili Music link prediction, yet it trails FedGAMMA by15\.20%15\.20\\%on DY and16\.96%16\.96\\%on Grocery\. This asymmetry stems from single\-channel aggregation, which cannot serve node\-level and cross\-modal objectives simultaneously\. FedGAMMA resolves the trade\-off through optimal\-transport\-based alignment and dual\-channel aggregation\.
Comparison to Federated Adaptations of Centralized MGFMs\.Fed\-Mario and Fed\-PLANET remain competitive on structural tasks but degrade on cross\-modal ones, exemplified by Fed\-PLANET’s54\.16%54\.16\\%on DY retrieval against FedGAMMA’s64\.73%64\.73\\%\. Fed\-UniGraph2 is more balanced across discriminative tasks yet still trails FedGAMMA on every one of them, for instance74\.29%74\.29\\%against84\.73%84\.73\\%on KU modality matching, while its Flickr30K generation score of56\.1156\.11sits only0\.310\.31ROUGE\-L points behind, echoing the decoder saturation that compresses all methods on the generative task\. These centralized MGFMs are designed for full graph corpora, and naive FedAvg leaves their locally aligned semantic geometry inconsistent across clients with no server\-side mechanism to reconcile the differences\. FedGAMMA closes this gap with centroid\-based affinity estimation, which aligns feature\-channel and graph\-channel similarity without accessing raw data\.
### VII\-CFew\-shot Learning Evaluation \(Answer for Q2\)
TABLE III:22\-shot resultsof FedGAMMA and66competitive baselines on33representative MAG tasks\.MethodNode Cls\.\(Movies\)Modal Match\(KU\)Modal Align\.\(QB\)MM\-FedGFM13\.80±1\.2013\.80\{\\scriptstyle\\pm\}1\.2070\.97±0\.3270\.97\{\\scriptstyle\\pm\}0\.3258\.15±0\.2458\.15\{\\scriptstyle\\pm\}0\.24MM\-FedBook15\.30±1\.7415\.30\{\\scriptstyle\\pm\}1\.7470\.20±0\.7070\.20\{\\scriptstyle\\pm\}0\.7059\.38±0\.1259\.38\{\\scriptstyle\\pm\}0\.12MM\-FedGALA18\.15±1\.0518\.15\{\\scriptstyle\\pm\}1\.0573\.74±0\.3873\.74\{\\scriptstyle\\pm\}0\.3859\.17±0\.4559\.17\{\\scriptstyle\\pm\}0\.45Fed\-Mario17\.56±0\.2417\.56\{\\scriptstyle\\pm\}0\.2476\.73±0\.8776\.73\{\\scriptstyle\\pm\}0\.8757\.92±0\.6157\.92\{\\scriptstyle\\pm\}0\.61Fed\-PLANET18\.79±0\.0418\.79\{\\scriptstyle\\pm\}0\.0471\.29±0\.6471\.29\{\\scriptstyle\\pm\}0\.6461\.72±0\.2861\.72\{\\scriptstyle\\pm\}0\.28Fed\-UniGraph210\.37±1\.2410\.37\{\\scriptstyle\\pm\}1\.2470\.25±1\.1870\.25\{\\scriptstyle\\pm\}1\.1853\.85±0\.8953\.85\{\\scriptstyle\\pm\}0\.89FedGAMMA \(Ours\)18\.95±1\.05\{\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\\mathbf\{18\.95\}\}\{\\scriptstyle\\pm\}\{\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\\mathbf\{1\.05\}\}77\.22±0\.77\{\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\\mathbf\{77\.22\}\}\{\\scriptstyle\\pm\}\{\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\\mathbf\{0\.77\}\}67\.43±0\.91\{\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\\mathbf\{67\.43\}\}\{\\scriptstyle\\pm\}\{\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\\mathbf\{0\.91\}\}
FedGAMMA leads on all three few\-shot tasks, confirming that its advantage comes from pre\-training quality rather than from abundant supervision\. In this22\-shot setting under the Metis partition with55clients \(Table[III](https://arxiv.org/html/2607.15687#S7.T3)\), only two labeled examples per class leave the task head unable to compensate for degraded representations, so downstream performance reflects pre\-training quality directly\. On Movies node classification FedGAMMA achieves18\.95%18\.95\\%, marginally ahead of Fed\-PLANET at18\.79%18\.79\\%\. On KU modality matching it reaches77\.22%77\.22\\%, ahead of the strongest baseline Fed\-Mario at76\.73%76\.73\\%\. The lead widens most on QB alignment, where its67\.43%67\.43\\%exceeds the second\-best Fed\-PLANET by5\.71%5\.71\\%\.
The baseline pattern shows how label scarcity amplifies design deficiencies\. Node classification is the hardest setting for every method, and MM\-FedGFM, MM\-FedBook, and Fed\-UniGraph2 fall to13\.80%13\.80\\%,15\.30%15\.30\\%, and10\.37%10\.37\\%respectively, because two labels per class cannot recover the information that unimodal\-style fusion or naive aggregation already discards during pre\-training\. A sharper trend appears across the three task types\. FedGAMMA’s lead widens monotonically with how strongly a task depends on the pre\-trained cross\-modal geometry rather than on the task head, growing from0\.16%0\.16\\%on node classification to0\.49%0\.49\\%on modality matching and5\.71%5\.71\\%on modality alignment, which confirms that the few\-shot setting probes representation quality more directly as the task becomes more cross\-modal\. The baselines further trade off between the two cross\-modal tasks\. Fed\-Mario reaches the strongest matching score at76\.73%76\.73\\%on KU yet only57\.92%57\.92\\%on QB alignment, while Fed\-PLANET inverts this with the best baseline alignment at61\.72%61\.72\\%on QB but a weaker71\.29%71\.29\\%on KU\. This instability is the signature of single\-objective pre\-training that sharpens one cross\-modal relation at the expense of the other, whereas FedGAMMA leads both because its shared\-private enhancer and dual\-channel aggregation preserve a balanced cross\-modal geometry\. Routing feature\-channel and graph\-channel updates through separate affinity matrices keeps that balance intact even when downstream labels are scarce\.
### VII\-DAblation Study \(Answer for Q3\)
TABLE IV:Ablation studyof FedGAMMA on33representative tasks\.VariantLink Pred\.\(Bili Music\)Modal Retrieval\(Grocery\)Modal Gen\.\(Flickr30K\)w/o Modal Fusion69\.01±0\.4369\.01\{\\scriptstyle\\pm\}0\.4358\.27±0\.8558\.27\{\\scriptstyle\\pm\}0\.8555\.31±0\.8455\.31\{\\scriptstyle\\pm\}0\.84w/o View Router73\.65±0\.4973\.65\{\\scriptstyle\\pm\}0\.4969\.84±0\.6369\.84\{\\scriptstyle\\pm\}0\.6355\.97±0\.5255\.97\{\\scriptstyle\\pm\}0\.52w/o Global Prompt Pool71\.29±0\.6071\.29\{\\scriptstyle\\pm\}0\.6070\.52±0\.9770\.52\{\\scriptstyle\\pm\}0\.9755\.78±0\.6755\.78\{\\scriptstyle\\pm\}0\.67FedGAMMA77\.01±0\.47\{\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\\mathbf\{77\.01\}\}\{\\scriptstyle\\pm\}\{\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\\mathbf\{0\.47\}\}71\.24±1\.34\{\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\\mathbf\{71\.24\}\}\{\\scriptstyle\\pm\}\{\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\\mathbf\{1\.34\}\}56\.42±1\.03\{\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\\mathbf\{56\.42\}\}\{\\scriptstyle\\pm\}\{\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\\mathbf\{1\.03\}\}
The cross\-modal fusion module is by far the most important component, while the global prompt pool and the view router contribute comparable, second\-order gains\. Table[IV](https://arxiv.org/html/2607.15687#S7.T4)isolates the contribution of these three components under the Louvain partition with55clients across link prediction, modality retrieval, and generation\. Thew/o Modal Fusionvariant removes the cross\-modal semantic enhancer and causes the largest drop, with Grocery retrieval falling from71\.24%71\.24\\%to58\.27%58\.27\\%and Bili Music link prediction from77\.01%77\.01\\%to69\.01%69\.01\\%\. Removing the global prompt pool or the view router is far less damaging, with the largest such drop being5\.72%5\.72\\%on Bili Music, while Flickr30K generation stays within1\.111\.11ROUGE\-L points of the full model across all variants\.
The degradation pattern shows a design hierarchy with task\-specific roles\. The cross\-modal enhancer is foundational, and removing it hurts modality retrieval most, with Grocery losing12\.97%12\.97\\%against Bili Music’s8\.00%8\.00\\%, because retrieval is a purely cross\-modal task while link prediction can still exploit the topology that survives without shared\-private decoupling\. This localizes the enhancer’s contribution to exactly the cross\-modal geometry diagnosed as modality collapse in §[IV](https://arxiv.org/html/2607.15687#S4)\. The global prompt pool and the view router instead play second\-order roles that concentrate on link prediction, where removing them costs5\.72%5\.72\\%and3\.36%3\.36\\%on Bili Music yet at most1\.40%1\.40\\%on Grocery, since both inject cross\-client structural priors that topology\-driven link prediction relies on while retrieval is already carried by the enhancer\. That the prompt pool outweighs the view router on this task also explains its slightly larger overall contribution\. The nearly flat generation column, within1\.111\.11ROUGE\-L points across all variants, confirms that every component acts at the representation level, an effect the strong fine\-tuned decoder masks under full supervision and that resurfaces only when the decoder is data\-starved in the few\-shot scenario of Q2\.
TABLE V:Efficiency profilingon Movies under node classification\.MethodPre\-trainingFine\-tuningTimeMem\.Comm\.TimeMem\.Comm\.MM\-FedGFM79\.679\.64\.044\.042082\.62082\.622\.622\.64\.064\.06416\.5416\.5MM\-FedBook84\.284\.25\.995\.992403\.72403\.723\.723\.76\.076\.07480\.7480\.7MM\-FedGALA86\.286\.25\.905\.902187\.12187\.126\.326\.36\.096\.09717\.6717\.6Fed\-Mario82\.382\.34\.794\.791744\.31744\.323\.423\.46\.256\.25548\.9548\.9Fed\-PLANET88\.788\.717\.2417\.242303\.72303\.724\.224\.221\.0821\.082060\.72060\.7Fed\-UniGraph291\.191\.12\.652\.651965\.81965\.821\.921\.910\.2710\.27713\.2713\.2FedGAMMA \(Ours\)91\.591\.510\.9710\.972150\.12150\.122\.422\.45\.355\.35725\.0725\.0
### VII\-ESensitivity Analysis \(Answer for Q4\)
Figure 3:Sensitivity analysisof FedGAMMA on five MAG tasks\. The top row sweeps the global prompt\-pool sizeKK, and the bottom row sweeps the modality\-centroid dimensionalitydcd\_\{c\}\. Whiskers denote±1\\pm 1std, and the red star marks the default configuration\.FedGAMMA is highly robust to the global prompt\-pool sizeKK, while the modality\-centroid dimensionalitydcd\_\{c\}has a clear unimodal optimum that coincides with the CLIP feature dimension\. Fig\.[3](https://arxiv.org/html/2607.15687#S7.F3)sweepsK∈\{3,5,10,15,20\}K\\in\\\{3,5,10,15,20\\\}anddc∈\{192,384,768,1536\}d\_\{c\}\\in\\\{192,384,768,1536\\\}on five MAG tasks under the Metis partition with55clients, averaging each configuration over33seeds with defaultsK=10K\{=\}10anddc=768d\_\{c\}\{=\}768\. Performance varies by at most3\.4%3\.4\\%acrossKKon Grocery retrieval, whereasdcd\_\{c\}peaks atdc=768d\_\{c\}=768, with shrinking todc=192d\_\{c\}=192costing roughly40%40\\%on KU modal match and inflating todc=1536d\_\{c\}=1536costing about10%10\\%on KU\.
The insensitivity toKKreflects a structural property of the federated setting, since with55clients the number of distinct heterogeneity scenarios is small andK=3K=3already covers them\. The residual sensitivity that does appear is concentrated on the cross\-modal tasks, sinceKKmoves Grocery retrieval by3\.4%3\.4\\%and QB alignment by2\.5%2\.5\\%but KU matching by only0\.1%0\.1\\%, mirroring the Q3 finding that the prompt pool mainly refines cross\-client structural priors\. Thedcd\_\{c\}profile is more fundamental and far more task\-dependent\. Node classification and link prediction shift by roughly4%4\\%across the entire sweep, whereas the cross\-modal tasks swing by27%27\\%to40%40\\%, becausedcd\_\{c\}controls the spectral fidelity of the centroid descriptor that drives affinity\-aware aggregation, and cross\-modal matching is its most demanding consumer\. Atdc=192d\_\{c\}=192the centroid loses the spectral information needed for fine\-grained modality distinctions, while atdc=1536d\_\{c\}=1536the descriptor exceeds the intrinsic dimensionality and introduces estimation variance\. The peak atdc=768d\_\{c\}=768, the CLIP feature dimension, confirms that this hyperparameter is determined by the representation space rather than by costly search\.
Figure 4:Convergence analysisof pre\-training\. Each panel reports the validation metric of one task atR=5,10,…,50R=5,10,\\dots,50communication rounds\.
### VII\-FEfficiency and Convergence Analysis \(Answer for Q5\)
FedGAMMA’s per\-round cost is comparable to the FedGFM baselines, and it converges in22\-5×5\\timesfewer communication rounds, so its end\-to\-end budget is no larger while it alone reaches the best accuracy on all twelve datasets\. Table[V](https://arxiv.org/html/2607.15687#S7.T5)profiles the per\-stage cost on Movies node classification, reporting wall\-clock time in seconds, CUDA peak reserved memory in gigabytes, and communication payload in megabytes, and Fig\.[4](https://arxiv.org/html/2607.15687#S7.F4)tracks validation metrics fromR=5R=5toR=50R=50, both under the standard protocol of1010local epochs per round\. On cost, FedGAMMA stays within the same scenario as the FedGFM baselines, taking91\.591\.5s and exchanging2\.152\.15GB during pre\-training, comparable to Fed\-PLANET at88\.788\.7s and2\.302\.30GB, while its10\.9710\.97GB of peak memory sits well below Fed\-PLANET’s17\.2417\.24GB despite the richer cross\-modal enhancer and three\-view graph fusion\. Its fine\-tuning stage is lightweight at22\.422\.4s,5\.355\.35GB, and725\.0725\.0MB of payload, a roughly3×3\\timescommunication reduction from frozen\-backbone prompt tuning\. On convergence, FedGAMMA starts from the best early\-round representation and plateaus by roughlyR=25R=25, matching the round\-5050performance of the strongest baseline with22\-5×5\\timesfewer communication rounds, whereas MM\-FedGALA flattens early at a lower ceiling and MM\-FedBook is still climbing atR=50R=50\.
These two views reconcile into a single efficiency profile\. The distinct convergence shapes trace back to the mechanisms isolated in Q1 and Q3\. MM\-FedBook climbs slowly because one fused feature impoverishes its early\-round representations, MM\-FedGALA plateaus once its single shared channel saturates, and Fed\-PLANET suffers conflicting gradients from naively averaged heterogeneous updates\. FedGAMMA avoids all three failure modes by routing feature\-channel and graph\-channel updates through separate affinity matrices, yielding both the fastest early ascent and the highest plateau\. Its heavier memory footprint is confined to the one\-time pre\-training stage and falls back to5\.355\.35GB during deployment\-time adaptation\. Consequently, the accuracy advantage of FedGAMMA incurs no additional end\-to\-end cost, which is the efficiency profile a practical federated foundation model demands\.
## VIIIConclusion
We studied federated multimodal graph foundation models, which jointly requires multimodal interaction, graph\-structural grounding, privacy\-preserving collaboration, and client heterogeneity\. We proposed FedGAMMA, a two\-stage framework of federated pre\-training and prompt\-based fine\-tuning\. It integrates shared\-private semantic enhancement, topology\-aware graph fusion, and dual\-channel affinity\-aware aggregation, with parameter\-efficient adaptation via graph\-aware prompts\.
This work also has limitations that point to future directions\. The framework focuses on image\-text graphs, and extending it to richer modalities is a natural next step\. Although affinity\-aware aggregation is privacy\-preserving at the raw\-data level, a formal privacy analysis and stronger theory remain valuable\. Finally, validation in larger real\-world environments, with more adaptive prompt\-sharing for extreme client heterogeneity, would further strengthen its practical case\.
## References
- \[1\]\(2023\)Personalized subgraph federated learning\.InInternational Conference on Machine Learning \(ICML\),Cited by:[§I](https://arxiv.org/html/2607.15687#S1.p2.1)\.
- \[2\]V\. D\. Blondel, J\. Guillaume, R\. Lambiotte, and E\. Lefebvre\(2008\)Fast unfolding of communities in large networks\.Journal of Statistical Mechanics: Theory and Experiment2008\(10\),pp\. P10008\.Cited by:[§VII\-A](https://arxiv.org/html/2607.15687#S7.SS1.p2.1)\.
- \[3\]N\. Courty, R\. Flamary, D\. Tuia, and A\. Rakotomamonjy\(2017\)Optimal transport for domain adaptation\.IEEE Transactions on Pattern Analysis and Machine Intelligence39\(9\),pp\. 1853–1865\.Cited by:[§I](https://arxiv.org/html/2607.15687#S1.p5.1)\.
- \[4\]M\. Cuturi\(2013\)Sinkhorn distances: lightspeed computation of optimal transport\.InAdvances in Neural Information Processing Systems \(NeurIPS\),pp\. 2292–2300\.Cited by:[§I](https://arxiv.org/html/2607.15687#S1.p5.1),[§V\-A](https://arxiv.org/html/2607.15687#S5.SS1.p1.1)\.
- \[5\]A\. Gretton, K\. M\. Borgwardt, M\. J\. Rasch, B\. Schölkopf, and A\. Smola\(2012\)A kernel two\-sample test\.Journal of Machine Learning Research13,pp\. 723–773\.Cited by:[§V\-A](https://arxiv.org/html/2607.15687#S5.SS1.p2.1)\.
- \[6\]J\. Gui, T\. Chen, J\. Zhang, Q\. Cao, Z\. Sun, H\. Luo, and D\. Tao\(2024\)A survey on self\-supervised learning: algorithms, applications, and future trends\.IEEE Transactions on Pattern Analysis and Machine Intelligence46\(12\),pp\. 9052–9071\.Cited by:[§II\-B](https://arxiv.org/html/2607.15687#S2.SS2.p2.2),[§III\-A](https://arxiv.org/html/2607.15687#S3.SS1.p2.1)\.
- \[7\]Y\. He, Y\. Sui, X\. He, and B\. Hooi\(2025\)UniGraph: learning a unified cross\-domain foundation model for text\-attributed graphs\.InACM SIGKDD Conference on Knowledge Discovery and Data Mining \(KDD\),pp\. 448–459\.Cited by:[§I](https://arxiv.org/html/2607.15687#S1.p2.1)\.
- \[8\]Y\. He, Y\. Sui, X\. He, Y\. Liu, Y\. Sun, and B\. Hooi\(2025\)UniGraph2: learning a unified embedding space to bind multimodal graphs\.InACM Web Conference \(WWW\),pp\. 1759–1770\.Cited by:[§III\-B](https://arxiv.org/html/2607.15687#S3.SS2.p3.1),[§VII\-A](https://arxiv.org/html/2607.15687#S7.SS1.p3.1)\.
- \[9\]Z\. Hou, X\. Liu, Y\. Cen, Y\. Dong, H\. Yang, C\. Wang, and J\. Tang\(2022\)GraphMAE: self\-supervised masked graph autoencoders\.arXiv preprint arXiv:2205\.10803\.Cited by:[§VII\-A](https://arxiv.org/html/2607.15687#S7.SS1.p6.1)\.
- \[10\]J\. Hu, Y\. He, Y\. Li, B\. Hooi, and B\. He\(2026\)NTSFormer: a self\-teaching graph transformer for multimodal isolated cold\-start node classification\.InProceedings of the AAAI Conference on Artificial Intelligence \(AAAI\),Cited by:[§III\-B](https://arxiv.org/html/2607.15687#S3.SS2.p1.1)\.
- \[11\]J\. Hu, B\. Hooi, B\. He, and Y\. Wei\(2025\)Modality\-independent graph neural networks with global transformers for multimodal recommendation\.InProceedings of the AAAI Conference on Artificial Intelligence \(AAAI\),Vol\.39,pp\. 11790–11798\.Cited by:[§III\-B](https://arxiv.org/html/2607.15687#S3.SS2.p1.1)\.
- \[12\]W\. Huang, G\. Wan, M\. Ye, and B\. Du\(2023\)Federated graph semantic and structural learning\.InInternational Joint Conference on Artificial Intelligence \(IJCAI\),pp\. 3830–3838\.Cited by:[§III\-A](https://arxiv.org/html/2607.15687#S3.SS1.p2.1)\.
- \[13\]W\. Huang, M\. Ye, Z\. Shi, G\. Wan, H\. Li, B\. Du, and Q\. Yang\(2024\)Federated learning for generalization, robustness, fairness: a survey and benchmark\.IEEE Transactions on Pattern Analysis and Machine Intelligence46\(12\),pp\. 9387–9406\.Cited by:[§I](https://arxiv.org/html/2607.15687#S1.p2.1)\.
- \[14\]P\. Kairouz, H\. B\. McMahan, B\. Avent, A\. Bellet, M\. Bennis, A\. N\. Bhagoji, K\. Bonawitz, Z\. Charles, G\. Cormode, R\. Cummings,et al\.\(2021\)Advances and open problems in federated learning\.Foundations and Trends in Machine Learning14\(1–2\),pp\. 1–210\.Cited by:[§I](https://arxiv.org/html/2607.15687#S1.p2.1),[§II\-B](https://arxiv.org/html/2607.15687#S2.SS2.p1.5)\.
- \[15\]G\. Karypis and V\. Kumar\(1998\)A fast and high quality multilevel scheme for partitioning irregular graphs\.SIAM Journal on Scientific Computing20\(1\),pp\. 359–392\.Cited by:[§VII\-A](https://arxiv.org/html/2607.15687#S7.SS1.p2.1)\.
- \[16\]T\. N\. Kipf and M\. Welling\(2016\)Variational graph auto\-encoders\.InNeurIPS Workshop on Bayesian Deep Learning,Cited by:[§III\-A](https://arxiv.org/html/2607.15687#S3.SS1.p2.1)\.
- \[17\]T\. N\. Kipf and M\. Welling\(2017\)Semi\-supervised classification with graph convolutional networks\.InInternational Conference on Learning Representations \(ICLR\),Cited by:[§II\-A](https://arxiv.org/html/2607.15687#S2.SS1.p2.9),[§IV\-A](https://arxiv.org/html/2607.15687#S4.SS1.p1.1),[§V\-A](https://arxiv.org/html/2607.15687#S5.SS1.p2.1)\.
- \[18\]Z\. Kong, L\. Sun, H\. Peng, L\. Zhan, Y\. Chen, and L\. He\(2021\)Multiplex graph networks for multimodal brain network analysis\.ArXivabs/2108\.00158\.External Links:[Link](https://api.semanticscholar.org/CorpusID:236772827)Cited by:[§VII\-A](https://arxiv.org/html/2607.15687#S7.SS1.p3.1)\.
- \[19\]B\. Lester, R\. Al\-Rfou, and N\. Constant\(2021\)The power of scale for parameter\-efficient prompt tuning\.arXiv preprint arXiv:2104\.08691\.Cited by:[§II\-B](https://arxiv.org/html/2607.15687#S2.SS2.p1.5),[§V\-A](https://arxiv.org/html/2607.15687#S5.SS1.p1.1)\.
- \[20\]T\. Li, S\. Hu, A\. Beirami, and V\. Smith\(2021\)Ditto: fair and robust federated learning through personalization\.International Conference on Machine Learning \(ICML\)\.Cited by:[§VII\-A](https://arxiv.org/html/2607.15687#S7.SS1.p6.1)\.
- \[21\]T\. Li, A\. K\. Sahu, M\. Zaheer, M\. Sanjabi, A\. Talwalkar, and V\. Smith\(2020\)Federated optimization in heterogeneous networks\.InMachine Learning and Systems \(MLSys\),Cited by:[§VII\-A](https://arxiv.org/html/2607.15687#S7.SS1.p6.1)\.
- \[22\]X\. Liet al\.\(2026\)MM\-openfgl: a comprehensive benchmark for multimodal federated graph learning\.arXiv preprint arXiv:2601\.22416\.Cited by:[§VII\-A](https://arxiv.org/html/2607.15687#S7.SS1.p1.1),[§VII\-A](https://arxiv.org/html/2607.15687#S7.SS1.p6.1)\.
- \[23\]X\. Li, Z\. Wu, W\. Zhang, H\. Sun, R\. Li, and G\. Wang\(2024\)AdaFGL: a new paradigm for federated node classification with topology heterogeneity\.InIEEE International Conference on Data Engineering \(ICDE\),Cited by:[§III\-A](https://arxiv.org/html/2607.15687#S3.SS1.p2.1)\.
- \[24\]X\. Li, Z\. Wu, W\. Zhang, Y\. Zhu, R\. Li, and G\. Wang\(2024\)FedGTA: topology\-aware averaging for federated graph learning\.InProceedings of the VLDB Endowment,Vol\.17,pp\. 41–50\.Cited by:[§III\-A](https://arxiv.org/html/2607.15687#S3.SS1.p2.1)\.
- \[25\]H\. Liu, J\. Feng, L\. Kong, N\. Liang, D\. Tao, Y\. Chen, and M\. Zhang\(2024\)One for all: towards training one graph model for all classification tasks\.InInternational Conference on Learning Representations \(ICLR\),Cited by:[§I](https://arxiv.org/html/2607.15687#S1.p2.1)\.
- \[26\]L\. Liu, X\. Jiang, F\. Zheng, H\. Chen, G\. Qi, H\. Huang, and L\. Shao\(2024\)A bayesian federated learning framework with online laplace approximation\.IEEE Transactions on Pattern Analysis and Machine Intelligence46\(1\),pp\. 1–16\.Cited by:[§II\-B](https://arxiv.org/html/2607.15687#S2.SS2.p2.8)\.
- \[27\]S\. Liu, X\. Li, D\. Su, R\. Zhang, H\. Qin, R\. Li, and G\. Wang\(2026\)Toward effective multimodal graph foundation model: a divide\-and\-conquer based approach\.arXiv preprint arXiv:2602\.04116\.Cited by:[§III\-B](https://arxiv.org/html/2607.15687#S3.SS2.p3.1),[§VII\-A](https://arxiv.org/html/2607.15687#S7.SS1.p3.1)\.
- \[28\]R\. Luo, H\. Huang, S\. Yu, F\. Yu, F\. Xia, S\. K\. Das, and C\. Zhang\(2026\)Utility\-preserving federated graph learning with dual\-perspective fairness\.IEEE Transactions on Pattern Analysis and Machine Intelligence\.External Links:[Document](https://dx.doi.org/10.1109/TPAMI.2026.3689213)Cited by:[§III\-A](https://arxiv.org/html/2607.15687#S3.SS1.p2.1)\.
- \[29\]B\. McMahan, E\. Moore, D\. Ramage, S\. Hampson, and B\. A\. y\. Arcas\(2017\)Communication\-efficient learning of deep networks from decentralized data\.InInternational Conference on Artificial Intelligence and Statistics \(AISTATS\),Cited by:[§II\-B](https://arxiv.org/html/2607.15687#S2.SS2.p1.5),[§III\-B](https://arxiv.org/html/2607.15687#S3.SS2.p2.1),[§VII\-A](https://arxiv.org/html/2607.15687#S7.SS1.p3.1),[Theorem 3](https://arxiv.org/html/2607.15687#Thmtheorem3.p1.11.5)\.
- \[30\]J\. Ngiam, A\. Khosla, M\. Kim, J\. Nam, H\. Lee, and A\. Y\. Ng\(2011\)Multimodal deep learning\.InInternational Conference on Machine Learning \(ICML\),Cited by:[§II\-A](https://arxiv.org/html/2607.15687#S2.SS1.p2.9),[§VII\-A](https://arxiv.org/html/2607.15687#S7.SS1.p6.1)\.
- \[31\]A\. Radford, J\. W\. Kim, C\. Hallacy, A\. Ramesh, G\. Goh, S\. Agarwal, G\. Sastry, A\. Askell, P\. Mishkin, J\. Clark,et al\.\(2021\)Learning transferable visual models from natural language supervision\.InInternational conference on machine learning,pp\. 8748–8763\.Cited by:[§I](https://arxiv.org/html/2607.15687#S1.p1.1),[§II\-A](https://arxiv.org/html/2607.15687#S2.SS1.p1.13),[§V\-A](https://arxiv.org/html/2607.15687#S5.SS1.p2.1),[§VII\-A](https://arxiv.org/html/2607.15687#S7.SS1.p1.1),[§VII\-A](https://arxiv.org/html/2607.15687#S7.SS1.p4.6)\.
- \[32\]C\. Raffel, N\. Shazeer, A\. Roberts, K\. Lee, S\. Narang, M\. Matena, Y\. Zhou, W\. Li, and P\. J\. Liu\(2020\)Exploring the limits of transfer learning with a unified text\-to\-text transformer\.Journal of Machine Learning Research21\(140\),pp\. 1–67\.Cited by:[§VII\-A](https://arxiv.org/html/2607.15687#S7.SS1.p5.4)\.
- \[33\]N\. Reimers and I\. Gurevych\(2019\)Sentence\-bert: sentence embeddings using siamese bert\-networks\.InConference on Empirical Methods in Natural Language Processing \(EMNLP\),Cited by:[§VII\-A](https://arxiv.org/html/2607.15687#S7.SS1.p6.1)\.
- \[34\]Y\. Sunet al\.\(2026\)Mario: multimodal graph reasoning with large language models\.arXiv preprint arXiv:2603\.05181\.Cited by:[§III\-B](https://arxiv.org/html/2607.15687#S3.SS2.p3.1),[§VII\-A](https://arxiv.org/html/2607.15687#S7.SS1.p3.1)\.
- \[35\]Y\. Tan, G\. Long, L\. Liu, T\. Zhou, Q\. Lu, J\. Jiang, and C\. Zhang\(2022\)FedProto: federated prototype learning across heterogeneous clients\.InProceedings of the AAAI Conference on Artificial Intelligence \(AAAI\),Vol\.36,pp\. 8432–8440\.Cited by:[§III\-A](https://arxiv.org/html/2607.15687#S3.SS1.p2.1)\.
- \[36\]Z\. Tao, Y\. Wei, X\. Wang, X\. He, X\. Huang, and T\. Chua\(2020\)MGAT: multimodal graph attention network for recommendation\.Information Processing & Management57\(5\),pp\. 102277\.Cited by:[§VII\-A](https://arxiv.org/html/2607.15687#S7.SS1.p3.1)\.
- \[37\]A\. van den Oord, Y\. Li, and O\. Vinyals\(2018\)Representation learning with contrastive predictive coding\.arXiv preprint arXiv:1807\.03748\.Cited by:[§V\-A](https://arxiv.org/html/2607.15687#S5.SS1.p1.1)\.
- \[38\]A\. van den Oord, O\. Vinyals, and K\. Kavukcuoglu\(2017\)Neural discrete representation learning\.Advances in Neural Information Processing Systems \(NeurIPS\)\.Cited by:[§VII\-A](https://arxiv.org/html/2607.15687#S7.SS1.p6.1)\.
- \[39\]P\. Veličković, G\. Cucurull, A\. Casanova, A\. Romero, P\. Liò, and Y\. Bengio\(2018\)Graph attention networks\.InInternational Conference on Learning Representations \(ICLR\),Cited by:[§V\-A](https://arxiv.org/html/2607.15687#S5.SS1.p2.1)\.
- \[40\]P\. Veličković, W\. Fedus, W\. L\. Hamilton, P\. Liò, Y\. Bengio, and R\. D\. Hjelm\(2019\)Deep graph infomax\.InInternational Conference on Learning Representations \(ICLR\),Cited by:[§III\-A](https://arxiv.org/html/2607.15687#S3.SS1.p2.1)\.
- \[41\]C\. Wan, X\. Li, Y\. Zuo, H\. Deng, S\. Li, B\. Fan, H\. Qin, R\. Li, and G\. Wang\(2026\)CAMPA: efficient and aligned multimodal graph learning via decoupled propagation and aggregation\.arXiv preprint arXiv:2605\.11468\.Cited by:[§III\-B](https://arxiv.org/html/2607.15687#S3.SS2.p1.1)\.
- \[42\]Z\. Wang, Z\. Zhang, N\. Chawla, C\. Zhang, and Y\. Ye\(2024\)GFT: graph foundation model with transferable tree vocabulary\.InAdvances in Neural Information Processing Systems \(NeurIPS\),Cited by:[§III\-A](https://arxiv.org/html/2607.15687#S3.SS1.p2.1)\.
- \[43\]Z\. Wang, W\. Kuang, Y\. Xie, L\. Yao, Y\. Li, B\. Ding, and J\. Zhou\(2022\)FederatedScope\-gnn: towards a unified, comprehensive and efficient package for federated graph learning\.InACM SIGKDD Conference on Knowledge Discovery and Data Mining \(KDD\),Cited by:[§III\-A](https://arxiv.org/html/2607.15687#S3.SS1.p2.1)\.
- \[44\]Y\. Wei, X\. Wang, L\. Nie, X\. He, R\. Hong, and T\. Chua\(2019\)MMGCN: multi\-modal graph convolution network for personalized recommendation of micro\-video\.InACM International Conference on Multimedia \(MM\),pp\. 1437–1445\.Cited by:[§II\-A](https://arxiv.org/html/2607.15687#S2.SS1.p2.9),[§VII\-A](https://arxiv.org/html/2607.15687#S7.SS1.p3.1)\.
- \[45\]Z\. Wu, Y\. Zhu, X\. Li, Z\. Qiu, R\. Li, G\. Wang, and C\. Zhou\(2025\)FedBook: a unified federated graph foundation codebook with intra\-domain and inter\-domain knowledge modeling\.External Links:2510\.07755Cited by:[§I](https://arxiv.org/html/2607.15687#S1.p2.1),[§III\-A](https://arxiv.org/html/2607.15687#S3.SS1.p1.1),[§VII\-A](https://arxiv.org/html/2607.15687#S7.SS1.p3.1)\.
- \[46\]L\. Xia and C\. Huang\(2024\)AnyGraph: graph foundation model in the wild\.arXiv preprint arXiv:2408\.10700\.Cited by:[§I](https://arxiv.org/html/2607.15687#S1.p2.1)\.
- \[47\]H\. Xie, J\. Ma, L\. Xiong, and C\. Yang\(2021\)Federated graph classification over non\-iid graphs\.InAdvances in Neural Information Processing Systems \(NeurIPS\),Cited by:[§III\-A](https://arxiv.org/html/2607.15687#S3.SS1.p2.1)\.
- \[48\]P\. Xu, X\. Zhu, and D\. A\. Clifton\(2023\)Multimodal learning with transformers: a survey\.IEEE Transactions on Pattern Analysis and Machine Intelligence45\(10\),pp\. 12113–12132\.Cited by:[§III\-B](https://arxiv.org/html/2607.15687#S3.SS2.p1.1)\.
- \[49\]X\. Yang, B\. Xiong, Y\. Huang, and C\. Xu\(2024\)Cross\-modal federated human activity recognition\.IEEE Transactions on Pattern Analysis and Machine Intelligence46\(8\),pp\. 5345–5361\.Cited by:[§III\-A](https://arxiv.org/html/2607.15687#S3.SS1.p2.1)\.
- \[50\]Q\. Ye, A\. A\. Amini, and Q\. Zhou\(2024\)Federated learning of generalized linear causal networks\.IEEE Transactions on Pattern Analysis and Machine Intelligence46\(10\),pp\. 6623–6636\.Cited by:[§III\-A](https://arxiv.org/html/2607.15687#S3.SS1.p2.1)\.
- \[51\]Y\. You, T\. Chen, Y\. Sui, T\. Chen, Z\. Wang, and Y\. Shen\(2020\)Graph contrastive learning with augmentations\.InAdvances in Neural Information Processing Systems \(NeurIPS\),Cited by:[§VII\-A](https://arxiv.org/html/2607.15687#S7.SS1.p6.1)\.
- \[52\]K\. Zhang, C\. Yang, X\. Li, L\. Sun, and S\. M\. Yiu\(2021\)Subgraph federated learning with missing neighbor generation\.InAdvances in Neural Information Processing Systems \(NeurIPS\),Cited by:[§I](https://arxiv.org/html/2607.15687#S1.p2.1),[§III\-A](https://arxiv.org/html/2607.15687#S3.SS1.p2.1)\.
- \[53\]K\. Zhou, J\. Yang, C\. C\. Loy, and Z\. Liu\(2022\)Learning to prompt for vision\-language models\.International Journal of Computer Vision130,pp\. 2337–2348\.Cited by:[§II\-B](https://arxiv.org/html/2607.15687#S2.SS2.p1.5),[§V\-A](https://arxiv.org/html/2607.15687#S5.SS1.p1.1)\.
- \[54\]T\. Zhou, Y\. Yuan, B\. Wang, and E\. Konukoglu\(2024\)Federated feature augmentation and alignment\.IEEE Transactions on Pattern Analysis and Machine Intelligence46\(12\),pp\. 11119–11135\.Cited by:[§III\-A](https://arxiv.org/html/2607.15687#S3.SS1.p2.1)\.
- \[55\]Y\. Zhu, Y\. Xu, F\. Yu, Q\. Liu, S\. Wu, and L\. Wang\(2020\)Deep graph contrastive representation learning\.arXiv preprint arXiv:2006\.04131\.Cited by:[§V\-A](https://arxiv.org/html/2607.15687#S5.SS1.p1.1)\.
- \[56\]Y\. Zhu, X\. Li, J\. Jia, M\. Hu, D\. Wu, and M\. Qiu\(2025\)Towards effective federated graph foundation model via mitigating knowledge entanglement\.arXiv preprint arXiv:2505\.12684\.Cited by:[§I](https://arxiv.org/html/2607.15687#S1.p2.1),[§III\-A](https://arxiv.org/html/2607.15687#S3.SS1.p1.1),[§VII\-A](https://arxiv.org/html/2607.15687#S7.SS1.p3.1)\.
- \[57\]Y\. Zhu, X\. Li, Z\. Wu, D\. Wu, M\. Hu, and R\. Li\(2024\)FedTAD: topology\-aware data\-free knowledge distillation for subgraph federated learning\.InInternational Joint Conference on Artificial Intelligence \(IJCAI\),pp\. 5716–5724\.Cited by:[§III\-A](https://arxiv.org/html/2607.15687#S3.SS1.p2.1)\.
- \[58\]Y\. Zhuet al\.\(2026\)TMTE: effective multimodal graph learning with task\-aware modality and topology co\-evolution\.arXiv preprint arXiv:2603\.27723\.Cited by:[§III\-B](https://arxiv.org/html/2607.15687#S3.SS2.p1.1)\.
- \[59\]Y\. Zhu, D\. Wu, X\. Zhang, Y\. Ai, X\. Li, M\. Hu, and G\. Quan\(2026\)Rethinking federated graph foundation models: a graph\-language alignment\-based approach\.arXiv preprint arXiv:2601\.21369\.Cited by:[§III\-A](https://arxiv.org/html/2607.15687#S3.SS1.p1.1),[§VII\-A](https://arxiv.org/html/2607.15687#S7.SS1.p3.1)\.
- \[60\]Y\. Zuo, X\. Li, Z\. Zhang, R\. Li, and G\. Wang\(2026\)RoleMAG: learning neighbor roles in multimodal graphs\.arXiv preprint arXiv:2604\.12271\.Cited by:[§III\-B](https://arxiv.org/html/2607.15687#S3.SS2.p1.1)\.
![[Uncaptioned image]](https://arxiv.org/html/2607.15687v1/biophoto/XKli.jpg)Xunkai Liis currently pursuing the PhD degree in Beijing Institute of Technology, advised by Prof\. Rong\-Hua Li\. He received the BS degree from Shandong University in 2022\. His research interest lies in Data\-centric Graph Intelligence \(Data\-centric AI, Graph Machine Learning, and AI4Science\)\. He has published 10\+ papers in top ML/DB/DM/AI conferences such as ICML, VLDB, WWW, AAAI\.![[Uncaptioned image]](https://arxiv.org/html/2607.15687v1/biophoto/GHFu.png)Guohao Fuis an undergraduate student at Beijing Institute of Technology, majoring in Future Technology\. His research experience spans Federated Multi\-modal Graph Foundation Models and AI4S, with a focus on privacy\-preserving distributed learning architectures and the application of deep learning paradigms to complex scientific discovery tasks\.![[Uncaptioned image]](https://arxiv.org/html/2607.15687v1/biophoto/yuming_ai.jpg)Yuming Aiis currently pursuing the master degree majoring in Computer Science and Technology at Beijing Institute of Technology, with a research focus on multimodal graph learning and agentic learning\. He has published papers in top conferences such as ICML, AAAI\.![[Uncaptioned image]](https://arxiv.org/html/2607.15687v1/biophoto/ZYwu.jpg)Zhengyu Wuis currently pursuing his PHD degree in Beijing Institute of Technology \(BIT\), Beijing, China\. His research interests include Federated Graph Learning, directed graph learning, and social network analysis\. He has co\-authored papers published in top ML/DB/DM/AI conferences such as ICML, VLDB, WWW, AAAI\.![[Uncaptioned image]](https://arxiv.org/html/2607.15687v1/x5.png)Hongchao Qinis currently an Assistant Professor with Beijing Institute of Technology, China\. He received the B\.S\. degree in mathematics, M\.E\. degree and Ph\.D\. degree in computer science from Northeastern University, China\. His research interests include community detection, graph mining, financial fraud detection, and RAG\-based intelligent question answering systems\.![[Uncaptioned image]](https://arxiv.org/html/2607.15687v1/biophoto/RonghuaLi.jpg)Rong\-Hua Lireceived the PhD degree from the Chinese University of Hong Kong, in 2013\. He is currently a professor with the Beijing Institute of Technology \(BIT\), Beijing, China\. His research interests include graph data management and mining, social network analysis, graph computational systems, and graph\-based machine learning\.![[Uncaptioned image]](https://arxiv.org/html/2607.15687v1/biophoto/grwang.jpg)Guoren Wangreceived the BS, MS, and PhD degrees from the Department of Computer Science, Northeastern University, China, in 1988, 1991, and 1996, respectively\. Currently, he is a professor with the Beijing Institute of Technology \(BIT\), Beijing, China\. His research interests include graph data management, graph mining, and graph computational systems\.Similar Articles
Towards Robust Federated Multimodal Graph Learning under Modality Heterogeneity
This paper proposes FedMPO, a robust federated multimodal graph learning method that addresses modality heterogeneity and missing modalities through topology-aware cross-modal generation, missing-aware expert routing, and reliability-aware aggregation, achieving performance gains on multiple datasets.
Towards Effective Federated Multimodal Graph Learning via Navigating Multifaceted Heterogeneity
Proposes FedTCR, the first systematic federated multimodal graph learning algorithm that handles task, modality, and topology heterogeneity via topology-aware cross-modal routing and tri-level contrastive learning, outperforming baselines across 7 domains.
Context-aware Modality-Topology Co-Alignment for Multimodal Attributed Graphs
Proposes CoMAG, a unified backbone for multimodal attributed graphs that learns task-adaptive reliable contexts and performs modality-preserving alignment, achieving state-of-the-art results on graph-level prediction, modality matching, and graph-conditioned generation.
MMFGU: Multimodal Federated Graph Unlearning
The paper proposes MMFGU, a multimodal federated graph unlearning framework that decouples target-specific representations to handle entity, modality, and pairing removal requests while preserving retained utility, achieving a 41.5x speedup over full retraining.
Federated Foundation Models over Vehicular Networks
This paper presents a vision for integrating multi-modal multi-task federated foundation models (M3T FedFMs) into vehicular networks, discussing training principles, use cases, challenges, and a case study on the Waymo Open Dataset.