中文
相关论文

相关论文: Exact Solutions of a Deep Linear Network

200 篇论文

Deep neural networks (DNNs) have demonstrated dominating performance in many fields; since AlexNet, networks used in practice are going wider and deeper. On the theoretical side, a long line of works has been focusing on training neural…

机器学习 · 计算机科学 2019-06-18 Zeyuan Allen-Zhu , Yuanzhi Li , Zhao Song

The largest eigenvalue of the Hessian, or sharpness, of neural networks is a key quantity to understand their optimization dynamics. In this paper, we study the sharpness of deep linear networks for univariate regression. Minimizers can…

机器学习 · 统计学 2024-10-29 Pierre Marion , Lénaïc Chizat

We give a simple local Polyak-Lojasiewicz (PL) criterion that guarantees linear (exponential) convergence of gradient flow and gradient descent to a zero-loss solution of a nonnegative objective. We then verify this criterion for the…

机器学习 · 计算机科学 2026-02-23 Sourav Chatterjee

Modern machine learning models are often trained in a setting where the number of parameters exceeds the number of training samples. To understand the implicit bias of gradient descent in such overparameterized models, prior work has…

机器学习 · 统计学 2025-10-29 Hannes Matt , Dominik Stöger

We consider the problem of learning a one-hidden-layer neural network: we assume the input $x\in \mathbb{R}^d$ is from Gaussian distribution and the label $y = a^\top \sigma(Bx) + \xi$, where $a$ is a nonnegative vector in $\mathbb{R}^m$…

机器学习 · 计算机科学 2017-11-06 Rong Ge , Jason D. Lee , Tengyu Ma

This paper tackles the problem of training a deep convolutional neural network with both low-precision weights and low-bitwidth activations. Optimizing a low-precision network is very challenging since the training process can easily get…

计算机视觉与模式识别 · 计算机科学 2021-06-05 Bohan Zhuang , Chunhua Shen , Mingkui Tan , Lingqiao Liu , Ian Reid

The loss surface of deep neural networks has recently attracted interest in the optimization and machine learning communities as a prime example of high-dimensional non-convex problem. Some insights were recently gained using spin glass…

机器学习 · 统计学 2017-06-05 C. Daniel Freeman , Joan Bruna

The selection of initial parameter values for gradient-based optimization of deep neural networks is one of the most impactful hyperparameter choices in deep learning systems, affecting both convergence times and model performance. Yet…

机器学习 · 计算机科学 2020-01-17 Wei Hu , Lechao Xiao , Jeffrey Pennington

We examine the squared error loss landscape of shallow linear neural networks. We show---with significantly milder assumptions than previous works---that the corresponding optimization problems have benign geometric properties: there are no…

机器学习 · 计算机科学 2018-11-06 Zhihui Zhu , Daniel Soudry , Yonina C. Eldar , Michael B. Wakin

An interesting approach to analyzing neural networks that has received renewed attention is to examine the equivalent kernel of the neural network. This is based on the fact that a fully connected feedforward network with one hidden layer,…

机器学习 · 计算机科学 2018-06-04 Russell Tsuchida , Farbod Roosta-Khorasani , Marcus Gallagher

For any given neural network architecture a permutation of weights and biases results in the same functional network. This implies that optimization algorithms used to `train' or `learn' the network are faced with a very large number (in…

最优化与控制 · 数学 2022-02-22 Harbir Antil , Thomas S. Brown , Rainald Löhner , Fumiya Togashi , Deepanshu Verma

Weight initialization plays an important role in training neural networks and also affects tremendous deep learning applications. Various weight initialization strategies have already been developed for different activation functions with…

机器学习 · 计算机科学 2022-08-09 Qipin Chen , Wenrui Hao , Juncai He

The work "Loss Landscape Sightseeing with Multi-Point Optimization" (Skorokhodov and Burtsev, 2019) demonstrated that one can empirically find arbitrary 2D binary patterns inside loss surfaces of popular neural networks. In this paper we…

机器学习 · 计算机科学 2020-01-03 Wojciech Marian Czarnecki , Simon Osindero , Razvan Pascanu , Max Jaderberg

A longstanding goal in deep learning research has been to precisely characterize training and generalization. However, the often complex loss landscapes of neural networks have made a theory of learning dynamics elusive. In this work, we…

We study the problem of training deep neural networks with Rectified Linear Unit (ReLU) activation function using gradient descent and stochastic gradient descent. In particular, we study the binary classification problem and show that for…

机器学习 · 计算机科学 2018-12-31 Difan Zou , Yuan Cao , Dongruo Zhou , Quanquan Gu

Whatever information a deep neural network has gleaned from training data is encoded in its weights. How this information affects the response of the network to future data remains largely an open question. Indeed, even defining and…

机器学习 · 计算机科学 2020-06-23 Alessandro Achille , Giovanni Paolini , Stefano Soatto

This study investigates how weight decay affects the update behavior of individual neurons in deep neural networks through a combination of applied analysis and experimentation. Weight decay can cause the expected magnitude and angular…

机器学习 · 计算机科学 2024-06-04 Atli Kosson , Bettina Messmer , Martin Jaggi

We propose and analyze a new family of algorithms for training neural networks with ReLU activations. Our algorithms are based on the technique of alternating minimization: estimating the activation patterns of each ReLU for all given…

机器学习 · 计算机科学 2018-10-12 Gauri Jagatap , Chinmay Hegde

We propose a surface fitting method for unstructured 3D point clouds. This method, called DeepFit, incorporates a neural network to learn point-wise weights for weighted least squares polynomial surface fitting. The learned weights act as a…

计算机视觉与模式识别 · 计算机科学 2020-03-25 Yizhak Ben-Shabat , Stephen Gould

Deep learning is a powerful tool for solving nonlinear differential equations, but usually, only the solution corresponding to the flattest local minimizer can be found due to the implicit regularization of stochastic gradient descent. This…

数值分析 · 数学 2021-03-17 Yiqi Gu , Chunmei Wang , Haizhao Yang