paper-with-me

홈 › Papers

FedWalk: Communication Efficient Federated Unsupervised Node Embedding with Differential Privacy

2022-05-31 · Qiying Pan, Yifei Zhu

Node embedding aims to map nodes in the complex graph into low-dimensional representations. The real-world large-scale graphs and difficulties of labeling motivate wide studies of unsupervised node embedding problems. Nevertheless, previous effort mostly operates in a centralized setting where a complete graph is given. With the growing awareness of data privacy, data holders who are only aware of one vertex and its neighbours demand greater privacy protection. In this paper, we introduce FedWalk, a random-walk-based unsupervised node embedding algorithm that operates in such a node-level visibility graph with raw graph information remaining locally. FedWalk is designed to offer centralized competitive graph representation capability with data privacy protection and great communication efficiency. FedWalk instantiates the prevalent federated paradigm and contains three modules. We first design a hierarchical clustering tree (HCT) constructor to extract the structural feature of each node. A dynamic time warping algorithm seamlessly handles the structural heterogeneity across different nodes. Based on the constructed HCT, we then design a random walk generator, wherein a sequence encoder is designed to preserve privacy and a two-hop neighbor predictor is designed to save communication cost. The generated random walks are then used to update node embedding based on a SkipGram model. Extensive experiments on two large graphs demonstrate that Fed-Walk achieves competitive representativeness as a centralized node embedding algorithm does with only up to 1.8% Micro-F1 score and 4.4% Marco-F1 score loss while reducing about 6.7 times of inter-device communication per walk.

📄 PDF Abstract BibTeX arXiv:2205.15896

Code (0)

등록된 구현이 없습니다.

Tasks

Dynamic Time Warping

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Federated Graph Learning with Adaptive Importance-based Sampling

2024-09-23 · Anran Li, YuanYuan Chen, Chao Ren, Wenhan Wang 외

For privacy-preserving graph learning tasks involving distributed graph datasets, federated learning (FL)-based GCN (FedGCN) training is required. A key challenge for FedGCN is scaling to large-scale graphs, which typica…

Federated LearningGraph LearningGraph SamplingPrivacy Preserving

FedC4: Graph Condensation Meets Client-Client Collaboration for Efficient and Private Federated Graph Learning

2025-04-19 · Zekai Chen, Xunkai Li, Yinlin Zhu, Rong-Hua Li 외

Federated Graph Learning (FGL) is an emerging distributed learning paradigm that enables collaborative model training over decentralized graph-structured data while preserving local privacy. Existing FGL methods can be c…

Graph Learning

Provably Communication-Efficient and Privacy-Preserving Federated Graph Neural Networks

2026-05-25 · Zhishuai Guo, Wenhan Wu, Chen Chen, Lei Zhang 외 arxiv

Graph neural networks (GNNs) achieve strong performance on relational data, but real-world graphs are often distributed across organizations that cannot share raw data due to privacy and policy constraints. Existing fede…

Data Poisoning Attacks on Federated Machine Learning

2020-04-19 · Gan Sun, Yang Cong, Jiahua Dong, Qiang Wang 외

Federated machine learning which enables resource constrained node devices (e.g., mobile phones and IoT devices) to learn a shared model while keeping the training data local, can provide privacy, security and economic b…

BIG-bench Machine LearningData PoisoningFederated LearningMulti-Task Learning

GraphScale: A Framework to Enable Machine Learning over Billion-node Graphs

2024-07-22 · Vipul Gupta, Xin Chen, Ruoyun Huang, Fanlong Meng 외

Graph Neural Networks (GNNs) have emerged as powerful tools for supervised machine learning over graph-structured data, while sampling-based node representation learning is widely utilized in unsupervised learning. Howev…

Representation Learning