paper-with-me

Papers

Don't be so Monotone: Relaxing Stochastic Line Search in Over-Parameterized Models

2023-06-22 · NeurIPS 2023 11

Recent works have shown that line search methods can speed up Stochastic Gradient Descent (SGD) and Adam in modern over-parameterized settings. However, existing line searches may take steps that are smaller than necessary since they require a monotone decrease of the (mini-)batch objective function. We explore nonmonotone line search methods to relax this condition and possibly accept larger step sizes. Despite the lack of a monotonic decrease, we prove the same fast rates of convergence as in the monotone case. Our experiments show that nonmonotone methods improve the speed of convergence and generalization properties of SGD/Adam even beyond the previous monotone line searches. We propose a POlyak NOnmonotone Stochastic (PoNoS) method, obtained by combining a nonmonotone line search with a Polyak initial step size. Furthermore, we develop a new resetting technique that in the majority of the iterations reduces the amount of backtracks to zero while still maintaining a large initial step size. To the best of our knowledge, a first runtime comparison shows that the epoch-wise advantage of line-search-based methods gets reflected in the overall computational time.

📄 PDF Abstract BibTeX arXiv:2306.12747

Code (1)

leonardogalli91/ponos pytorch

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Stochastic Halpern Iteration with Variance Reduction for Stochastic Monotone Inclusions

2022-03-17 · Xufeng Cai, Chaobing Song, Cristóbal Guzmán, Jelena Diakonikolas

We study stochastic monotone inclusion problems, which widely appear in machine learning applications, including robust regression and adversarial learning. We propose novel variants of stochastic Halpern iteration with …

Stochastic $k$-Submodular Bandits with Full Bandit Feedback

2024-12-14 · Guanyu Nie, Vaneet Aggarwal, Christopher John Quinn

In this paper, we present the first sublinear $\alpha$-regret bounds for online $k$-submodular optimization problems with full-bandit feedback, where $\alpha$ is a corresponding offline approximation ratio. Specifically,…

Variance-Reduced Splitting Schemes for Monotone Stochastic Generalized Equations

2020-08-26 · Shisheng Cui, Uday V. Shanbhag

We consider monotone inclusion problems where the operators may be expectation-valued, a class of problems that subsumes convex stochastic optimization problems as well as subclasses of stochastic variational inequality …

Stochastic Optimization

Forward Reachability for Discrete-Time Nonlinear Stochastic Systems via Mixed-Monotonicity and Stochastic Order

2024-07-04 · Vignesh Sivaramakrishnan, Rosalyn A. Devonport, Murat Arcak, Meeko M. K. Oishi

We present a method to overapproximate forward stochastic reach sets of discrete-time, stochastic nonlinear systems with interval geometry. This is made possible by extending the theory of mixed-monotone systems to incor…

Online Learning for Non-monotone Submodular Maximization: From Full Information to Bandit Feedback

2022-08-16 · Qixin Zhang, Zengde Deng, Zaiyi Chen, Kuangqi Zhou 외

In this paper, we revisit the online non-monotone continuous DR-submodular maximization problem over a down-closed convex set, which finds wide real-world applications in the domain of machine learning, economics, and op…