paper-with-me

홈 › Papers

Federated Learning with Limited Node Labels

2024-06-18 · Bisheng Tang, Xiaojun Chen, Shaopu Wang, Yuexin Xuan, Zhendong Zhao

Subgraph federated learning (SFL) is a research methodology that has gained significant attention for its potential to handle distributed graph-structured data. In SFL, the local model comprises graph neural networks (GNNs) with a partial graph structure. However, some SFL models have overlooked the significance of missing cross-subgraph edges, which can lead to local GNNs being unable to message-pass global representations to other parties' GNNs. Moreover, existing SFL models require substantial labeled data, which limits their practical applications. To overcome these limitations, we present a novel SFL framework called FedMpa that aims to learn cross-subgraph node representations. FedMpa first trains a multilayer perceptron (MLP) model using a small amount of data and then propagates the federated feature to the local structures. To further improve the embedding representation of nodes with local subgraphs, we introduce the FedMpae method, which reconstructs the local graph structure with an innovation view that applies pooling operation to form super-nodes. Our extensive experiments on six graph datasets demonstrate that FedMpa is highly effective in node classification. Furthermore, our ablation experiments verify the effectiveness of FedMpa.

📄 PDF Abstract BibTeX arXiv:2406.12435

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningNode Classification

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Label Inference Attacks against Node-level Vertical Federated GNNs

2023-08-04 · Marco Arazzi, Mauro Conti, Stefanos Koffas, Marina Krcek 외

Federated learning enables collaborative training of machine learning models by keeping the raw data of the involved workers private. Three of its main objectives are to improve the models' privacy, security, and scalabi…

Federated LearningNode ClassificationVertical Federated Learning

FedRewind: Rewinding Continual Model Exchange for Decentralized Federated Learning

2024-11-14 · Luca Palazzo, Matteo Pennisi, Federica Proietto Salanitri, Giovanni Bellitto 외

In this paper, we present FedRewind, a novel approach to decentralized federated learning that leverages model exchange among nodes to address the issue of data distribution shift. Drawing inspiration from continual lear…

Continual LearningFederated Learning

FedRGL: Robust Federated Graph Learning for Label Noise

2024-11-28 · De Li, Haodong Qian, Qiyu Li, Zhou Tan 외

Federated Graph Learning (FGL) is a distributed machine learning paradigm based on graph neural networks, enabling secure and collaborative modeling of local graph data among clients. However, label noise can degrade the…

Contrastive LearningGraph Learning

Real-Time Edge Intelligence in the Making: A Collaborative Learning Framework via Federated Meta-Learning

2020-01-09 · Sen Lin, Guang Yang, Junshan Zhang

Many IoT applications at the network edge demand intelligent decisions in a real-time manner. The edge device alone, however, often cannot achieve real-time edge intelligence due to its constrained computing resources an…

Meta-Learning

Node Selection Toward Faster Convergence for Federated Learning on Non-IID Data

2021-05-14 · Hongda Wu, Ping Wang

Federated Learning (FL) is a distributed learning paradigm that enables a large number of resource-limited nodes to collaboratively train a model without data sharing. The non-independent-and-identically-distributed (non…

Federated Learning