paper-with-me

Papers

Knowledge-Enhanced Semi-Supervised Federated Learning for Aggregating Heterogeneous Lightweight Clients in IoT

2023-03-05 · Jiaqi Wang, Shenglai Zeng, Zewei Long, Yaqing Wang, Houping Xiao, Fenglong Ma

Federated learning (FL) enables multiple clients to train models collaboratively without sharing local data, which has achieved promising results in different areas, including the Internet of Things (IoT). However, end IoT devices do not have abilities to automatically annotate their collected data, which leads to the label shortage issue at the client side. To collaboratively train an FL model, we can only use a small number of labeled data stored on the server. This is a new yet practical scenario in federated learning, i.e., labels-at-server semi-supervised federated learning (SemiFL). Although several SemiFL approaches have been proposed recently, none of them can focus on the personalization issue in their model design. IoT environments make SemiFL more challenging, as we need to take device computational constraints and communication cost into consideration simultaneously. To tackle these new challenges together, we propose a novel SemiFL framework named pFedKnow. pFedKnow generates lightweight personalized client models via neural network pruning techniques to reduce communication cost. Moreover, it incorporates pretrained large models as prior knowledge to guide the aggregation of personalized client models and further enhance the framework performance. Experiment results on both image and text datasets show that the proposed pFedKnow outperforms state-of-the-art baselines as well as reducing considerable communication cost. The source code of the proposed pFedKnow is available at https://github.com/JackqqWang/pfedknow/tree/master.

📄 PDF Abstract BibTeX arXiv:2303.02668

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningNetwork Pruning

Methods 이 논문이 사용한 방법론

None 설명 없음
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Dealing With Heterogeneous 3D MR Knee Images: A Federated Few-Shot Learning Method With Dual Knowledge Distillation

2023-03-25 · Xiaoxiao He, Chaowei Tan, Bo Liu, Liping Si 외

Federated Learning has gained popularity among medical institutions since it enables collaborative training between clients (e.g., hospitals) without aggregating data. However, due to the high cost associated with creati…

Federated LearningFew-Shot LearningKnowledge Distillation

RSCFed: Random Sampling Consensus Federated Semi-supervised Learning

2022-03-26 · CVPR 2022 1 · Xiaoxiao Liang, Yiqun Lin, Huazhu Fu, Lei Zhu 외

Federated semi-supervised learning (FSSL) aims to derive a global model by training fully-labeled and fully-unlabeled clients or training partially labeled clients. The existing approaches work well when local clients ha…

Federated Learning

Federated Semi-Supervised Learning with Inter-Client Consistency & Disjoint Learning

2020-06-22 · ICLR 2021 1 · Wonyong Jeong, Jaehong Yoon, Eunho Yang, Sung Ju Hwang

While existing federated learning approaches mostly require that clients have fully-labeled data to train on, in realistic settings, data obtained at the client-side often comes without any accompanying labels. Such defi…

Federated Learning

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

Mind the Gap: Confidence Discrepancy Can Guide Federated Semi-Supervised Learning Across Pseudo-Mismatch

2025-03-17 · CVPR 2025 1 · Yijie Liu, Xinyi Shang, Yiqun Zhang, Yang Lu 외

Federated Semi-Supervised Learning (FSSL) aims to leverage unlabeled data across clients with limited labeled data to train a global model with strong generalization ability. Most FSSL methods rely on consistency regular…

Federated LearningPseudo Label