paper-with-me

Papers

How to escape sharp minima with random perturbations

2023-05-25 · Kwangjun Ahn, Ali Jadbabaie, Suvrit Sra

Modern machine learning applications have witnessed the remarkable success of optimization algorithms that are designed to find flat minima. Motivated by this design choice, we undertake a formal study that (i) formulates the notion of flat minima, and (ii) studies the complexity of finding them. Specifically, we adopt the trace of the Hessian of the cost function as a measure of flatness, and use it to formally define the notion of approximate flat minima. Under this notion, we then analyze algorithms that find approximate flat minima efficiently. For general cost functions, we discuss a gradient-based algorithm that finds an approximate flat local minimum efficiently. The main component of the algorithm is to use gradients computed from randomly perturbed iterates to estimate a direction that leads to flatter minima. For the setting where the cost function is an empirical risk over training data, we present a faster algorithm that is inspired by a recently proposed practical algorithm called sharpness-aware minimization, supporting its success in practice.

📄 PDF Abstract BibTeX arXiv:2305.15659

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Exponential escape efficiency of SGD from sharp minima in non-stationary regime

2021-11-07 · Hikaru Ibayashi, Masaaki Imaizumi

We show that stochastic gradient descent (SGD) escapes from sharp minima exponentially fast even before SGD reaches stationary distribution. SGD has been a de-facto standard training algorithm for various machine learnin…

Open-Ended Question Answering

Escaping Local Minima Provably in Non-convex Matrix Sensing: A Deterministic Framework via Simulated Lifting

2026-02-05 · Tianqi Shen, Jinji Yang, Junze He, Kunhan Gao 외 arxiv

Low-rank matrix sensing is a fundamental yet challenging nonconvex problem whose optimization landscape typically contains numerous spurious local minima, making it difficult for gradient-based optimizers to converge to …

Statistics of C. elegans turning behavior reveals optimality under biasing constraints

2023-11-01 · W. Mathijs Rozemuller, Steffen Werner, Antonio Carlos Costa, Liam O'Shaughnessy 외

Animal locomotion is often subject to constraints arising from anatomical/physiological asymmetries. We use the nematode C.~elegans as a minimal model system to ask whether such constraints might shape locomotion pattern…

Anatomy

Dynamic of Stochastic Gradient Descent with State-Dependent Noise

2020-06-24 · Qi Meng, Shiqi Gong, Wei Chen, Zhi-Ming Ma 외

Stochastic gradient descent (SGD) and its variants are mainstream methods to train deep neural networks. Since neural networks are non-convex, more and more works study the dynamic behavior of SGD and the impact to its g…

Gradient Descent Can Take Exponential Time to Escape Saddle Points

2017-05-29 · NeurIPS 2017 12 · Simon S. Du, Chi Jin, Jason D. Lee, Michael. I. Jordan 외

Although gradient descent (GD) almost always escapes saddle points asymptotically [Lee et al., 2016], this paper shows that even with fairly natural random initialization schemes and non-pathological functions, GD can be…