paper-with-me

Papers

Pisces: Efficient Federated Learning via Guided Asynchronous Training

2022-06-18 · Zhifeng Jiang, Wei Wang, Baochun Li, Bo Li

Federated learning (FL) is typically performed in a synchronous parallel manner, where the involvement of a slow client delays a training iteration. Current FL systems employ a participant selection strategy to select fast clients with quality data in each iteration. However, this is not always possible in practice, and the selection strategy often has to navigate an unpleasant trade-off between the speed and the data quality of clients. In this paper, we present Pisces, an asynchronous FL system with intelligent participant selection and model aggregation for accelerated training. To avoid incurring excessive resource cost and stale training computation, Pisces uses a novel scoring mechanism to identify suitable clients to participate in a training iteration. It also adapts the pace of model aggregation to dynamically bound the progress gap between the selected clients and the server, with a provable convergence guarantee in a smooth non-convex setting. We have implemented Pisces in an open-source FL platform called Plato, and evaluated its performance in large-scale experiments with popular vision and language models. Pisces outperforms the state-of-the-art synchronous and asynchronous schemes, accelerating the time-to-accuracy by up to 2.0x and 1.9x, respectively.

📄 PDF Abstract BibTeX arXiv:2206.09264

Code (1)

SamuelGong/Pisces pytorch

Tasks

Federated LearningNavigate

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Pisces: An Auto-regressive Foundation Model for Image Understanding and Generation

2025-06-12 · Zhiyang Xu, Jiuhai Chen, Zhaojiang Lin, Xichen Pan 외

Recent advances in large language models (LLMs) have enabled multimodal foundation models to tackle both image understanding and generation within a unified framework. Despite these gains, unified models often underperfo…

Image Generationmultimodal generation

PISCES: Annotation-free Text-to-Video Post-Training via Optimal Transport-Aligned Rewards

2026-02-02 · Minh-Quan Le, Gaurav Mittal, Cheng Zhao, David Gu 외 arxiv

Text-to-video (T2V) generation aims to synthesize videos with high visual quality and temporal consistency that are semantically aligned with input text. Reward-based post-training has emerged as a promising direction to…

Reinforcement LearningVideo Generation

Mitigating Participation Imbalance Bias in Asynchronous Federated Learning

2025-11-24 · Xiangyu Chang, Manyi Yao, Srikanth V. Krishnamurthy, Christian R. Shelton 외 arxiv

In Asynchronous Federated Learning (AFL), the central server immediately updates the global model with each arriving client's contribution. As a result, clients perform their local training on different model versions, c…

Federated Learning

FADAS: Towards Federated Adaptive Asynchronous Optimization

2024-07-25 · Yujia Wang, Shiqiang Wang, Songtao Lu, Jinghui Chen

Federated learning (FL) has emerged as a widely adopted training paradigm for privacy-preserving machine learning. While the SGD-based FL algorithms have demonstrated considerable success in the past, there is a growing …

Federated LearningPrivacy Preserving

Corrected with the Latest Version: Make Robust Asynchronous Federated Learning Possible

2025-04-05 · Chaoyi Lu, Yiding Sun, Pengbo Li, Zhichuan Yang

As an emerging paradigm of federated learning, asynchronous federated learning offers significant speed advantages over traditional synchronous federated learning. Unlike synchronous federated learning, which requires wa…

Federated LearningKnowledge Distillation