ConceptioArchivearXiv CS
arXiv CSopen access

Towards Modality-imbalanced Federated Graph Learning: A Data Synthesis-based Approach

Unknown · 2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
machine learning, deep learning, neural networks

Towards Modality-imbalanced Federated Graph Learning: A Data Synthesis-based Approach

arXiv:2606.20382v1 [cs.LG] 18 Jun 2026

Zhengyu Wu, Hongchao Qin, Xunkai Li, Zekai Chen, Rong-Hua Li, Guoren Wang Abstract

1

Recently, with the emergency of multimodal data, the graph ML community has undergone a profound data-centric paradigm shift. However, such multimodal graph data are often collected by disparate platforms, departments, or institutions, making centralized storage and processing prohibitive due to privacy regulations and potential competitive interests. Although MultiModal Federated Graph Learning (MM-FGL) offers a natural collaborative training paradigm, its practical deployment is challenged by two granularities of modality imbalance. Client-level imbalance occurs when certain clients lack entire modalities, while node-level imbalance occurs when individual nodes exhibit missing visual or textual attributes. While several relevant studies exist, our investigation reveals that they predominantly target graph-agnostic or centralized scenarios, rendering them difficult to adapt directly. To address these challenges, we formalize modality-imbalanced MM-FGL as an implicit graph-aware latent semantic representation synthesis problem. This paradigm recovers missing modal semantics directly within the representation space, thereby maximizing alignment with the original data’s semantic distribution and mitigating the high variance induced by missing modalities. To this end, we propose FedMGS (Federated Modality-aware Graph Synthesis), which integrates three core components. The availability-aware graph encoder prevents missing modalities from contaminating local structural propagation. The prototype-guided latent semantic synthesizer establishes cross-client semantic anchors for unavailable modalities. The reliability-calibrated semantic fusion mechanism regulates the impact of recovered latent representations prior to predictive readout. Extensive experiments on four tasks show that FedMGS consistently outperforms competitive baselines with gains up to 17.41% with best efficiency-performance tradeoff.

Graphs, as a powerful data format for modeling complex systems characterized by structured relations, have garnered significant research interest. Graph Neural Networks learn node representations by propagating and transforming node attributes over graph neighborhoods [12, 16, 32, 37, 40, 46]. Their practical value has been demonstrated in successful implementations across realistic sceanrios, including recommendation system [6, 30], biomedical discovery [3], and financial security system [15]. As these scenarios become multimodal, graph nodes increasingly carry heterogeneous profiles such as text and images, while edges encode contextual relations among entities. In practice, such multimodal graph datasets are often distributed across institutions in different geographical locations, which makes centralized storage and processing difficult by facing strict privacy regulations and operational constraints caused by competitive interests [25, 36]. Multimodal Federated Graph Learning (MM-FGL) serves as a natural collaborative paradigm for this distributed landscape, enabling clients to train on local multimodal subgraphs while a central server coordinates global model refinement. Nevertheless, a fundamental challenge persists as modality availability is often heterogeneous across institutions and individual dataholders. A client may store textual product descriptions while omitting visual data entirely, or data pipelines may fail or update asynchronously, causing sporadic modality loss at the node level. We characterize this phenomenon as two-granularity modality imbalance, encompassing both clientlevel modality absence and node-level attribute sparsity. Although these two cases manifest at different scopes, both compel the model to perform sub-optimal inference under partial multimodal inputs. Existing modality-related learning paradigms often focus on one aspect of this problem, making them inapplicable in more challenging and evolving realistic scenarios. Centralized multimodal graph learning can exploit topology and heterogeneous attributes [14, 31, 35, 47] jointly but assumes unified access to graph structures and modality features. Missing-modality multimodal FL methods recover or align incomplete samples under partial modality availability [7, 10, 17, 22, 26], but they usually treat samples as independent multimodal entities and do not incorporate graph neighborhoods into the semantic completion process. Consequently, modality-imbalanced MM-FGL still lacks a mechanism for recovering incomplete modality semantics while accounting for graph propagation and various downstream task adaptation. The central difficulty is not merely that a modality value is absent, but that missing modality semantics alter representation learning through the federated graph pipeline. Three coupled failure mechanisms are especially consequential. (1) Propagation Contamination from Invalid Modality Inputs: When missing attributes are replaced by zero or placeholder vectors and then injected into message passing, the graph encoder may aggregate

CCS Concepts • Information systems → Data mining; • Computing methodologies → Supervised learning; Distributed computing methodologies.

Keywords Federated Graph Learning; Multi-Modality Graph Learning; Modality Imbalance; Implicit Data Synthesis; Prototype Learning; Graph Neural Networks ACM Reference Format: Zhengyu Wu, Hongchao Qin, Xunkai Li, Zekai Chen, Rong-Hua Li, Guoren Wang. 2026. Towards Modality-imbalanced Federated Graph Learning: A Data Synthesis-based Approach. In Proceedings of CIKM ’26, October 7–11, 2026, Rome, Italy. ACM, New York, NY, USA, 12 pages. CIKM ’26, Rome, Italy 2026.

Introduction

CIKM ’26, November 7–11, 2026, Rome, Italy

them as valid semantic evidence. The resulting noise can be diffused through local neighborhoods and further affect efficacy of the local training process. (2) Cross-client Semantic Inaccessibility under Entire-modality Absence: When a client lacks an entire modality throughout its subgraph, local training contains no observed samples from that modality and therefore cannot estimate its latent semantic distribution from local semantics alone, even if other clients contain useful modality-specific information due to varying topological structures. (3) Uncertain Reliability of Synthesized Latent Semantics: Even when a missing latent representation can be synthesized, its usefulness is instance-dependent. The available structural, cross-modal, and semantic context may be mutually consistent for some nodes, yet incomplete, noisy, or ambiguous for others. Therefore, modality-imbalanced MM-FGL calls for representation-space recovery that is graph-aware, cross-client, and uncertainty-calibrated. To this end, we propose FedMGS (Federated Modality-aware Graph Synthesis), a client-server framework for implicit graphaware latent semantic synthesis. To address Propagation Contamination, FedMGS first performs availability-aware graph encoding, where modality indicators gate local inputs so that unavailable attributes are excluded before message passing and cannot be propagated as valid semantic evidence. To mitigate Cross-client Semantic Inaccessibility, FedMGS introduces prototype-guided latent semantic synthesis, which leverages local graph context together with federated class-modality prototypes acquired through federated collaboration to construct missing latent representations without transmitting raw features, edges, or node-level embeddings. To handle Reliability Uncertainty, FedMGS further adopts reliability-calibrated semantic fusion, which preserves observed latent representations and adaptively controls the contribution of synthesized semantics before downstream evaluation. Through these three coordinated designs, FedMGS turns modality imbalance from a raw missing-feature problem into a graph-aware, cross-client, and uncertainty-calibrated latent recovery process. Empirically, FedMGS achieves the strongest performance across all four evaluation tasks, with improvements of up to 17.41% over competitive baselines while maintaining the most favorable efficiency-performance tradeoff. Further ablation results verify that the three core modules contribute complementary gains, and robustness analyses show that FedMGS consistently preserves its advantage under severe modality-missing scenarios. Our contributions. Accordingly, this paper makes three contributions that connect the problem formulation, method design, and evaluation. (1) New Perspective. We formulate modality-imbalanced MMFGL as a two-granularity incomplete-semantics problem. Missingness at the client and node levels jointly challenges graph propagation, semantic learning across clients, and prediction reliability. (2) New Method. We propose FedMGS, an implicit latent synthesis framework that combines availability-aware encoding, federated semantic anchors built only from observed entries, and reliability-calibrated fusion without transmitting raw graph data.

Anonymous Author(s)

(3) Versatile Evaluation. We evaluate FedMGS with graphstructured and modality-specific readouts, including node classification, link prediction, modality matching, and retrieval. The results report both improvements and boundary cases where synthesis should be conservative.

2 Related Work 2.1 (Multimodal) Federated Graph Learning FGL trains graph models over client subgraphs, with the server coordinating training across local clients. The FGL survey [11] and position paper [42] summarize privacy, topology, and heterogeneity challenges, while FedGraphNN [13] and FederatedScope-GNN [34] provide benchmark systems. Representative methods address these challenges from different perspectives, as FedSage learns neighbor generators for missing cross-client neighbors [44], FedGL builds global self-supervision to complement local graph information [8], GCFL groups clients by graph-induced training dynamics [38], FedPub personalizes subgraph federated learning [2], and FedStar separates structural knowledge from task-specific parameters for personalization [28]. Server collaboration is also shaped by topology, with FGGP using class-wise prototypes under domain shift [33], FedGTA using smoothing confidence and neighbor moments [20], FedGCN studying convergence and communication tradeoffs [41], FedTAD distilling topology-aware knowledge [48], and AdaFGL adapting to topology variation [19]. These studies make topology a central object in FGL, but most of them still assume that each client’s node attributes are directly usable before graph propagation begins. Our setting starts one step earlier because the model must decide how to construct usable semantic inputs when a modality is absent. Multimodal graph learning studies how topology and heterogeneous node attributes jointly improve graph representation learning. MMGCN designs modality-specific graph convolution for micro-video recommendation [35], MGAT uses multimodal attention for recommendation [31], MMGraph benchmarks multimodal graph learning [47], and UniGraph2 learns a unified embedding space for multimodal graphs [14]. These methods show that multimodal attributes and topology provide complementary semantic signals, but they rely on centralized access to both graph structures and modality features. When this problem moves into MM-FGL, MM-OpenFGL exposes client heterogeneity in modality, topology, and labels [18], and STAGE analyzes semantic drift during federated multimodal graph training [9]. What remains underdeveloped is a mechanism for graph-conditioned semantic construction when missing modalities occur at both client and node granularities. FedMGS addresses this gap by making local neighborhoods and federated class-modality semantics part of the recovery condition itself.

2.2

Modality-imbalanced Federated Learning

