paper-with-me

Papers

Astraea: Self-balancing Federated Learning for Improving Classification Accuracy of Mobile Deep Learning Applications

2019-07-02 · Moming Duan, Duo Liu, Xianzhang Chen, Yujuan Tan, Jinting Ren, Lei Qiao, Liang Liang

Federated learning (FL) is a distributed deep learning method which enables multiple participants, such as mobile phones and IoT devices, to contribute a neural network model while their private training data remains in local devices. This distributed approach is promising in the edge computing system where have a large corpus of decentralized data and require high privacy. However, unlike the common training dataset, the data distribution of the edge computing system is imbalanced which will introduce biases in the model training and cause a decrease in accuracy of federated learning applications. In this paper, we demonstrate that the imbalanced distributed training data will cause accuracy degradation in FL. To counter this problem, we build a self-balancing federated learning framework call Astraea, which alleviates the imbalances by 1) Global data distribution based data augmentation, and 2) Mediator based multi-client rescheduling. The proposed framework relieves global imbalance by runtime data augmentation, and for averaging the local imbalance, it creates the mediator to reschedule the training of clients based on Kullback-Leibler divergence (KLD) of their data distribution. Compared with FedAvg, the state-of-the-art FL algorithm, Astraea shows +5.59% and +5.89% improvement of top-1 accuracy on the imbalanced EMNIST and imbalanced CINIC-10 datasets, respectively. Meanwhile, the communication traffic of Astraea can be 82% lower than that of FedAvg.

📄 PDF Abstract BibTeX arXiv:1907.01132

Code (1)

mtang724/Self-Balancing-Federated-Learning pytorch

Tasks

Data AugmentationEdge-computingFederated LearningGeneral Classification

Similar Papers 제목 키워드 기반

Astraea: Grammar-based Fairness Testing

2020-10-06 · Ezekiel Soremekun, Sakshi Udeshi, Sudipta Chattopadhyay

Software often produces biased outputs. In particular, machine learning (ML) based software are known to produce erroneous predictions when processing discriminatory inputs. Such unfair program behavior can be caused by …

FairnessFault Diagnosis

Astraea: A State-Aware Scheduling Engine for LLM-Powered Agents

2025-12-16 · Hongqiu Ni, Jiabao Zhang, Guopeng Li, Zilong Wang 외 arxiv

Large Language Models (LLMs) are increasingly being deployed as intelligent agents. Their multi-stage workflows, which alternate between local computation and calls to external network services like Web APIs, introduce a…

Astraea: A GPU-Oriented Token-wise Acceleration Framework for Video Diffusion Transformers

2025-06-05 · Haosong Liu, Yuge Cheng, Zihan Liu, Aiyue Chen 외

Video diffusion transformers (vDiTs) have made impressive progress in text-to-video generation, but their high computational demands present major challenges for practical deployment. While existing acceleration methods …

GPUText-to-Video GenerationToken ReductionVideo Generation

Towards Fair and Efficient Learning-based Congestion Control

2024-03-04 · Xudong Liao, Han Tian, Chaoliang Zeng, Xinchen Wan 외

Recent years have witnessed a plethora of learning-based solutions for congestion control (CC) that demonstrate better performance over traditional TCP schemes. However, they fail to provide consistently good convergence…

Deep Reinforcement LearningFairness

DRL-Based Federated Self-Supervised Learning for Task Offloading and Resource Allocation in ISAC-Enabled Vehicle Edge Computing

2024-08-27 · Xueying Gu, Qiong Wu, Pingyi Fan, Nan Cheng 외

Intelligent Transportation Systems (ITS) leverage Integrated Sensing and Communications (ISAC) to enhance data exchange between vehicles and infrastructure in the Internet of Vehicles (IoV). This integration inevitably i…

CPUEdge-computingISACSelf-Supervised Learning