paper-with-me

홈 › Papers

Student Specialization in Deep Rectified Networks With Finite Width and Input Dimension

2020-01-01 · ICML 2020 1 · Yuandong Tian

We consider a deep ReLU / Leaky ReLU student network trained from the output of a fixed teacher network of the same depth, with Stochastic Gradient Descent (SGD). The student network is \emph{over-realized}: at each layer $l$, the number $n_l$ of student nodes is more than that ($m_l$) of teacher. Under mild conditions on dataset and teacher network, we prove that when the gradient is small at every data sample, each teacher node is \emph{specialized} by at least one student node \emph{at the lowest layer}. For two-layer network, such specialization can be achieved by training on any dataset of \emph{polynomial} size $\cO( K^{5/2} d^3 \epsilon^{-1})$ (sample size including augmentation) until the gradient magnitude drops to $\cO(\epsilon/K^{3/2}\sqrt{d})$, where $d$ is the input dimension, $K = m_1 + n_1$ is the total number of neurons in the lowest layer of teacher and student. To our best knowledge, we are the first to give polynomial sample complexity for student specialization of training two-layer (Leaky) ReLU networks with finite depth and width in teacher-student setting, and finite complexity for the lowest layer specialization in multi-layer case, without parametric assumption of the input (like Gaussian). Our theory suggests that teacher nodes with large fan-out weights get specialized first when the gradient is still large, while others are specialized with small gradient, which suggests inductive bias in training. This shapes the stage of training as empirically observed in multiple previous works. Experiments on synthetic and CIFAR10 verify our findings.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Inductive Bias

Similar Papers 제목 키워드 기반

Student Specialization in Deep ReLU Networks With Finite Width and Input Dimension

2019-09-30 · Yuandong Tian

We consider a deep ReLU / Leaky ReLU student network trained from the output of a fixed teacher network of the same depth, with Stochastic Gradient Descent (SGD). The student network is \emph{over-realized}: at each laye…

Data AugmentationInductive Bias

Generalization performance of narrow one-hidden layer networks in the teacher-student setting

2025-07-01 · Rodrigo Pérez Ortiz, Gibbs Nwemadji, Jean Barbier, Federica Gerace 외 arxiv

Understanding the generalization properties of neural networks on simple input-output distributions is key to explaining their performance on real datasets. The classical teacher-student setting, where a network is train…

Piecewise Linear Functions Representable with Infinite Width Shallow ReLU Neural Networks

2023-07-25 · Sarah McCarty

This paper analyzes representations of continuous piecewise linear functions with infinite width, finite cost shallow neural networks using the rectified linear unit (ReLU) as an activation function. Through its integral…

Analysis of Alignment Phenomenon in Simple Teacher-student Networks with Finite Width

2021-01-01 · Hanlin Zhu, Chengyang Ying, Song Zuo

Recent theoretical analysis suggests that ultra-wide neural networks always converge to global minima near the initialization under first order methods. However, the convergence property of neural networks with finite wi…

Student-t processes as infinite-width limits of posterior Bayesian neural networks

2025-02-06 · Francesco Caporali, Stefano Favaro, Dario Trevisan

The asymptotic properties of Bayesian Neural Networks (BNNs) have been extensively studied, particularly regarding their approximations by Gaussian processes in the infinite-width limit. We extend these results by showin…

Gaussian Processes