Multimodal FL has studied clients with incomplete modality sets, and this line of work confirms that semantic recovery is often necessary under modality imbalance. FedMultimodal formalizes missing modalities as a benchmark challenge [10], FedMVP transfers foundation-model knowledge for explicit modality completion [7], and FedMAC learns cross-modal aggregation and latent

Towards Modality-imbalanced Federated Graph Learning: A Data Synthesis-based Approach

imputation under partial modalities [22]. FedMM studies modality heterogeneity in computational pathology [26], MFCPL introduces cross-modal prototypes for severely missing modalities [17], and PEPSY controls embeddings under heterogeneous missing modalities [23]. Together, these methods cover different points in the synthesis spectrum, from raw or feature-level completion to implicit representation control. The graph setting changes the recovery problem because a node with missing semantics in one modality is embedded in a local topology, and its representation can affect neighboring nodes through message passing, node-pair scoring, matching, retrieval, and later federated updates. Treating each node as an independent multimodal sample therefore misses the propagation path through which a poor recovery can influence other predictions. FedMGS adapts the recovery route to MM-FGL with availability-aware graph encoding, federated semantic prototypes for each modality, prototype aggregation from observed entries, and reliability-calibrated latent semantic fusion.

CIKM ’26, November 7–11, 2026, Rome, Italy

recovered semantic representations for nodes can be consumed by different readouts, including node classification, link prediction, modality matching, and modality retrieval. Learning objective. For a downstream readout 𝜉, the learning process follows three steps. Step 1, task-aware local prediction. Each 𝜉 client 𝑘 forms task instances T𝑘 from its local graph and optimizes the prediction loss specific to node classification, link prediction, modality matching, or modality retrieval. Step 2, evidence-tied 𝜉 latent recovery. The local objective L𝑘 also regularizes recovered latent semantics through reconstruction on complete nodes B𝑘 and alignment with class-modality prototypes p̄𝑚 𝑐 , so synthesis remains tied to observed evidence. Step 3, sample-weighted federated optimization. The server learns shared parameters 𝜃 by minimizing the sample-weighted objective

min

𝐾 ∑︁

𝜃 𝑘=1

3

𝜉

|T𝑘 | Í𝐾

𝑗=1 |T𝑗

𝜉

𝜉

|

L𝑘 (𝜃 ),

(1)

Preliminaries

