paper-with-me

Papers

FedWon: Triumphing Multi-domain Federated Learning Without Normalization

2023-06-09 · Weiming Zhuang, Lingjuan Lyu

Federated learning (FL) enhances data privacy with collaborative in-situ training on decentralized clients. Nevertheless, FL encounters challenges due to non-independent and identically distributed (non-i.i.d) data, leading to potential performance degradation and hindered convergence. While prior studies predominantly addressed the issue of skewed label distribution, our research addresses a crucial yet frequently overlooked problem known as multi-domain FL. In this scenario, clients' data originate from diverse domains with distinct feature distributions, instead of label distributions. To address the multi-domain problem in FL, we propose a novel method called Federated learning Without normalizations (FedWon). FedWon draws inspiration from the observation that batch normalization (BN) faces challenges in effectively modeling the statistics of multiple domains, while existing normalization techniques possess their own limitations. In order to address these issues, FedWon eliminates the normalization layers in FL and reparameterizes convolution layers with scaled weight standardization. Through extensive experimentation on five datasets and five models, our comprehensive experimental results demonstrate that FedWon surpasses both FedAvg and the current state-of-the-art method (FedBN) across all experimental setups, achieving notable accuracy improvements of more than 10% in certain domains. Furthermore, FedWon is versatile for both cross-silo and cross-device FL, exhibiting robust domain generalization capability, showcasing strong performance even with a batch size as small as 1, thereby catering to resource-constrained devices. Additionally, FedWon can also effectively tackle the challenge of skewed label distribution.

📄 PDF Abstract BibTeX arXiv:2306.05879

Code (0)

등록된 구현이 없습니다.

Tasks

Domain GeneralizationFederated Learning

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Cross-Domain Federated Learning in Medical Imaging

2021-12-18 · Vishwa S Parekh, Shuhao Lai, Vladimir Braverman, Jeff Leal 외

Federated learning is increasingly being explored in the field of medical imaging to train deep learning models on large scale datasets distributed across different data centers while preserving privacy by avoiding the n…

Deep LearningFederated LearningLesion Segmentationobject-detection+2

FACT: Federated Adversarial Cross Training

2023-06-01 · Stefan Schrod, Jonas Lippl, Andreas Schäfer, Michael Altenbuchinger

Federated Learning (FL) facilitates distributed model development to aggregate multiple confidential data sources. The information transfer among clients can be compromised by distributional differences, i.e., by non-i.i…

Domain AdaptationFederated LearningMulti-Source Unsupervised Domain AdaptationSource-Free Domain Adaptation+1

Federated CycleGAN for Privacy-Preserving Image-to-Image Translation

2021-06-17 · Joonyoung Song, Jong Chul Ye

Unsupervised image-to-image translation methods such as CycleGAN learn to convert images from one domain to another using unpaired training data sets from different domains. Unfortunately, these approaches still require …

Federated LearningImage-to-Image TranslationPrivacy PreservingTranslation+1

The Computational Limits of Deep Learning

2020-07-10 · Neil C. Thompson, Kristjan Greenewald, Keeheon Lee, Gabriel F. Manso

Deep learning's recent history has been one of achievement: from triumphing over humans in the game of Go to world-leading performance in image classification, voice recognition, translation, and other tasks. But this pr…

Deep LearningGame of Goimage-classificationImage Classification+1

Towards Federated Domain Unlearning: Verification Methodologies and Challenges

2024-06-05 · Kahou Tam, Kewei Xu, Li Li, Huazhu Fu

Federated Learning (FL) has evolved as a powerful tool for collaborative model training across multiple entities, ensuring data privacy in sensitive sectors such as healthcare and finance. However, the introduction of th…

Federated LearningSpecificity