paper-with-me

홈 › Papers

Exploiting Label Skews in Federated Learning with Model Concatenation

2023-12-11 · Yiqun Diao, Qinbin Li, Bingsheng He

Federated Learning (FL) has emerged as a promising solution to perform deep learning on different data owners without exchanging raw data. However, non-IID data has been a key challenge in FL, which could significantly degrade the accuracy of the final model. Among different non-IID types, label skews have been challenging and common in image classification and other tasks. Instead of averaging the local models in most previous studies, we propose FedConcat, a simple and effective approach that concatenates these local models as the base of the global model to effectively aggregate the local knowledge. To reduce the size of the global model, we adopt the clustering technique to group the clients by their label distributions and collaboratively train a model inside each cluster. We theoretically analyze the advantage of concatenation over averaging by analyzing the information bottleneck of deep neural networks. Experimental results demonstrate that FedConcat achieves significantly higher accuracy than previous state-of-the-art FL methods in various heterogeneous label skew distribution settings and meanwhile has lower communication costs. Our code is publicly available at https://github.com/sjtudyq/FedConcat.

📄 PDF Abstract BibTeX arXiv:2312.06290

Code (1)

sjtudyq/fedconcat 공식 구현 pytorch

Tasks

Federated Learningimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Exploring Vacant Classes in Label-Skewed Federated Learning

2024-01-04 · Kuangpu Guo, Yuhe Ding, Jian Liang, Ran He 외

Label skews, characterized by disparities in local label distribution across clients, pose a significant challenge in federated learning. As minority classes suffer from worse accuracy due to overfitting on local imbalan…

Federated LearningKnowledge Distillation

AutoFed: Heterogeneity-Aware Federated Multimodal Learning for Robust Autonomous Driving

2023-02-17 · Tianyue Zheng, Ang Li, Zhe Chen, Hongbo Wang 외

Object detection with on-board sensors (e.g., lidar, radar, and camera) play a crucial role in autonomous driving (AD), and these sensors complement each other in modalities. While crowdsensing may potentially exploit th…

Autonomous DrivingAutonomous VehiclesFederated LearningImputation+2

FedCC: Towards Addressing Label Distribution Skews in Distillation-Based Federated Learning

2026-08-24 · Wenxuan Ye, Onur Ayan, Xueli An, Georg Carle arxiv

Federated Learning (FL) enables distributed clients to collaboratively train models without sharing raw data, making it promising for leveraging massive devices in communication networks. In distillation-based FL, each c…

Federated Learning

FedPylot: Navigating Federated Learning for Real-Time Object Detection in Internet of Vehicles

2024-06-05 · Cyprien Quéméneur, Soumaya Cherkaoui

The Internet of Vehicles (IoV) emerges as a pivotal component for autonomous driving and intelligent transportation systems (ITS), by enabling low-latency big data processing in a dense interconnected network that compri…

Autonomous DrivingAutonomous VehiclesFederated LearningObject Detection+1

AskewSGD : An Annealed interval-constrained Optimisation method to train Quantized Neural Networks

2022-11-07 · Louis Leconte, Sholom Schechtman, Eric Moulines

In this paper, we develop a new algorithm, Annealed Skewed SGD - AskewSGD - for training deep neural networks (DNNs) with quantized weights. First, we formulate the training of quantized neural networks (QNNs) as a smoot…