MM-FGL Notation. We study multimodal federated graph learning in a system with 𝐾 clients and a central server. Throughout the paper, M = 𝑣, 𝑡 denotes the set of visual and textual modalities, Y = 1, . . . , 𝐶 denotes label indices or semantic-anchor indices when available, x denotes a vector, and X denotes a matrix. Client 𝑘 owns } , Y ), a local multimodal-attributed graph 𝐺𝑘 = (𝑉𝑘 , 𝐸𝑘 , {X𝑚 𝑘 𝑚∈ M 𝑘 |𝑉𝑘 | ×𝑑𝑚 where 𝑉𝑘 and 𝐸𝑘 are the local node and edge sets, X𝑚 ∈ R 𝑘 stores modality-𝑚 node features, and Y𝑘 contains supervision when the readout or semantic anchors are available. For a downstream 𝜉 readout 𝜉, client 𝑘 forms task instances T𝑘 from its local graph. 𝑚 We use 𝑎𝑘,𝑖 ∈ {0, 1} as the modality availability indicator, where 𝑎𝑚 = 1 means modality 𝑚 is observed for node 𝑖 on client 𝑘, and 𝑘,𝑖 𝑎𝑚 = 0 means it is unavailable. We omit the client subscript when 𝑘,𝑖 the local client is clear, let 𝑚 ′ denote the complementary modality 𝑣 = 𝑎𝑡 = 1} as the complete-node set, and of 𝑚, define B𝑘 = {𝑖 : 𝑎𝑘,𝑖 𝑘,𝑖 𝑚 = {𝑖 ∈ 𝑉 : 𝑦 = 𝑐, 𝑎𝑚 = 1} as observed entries for class define O𝑘,𝑐 𝑖 𝑘 𝑘,𝑖 or anchor 𝑐 and modality 𝑚. Two-granularity modality imbalance. In deployment, modality availability may differ before federated training begins because visual and textual attributes are produced by different collection pipelines, governed by different permissions, or stored under different platform policies. We represent this mismatch with a modality availability indicator 𝑎𝑚 ∈ {0, 1}, where 𝑎𝑚 = 1 means modal𝑘,𝑖 𝑘,𝑖 ity 𝑚 is observed for node 𝑖 on client 𝑘, and 𝑎𝑚 = 0 means it is 𝑘,𝑖 unavailable. This indicator records real modality presence rather than a random training mask. Modality imbalance appears at two granularities, with client-level missingness meaning that a client lacks modality 𝑚 throughout its local subgraph, i.e., 𝑎𝑚 = 0 for 𝑘,𝑖 all 𝑖 ∈ 𝑉𝑘 , and node-level missingness meaning that 𝑎𝑚 varies 𝑘,𝑖 across nodes within a client. Both granularities create incomplete modality-specific semantics, but at different locations in the federated graph system. Implicit latent synthesis and readouts. FedMGS synthesizes latent 𝑚 semantic representations ẑ𝑚 𝑖 , not raw features x̂𝑖 , and does not add artificial nodes, edges, or persistent synthetic samples. The

𝜉

where L𝑘 is evaluated on 𝐺𝑘 , X𝑘𝑣 , X𝑘𝑡 , optional supervision Y𝑘 , and the availability indicators A𝑘 = {𝑎𝑚 : 𝑖 ∈ 𝑉𝑘 , 𝑚 ∈ M}. 𝑘,𝑖 Communication constraints. Clients exchange model parameters and compact statistics with the server, and FedMGS restricts these statistics to prototype banks P̄𝑣 , P̄𝑡 for each modality, observation counts for each class, and scalar spreads between classes. Local features, topology, and embeddings for individual nodes are excluded from this payload.

4 The FedMGS Method 4.1 Overview The goal of FedMGS is to make incomplete multimodal graph inputs usable before they reach prediction heads for downstream tasks. Although missingness at the client and node levels differs in where modality semantics disappear, both cases create the same modeling requirement that each node needs a graph-aware semantic representation built from observed modalities and carefully recovered missing semantics. FedMGS uses one pipeline for both missingness granularities. Availability-aware encoding first gates local inputs so that only observed modality semantics enter graph propagation. Prototypeguided synthesis then constructs missing latents from local graph context and federated class-modality prototypes when local modality input is unavailable. Reliability-calibrated fusion finally treats recovered latents as uncertain evidence and controls their influence on downstream readouts. FedMGS keeps synthesis implicit by constructing temporary latent representations rather than synthetic nodes, edges, images, texts, or persistent samples. This design preserves the privacy boundary by letting the server only receives model parameters, modality-specific class prototypes, observation counts, and sample counts. It aggregates parameters, refreshes prototype banks from valid observations, computes inter-class prototype spread as a reliability signal, and broadcasts updated statistics for the next round, as summarized by the client-server flow in Figure 1.

CIKM ’26, November 7–11, 2026, Rome, Italy

Anonymous Author(s)

Overall Pipeline Client-level Modality Missing Local Subgraph

2

2

4 1

2

Visual Feature

Client 2

1

1

3

Text Feature

Text Feature Visual Feature

Client N

Text Feature

Client 2

1

1

2

3

1

Client N

1

3

2

1

3

… …

2

1

Modality Non-iid

Visual Encoder

Fusion Network

distribution Cross clients

Node classification

Link Prediction

Are Non-iid

1

Client-level missing

Text Feature

1

2

4 2

Gate

1

1

2 1

3

Node-level missing

1

1

3

4 2

1 3

Text Visual

2 1

2 1

Textual Encoder

… 4

Text

Topological structure

Latent Representation Textual

Visual Feature Graph Encoder

Topological structure

Modality Retrieval

Modality Matching

Gate

Textual Encoder Visual Encoder

Graph Encoder

Prototype Aggregation Textual Visual

Local Modality Prototype

… …

Available Modality Aggregated Encoders

3

Confidence estimator

Synthesis Network

Textual Encoder

Modality

1

Average

MLP

Graph Encoder

Local Module 1: Availability-aware Graph Encoding (AGE)

Low variance High variance

Measure variance in dimensions

Latent Representation

Textual

Node embedding

Prototype Bank

Textual latent representation

Measure variance in dimensions

Prototype Stability

Visual Semantic Anchor

Visual missing Latent Representation 4 Per node Text Query Modality Visual Visual

Per-class

Prototype Stability

Query

Node embedding

Node embedding

Class-wise Prototype Bank

Availability counts

Prototype Stability Calculation

2

2

4

2

Node Sample counts

1

3

Client 1

3

Local Encoders

Local Subgraph

1

M3: RSF

M2: PLSS

Encoders Aggregation

Node-level Modality Missing

M1: AGE

Server

For node-level: Missing modality for each nodes

For Client-level:

Availability Gate Same missing modality (Gate) for all nodes

1

3

Visual Feature

Client 1

Synthesis

Latent representation of missing modality

MLP Confidence score

If node has label If node has no label

Server

Synthesis

Complementary Information

Local Module 2: Prototype-guided Latent Semantic Synthesis (PLSS)

Latent representation of missing modality Node embedding

Latent representation of missing modality

Control

Task Head

Prototype Stability

MLP

Control Confidence score

Local Module 3: Reliability-calibrated Semantic Fusion (RSF)

Latent Representation

Latent representation of missing modality

Figure 1: Overview of FedMGS. The upper panel shows client-server training under Client-level and Node-level missingness. Each client applies availability gating, graph encoding, prototype-guided latent synthesis, and reliability-calibrated fusion before task learning, while the server aggregates parameters and class-modality prototypes. Lower panels detail the three local modules. Red arrows indicate training flow and flame icons denote learnable reliability scoring.

4.2

Availability-aware Graph Encoding

To keep unavailable modalities out of local message passing, FedMGS applies the modality availability indicator before propagation and constructs a graph-conditioned initial representation only from observed modality representations. This design mitigates the degraded case in which a missing image or text feature is replaced by a placeholder and then propagated to neighboring nodes as if it were genuine semantic inputs. Í 𝑚 𝑚∈ M z𝑖 𝑚 𝑚 𝑚 z𝑖 = 𝑎𝑖 𝑒𝑚 (x𝑖 ), 𝑚 ∈ M, s𝑖 = Í , 𝑚 𝑚∈ M 𝑎𝑖 + 𝜖  H𝑘(0) = [s𝑖 ] 𝑖 ∈𝑉𝑘 , H𝑘(ℓ+1) = LN GNN (ℓ ) (H𝑘(ℓ ) , 𝐸𝑘 ) . (2) The graph context for each node is taken from the final propagated state. (𝐿 ) 𝑔 h𝑖 = (H𝑘 𝑔 )𝑖 . Here LN denotes layer normalization, and 𝐿𝑔 is the number of graph propagation layers. The initial semantic representation s𝑖 excludes unavailable modalities while normalizing representation magnitude by the number of observed modalities. This gating operation adapts to each node’s modality pattern under node-level missingness and still extracts graph context from whichever modality remains avail𝑔 able under client-level missingness. The final representation h𝑖 is computed locally for each node, so topology can guide later synthesis without transmitting edges or node embeddings to the server.

4.3

Prototype-guided Latent Semantic Synthesis

To provide modality information that a client cannot derive locally, FedMGS summarizes observed modality representations into class-level prototypes and coordinates these summaries through the server. For each modality 𝑚, the resulting prototype set provides a compact federated reference for class-specific semantics. A client without visual attributes, for example, may still obtain graph context and textual semantics for its nodes, but it has no local visual examples from which to learn a visual latent space. Since the modality-𝑚 prototype set is estimated only from observed inputs, p̄𝑚 𝑐 captures class-𝑐 semantics in that modality space rather than collapsing into a generic class summary. After local training, each client computes a prototype estimate by averaging representation of observed entries for every available class-modality pair, and the server aggregates only valid client-side prototype estimates to form modality-specific prototype sets: 1 ∑︁ 𝑚 𝑛𝑚 p𝑚 𝑒𝑚 (x𝑚 𝑖 ), 𝑘,𝑐 = |O𝑘,𝑐 |, 𝑘,𝑐 = 𝑛𝑚 𝑘,𝑐 𝑖 ∈ O𝑚 𝑘,𝑐 (3) Í 𝑚 𝑚 𝑘 ∈ S (𝑡 ) 𝑛𝑘,𝑐 p𝑘,𝑐 𝑚 𝑚 p̄𝑐 = Í , 𝑛𝑘,𝑐 > 0, 𝑐 ∈ Y, 𝑚 ∈ M. 𝑚 𝑘 ∈ S (𝑡 ) 𝑛𝑘,𝑐 + 𝜖 This averaging step compresses local modality representations into compact client-side prototype estimates. The accompanying counts allow the server to distinguish unavailable class-modality entries

Towards Modality-imbalanced Federated Graph Learning: A Data Synthesis-based Approach

from valid estimates computed from limited observations. Weighting by 𝑛𝑚 makes each global prototype reflect the amount of ob𝑘,𝑐 served data supporting each client-side estimate, while excluding missing entries prevents placeholder values from attenuating the prototype for that modality. The synthesizer constructs a latent representation for a missing modality by combining three sources with distinct roles. The complementary observed modality provides node-specific semantic 𝑔 information, the graph-context representation h𝑖 encodes structural signals aggregated from the local neighborhood, and the prototype query 𝝅 𝑚 𝑖 introduces class-aware modality semantics coordinated across clients. These conditioning terms are concatenated with an alignment placeholder and passed through the synthesis network as follows: ⊤ 𝑚 𝑚 𝑚 𝝅𝑚 ẑ𝑚 𝑖 = 𝜓 syn (u𝑖 ), 𝑖 = (q𝑖 ) P̄ , (4) ′ 𝑔 𝑚 𝑚 u𝑚 𝑖 = [z𝑖 ∥ h𝑖 ∥ 𝝅 𝑖 ∥ 0], 𝑚 ∈ M. For labeled training nodes, q𝑖 is set to the one-hot encoding of 𝑦𝑖 . For unlabeled or task-specific nodes, it is given by the current model’s ⊤ 𝑚 class-specific estimate. The prototype query 𝝅 𝑚 𝑖 = (q𝑖 ) P̄ therefore selects class-specific semantics from the modality-𝑚 prototype set for node 𝑖. The zero vector in u𝑚 𝑖 keeps the input dimensions aligned across the two synthesis directions. Since ẑ𝑚 𝑖 is a latent semantic representation rather than a reconstructed raw feature, it can draw on modality-𝑚 information aggregated from other clients under client-level missingness, while using the node’s observed modality and local graph context to handle node-level missingness.

4.4

Reliability-calibrated Semantic Fusion

Since synthesis could not be trusted uniformly, FedMGS treats recovered latents as uncertain semantic estimates rather than direct replacements. A recovered latent is useful when cross-modal semantics, graph context, and prototype-derived semantics are consistent, but it can be misleading when the local context is sparse or the prototype condition is sensitive to class ambiguity. FedMGS first estimates synthesis confidence for each node from the recovered modality and graph context, while the server tracks prototype stability over valid classes so that the two signals can jointly calibrate recovered representations. 𝑔  𝑚 𝜂𝑖𝑚 = 𝜎 𝜓 conf ([ẑ𝑚 (5) 𝑖 ∥ h𝑖 ]) . The server computes stability only over classes with valid prototypes for the target modality. ∑︁ Y𝑚(𝑡 ) = {𝑐 ∈ Y : 𝑛𝑚 𝑘,𝑐 > 0}, 𝑘 ∈ S (𝑡 )

Δ𝑚 =

(6)

𝑑 ∑︁

1 (𝑡 )  Var {( p̄𝑚 𝑐 )𝑟 : 𝑐 ∈ Y𝑚 } . 𝑑 𝑟 =1

The node confidence and server-side prototype stability then define both the calibrated confidence and the candidate latent. 𝜂˜𝑖𝑚 = 𝜂𝑖𝑚 𝜎 (−𝛽𝑚 Δ𝑚 ),

𝑔

𝑚 𝑚 𝑚 z̃𝑚 𝑖 = 𝜂˜𝑖 ẑ𝑖 + (1 − 𝜂˜𝑖 )h𝑖 .

(7)

The final fusion rule uses the calibrated candidate only when modality 𝑚 is missing. ( 𝑚 z𝑚 𝑚 𝑖 , 𝑎𝑖 = 1, f𝑖 = 𝑚 𝑚 ∈ M. (8) z̃𝑖 , 𝑎𝑚 𝑖 = 0,

CIKM ’26, November 7–11, 2026, Rome, Italy

Here 𝜎 (·) is the sigmoid function and 𝛽𝑚 is a learnable scale. The stability Δ𝑚 turns semantic dispersion between classes into a conservative signal, so the fusion rule relies less on synthesized content when prototype semantics are less stable. Eq. 8 keeps observed modalities unchanged and, for missing modalities, selects between the synthesized latent and graph context by shifting weight toward local topology when synthesis is uncertain. The calibrated modality representations are finally combined into node and modality-specific readout representations as follows: r𝑖 = 𝜙 fuse ([f𝑖𝑣 ∥ f𝑖𝑡 ]),

𝑚 e𝑚 𝑖 = 𝜙𝑚 (f𝑖 ), 𝑚 ∈ M.

(9)

Downstream readouts consume the calibrated representations according to the prediction target. Node classification predicts o𝑖 = 𝑔cls (r𝑖 ). Link prediction scores a node pair with 𝑠𝑖 𝑗 = 𝑔link (r𝑖 , r 𝑗 ), following GNN link prediction settings where pairwise structure is inferred from learned node embeddings [45]. Link prediction can also be formulated by transforming edges or candidate links into graph entities and applying graph neural networks over their induced relations [5]. Modality matching compares e𝑖𝑣 and e𝑖𝑡 for the same node, while modality retrieval ranks candidates across modalities by similarities between e𝑖𝑣 and e𝑡𝑗 . Because missingness is handled before prediction, these heads will not be affected.

4.5

Federated Optimization

Each client optimizes the task readout while keeping synthesis tied to observed evidence. Let 𝜉 index the readouts for downstream Í tasks. For prototype alignment, define p̄𝑐 = |M| −1 𝑚∈ M p̄𝑚 𝑐 and ℓ𝑖,𝑐 = sim(s𝑖 , p̄𝑐 )/𝜏𝑝 , which lets the local objective combine task supervision, reconstruction on complete nodes, and prototype alignment. Specific formulas are as follows: 𝑘,𝜉

Ltask = readout loss for task 𝜉, ∑︁ ∑︁ 1 𝑘 𝑚 2 Lrec = ∥ẑ𝑚 𝑖 − z𝑖 ∥ 2 , |B𝑘 ||M| 𝑖 ∈ B 𝑘 𝑚∈ M

𝑘 Lproto =−

exp(ℓ𝑖,𝑦𝑖 ) 1 ∑︁ , log Í 𝑦 |T𝑘 | 𝑐 ∈ Y exp(ℓ𝑖,𝑐 ) 𝑦

(10)

𝑖 ∈ T𝑘

𝜉 𝑘,𝜉 𝑘 𝑘 L𝑘 = Ltask + 𝜆rec Lrec + 𝜆proto Lproto .

√ 𝑦 where sim(·, ·) is cosine similarity, 𝜏𝑝 = 𝑑, and T𝑘 denotes labeled training nodes when class supervision is available. For different readouts, the task term is instantiated as supervised cross-entropy loss for node classification, binary or ranking loss for link prediction, contrastive loss for modality matching, or retrieval loss for cross-modal ranking, so the same synthesis backbone can serve different objectives. Because naturally missing modalities do not provide ground-truth targets, reconstruction is restricted to complete nodes in B𝑘 . The prototype term aligns local semantic representations with their corresponding class prototypes and contrasts them against other class prototypes only when class supervision is available. Early rounds rely mainly on task and reconstruction losses, whereas later rounds can exploit more stable prototype sets as cross-client semantic references. Algorithm 1 presents the client-server training procedure of FedMGS. Each round begins with the server distributing the current model parameters together with modality-specific prototype sets

CIKM ’26, November 7–11, 2026, Rome, Italy

Anonymous Author(s)

Algorithm 1 FedMGS Training Pipeline 1: Input: clients K, local data {𝐺𝑘 , A𝑘 }𝑘 ∈ K , rounds 𝑇 , local

epochs 𝐸, readout 𝜉, loss weights 𝜆rec, 𝜆proto 2: Initialize 𝜃 (0) , prototype banks { P̄𝑚,(0) }𝑚∈ M , prototype counts, (0) and spreads {Δ𝑚 }𝑚∈ M 3: for 𝑡 = 0 to 𝑇 − 1 do (𝑡 ) Server samples S (𝑡 ) and broadcasts 𝜃 (𝑡 ) , {P̄𝑚,(𝑡 ) , Δ𝑚 }𝑚∈ M 4: 5: for each client 𝑘 ∈ S (𝑡 ) in parallel do 6: Set local parameters 𝜃 𝑘 ← 𝜃 (𝑡 ) 7: for 𝑒 = 1 to 𝐸 do 𝑔 8: Compute z𝑚 𝑖 , s𝑖 , and h𝑖 from 𝐺𝑘 , A𝑘 by Eq. 2 9: Build q𝑖 from labels or semantic anchors when available, and from current predictions otherwise 𝑚 10: Query 𝝅 𝑚 𝑖 and synthesize ẑ𝑖 for each 𝑚 ∈ M by Eq. 4 𝑚 11: Estimate 𝜂𝑖 by Eq. 5 and calibrate 𝜂˜𝑖𝑚 , z̃𝑚 𝑖 by Eq. 7 12: Fuse f𝑖𝑚 by Eq. 8 and build r𝑖 , e𝑚 𝑖 by Eq. 9 Update 𝜃 𝑘 using readout 𝜉 and the local objective in 13: Eq. 10 14: end for 15: Compute observed-only {p𝑚 , 𝑛𝑚 } by Eq. 3 𝑘,𝑐 𝑘,𝑐 𝑐,𝑚 𝜉

Upload 𝜃 𝑘 , {p𝑚 , 𝑛𝑚 } , and |T𝑘 | 𝑘,𝑐 𝑘,𝑐 𝑐,𝑚 17: end for 18: Aggregate {𝜃 𝑘 }𝑘 ∈ S (𝑡 ) by sample-weighted averaging following Eq. 1 19: Refresh {P̄𝑚,(𝑡 +1) }𝑚∈ M by Eq. 3 and recompute (𝑡 +1) {Δ𝑚 }𝑚∈ M by Eq. 6 20: end for 21: Return: global model 𝜃 (𝑇 ) and federated prototype banks {P̄𝑚,(𝑇 ) }𝑚∈ M 22: Note: raw features, edges, and node-level embeddings are never uploaded. 16:

and inter-class spread statistics. Using only its local graph and attributes, each selected client performs availability-aware encoding, prototype-conditioned latent synthesis, reliability-calibrated fusion, and task-specific optimization. The client then returns updated parameters and valid class-modality prototype estimates with their observation counts. The server aggregates the received parameters, updates the modality-specific prototype sets from valid estimates, and recomputes spread statistics for the next communication round. Communication cost. Beyond standard model parameters, each client sends modality-specific class prototypes, their observation counts, and one task-sample count per round. This additional payload grows only with the number of modalities, classes, and prototype dimensions, rather than with local nodes or edges, which is important for graph clients with large subgraphs. Communication is therefore limited to model parameters and aggregate prototype statistics, without transmitting raw data.

5

Theoretical Analysis

We analyze latent semantic representation construction rather than raw data generation, and the results support three design choices in FedMGS. Specifically, synthesis should be conditioned on graph context and prototype semantics, prototypes should be

aggregated only from observed modality entries, and recovered latent representations should be calibrated before they influence the readout. Missingness at the client and node levels differs in the structure of missing semantics for each modality, but both cases induce missing target latents whose recovery can benefit from graph and prototype conditions. Notation. For a fixed target modality 𝑚 ∈ M, let Z𝑚 be the ′ target missing-modality latent, Z𝑚 the complementary modality representation, G the graph-context representation, and 𝚷𝑚 the federated prototype query. In FedMGS, these random variables cor𝑚′ 𝑔 𝑚 respond to z𝑚 𝑖 , z𝑖 , h𝑖 , and 𝝅 𝑖 at the node level. For a conditioning set U, define the oracle reconstruction risk under squared loss as 𝑅𝑚 (U) = inf E∥Z𝑚 − 𝜙 (U)∥ 22,

(11)

𝜙

where the infimum is over measurable predictors with finite second moment. Theorem 5.1 (Oracle synthesis risk under additional conditions). Assume Z𝑚 has finite second moment and use the oracle risk in Eq. 11. ′ ′ 𝑅𝑚 (Z𝑚 , G, 𝚷𝑚 ) ≤ 𝑅𝑚 (Z𝑚 ). (12) Proof. For squared loss, the optimal predictor given U is E[Z𝑚 | ′ ′ U]. Because Z𝑚 is contained in (Z𝑚 , G, 𝚷𝑚 ), every predictor us′ ing only Z𝑚 is feasible under the larger conditioning set. Taking the infimum over this larger predictor class gives the claim. □ For FedMGS, this result motivates using graph context and prototype queries as synthesis conditions. Graph context is especially important for missingness at the node level, where available semantics vary across neighboring nodes. Prototype semantics are especially important for missingness at the client level, where a client may lack an entire modality and therefore needs semantic anchors across clients. Because the analysis concerns latent semantic representations for nodes, its implication is independent of whether the readout is node-wise, pairwise, or cross-modal. Proposition 5.2 (Bias of placeholder-based prototype aggregation). For a fixed class 𝑐 and modality 𝑚, let 𝑏𝑚 ∈ {0, 1} 𝑘,𝑐 indicate whether client 𝑘 has a valid observed prototype for (𝑐, 𝑚), 𝑚 𝑚 𝑚 with P(𝑏𝑚 = 1) = 𝑞𝑚 𝑐 . Let I𝑐 = {𝑘 : 𝑏𝑘,𝑐 = 1}, let u𝑘,𝑐 be the 𝑘,𝑐 𝑚 𝑚 𝑚 client prototype when 𝑏𝑘,𝑐 = 1, and assume E[u𝑘,𝑐 | 𝑏𝑘,𝑐 = 1] = 𝝁𝑚 𝑐 . The two prototype estimators used to compare placeholder-based and observed-only aggregation are −1 b p𝑚 plh,𝑐 = 𝐾

𝐾 ∑︁ 𝑘=1

𝑚 𝑏𝑚 𝑘,𝑐 u𝑘,𝑐 ,

b p𝑚 obs,𝑐 =

∑︁ 1 u𝑚 𝑘,𝑐 | I𝑐𝑚 | 𝑚

(13)

𝑘 ∈I𝑐

𝑚 satisfy E[b p𝑚 ] = 𝑞𝑚 p𝑚 | |I𝑐𝑚 | > 0] = 𝝁𝑚 𝑐 𝝁 𝑐 and E[b 𝑐 . plh,𝑐 obs,𝑐

Proof. For placeholder-based aggregation, each missing client contributes no observed prototype while still being counted in 𝑚 the denominator. Since each summand has mean 𝑞𝑚 𝑐 𝝁 𝑐 , averaging over 𝐾 clients gives the first identity and shows that the prototype is attenuated when 𝑞𝑚 𝑐 < 1. Conditioning on the observed set I𝑐𝑚 , b p𝑚 is the sample mean of valid observed prototypes, whose obs,𝑐 conditional expectation is 𝝁𝑚 𝑐 whenever at least one valid prototype exists. □

Towards Modality-imbalanced Federated Graph Learning: A Data Synthesis-based Approach

CIKM ’26, November 7–11, 2026, Rome, Italy

Table 1: Dataset statistics and evaluation settings. The table reports processed graph statistics, evaluation metrics, task types, and the missingness scenario used for each dataset. Dataset

Domain

Movies Grocery Toys Flickr30k DY Bili Dance KU Bili Food

E-Commerce E-Commerce E-Commerce Image Networks Video Recommendation Video Recommendation Video Recommendation Video Recommendation

#Nodes #Edges #Classes Modalities

Split

Metric Missingness Setting

16,672 17,074 20,695 31,783 8,299 2,307 5,370 1,579

60/20/20 60/20/20 60/20/20 60/20/20 60/20/20 60/20/20 60/20/20 60/20/20

Acc. Acc. R@5 R@5 AUC AUC AUC AUC

148,992 121,724 106,058 181,151 35,627 9,127 22,052 6,544

20 20 18 -

Text+Visual Text+Visual Text+Visual Text+Visual Text+Visual Text+Visual Text+Visual Text+Visual

This formalizes modality-isolated aggregation in FedMGS, where prototypes are estimated from observed modality entries instead of artifacts created by missing entries. The distinction is most visible under missingness at the client level, where an entire client can lack one modality and placeholder aggregation would systematically attenuate the corresponding class prototype for that modality. Theorem 5.3 (Reliability weighting with uncertain synthesis). Let Ẑ𝑚 be a synthesized latent semantic representation and G be a graph-context representation for the same missing latent Z𝑚 . 𝑚 Consider F𝑚 𝛼 = 𝛼 Ẑ + (1 − 𝛼)G with 𝛼 ∈ [0, 1]. If both estimators are unbiased for Z𝑚 , their errors are uncorrelated, and their mean squared errors are 𝜈 syn and 𝜈𝑔 , then the risk-minimizing weight on the synthesized representation is 𝜈𝑔 𝛼★ = . (14) 𝜈 syn + 𝜈𝑔 Proof. Let 𝝐 syn = Ẑ𝑚 −Z𝑚 and 𝝐 𝑔 = G−Z𝑚 . The corresponding fusion error can be written in the following form. 𝑚 F𝑚 𝛼 − Z = 𝛼𝝐 syn + (1 − 𝛼)𝝐 𝑔 , 𝑚 2 2 2 E∥F𝑚 𝛼 − Z ∥ 2 = 𝛼 𝜈 syn + (1 − 𝛼) 𝜈𝑔 ,

(15)

where the cross term vanishes by the uncorrelated-error assumption made above. Differentiating with respect to 𝛼 gives 𝛼𝜈 syn − (1 − 𝛼)𝜈𝑔 = 0, hence the stated 𝛼 ★. □ Under these assumptions, the preferred weight on the synthesized representation decreases as synthesis error increases. Thus, regardless of whether missingness occurs at the client or node level, recovered latent semantic representations should be weighted according to uncertainty before they reach the task-specific readout. In FedMGS, Δ𝑚 serves as a compact signal of synthesis uncertainty that depends on class semantics during fusion.

6

Experiments

This section evaluates FedMGS and we organize the experiments around five research questions: Q1: Does FedMGS outperform representative FGL and missing-modality FL baselines across graph and cross-modal tasks? Q2: How stable FedMGS remains as the missing-modality rate changes? Q3: Which core components drive the performance gains.? Q4: How different hyperparameters setting influence the FedMGS performance? Q5: How efficient is FedMGS compared to baselines across graph and cross-modal tasks? The

Client-level Client-level Client-level Client-level Node-level Node-level Node-level Node-level

Task Node Classification Node Classification Modality Retrieval Modality Retrieval Link Prediction Link Prediction Modality Match Modality Match

following setup first fixes the datasets, missingness protocol, baseline groups, and implementation details so that the comparisons are interpreted under a common evaluation protocol.

6.1

Experimental Setup

Datasets. We evaluate FedMGS on multimodal graph datasets [24, 27, 43] that span four tasks. Table 1 reports the processed graph statistics used in this paper, together with the tasks, metric, and missingness setting associated with each dataset. Missingness simulation. We simulate two-granularity modality imbalance at missing rates 𝜌 ∈ {0.3, 0.5, 0.7}. In Client-level missingness, each selected client loses either the visual or textual modality for all nodes in its local subgraph. In Node-level missingness, modality availability varies across nodes within a client to simulate the cross-client modality non-iid scenarios. Baselines. We compare against baselines chosen to test different sources of advantage. FedAvg [21], FedLap [1], and FedGTA [20] test whether standard FL or topology-aware FGL training is sufficient under missing modalities. FedMAC [22], FedMVP [7], MHpFLID [39], and PEPSY [23] represent missing-modality or multimodal FL adaptations. FedProto [29] isolates prototype-based FL without the graph-aware synthesis and reliability fusion used by FedMGS. For compact tables, we omit the ‘-MM’ suffix, but all baselines use the same data split, missingness protocol, and task metric. Implementation details. We partition each dataset into either 5 or 10 clients using Louvain community detection [4]. Training runs for 𝑇 = 100 communication rounds with 𝐸 = 10 local epochs per client. We set baselines at their recommended setting or use Adam as the default optimizer. Experiment environment. The experiments are conducted on a machine with an AMD EPYC 7J13 64-Core Processor, and NVIDIA GeForce RTX 4090 with 48GB memory and CUDA 12.6. The operating system is Ubuntu 22.04.5 LTS with 503GB memory. Data and Code Availability. To ensure reproducibility, all datasets used in this study are publicly available. The complete source code for implementing the FedMGS framework is released publicly at https://anonymous.4open.science/r/FedMGS-497C.

CIKM ’26, November 7–11, 2026, Rome, Italy

Anonymous Author(s)

Table 2: Comparison Test (𝜌 = 0.5) for node classification and modality retrieval. Results are reported as mean ± std. Best results are in bold, and second-best results are underlined. Node Classification (Accuracy)

Modality Retrieval (R@5)

Methods Movies

FedAvg FedProto FedMAC FedMVP FedLap FedGTA MH-pFLID PEPSY FedMGS (Ours)

6.2

Grocery

Toys

Flickr30k

Client = 5

Client = 10

Client = 5

Client = 10

Client = 5

Client = 10

Client = 5

Client = 10

54.03 ± 0.46 53.45 ± 0.46 53.12 ± 0.46 55.99 ± 0.50 52.40 ± 0.53 55.25 ± 0.40 53.76 ± 0.47 51.96 ± 0.58

48.80 ± 0.56 52.21 ± 0.63 51.56 ± 0.54 54.26 ± 0.50 50.85 ± 0.67 52.32 ± 0.54 52.13 ± 0.63 50.55 ± 0.52

79.96 ± 0.43 78.42 ± 0.36 81.29 ± 0.33 79.99 ± 0.41 77.41 ± 0.50 80.39 ± 0.37 81.21 ± 0.39 81.45 ± 0.49

76.61 ± 0.46 77.21 ± 0.49 79.99 ± 0.44 78.70 ± 0.50 77.30 ± 0.53 78.82 ± 0.48 78.64 ± 0.41 79.12 ± 0.47

64.22 ± 0.66 62.47 ± 0.67 62.83 ± 0.64 65.42 ± 0.66 61.15 ± 0.75 66.95 ± 0.59 67.76 ± 0.70 68.60 ± 0.62

62.46 ± 0.71 65.46 ± 0.72 64.56 ± 0.78 66.43 ± 0.76 64.25 ± 0.77 68.76 ± 0.72 70.21 ± 0.69 70.87 ± 0.67

63.61 ± 0.65 65.38 ± 0.60 66.32 ± 0.57 65.43 ± 0.62 64.42 ± 0.77 67.68 ± 0.57 68.43 ± 0.58 66.87 ± 0.56

61.32 ± 0.64 63.42 ± 0.63 64.21 ± 0.58 63.87 ± 0.68 62.54 ± 0.74 64.78 ± 0.60 65.32 ± 0.72 64.54 ± 0.70

65.74 ± 0.31 56.31 ± 0.33 83.81 ± 0.24 82.65 ± 0.26 73.30 ± 0.53 79.40 ± 0.51 72.27 ± 0.40 70.79 ± 0.55 +17.41%

+3.78%

+2.90%

Main Results (Answer for Q1)

To address Q1, Tables 2 and 3 compare FedMGS with representative FGL, missing-modality FL, and prototype-based FL baselines at 𝜌 = 0.5. These tasks jointly test whether graph-aware latent semantic synthesis improves both graph-structured prediction and readouts that directly depend on cross-modal semantics. In Table 2, FedMGS achieves the best reported results for node classification and modality retrieval across the completed client settings. In node classification, the method improves Movies from the strongest baseline score of 55.99% to 65.74% under Client = 5, and it also remains strongest on Grocery for both client counts. This pattern indicates that the synthesized latents are not only useful as modality placeholders, but also preserve label-discriminative information after graph propagation. The modality retrieval columns provide a complementary view of the same representation quality. Retrieval directly tests whether the visual and textual latent spaces remain comparable after one modality has been recovered. FedMGS obtains the best R@5 on Toys and Flickr30k, including 79.40 on Toys under Client = 10. The gains over missing-modality FL baselines suggest that graph-conditioned synthesis and federated modality prototypes are both needed. Notably, retrieval benefits from cross-client semantic anchors that keep the two modality spaces aligned. In Table 3, FedMGS achieves the strongest results on link prediction and modality matching. Link prediction evaluates whether recovered node semantics remain informative for pairwise structural inference, and the gains on DY and Bili Dance indicate that the representations learned by FedMGS support edge-level prediction beyond node-level semantic recovery. The improvements are moderate yet consistent, which is reasonable because topology-aware FGL baselines already exploit structural information for this task. Modality matching places the strongest pressure on cross-modal semantic consistency. On KU and Bili Food, FedMGS achieves the best AUC in all reported client settings, including 85.92 on KU under Client = 10 and 85.32 on Bili Food under Client = 10. These results support the central design choice that missing-modality recovery should be conditioned jointly on local graph context and modality-specific federated prototypes, rather than relying only on local observed features or generic prototype regularization.

+3.33%

6.3

+6.85%

+12.04%

+5.61%

+8.37%

Robustness Analysis (Answer for Q2)

To address Q2, Table 6 reports representative results across missingness rates and task families. This stress test asks whether FedMGS remains useful as incomplete modalities become milder or more severe under the task-specific Client-level or Node-level missingness protocol. Across Table 6, FedMGS retains the best score in all reported representative columns from 𝜌 = 0.3 to 𝜌 = 0.7. The absolute scores generally decline as 𝜌 increases, but the relative advantage remains consistent across node classification, link prediction, modality matching, and modality retrieval. This pattern supports the intended robustness mechanism. Availability-aware encoding reduces contamination from absent modalities, while graph-conditioned synthesis and modality-specific prototypes provide usable semantic evidence when either local nodes or entire clients have incomplete modality observations. The robustness trend is especially informative because the table mixes Client-level and Node-level missingness. Movies and Toys evaluate settings where selected clients lose an entire modality, so local training can become modality-biased if the model treats client observations as complete. DY and KU evaluate node-level incompleteness, where the model must avoid propagating invalid node attributes through local neighborhoods. Maintaining the best reported scores at 𝜌 = 0.7 on all four representative datasets suggests that FedMGS handles both forms of missingness with the same recovery principle. Only observed modalities seed graph encoding, and missing latents are reconstructed from graph context plus class-modality prototypes.

6.4

Ablation Study (Answer for Q3)

To address Q3, Table 4 removes the three core components of FedMGS under the same dataset-task-metric alignment as Table 1. The short variant names denote availability-aware graph encoding (Avail_Graph Encoding, Sec. 4.2), prototype-guided latent semantic synthesis (Proto_Latent Synthesis, Sec. 4.3), and reliabilitycalibrated semantic fusion (Reliab_Semantic Fusion, Sec. 4.4). The discrepancy values are absolute drops from the full FedMGS model.

Towards Modality-imbalanced Federated Graph Learning: A Data Synthesis-based Approach

CIKM ’26, November 7–11, 2026, Rome, Italy

Table 3: Comparison Test (𝜌 = 0.5) for link prediction and modality match. Results are reported as mean ± std. Best results are in bold, and second-best results are underlined. Link Prediction (AUC)

Modality Match (AUC)

Methods DY

FedAvg FedProto FedMAC FedMVP FedLap FedGTA MH-pFLID PEPSY FedMGS (Ours)

Bili Dance

KU

Bili Food

Client = 5

Client = 10

Client = 5

Client = 10

Client = 5

Client = 10

Client = 5

Client = 10

74.79 ± 0.43 75.88 ± 0.46 76.75 ± 0.39 77.43 ± 0.42 74.98 ± 0.47 78.42 ± 0.44 76.03 ± 0.39 76.45 ± 0.46

78.34 ± 0.45 75.79 ± 0.44 77.70 ± 0.35 78.69 ± 0.45 76.57 ± 0.59 78.72 ± 0.37 76.56 ± 0.37 77.32 ± 0.38

76.16 ± 0.47 76.88 ± 0.58 78.45 ± 0.49 77.47 ± 0.48 78.48 ± 0.61 79.75 ± 0.52 79.32 ± 0.46 78.64 ± 0.51

74.92 ± 0.52 74.93 ± 0.55 76.74 ± 0.56 75.47 ± 0.56 74.36 ± 0.60 76.66 ± 0.45 75.53 ± 0.45 76.54 ± 0.51

73.31 ± 0.61 72.74 ± 0.59 79.53 ± 0.53 75.74 ± 0.58 75.22 ± 0.72 78.54 ± 0.59 76.87 ± 0.65 79.84 ± 0.54

80.56 ± 0.56 77.85 ± 0.67 81.15 ± 0.63 79.98 ± 0.64 82.49 ± 0.67 80.88 ± 0.55 81.43 ± 0.64 82.63 ± 0.58

71.61 ± 0.49 72.97 ± 0.54 74.54 ± 0.60 73.43 ± 0.57 72.63 ± 0.70 73.82 ± 0.53 74.34 ± 0.53 75.41 ± 0.52

78.57 ± 0.60 79.54 ± 0.59 79.35 ± 0.59 76.78 ± 0.58 76.54 ± 0.63 80.73 ± 0.54 79.54 ± 0.61 79.67 ± 0.62

79.90 ± 0.29 79.82 ± 0.18 82.46 ± 0.37 79.39 ± 0.31 83.19 ± 0.42 85.92 ± 0.51 80.34 ± 0.44 85.32 ± 0.43 +1.89%

+1.40%

+3.40%

+3.45%

+4.20%

+3.98%

+6.54%

Relative Efficiency Ratio

Relative Efficiency Ratio

Relative Efficiency Ratio

Relative Efficiency Ratio

+5.69%

Figure 2: Efficiency-performance tradeoff across the four tasks. The relative efficiency ratio is normalized by the fastest-running baseline for each task, so lower ratios indicate less running-time overhead. Table 4: Ablation at Client = 5 and 𝜌 = 0.5. Movies/Acc. and Toys/R@5 match Table 1, and variant names follow Secs. 4.2– 4.4. Variant

Movies Acc. Discrepancy

Toys R@5

Discrepancy

w/o Avail_Graph Encoding 61.44 ± 0.36 w/o Proto_Latent Synthesis 62.43 ± 0.43 w/o Reliab_Semantic Fusion 63.36 ± 0.37

4.30 3.31 2.38

68.89 ± 0.42 70.30 ± 0.46 71.82 ± 0.36

4.41 3.00 1.48

65.74 ± 0.31

73.30 ± 0.53

FedMGS (Full)

Table 5: Comparison on per-round complexity between the shared baselines in Tables 2–6 and FedMGS. Method

Extra client computation

Extra server computation

Extra communication

FedAvg

None beyond local training

FedProto

O (𝑛𝐶𝑑 ) O (𝑀𝑛𝑑 2 + 𝑀 2 𝑛𝑑 ) O (𝑀𝑛𝑑 2 ) O (𝐿𝑔 𝑒𝑑 + 𝑛𝑑 2 )

O (𝑆𝑃𝜃 ) O (𝑆𝑃𝜃 + 𝑆𝐶𝑑 ) O (𝑆𝑃𝜃 ) O (𝑆𝑃𝜃 )

O (𝑃𝜃 ) O (𝑃𝜃 + 𝐶𝑑 ) O (𝑃𝜃 ) O (𝑃𝜃 )

O (𝑆𝑃𝜃 )

O (𝑃𝜃 )

FedMAC FedMVP FedLap

plus spectral preprocessing

O (𝐿𝑔 𝑒𝐶 + 𝑄𝑛𝐶 ) O (𝑆 2 𝑄𝐶 + 𝑆 2 𝑃𝜃 ) O (𝑃𝜃 + 𝑄𝐶 ) mh-pflid O (2𝐿𝑔 𝑒𝑑 + 2𝑛𝑑 2 + 𝑟 𝑃𝜃 ) O (𝑆𝑟 𝑃𝜃 ) O (𝑟 𝑃𝜃 ) Pepsy O (𝑛𝑑 2 ) O (𝑆𝑃𝜃 ) O (𝑃𝜃 ) FedMGS (Ours) O (𝐿𝑔 𝑒𝑑 + 𝑀𝑛𝑑 2 + 𝑛𝐶𝑑 ) O (𝑆𝑃𝜃 + 𝑆𝑀𝐶𝑑 + 𝑀𝐶𝑑 ) O (𝑃𝜃 + 𝑀𝐶𝑑 + 𝑀𝐶 ) FedGTA

Removing any component reduces performance on both reported client-level missingness settings, confirming that the three modules contribute complementary evidence. The largest drop occurs when Avail_Graph Encoding is removed, which is consistent with the method design. If absent modality features enter propagation, the local graph encoder can spread unreliable semantics before synthesis begins. Removing Proto_Latent Synthesis also causes clear

degradation because clients with missing modalities lose access to cross-client class-modality anchors. Reliab_Semantic Fusion has a smaller but still measurable effect, indicating that the recovered latent should not be treated as uniformly reliable even when the synthesis module is present.

CIKM ’26, November 7–11, 2026, Rome, Italy

Anonymous Author(s)

Table 6: Representative robustness results across missingness rates. Results are reported as mean ± std. Best results are in bold, and second-best results are underlined. Movies (Acc)

DY (AUC)

KU (AUC)

Toys (R@5)

Method

𝜌 = 0.3

𝜌 = 0.5

𝜌 = 0.7

FedMGS (Ours)

+20.96%

+17.41%

+17.87%

Accuracy

AUC

88 86 84 82 0.09 0.07 0.05

0.5 0.4 0.3

0.03 0.01

0.2 0.1

𝜆 "%&

+1.42%

+1.89%

+1.85%

Node Classification Sensitivity Test

90

86 84 82 80 78 0.09 0.07 0.05

𝜆!

"# $#

0.5 0.4

0.03

0.3 0.01

0.2 0.1

𝜆 "%&

Figure 3: Hyperparameter sensitivity over Reconstruction loss weight, 𝜆rec , and Prototype loss weight 𝜆rec for modality matching on KU and node classification on Grocery.

6.5

𝜌 = 0.7

𝜌 = 0.3

𝜌 = 0.5

𝜌 = 0.7

𝜌 = 0.3

𝜌 = 0.5

𝜌 = 0.7

68.95 ± 0.35 65.74 ± 0.44 63.53 ± 0.60 80.12 ± 0.21 79.90 ± 0.30 78.32 ± 0.45 84.21 ± 0.56 83.19 ± 0.45 81.45 ± 0.67 74.24 ± 0.51 73.30 ± 0.54 71.23 ± 0.72

Modality Match Sensitivity Test

"# $#

𝜌 = 0.5

55.20 ± 0.58 54.03 ± 0.53 52.40 ± 0.76 76.30 ± 0.39 74.79 ± 0.43 73.20 ± 0.52 75.00 ± 0.57 73.31 ± 0.68 71.60 ± 0.84 65.50 ± 0.58 64.22 ± 0.70 62.80 ± 0.81 54.80 ± 0.58 53.45 ± 0.55 51.80 ± 0.73 77.10 ± 0.41 75.88 ± 0.41 74.60 ± 0.67 74.30 ± 0.55 72.74 ± 0.61 70.80 ± 0.74 63.80 ± 0.72 62.47 ± 0.80 61.10 ± 0.95 57.00 ± 0.50 55.99 ± 0.55 53.70 ± 0.71 78.20 ± 0.34 77.43 ± 0.38 76.00 ± 0.52 77.20 ± 0.51 75.74 ± 0.64 74.00 ± 0.71 66.90 ± 0.57 65.42 ± 0.70 63.80 ± 0.85 54.40 ± 0.56 53.12 ± 0.55 51.60 ± 0.72 77.80 ± 0.44 76.75 ± 0.44 75.30 ± 0.57 81.00 ± 0.53 79.53 ± 0.65 77.70 ± 0.75 64.10 ± 0.61 62.83 ± 0.71 61.50 ± 0.92 53.10 ± 0.56 52.40 ± 0.66 50.90 ± 0.74 76.20 ± 0.53 74.98 ± 0.56 73.50 ± 0.62 77.00 ± 0.67 75.22 ± 0.66 73.80 ± 0.83 62.60 ± 0.73 61.15 ± 0.79 59.80 ± 0.95 56.20 ± 0.45 55.25 ± 0.54 53.90 ± 0.75 79.00 ± 0.34 78.42 ± 0.42 76.90 ± 0.56 80.00 ± 0.53 78.54 ± 0.67 76.90 ± 0.81 68.30 ± 0.59 66.95 ± 0.74 65.20 ± 0.85 54.90 ± 0.59 53.76 ± 0.52 52.30 ± 0.65 77.00 ± 0.40 76.03 ± 0.43 74.70 ± 0.58 78.40 ± 0.63 76.87 ± 0.69 75.30 ± 0.83 69.10 ± 0.59 67.76 ± 0.79 66.10 ± 0.90 53.40 ± 0.47 51.96 ± 0.58 50.70 ± 0.74 77.30 ± 0.46 76.45 ± 0.53 75.00 ± 0.57 81.20 ± 0.59 79.84 ± 0.70 78.20 ± 0.72 70.00 ± 0.67 68.60 ± 0.78 66.90 ± 0.82

FedAvg FedProto FedMVP FedMAC FedLap FedGTA MH-pFLID PEPSY

𝜆!

𝜌 = 0.3

Hyperparameter Analysis (Answer for Q4)

To address Q4, Figure 3 varies the reconstruction weight 𝜆rec and the prototype loss weight 𝜆proto for modality matching and node classification. The reconstruction weight controls how strongly synthesized latent representations are constrained by observed modality representations, while the prototype loss weight controls the strength of semantic alignment between local representations and federated prototype references. FedMGS changes smoothly under different hyperparameter settings, suggesting that its performance is not tied to a narrow tuning range. Stronger regions generally appear when prototype alignment receives a relatively large weight. Modality matching favors strong prototype alignment with a conservative-to-moderate reconstruction weight, whereas node classification benefits from strong prototype alignment together with moderate-to-larger reconstruction regularization. This trend is consistent with the design of FedMGS: prototype-conditioned synthesis and prototype regularization stabilize cross-client semantics, while reconstruction keeps synthesized latents close to observed modality structure without overwhelming local graph context or task supervision. The figure also provides a practical tuning guideline. Prototyperelated regularization should remain active because it supplies crossclient semantic references used by synthesis and alignment, while 𝜆rec should be treated as a regularization weight rather than the main training signal. The smooth response surface in Figure 3 indicates that moderate-to-strong settings are sufficient without precise dataset-specific tuning.

6.6

+3.71%

+4.20%

+4.16%

+6.06%

+6.85%

+6.47%

Efficiency Analysis (Answer for Q5)

To address Q5, Figure 2 relates task performance to relative running-time overhead. For each task, the efficiency ratio is normalized by the fastest baseline, so smaller values indicate lower overhead within that task. Table 5 complements this comparison with per-round complexity between FedMGS and other baselines, where |𝑉 |, |𝐸|, 𝐶, and 𝑑 denote the numbers of local nodes, local edges, classes, and prototype dimensions, respectively. The results indicate that FedMGS obtains its accuracy gains with limited communication overhead relative to the baselines. Its additional cost mainly comes from local graph propagation and latent synthesis on clients, together with server-side aggregation of classmodality prototypes. The transmitted payload remains compact: clients send model parameters, prototype vectors (2𝐶𝑑 scalars), observation counts (2𝐶 scalars), and one sample count. Since these prototype statistics scale with classes and latent dimensions rather than local graph size, communication remains dominated by model parameters instead of raw data or synthesized explicit infomration, which further strengthen the privacy preservation needs.

7

Conclusion

This paper studies modality-imbalanced MM-FGL, where clients train over multimodal graphs while visual or textual evidence may be absent at the client level or node level. FedMGS addresses this setting by framing missing modalities as graph-aware latent semantic synthesis rather than raw feature reconstruction. Its availabilityaware graph encoder prevents unavailable modalities from entering message passing, its prototype-guided latent synthesizer imports class-modality semantics from federated prototype banks, and its reliability-calibrated fusion module regulates the influence of recovered latents before downstream readout. This design keeps raw features, topology, and node embeddings local while allowing clients to share compact semantic anchors. The experimental results support the proposed design across graph-supervised and cross-modal tasks.FedMGS achieves the best reported results over four downstream tasks and the Robustness test indicates that the method remains effective as missingness becomes milder or more severe. These findings indicate that graph-conditioned latent recovery is a practical solution. Future MM-FGL research can move beyond controlled missingness by studying dynamically evolving, and policy-constrained modalities in real deployments.

Towards Modality-imbalanced Federated Graph Learning: A Data Synthesis-based Approach

8

GenAI Usage Disclosure

Generative AI tools were used solely for language polishing, grammar checking, and improving the readability of the manuscript. They were not used for research ideation, method design, code generation, data processing, experiment execution, result analysis, or scientific claim generation. All research content, implementation, experiments, results, and conclusions were independently developed and verified by the authors. The authors take full responsibility for the content of this paper.

References [1] Javad Aliakbari, Johan Östman, Ashkan Panahi, and Alexandre Graell i Amat. 2025. Subgraph Federated Learning via Spectral Methods. In Advances in Neural Information Processing Systems, Vol. 38. https://arxiv.org/abs/2510.25657 [2] Jinheon Baek, Wonyong Jeong, Jiongdao Jin, Jaehong Yoon, and Sung Ju Hwang. 2023. Personalized Subgraph Federated Learning. In Proceedings of the 40th International Conference on Machine Learning. [3] Dongmin Bang, Sangsoo Lim, Sangseon Lee, and Sun Kim. 2023. Biomedical knowledge graph learning for drug repurposing by extending guilt-by-association to multiple layers. Nature Communications 14, 1 (2023), 3570. [4] Vincent D. Blondel, Jean-Loup Guillaume, Renaud Lambiotte, and Etienne Lefebvre. 2008. Fast unfolding of communities in large networks. Journal of Statistical Mechanics: Theory and Experiment 2008, 10 (2008), P10008. [5] Lei Cai, Jundong Li, Jie Wang, and Shuiwang Ji. 2021. Line Graph Neural Networks for Link Prediction. IEEE Transactions on Pattern Analysis and Machine Intelligence (2021). [6] Xuheng Cai, Chao Huang, Lianghao Xia, and Xubin Ren. 2023. LightGCL: Simple Yet Effective Graph Contrastive Learning for Recommendation. In International Conference on Learning Representations. [7] Liwei Che, Jiaqi Wang, Xinyue Liu, and Fenglong Ma. 2024. Leveraging Foundation Models for Multi-modal Federated Learning with Incomplete Modality. arXiv preprint arXiv:2406.11048. doi:10.48550/arXiv.2406.11048 [8] Chuan Chen, Weibo Hu, Ziyue Xu, and Zibin Zheng. 2021. FedGL: Federated Graph Learning Framework with Global Self-Supervision. arXiv preprint arXiv:2105.03170 (2021). [9] Zekai Chen, Xun Wu, Xunkai Li, Yihan Sun, Rong-Hua Li, and Guoren Wang. 2026. STAGE: Tackling Semantic Drift in Multimodal Federated Graph Learning. arXiv preprint arXiv:2605.11919. doi:10.48550/arXiv.2605.11919 [10] Tiantian Feng, Digbalay Bose, Tuo Zhang, Rajat Hebbar, Anil Ramakrishna, Rahul Gupta, Mi Zhang, Salman Avestimehr, and Shrikanth Narayanan. 2023. FedMultimodal: A Benchmark for Multimodal Federated Learning. In Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. Association for Computing Machinery, New York, NY, USA, 4035–4045. doi:10. 1145/3580305.3599825 [11] Xingbo Fu, Binchi Zhang, Yushun Dong, Chen Chen, and Jundong Li. 2022. Federated graph machine learning: A survey of concepts, techniques, and applications. ACM SIGKDD Explorations Newsletter 24, 2 (2022), 32–47. [12] Will Hamilton, Zhitao Ying, and Jure Leskovec. 2017. Inductive Representation Learning on Large Graphs. Advances in Neural Information Processing Systems (2017). [13] Chaoyang He, Keshav Balasubramanian, Emir Ceyani, Carl Yang, Han Xie, Lichao Sun, Lifang He, Liangwei Yang, Philip S. Yu, Yu Rong, et al. 2021. FedGraphNN: A Federated Learning Benchmark System for Graph Neural Networks. In International Conference on Learning Representations Workshop on Distributed and Private Machine Learning. [14] Yufei He, Yuan Sui, Xiaoxin He, Yue Liu, Yifei Sun, and Bryan Hooi. 2025. UniGraph2: Learning a Unified Embedding Space to Bind Multimodal Graphs. arXiv preprint arXiv:2502.00806. doi:10.48550/arXiv.2502.00806 [15] Woochang Hyun, Jaehong Lee, and Bongwon Suh. 2023. Anti-Money Laundering in Cryptocurrency via Multi-Relational Graph Neural Network. In Pacific-Asia Conference on Knowledge Discovery and Data Mining. Springer, 118–130. [16] Thomas N. Kipf and Max Welling. 2017. Semi-Supervised Classification with Graph Convolutional Networks. International Conference on Learning Representations (ICLR). https://openreview.net/forum?id=SJU4ayYgl [17] Huy Q. Le, Chu Myaet Thwal, Yu Qiao, Ye Lin Tun, Minh N. H. Nguyen, and Choong Seon Hong. 2024. Cross-Modal Prototype based Multimodal Federated Learning under Severely Missing Modality. arXiv preprint arXiv:2401.13898. doi:10.48550/arXiv.2401.13898 [18] Xunkai Li, Yuming Ai, Yinlin Zhu, Haodong Lu, Yi Zhang, Guohao Fu, Bowen Fan, Qiangqiang Dai, Rong-Hua Li, and Guoren Wang. 2026. MM-OpenFGL: A Comprehensive Benchmark for Multimodal Federated Graph Learning. arXiv preprint arXiv:2601.22416. doi:10.48550/arXiv.2601.22416

CIKM ’26, November 7–11, 2026, Rome, Italy

[19] Xunkai Li, Zhengyu Wu, Wentao Zhang, Henan Sun, Rong-Hua Li, and Guoren Wang. 2024. AdaFGL: A New Paradigm for Federated Node Classification with Topology Heterogeneity. arXiv preprint arXiv:2401.11750. doi:10.48550/arXiv. 2401.11750 [20] Xunkai Li, Zhengyu Wu, Wentao Zhang, Yinlin Zhu, Rong-Hua Li, and Guoren Wang. 2024. FedGTA: Topology-Aware Averaging for Federated Graph Learning. Proceedings of the VLDB Endowment 17, 1 (2024), 41–50. [21] H. Brendan McMahan, Eider Moore, Daniel Ramage, Seth Hampson, and Blaise Agüera y Arcas. 2017. Communication-Efficient Learning of Deep Networks from Decentralized Data. In Proceedings of the 20th International Conference on Artificial Intelligence and Statistics (Proceedings of Machine Learning Research, Vol. 54). PMLR, Fort Lauderdale, FL, USA, 1273–1282. https: //proceedings.mlr.press/v54/mcmahan17a.html [22] Manh Duong Nguyen, Trung Thanh Nguyen, Huy Hieu Pham, Trong Nghia Hoang, Phi Le Nguyen, and Thanh Trung Huynh. 2024. FedMAC: Tackling Partial-Modality Missing in Federated Learning with Cross-Modal Aggregation and Contrastive Regularization. arXiv preprint arXiv:2410.03070. doi:10.48550/ arXiv.2410.03070 [23] Tan Nguyen et al. 2025. PEPSY: Privacy-Preserving Embedding Controls for Heterogeneous Missing Modalities. Preprint. [24] Jianmo Ni, Jiacheng Li, and Julian J. McAuley. 2019. Justifying Recommendations using Distantly-Labeled Reviews and Fine-Grained Aspects. In EMNLP/IJCNLP (1). Association for Computational Linguistics, 188–197. [25] Zhirui Pan, Guangzhong Wang, Zhaoning Li, Lifeng Chen, Yang Bian, and Zhongyuan Lai. 2022. 2SFGL: A Simple And Robust Protocol For Graph-Based Fraud Detection. In 2022 IEEE International Conference on Cloud Computing Technology and Science. IEEE, 194–201. [26] Yuanzhe Peng, Jieming Bian, and Jie Xu. 2024. FedMM: Federated Multi-Modal Learning with Modality Heterogeneity in Computational Pathology. arXiv preprint arXiv:2402.15858. doi:10.48550/arXiv.2402.15858 [27] Bryan A. Plummer, Liwei Wang, Chris M. Cervantes, Juan C. Caicedo, Julia Hockenmaier, and Svetlana Lazebnik. 2015. Flickr30k Entities: Collecting Regionto-Phrase Correspondences for Richer Image-to-Sentence Models. In ICCV. IEEE Computer Society, 2641–2649. [28] Yue Tan, Yixin Liu, Guodong Long, Jing Jiang, Qinghua Lu, and Chengqi Zhang. 2023. Federated Learning on Non-IID Graphs via Structural Knowledge Sharing. Proceedings of the AAAI Conference on Artificial Intelligence 37, 8 (2023), 9953–9961. doi:10.1609/AAAI.V37I8.26187 [29] Yue Tan, Guodong Long, Lu Liu, Tianyi Zhou, Qinghua Lu, Jing Jiang, and Chengqi Zhang. 2022. FedProto: Federated Prototype Learning across Heterogeneous Clients. Proceedings of the AAAI Conference on Artificial Intelligence 36, 8 (2022), 8432–8440. doi:10.1609/aaai.v36i8.20819 [30] Mingwei Tang, Meng Liu, Hong Li, Junjie Yang, Chenglin Wei, Boyang Li, Dai Li, Rengan Xu, Yifan Xu, Zehua Zhang, Xiangyu Wang, Linfeng Liu, Yuelei Xie, Chengye Liu, Labib Fawaz, Li Li, Hongnan Wang, Bill Zhu, and Sri Reddy. 2024. Async Learned User Embeddings for Ads Delivery Optimization. arXiv:2406.05898 [cs.IR] https://arxiv.org/abs/2406.05898 [31] Zhulin Tao, Yinwei Wei, Xiang Wang, Xiangnan He, Xianglin Huang, and Tat-Seng Chua. 2020. MGAT: Multimodal Graph Attention Network for Recommendation. Information Processing & Management 57, 5 (2020), 102277. doi:10.1016/j.ipm.2020.102277 [32] Petar Veličković, Guillem Cucurull, Arantxa Casanova, Adriana Romero, Pietro Liò, and Yoshua Bengio. 2018. Graph Attention Networks. In ICLR. [33] Guancheng Wan, Wenke Huang, and Mang Ye. 2024. Federated Graph Learning under Domain Shift with Generalizable Prototypes. In Proceedings of the AAAI Conference on Artificial Intelligence, Vol. 38. 15429–15437. [34] Zhen Wang, Weirui Kuang, Yuexiang Xie, Liuyi Yao, Yaliang Li, Bolin Ding, and Jingren Zhou. 2022. FederatedScope-GNN: Towards a Unified, Comprehensive and Efficient Package for Federated Graph Learning. In Proceedings of the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. 4110–4120. [35] Yinwei Wei, Xiang Wang, Liqiang Nie, Xiangnan He, Richang Hong, and Tat-Seng Chua. 2019. MMGCN: Multi-modal Graph Convolution Network for Personalized Recommendation of Micro-video. In Proceedings of the 27th ACM International Conference on Multimedia. Association for Computing Machinery, New York, NY, USA, 1437–1445. doi:10.1145/3343031.3351034 [36] Xiaotong Wu, Jiaquan Gao, Muhammad Bilal, Fei Dai, Xiaolong Xu, Lianyong Qi, and Wanchun Dou. 2023. Federated learning-based private medical knowledge graph for epidemic surveillance in internet of things. Expert Systems (2023), e13372. [37] Zonghan Wu, Shirui Pan, Fengwen Chen, Guodong Long, Chengqi Zhang, and Philip S. Yu. 2020. A Comprehensive Survey on Graph Neural Networks. IEEE Transactions on Neural Networks and Learning Systems 32, 1 (2020), 4–24. [38] Han Xie, Jing Ma, Li Xiong, and Carl Yang. 2021. Federated Graph Classification over Non-IID Graphs. arXiv preprint arXiv:2106.13423. doi:10.48550/arXiv.2106. 13423 [39] Liang Xie, Ming Lin, Tuan Luan, Chao Li, Yixuan Fang, Qitao Shen, and Zongwei Wu. 2024. MH-pFLID: Model Heterogeneous Personalized Federated Learning via Injection and Distillation for Medical Data Analysis. arXiv preprint

CIKM ’26, November 7–11, 2026, Rome, Italy

arXiv:2405.06822 (2024). [40] Keyulu Xu, Weihua Hu, Jure Leskovec, and Stefanie Jegelka. 2019. How Powerful are Graph Neural Networks? International Conference on Learning Representations (2019). [41] Yuhang Yao, Weizhao Jin, Srivatsan Ravi, and Carlee Joe-Wong. 2024. FedGCN: Convergence-Communication Tradeoffs in Federated Training of Graph Convolutional Networks. Advances in Neural Information Processing Systems 36 (2024). [42] Huanding Zhang, Tao Shen, Fei Wu, Mingyang Yin, Hongxia Yang, and Chao Wu. 2021. Federated Graph Learning–A Position Paper. arXiv preprint arXiv:2105.11099 (2021). [43] Jiaqi Zhang, Yu Cheng, Yongxin Ni, Yunzhu Pan, Zheng Yuan, Junchen Fu, Youhua Li, Jie Wang, and Fajie Yuan. 2025. NineRec: A Benchmark Dataset Suite for Evaluating Transferable Recommendation. IEEE Trans. Pattern Anal. Mach. Intell. 47, 7 (2025), 5256–5267. [44] Ke Zhang, Carl Yang, Xiaoxiao Li, Lichao Sun, and Siu-Ming Yiu. 2021. Subgraph Federated Learning with Missing Neighbor Generation. In Advances in

Anonymous Author(s)

Neural Information Processing Systems, Vol. 34. Curran Associates, Inc., Red Hook, NY, USA, 6671–6682. https://proceedings.neurips.cc/paper/2021/hash/ 34adeb8e3242824038aa65460a47c29e-Abstract.html [45] Muhan Zhang and Yixin Chen. 2018. Link Prediction Based on Graph Neural Networks. Advances in Neural Information Processing Systems (2018). [46] Yu Zhou, Haixia Zheng, Xin Huang, Shufeng Hao, Dengao Li, and Jumin Zhao. 2022. Graph Neural Networks: Taxonomy, Advances, and Trends. ACM Transactions on Intelligent Systems and Technology 13, 1 (2022), 1–54. [47] Jing Zhu, Yuhang Zhou, Shengyi Qian, Zhongmou He, Tong Zhao, Neil Shah, and Danai Koutra. 2025. Mosaic of Modalities: A Comprehensive Benchmark for Multimodal Graph Learning. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. IEEE, Piscataway, NJ, USA, 14215–14224. doi:10.1109/CVPR52734.2025.01326 [48] Yinlin Zhu, Xunkai Li, Zhengyu Wu, Di Wu, Miao Hu, and Rong-Hua Li. 2024. FedTAD: Topology-aware Data-free Knowledge Distillation for Subgraph Federated Learning. arXiv preprint arXiv:2404.14061 (2024).

Record · ID 290587 · SHA-256 090e4b19cd85ab70
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.