paper-with-me

Papers

AdaScale SGD: A Scale-Invariant Algorithm for Distributed Training

2019-09-25 · Tyler B. Johnson, Pulkit Agrawal, Haijie Gu, Carlos Guestrin

When using distributed training to speed up stochastic gradient descent, learning rates must adapt to new scales in order to maintain training effectiveness. Re-tuning these parameters is resource intensive, while fixed scaling rules often degrade model quality. We propose AdaScale SGD, a practical and principled algorithm that is approximately scale invariant. By continually adapting to the gradient’s variance, AdaScale often trains at a wide range of scales with nearly identical results. We describe this invariance formally through AdaScale’s convergence bounds. As the batch size increases, the bounds maintain final objective values, while smoothly transitioning away from linear speed-ups. In empirical comparisons, AdaScale trains well beyond the batch size limits of popular “linear learning rate scaling” rules. This includes large-scale training without model degradation for machine translation, image classification, object detection, and speech recognition tasks. The algorithm introduces negligible computational overhead and no tuning parameters, making AdaScale an attractive choice for large-scale training.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationMachine Translationobject-detectionObject Detectionspeech-recognitionSpeech RecognitionTranslation

Similar Papers 제목 키워드 기반

AdaScale SGD: A User-Friendly Algorithm for Distributed Training

2020-07-09 · ICML 2020 1 · Tyler B. Johnson, Pulkit Agrawal, Haijie Gu, Carlos Guestrin

When using large-batch training to speed up stochastic gradient descent, learning rates must adapt to new batch sizes in order to maximize speed-ups and preserve model quality. Re-tuning learning rates is resource intens…

image-classificationImage ClassificationMachine Translationobject-detection+4

AdaScale: Dynamic Context-aware DNN Scaling via Automated Adaptation Loop on Mobile Devices

2024-12-01 · Yuzhan Wang, Sicong Liu, Bin Guo, Boqi Zhang 외

Deep learning is reshaping mobile applications, with a growing trend of deploying deep neural networks (DNNs) directly to mobile and embedded devices to address real-time performance and privacy. To accommodate local res…

AdaSCALE: Adaptive Scaling for OOD Detection

2025-03-11 · Sudarshan Regmi

The ability of the deep learning model to recognize when a sample falls outside its learned distribution is critical for safe and reliable deployment. Recent state-of-the-art out-of-distribution (OOD) detection methods l…

Out of Distribution (OOD) Detection

Rethinking Trust Region Bayesian Optimization in High Dimensions

2026-04-24 · Wei-Ting Tang, Joel A. Paulson arxiv

Trust Region Bayesian Optimization (TuRBO) is an effective strategy for alleviating the curse of dimensionality in high-dimensional black-box optimization. However, inappropriate lengthscale design can cause the local Ga…

Trajectory Planning

AdaScale: Towards Real-time Video Object Detection Using Adaptive Scaling

2019-02-08 · Ting-Wu Chin, Ruizhou Ding, Diana Marculescu

In vision-enabled autonomous systems such as robots and autonomous cars, video object detection plays a crucial role, and both its speed and accuracy are important factors to provide reliable operation. The key insight w…

object-detectionObject DetectionVideo Object Detection