paper-with-me

홈 › Papers

Gradient Descent and the Power Method: Exploiting their connection to find the leftmost eigen-pair and escape saddle points

2022-11-02 · Rachael Tappenden, Martin Takáč

This work shows that applying Gradient Descent (GD) with a fixed step size to minimize a (possibly nonconvex) quadratic function is equivalent to running the Power Method (PM) on the gradients. The connection between GD with a fixed step size and the PM, both with and without fixed momentum, is thus established. Consequently, valuable eigen-information is available via GD. Recent examples show that GD with a fixed step size, applied to locally quadratic nonconvex functions, can take exponential time to escape saddle points (Simon S. Du, Chi Jin, Jason D. Lee, Michael I. Jordan, Aarti Singh, and Barnabas Poczos: "Gradient descent can take exponential time to escape saddle points"; S. Paternain, A. Mokhtari, and A. Ribeiro: "A newton-based method for nonconvex optimization with fast evasion of saddle points"). Here, those examples are revisited and it is shown that eigenvalue information was missing, so that the examples may not provide a complete picture of the potential practical behaviour of GD. Thus, ongoing investigation of the behaviour of GD on nonconvex functions, possibly with an \emph{adaptive} or \emph{variable} step size, is warranted. It is shown that, in the special case of a quadratic in $R^2$, if an eigenvalue is known, then GD with a fixed step size will converge in two iterations, and a complete eigen-decomposition is available. By considering the dynamics of the gradients and iterates, new step size strategies are proposed to improve the practical performance of GD. Several numerical examples are presented, which demonstrate the advantages of exploiting the GD--PM connection.

📄 PDF Abstract BibTeX arXiv:2211.00866

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Michael 설명 없음

Similar Papers 제목 키워드 기반

Towards Deepening Graph Neural Networks: A GNTK-based Optimization Perspective

2021-03-03 · ICLR 2022 4 · Wei Huang, Yayong Li, Weitao Du, Jie Yin 외

Graph convolutional networks (GCNs) and their variants have achieved great success in dealing with graph-structured data. Nevertheless, it is well known that deep GCNs suffer from the over-smoothing problem, where node r…

Optimize TSK Fuzzy Systems for Regression Problems: Mini-Batch Gradient Descent with Regularization, DropRule and AdaBound (MBGD-RDA)

2019-03-26 · Dongrui Wu, Ye Yuan, Yihua Tan

Takagi-Sugeno-Kang (TSK) fuzzy systems are very useful machine learning models for regression problems. However, to our knowledge, there has not existed an efficient and effective training algorithm that ensures their ge…

Learning to learn with backpropagation of Hebbian plasticity

2016-09-08 · Thomas Miconi

Hebbian plasticity is a powerful principle that allows biological brains to learn from their lifetime experience. By contrast, artificial neural networks trained with backpropagation generally have fixed connection weigh…

Continual LearningLifelong learningOne-Shot Learning

Turning Channel Noise into an Accelerator for Over-the-Air Principal Component Analysis

2021-04-20 · Zezhong Zhang, Guangxu Zhu, Rui Wang, Vincent K. N. Lau 외

Recently years, the attempts on distilling mobile data into useful knowledge has been led to the deployment of machine learning algorithms at the network edge. Principal component analysis (PCA) is a classic technique fo…

Data Compression

The Physical Systems Behind Optimization Algorithms

2016-12-08 · NeurIPS 2018 12 · Lin F. Yang, R. Arora, V. Braverman, Tuo Zhao

We use differential equations based approaches to provide some {\it \textbf{physics}} insights into analyzing the dynamics of popular optimization algorithms in machine learning. In particular, we study gradient descent,…

BIG-bench Machine Learning