paper-with-me

Papers

Decoupled Subgraph Federated Learning

2024-02-29 · Javad Aliakbari, Johan Östman, Alexandre Graell i Amat

We address the challenge of federated learning on graph-structured data distributed across multiple clients. Specifically, we focus on the prevalent scenario of interconnected subgraphs, where interconnections between different clients play a critical role. We present a novel framework for this scenario, named FedStruct, that harnesses deep structural dependencies. To uphold privacy, unlike existing methods, FedStruct eliminates the necessity of sharing or generating sensitive node features or embeddings among clients. Instead, it leverages explicit global graph structure information to capture inter-node dependencies. We validate the effectiveness of FedStruct through experimental results conducted on six datasets for semi-supervised node classification, showcasing performance close to the centralized approach across various scenarios, including different data partitioning methods, varying levels of label availability, and number of clients.

📄 PDF Abstract BibTeX arXiv:2402.19163

Code (1)

JavadAliakbari/FedStruct pytorch

Tasks

Federated LearningNode Classification

Methods 이 논문이 사용한 방법론

Uphold 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

AdaFGL: A New Paradigm for Federated Node Classification with Topology Heterogeneity

2024-01-22 · Xunkai Li, Zhengyu Wu, Wentao Zhang, Henan Sun 외

Recently, Federated Graph Learning (FGL) has attracted significant attention as a distributed framework based on graph neural networks, primarily due to its capability to break data silos. Existing FGL studies employ com…

Federated LearningGraph LearningNode Classification

Subgraph Federated Learning with Missing Neighbor Generation

2021-06-25 · NeurIPS 2021 12 · Ke Zhang, Carl Yang, Xiaoxiao Li, Lichao Sun 외

Graphs have been widely used in data mining and machine learning due to their unique representation of real-world objects and their interactions. As graphs are getting bigger and bigger nowadays, it is common to see thei…

Federated LearningGraph Mining

Personalized Subgraph Federated Learning

2022-06-21 · Jinheon Baek, Wonyong Jeong, Jiongdao Jin, Jaehong Yoon 외

Subgraphs of a larger global graph may be distributed across multiple devices, and only locally accessible due to privacy restrictions, although there may be links between subgraphs. Recently proposed subgraph Federated …

Federated Learning

Low-pass Personalized Subgraph Federated Recommendation

2026-03-20 · Wooseok Sim, Hogun Park arxiv

Federated Recommender Systems (FRS) preserve privacy by training decentralized models on client-specific user-item subgraphs without sharing raw data. However, FRS faces a unique challenge: subgraph structural imbalance,…

FedGrAINS: Personalized SubGraph Federated Learning with Adaptive Neighbor Sampling

2025-01-22 · Emir Ceyani, Han Xie, Baturalp Buyukates, Carl Yang 외

Graphs are crucial for modeling relational and biological data. As datasets grow larger in real-world scenarios, the risk of exposing sensitive information increases, making privacy-preserving training methods like feder…

Federated LearningPrivacy Preserving