paper-with-me

Papers

An Adaptive Incremental Gradient Method With Support for Non-Euclidean Norms

2022-04-28 · Binghui Xie, Chenhan Jin, Kaiwen Zhou, James Cheng, Wei Meng

Stochastic variance reduced methods have shown strong performance in solving finite-sum problems. However, these methods usually require the users to manually tune the step-size, which is time-consuming or even infeasible for some large-scale optimization tasks. To overcome the problem, we propose and analyze several novel adaptive variants of the popular SAGA algorithm. Eventually, we design a variant of Barzilai-Borwein step-size which is tailored for the incremental gradient method to ensure memory efficiency and fast convergence. We establish its convergence guarantees under general settings that allow non-Euclidean norms in the definition of smoothness and the composite objectives, which cover a broad range of applications in machine learning. We improve the analysis of SAGA to support non-Euclidean norms, which fills the void of existing work. Numerical experiments on standard datasets demonstrate a competitive performance of the proposed algorithm compared with existing variance-reduced methods and their adaptive variants.

📄 PDF Abstract BibTeX arXiv:2205.02273

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SAGA SAGA is a method in the spirit of SAG, SDCA, MISO and SVRG, a set of recently proposed incremental gradient algorithms with fast linear convergence rates. SAGA improves on the…

Similar Papers 제목 키워드 기반

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…

RATQ: A Universal Fixed-Length Quantizer for Stochastic Optimization

2019-08-22 · Prathamesh Mayekar, Himanshu Tyagi

We present Rotated Adaptive Tetra-iterated Quantizer (RATQ), a fixed-length quantizer for gradients in first order stochastic optimization. RATQ is easy to implement and involves only a Hadamard transform computation and…

QuantizationStochastic Optimization

The Power of Adaptivity in SGD: Self-Tuning Step Sizes with Unbounded Gradients and Affine Variance

2022-02-11 · Matthew Faw, Isidoros Tziotis, Constantine Caramanis, Aryan Mokhtari 외

We study convergence rates of AdaGrad-Norm as an exemplar of adaptive stochastic gradient methods (SGD), where the step sizes change based on observed stochastic gradients, for minimizing non-convex, smooth objectives. D…

An Exploration of Non-Euclidean Gradient Descent: Muon and its Many Variants

2025-10-10 · Michael Crawshaw, Chirag Modi, Mingrui Liu, Robert M. Gower arxiv

To define a steepest descent method over a neural network, we need to choose a norm for each layer, a way to aggregate these norms across layers, and whether to use normalization. We systematically explore different alte…

On the Overlooked Pitfalls of Weight Decay and How to Mitigate Them: A Gradient-Norm Perspective

2020-11-23 · NeurIPS 2023 11 · Zeke Xie, Zhiqiang Xu, Jingzhao Zhang, Issei Sato 외

Weight decay is a simple yet powerful regularization technique that has been very widely used in training of deep neural networks (DNNs). While weight decay has attracted much attention, previous studies fail to discover…