paper-with-me

Papers

Randomized Iterative Methods for Linear Systems: Momentum, Inexactness and Gossip

2019-09-26 · Nicolas Loizou

In the era of big data, one of the key challenges is the development of novel optimization algorithms that can accommodate vast amounts of data while at the same time satisfying constraints and limitations of the problem under study. The need to solve optimization problems is ubiquitous in essentially all quantitative areas of human endeavor, including industry and science. In the last decade there has been a surge in the demand from practitioners, in fields such as machine learning, computer vision, artificial intelligence, signal processing and data science, for new methods able to cope with these new large scale problems. In this thesis we are focusing on the design, complexity analysis and efficient implementations of such algorithms. In particular, we are interested in the development of randomized iterative methods for solving large scale linear systems, stochastic quadratic optimization problems, the best approximation problem and quadratic optimization problems. A large part of the thesis is also devoted to the development of efficient methods for obtaining average consensus on large scale networks.

📄 PDF Abstract BibTeX arXiv:1909.12176

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Revisiting Randomized Gossip Algorithms: General Framework, Convergence Rates and Novel Block and Accelerated Protocols

2019-05-20 · Nicolas Loizou, Peter Richtárik

In this work we present a new framework for the analysis and design of randomized gossip algorithms for solving the average consensus problem. We show how classical randomized iterative methods for solving linear systems…

Randomized Kaczmarz with geometrically smoothed momentum

2024-01-17 · Seth J. Alderman, Roan W. Luikart, Nicholas F. Marshall

This paper studies the effect of adding geometrically smoothed momentum to the randomized Kaczmarz algorithm, which is an instance of stochastic gradient descent on a linear least squares loss function. We prove a result…

Muon with Nesterov Momentum: Heavy-Tailed Noise and (Randomized) Inexact Polar Decomposition

2026-05-07 · Sayantan Choudhury, Xiaoran Cheng, Martin Takáč, Sen Na 외 arxiv

Most first-order optimizers treat matrix-valued parameters as vectors, ignoring the intrinsic geometry of hidden-layer weights in neural networks. Muon addresses this mismatch by updating along the polar factor of a mome…

MIST: L0 Sparse Linear Regression with Momentum

2014-09-25 · Goran Marjanovic, Magnus O. Ulfarsson, Alfred O. Hero III

Significant attention has been given to minimizing a penalized least squares criterion for estimating sparse solutions to large linear systems of equations. The penalty is responsible for inducing sparsity and the natura…

regression

On the fast convergence of minibatch heavy ball momentum

2022-06-15 · Raghu Bollapragada, Tyler Chen, Rachel Ward

Simple stochastic momentum methods are widely used in machine learning optimization, but their good practical performance is at odds with an absence of theoretical guarantees of acceleration in the literature. In this wo…