paper-with-me

홈 › Papers

Universality of Gradient Descent Neural Network Training

2020-07-27 · G. Welper

It has been observed that design choices of neural networks are often crucial for their successful optimization. In this article, we therefore discuss the question if it is always possible to redesign a neural network so that it trains well with gradient descent. This yields the following universality result: If, for a given network, there is any algorithm that can find good network weights for a classification task, then there exists an extension of this network that reproduces these weights and the corresponding forward output by mere gradient descent training. The construction is not intended for practical computations, but it provides some orientation on the possibilities of meta-learning and related approaches.

📄 PDF Abstract BibTeX arXiv:2007.13664

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-Learning

Similar Papers 제목 키워드 기반

Meta-Learning and Universality: Deep Representations and Gradient Descent can Approximate any Learning Algorithm

2017-10-31 · ICLR 2018 1 · Chelsea Finn, Sergey Levine

Learning to learn is a powerful paradigm for enabling models to learn from data more effectively and efficiently. A popular approach to meta-learning is to train a recurrent model to read in a training dataset as input a…

Meta-Learning

Long-time dynamics and universality of nonconvex gradient descent

2025-09-14 · Qiyang Han arxiv

This paper develops a general approach to characterize the long-time trajectory behavior of nonconvex gradient descent in generalized single-index models in the large aspect ratio regime. In this regime, we show that for…

Frequency Principle in Deep Learning Beyond Gradient-descent-based Training

2021-01-04 · Yuheng Ma, Zhi-Qin John Xu, Jiwei Zhang

Frequency perspective recently makes progress in understanding deep learning. It has been widely verified in both empirical and theoretical studies that deep neural networks (DNNs) often fit the target function from low …

Deep Learning

Tensor Programs IIb: Architectural Universality of Neural Tangent Kernel Training Dynamics

2021-05-08 · Greg Yang, Etai Littwin

Yang (2020a) recently showed that the Neural Tangent Kernel (NTK) at initialization has an infinite-width limit for a large class of architectures including modern staples such as ResNet and Transformers. However, their …

On the non-universality of deep learning: quantifying the cost of symmetry

2022-08-05 · Emmanuel Abbe, Enric Boix-Adsera

We prove limitations on what neural networks trained by noisy gradient descent (GD) can efficiently learn. Our results apply whenever GD training is equivariant, which holds for many standard architectures and initializa…