paper-with-me

홈 › Papers

SparseRL-Sync: Lossless Weight Synchronization with ~100x Less Communication

2026-05-08 · Lucas Hu, Ranchi Zhao, Isaac Zhu, Zach Zhang, Hscos Zhang, Hugh Yin, Jason Zhao arxiv

In large-scale reinforcement learning (RL) systems with decoupled Trainer-Rollout execution, the Trainer must regularly synchronize policy weights to the Rollout side to limit policy staleness. When inter-node bandwidth is abundant, such synchronization is usually only a small fraction of end-to-end cost. As model size grows, however, the communication demand rises rapidly. In bandwidth-constrained or network-variable deployments -- for example, cross-datacenter or cross-cluster settings, heterogeneous resource pools, and online RL -- weight synchronization can become a dominant bottleneck for throughput and tail latency. We observe that, in mainstream large-model RL training, the locations where parameters actually change are highly sparse at the element level (often 99%+ sparsity). Building on this observation, we propose and implement SparseRL-Sync, which replaces full-weight transfers with a lossless sparse update payload (indices and values) that can be exactly reconstructed on the inference side, thereby preserving 100% fidelity. Under a simplified cost model, sparse synchronization reduces the per-update communication volume from S to approximately S/X; with 99% sparsity (X ~ 100), this yields about a 100x reduction in transmitted data. Combined with appropriate bucketing, SparseRL-Sync also reduces launch and control-plane overhead, significantly improving scalability and end-to-end efficiency in bandwidth-limited and highly asynchronous RL settings.

📄 PDF Abstract BibTeX arXiv:2605.07330

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Understanding and Exploiting Weight Update Sparsity for Communication-Efficient Distributed RL

2026-02-03 · Erfan Miahi, Eugene Belilovsky arxiv

Bandwidth-constrained distributed reinforcement learning (RL) post-training of large language models is bottlenecked by two channels: weight synchronization from trainers to inference workers, and gradient or pseudo-grad…

Reinforcement Learning

Event-Based Control for Synchronization of Stochastic Linear Systems with Application to Distributed Estimation

2022-05-13 · Jiaqi Yan, Yilin Mo, Hideaki Ishii

This paper studies the synchronization of stochastic linear systems which are subject to a general class of noises, in the sense that the noises are bounded in covariance but might be correlated with the states of agents…

Synchronization and Control for Multi-Weighted and Directed Complex Networks

2021-03-28 · Xiwei Liu

The study of complex networks with multi-weights has been a hot topic recently. For a network with a single weight, previous studies have shown that they can promote synchronization. But for complex networks with multi-w…

UCCL-Zip: Lossless Compression Supercharged GPU Communication

2026-04-19 · Shuang Ma, Chon Lam Lao, Zhiying Xu, Zhuang Wang 외 arxiv

The rapid growth of large language models (LLMs) has made GPU communication a critical bottleneck. While prior work reduces communication volume via quantization or lossy compression, these approaches introduce numerical…

Time Synchronization in Wireless Sensor Networks based on Newtons Adaptive Algorithm

2018-10-13

This paper proposes a novel time synchronization protocol inspired by the adaptive Newton search algorithm. The clock model of nodes are modeled as an adaptive filter and a pairwise steady state and convergence analyses …