paper-with-me

Papers

CSER: Communication-efficient SGD with Error Reset

2020-07-26 · NeurIPS 2020 12 · Cong Xie, Shuai Zheng, Oluwasanmi Koyejo, Indranil Gupta, Mu Li, Haibin Lin

The scalability of Distributed Stochastic Gradient Descent (SGD) is today limited by communication bottlenecks. We propose a novel SGD variant: Communication-efficient SGD with Error Reset, or CSER. The key idea in CSER is first a new technique called "error reset" that adapts arbitrary compressors for SGD, producing bifurcated local models with periodic reset of resulting local residual errors. Second we introduce partial synchronization for both the gradients and the models, leveraging advantages from them. We prove the convergence of CSER for smooth non-convex problems. Empirical results show that when combined with highly aggressive compressors, the CSER algorithms accelerate the distributed training by nearly 10x for CIFAR-100, and by 4.5x for ImageNet.

📄 PDF Abstract BibTeX arXiv:2007.13221

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Pre-Training with Syntactic Structure Prediction for Chinese Semantic Error Recognition

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Existing Chinese text error detection mainly focuses on spelling errors and simple grammatical errors. These errors have been studied extensively and are relatively simple for humans. Chinese Semantic Error Recognition (…

Improving Pre-trained Language Models with Syntactic Dependency Prediction Task for Chinese Semantic Error Recognition

2022-04-15 · Bo Sun, Baoxin Wang, Wanxiang Che, Dayong Wu 외

Existing Chinese text error detection mainly focuses on spelling and simple grammatical errors. These errors have been studied extensively and are relatively simple for humans. On the contrary, Chinese semantic errors ar…

Binary ClassificationDiversitySentence

A Novel Global Context-aware Deep Neural Network for Enhanced Brain Tumor Segmentation using Magnetic Resonance Images

2026-05-28 · Sourjya Mukherjee, Ananya Bhattacharjee, R. Murugan arxiv

Brain cancer's severity necessitates precise brain tumor segmentation, which is crucial for effective brain tumor diagnosis. Manual identification, burdened by high costs, labor, and error risks, highlights the need for …

Brain Tumor Segmentation

Joint Coreset Construction and Quantization for Distributed Machine Learning

2022-04-13 · Hanlin Lu, Changchang Liu, Shiqiang Wang, Ting He 외

Coresets are small, weighted summaries of larger datasets, aiming at providing provable error bounds for machine learning (ML) tasks while significantly reducing the communication and computation costs. To achieve a bett…

BIG-bench Machine LearningQuantization

SpecServe: Efficient and SLO-Aware Large Language Model Serving with Adaptive Speculative Decoding

2025-03-07 · Kaiyu Huang, Hao Wu, Zhubo Shi, Han Zou 외

Large Language Model (LLM) services often face challenges in achieving low inference latency and meeting Service Level Objectives (SLOs) under dynamic request patterns. Speculative decoding, which exploits lightweight mo…

Language ModelingLanguage ModellingLarge Language Model