paper-with-me

Papers

FedX: Unsupervised Federated Learning with Cross Knowledge Distillation

2022-07-19 · Sungwon Han, Sungwon Park, Fangzhao Wu, Sundong Kim, Chuhan Wu, Xing Xie, Meeyoung Cha

This paper presents FedX, an unsupervised federated learning framework. Our model learns unbiased representation from decentralized and heterogeneous local data. It employs a two-sided knowledge distillation with contrastive learning as a core component, allowing the federated system to function without requiring clients to share any data features. Furthermore, its adaptable architecture can be used as an add-on module for existing unsupervised algorithms in federated settings. Experiments show that our model improves performance significantly (1.58--5.52pp) on five unsupervised algorithms.

📄 PDF Abstract BibTeX arXiv:2207.09158

Code (1)

sungwon-han/fedx 공식 구현 pytorch

Tasks

Contrastive LearningFederated LearningKnowledge Distillation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

FedXGBoost: Privacy-Preserving XGBoost for Federated Learning

2021-06-20 · Nhan Khanh Le, Yang Liu, Quang Minh Nguyen, Qingchen Liu 외

Federated learning is the distributed machine learning framework that enables collaborative training across multiple parties while ensuring data privacy. Practical adaptation of XGBoost, the state-of-the-art tree boostin…

Federated LearningPrivacy Preserving

FedX: Adaptive Model Decomposition and Quantization for IoT Federated Learning

2025-04-17 · Phung Lai, Xiaopeng Jiang, Hai Phan, Cristian Borcea 외

Federated Learning (FL) allows collaborative training among multiple devices without data sharing, thus enabling privacy-sensitive applications on mobile or Internet of Things (IoT) devices, such as mobile health and ass…

Federated LearningQuantization

FedX: Explanation-Guided Pruning for Communication-Efficient Federated Learning in Remote Sensing

2025-08-08 · Barış Büyüktaş, Jonas Klotz, Begüm Demir arxiv

Federated learning (FL) enables the collaborative training of deep neural networks across decentralized data archives (i.e., clients), where each client stores data locally and only shares model updates with a central se…

Scene ClassificationImage ClassificationFederated Learning

An Efficient Learning Framework For Federated XGBoost Using Secret Sharing And Distributed Optimization

2021-05-12 · Lunchen Xie, Jiaqi Liu, Songtao Lu, Tsung-Hui Chang 외

XGBoost is one of the most widely used machine learning models in the industry due to its superior learning accuracy and efficiency. Targeting at data isolation issues in the big data problems, it is crucial to deploy a …

Distributed Optimization

Cloud-based Federated Boosting for Mobile Crowdsensing

2020-05-09 · Zhuzhu Wang, Yilong Yang, Yang Liu, Ximeng Liu 외

The application of federated extreme gradient boosting to mobile crowdsensing apps brings several benefits, in particular high performance on efficiency and classification. However, it also brings a new challenge for dat…

Federated LearningGeneral ClassificationGenerative Adversarial NetworkPrivacy Preserving+1