paper-with-me

홈 › Papers

Gradient Descent with Provably Tuned Learning-rate Schedules

2025-12-04 · Dravyansh Sharma arxiv

Gradient-based iterative optimization methods are the workhorse of modern machine learning. They crucially rely on careful tuning of parameters like learning rate and momentum. However, one typically sets them using heuristic approaches without formal near-optimality guarantees. Recent work by Gupta and Roughgarden studies how to learn a good step-size in gradient descent. However, like most of the literature with theoretical guarantees for gradient-based optimization, their results rely on strong assumptions on the function class including convexity and smoothness which do not hold in typical applications. In this work, we develop novel analytical tools for provably tuning hyperparameters in gradient-based algorithms that apply to non-convex and non-smooth functions. We obtain matching sample complexity bounds for learning the step-size in gradient descent shown for smooth, convex functions in prior work (up to logarithmic factors) but for a much broader class of functions. Our analysis applies to gradient descent on neural networks with commonly used activation functions (including ReLU, sigmoid and tanh). We extend our framework to tuning multiple hyperparameters, including tuning the learning rate schedule, simultaneously tuning momentum and step-size, and pre-training the initialization vector. Our approach can be used to bound the sample complexity for minimizing both the validation loss as well as the number of gradient descent iterations.

📄 PDF Abstract BibTeX arXiv:2512.05084

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Accelerating SGDM via Learning Rate and Batch Size Schedules: A Lyapunov-Based Analysis

2025-08-05 · Yuichi Kondo, Hideaki Iiduka arxiv

We analyze the convergence behavior of stochastic gradient descent with momentum (SGDM) under dynamic learning-rate and batch-size schedules by introducing a novel and simpler Lyapunov function. We extend the existing th…

Anytime Pretraining: Horizon-Free Learning-Rate Schedules with Weight Averaging

2026-02-03 · Alexandru Meterez, Pranav Ajit Nair, Depen Morwani, Cengiz Pehlevan 외 arxiv

Large language models are increasingly trained in continual or open-ended settings, where the total training horizon is not known in advance. Despite this, most existing pretraining recipes are not anytime: they rely on …

Tuning-Free Sampling via Optimization on the Space of Probability Measures

2025-10-29 · Louis Sharrock, Christopher Nemeth arxiv

We introduce adaptive, tuning-free step size schedules for gradient-based sampling algorithms obtained as time-discretizations of Wasserstein gradient flows. The result is a suite of tuning-free sampling algorithms, incl…

Stochastic Optimization

How Data Augmentation affects Optimization for Linear Regression

2020-10-21 · NeurIPS 2021 12 · Boris Hanin, Yi Sun

Though data augmentation has rapidly emerged as a key tool for optimization in modern machine learning, a clear picture of how augmentation schedules affect optimization and interact with optimization hyperparameters suc…

Data AugmentationregressionStochastic Optimization

Adaptive Batch Sizes Using Non-Euclidean Gradient Noise Scales for Stochastic Sign and Spectral Descent

2026-02-03 · Hiroki Naganuma, Shagun Gupta, Youssef Briki, Ioannis Mitliagkas 외 arxiv

To maximize hardware utilization, modern machine learning systems typically employ large constant or manually tuned batch size schedules, relying on heuristics that are brittle and costly to tune. Existing adaptive strat…