paper-with-me

홈 › Papers

FedMix: Approximation of Mixup under Mean Augmented Federated Learning

2021-07-01 · ICLR 2021 1 · Tehrim Yoon, Sumin Shin, Sung Ju Hwang, Eunho Yang

Federated learning (FL) allows edge devices to collectively learn a model without directly sharing data within each device, thus preserving privacy and eliminating the need to store data globally. While there are promising results under the assumption of independent and identically distributed (iid) local data, current state-of-the-art algorithms suffer from performance degradation as the heterogeneity of local data across clients increases. To resolve this issue, we propose a simple framework, Mean Augmented Federated Learning (MAFL), where clients send and receive averaged local data, subject to the privacy requirements of target applications. Under our framework, we propose a new augmentation algorithm, named FedMix, which is inspired by a phenomenal yet simple data augmentation method, Mixup, but does not require local raw data to be directly shared among devices. Our method shows greatly improved performance in the standard benchmark datasets of FL, under highly non-iid federated settings, compared to conventional algorithms.

📄 PDF Abstract BibTeX arXiv:2107.00233

Code (1)

smduan/Fed-TDA pytorch

Tasks

Data AugmentationFederated Learning

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

FedMix: Mixed Supervised Federated Learning for Medical Image Segmentation

2022-05-04 · Jeffry Wicaksana, Zengqiang Yan, Dong Zhang, Xijie Huang 외

The purpose of federated learning is to enable multiple clients to jointly train a machine learning model without sharing data. However, the existing methods for training an image segmentation model have been based on an…

Federated LearningImage SegmentationLesion SegmentationMedical Image Segmentation+4

RankMixup: Ranking-Based Mixup Training for Network Calibration

2023-08-23 · ICCV 2023 1 · Jongyoun Noh, Hyekang Park, Junghyup Lee, Bumsub Ham

Network calibration aims to accurately estimate the level of confidences, which is particularly important for employing deep neural networks in real-world systems. Recent approaches leverage mixup to calibrate the networ…

Federated Mixture of Experts

2021-07-14 · Matthias Reisser, Christos Louizos, Efstratios Gavves, Max Welling

Federated learning (FL) has emerged as the predominant approach for collaborative training of neural network models across multiple users, without the need to gather the data at a central location. One of the important c…

Federated LearningMixture-of-Experts

Saliency Grafting: Innocuous Attribution-Guided Mixup with Calibrated Label Mixing

2021-12-16 · Joonhyung Park, June Yong Yang, Jinwoo Shin, Sung Ju Hwang 외

The Mixup scheme suggests mixing a pair of samples to create an augmented training sample and has gained considerable attention recently for improving the generalizability of neural networks. A straightforward and widely…

AMPLIFY:Attention-based Mixup for Performance Improvement and Label Smoothing in Transformer

2023-09-22 · Leixin Yang, Yu Xiang

Mixup is an effective data augmentation method that generates new augmented samples by aggregating linear combinations of different original samples. However, if there are noises or aberrant features in the original samp…

Data AugmentationSentencetext-classificationText Classification