paper-with-me

홈 › Papers

When Both Layers Learn: Training Dynamics of Representing Linear Models via ReLU Networks

2026-06-03 · Berk Tinaz, Changzhi Xie, Mahdi Soltanolkotabi arxiv

In this paper, we study the gradient descent dynamics for jointly training both layers of a one-hidden-layer ReLU network to fit a linear target function. Concretely, we consider a realizable setting where inputs are drawn i.i.d. from a Gaussian distribution and labels follow a planted linear model. This stylized framework captures salient features of end-to-end training in inverse problems and certain auto-encoder models. Despite its apparent simplicity, the dynamics remain poorly understood, in part because the loss landscape contains multiple non-strict saddle points, making it unclear why gradient descent from random initialization reliably escapes bad stationary regions. We provide a detailed characterization of the optimization landscape and prove that gradient descent from a moderately small random initialization-simultaneously training both layers-converges to a global minimizer at a linear rate with order-wise optimal sample complexity. Our analysis tracks the trajectory through three phases: an alignment phase in which hidden weights progressively align with the planted direction while the output weights maintain the correct sign pattern; a growth phase in which the norms of both layers increase while preserving alignment; and a local refinement phase in which the aligned neurons rapidly converge to the planted direction, yielding fast local convergence. To rigorously show that GD avoids non-strict saddles, we develop trajectory-level control arguments for the end-to-end dynamics. In addition, we establish novel uniform concentration results that hold along the entire trajectory, and are essential for obtaining order-wise optimal sample complexity. We corroborate our theory with extensive experiments across a range of configurations.

📄 PDF Abstract BibTeX arXiv:2606.04476

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Comparative Analysis of the Optimization and Generalization Property of Two-layer Neural Network and Random Feature Models Under Gradient Descent Dynamics

2019-04-08 · Weinan E, Chao Ma, Lei Wu

A fairly comprehensive analysis is presented for the gradient descent dynamics for training two-layer neural network models in the situation when the parameters in both layers are updated. General initialization schemes …

Characterizing Learning Dynamics of Deep Neural Networks via Complex Networks

2021-10-06 · Emanuele La Malfa, Gabriele La Malfa, Giuseppe Nicosia, Vito Latora

In this paper, we interpret Deep Neural Networks with Complex Network Theory. Complex Network Theory (CNT) represents Deep Neural Networks (DNNs) as directed weighted graphs to study them as dynamical systems. We efficie…

Gaussian mixture layers for neural networks

2025-08-06 · Sinho Chewi, Philippe Rigollet, Yuling Yan arxiv

The mean-field theory for two-layer neural networks considers infinitely wide networks that are linearly parameterized by a probability measure over the parameter space. This nonparametric perspective has significantly a…

Dynamics of stochastic gradient descent for two-layer neural networks in the teacher-student setup

2019-06-18 · NeurIPS 2019 12 · Sebastian Goldt, Madhu S. Advani, Andrew M. Saxe, Florent Krzakala 외

Deep neural networks achieve stellar generalisation even when they have enough parameters to easily fit all their training data. We study this phenomenon by analysing the dynamics and the performance of over-parameterise…

Tending Towards Stability: Convergence Challenges in Small Language Models

2024-10-15 · Richard Diehl Martinez, Pietro Lesci, Paula Buttery

Increasing the number of parameters in language models is a common strategy to enhance their performance. However, smaller language models remain valuable due to their lower operational costs. Despite their advantages, s…