MMFGL: Multimodal Federated Graph Learning—training graph models across decentralized clients holding multimodal data (text, images, graph structure) without sharing raw data.
MMAG: Multimodal-Attributed Graph—a graph where nodes are associated with multiple types of data modalities (e.g., an image and a text description) and edges represent relationships.
Modality-NonIID: A simulation setting where different clients hold disjoint or partial sets of modalities (e.g., Client A has only text, Client B has only images).
Topology-Unavailable: A setting where the explicit graph structure (edges) is missing or hidden for privacy, requiring models to infer or reconstruct topology.
Graph Foundation Model (GFM): Large-scale pre-trained graph models designed to learn generic structural and semantic representations that can be fine-tuned for various downstream tasks.
MH-pFLID: A heterogeneous federated graph learning method designed to handle personalization and system heterogeneity.
FedAvg: Federated Averaging—the standard algorithm for aggregating local model updates into a global model by averaging weights.
Homophily: The tendency of nodes with similar labels or features to be connected in a graph.
End-to-End Pipeline: Standard federated learning approach where a task-specific model is trained from scratch via iterative communication.
Two-Stage Pipeline: A strategy involving federated pre-training of a foundation model followed by local fine-tuning on specific client tasks.