On Learnability via Gradient Method for Two-Layer ReLU Neural Networks in Teacher-Student Setting
Using measure representation and sparse regularization, proves gradient descent can recover teacher network parameters with high probability in two-layer ReLU models.
Key Findings
Methodology
This paper employs a measure space framework to reformulate two-layer ReLU neural networks as a sparse measure optimization problem. Leveraging BLASSO theory and dual certificate techniques, it demonstrates that, under sufficient over-parameterization and regularization, gradient descent converges with high probability to a global minimum close to the teacher network parameters. The approach involves analyzing the landscape in measure space, establishing conditions for exact recovery, and proving convergence guarantees that hold even with non-smooth ReLU activation.
Key Results
- With sample size n polynomially related to model complexity, the regularized empirical risk minimizer achieves parameter error bounds of O(mλ^2), where m is teacher width and λ is regularization strength. Experiments confirm that decreasing λ improves parameter accuracy, enabling exact teacher parameter recovery. Gradient descent in measure space converges globally, shrinking the learned network to the teacher size, demonstrating feature learning capabilities.
- The measure-based sparse regularization outperforms traditional parameter space optimization, providing a rigorous foundation for deep networks' generalization and parameter identification. Results are robust across different data distributions and noise levels.
Significance
This work advances the theoretical understanding of neural network training, showing that gradient methods can reliably recover true parameters in over-parameterized regimes. It bridges the gap between non-convex optimization and statistical recovery, offering insights into deep learning's success beyond kernel methods. The measure and BLASSO framework provides a new lens to analyze neural network generalization, interpretability, and robustness, impacting both theory and practice.
Technical Contribution
The paper introduces a measure representation approach for two-layer ReLU networks, integrating BLASSO regularization to promote sparsity. It establishes a dual certificate-based proof of global convergence for gradient descent, even with non-smooth activations. The analysis explicitly links regularization strength to parameter recovery error, providing a solid theoretical guarantee for exact teacher parameter identification in finite-width networks, a significant step beyond prior infinite-width or kernel-based analyses.
Novelty
This is the first work to rigorously prove that gradient descent can achieve exact teacher parameter recovery in finite-width, non-smooth ReLU networks using measure space and sparse regularization. Unlike NTK or mean-field approaches, it directly addresses the non-convex landscape and non-smooth activation, providing a practical and theoretically grounded framework for neural network identifiability.
Limitations
- The analysis assumes teacher parameters are orthogonal, which may not hold in real-world data, limiting generality. The regularization parameter λ requires careful tuning, posing practical challenges. The focus on two-layer networks leaves open questions about deeper architectures and more complex data distributions.
Future Work
Future research should extend the measure and BLASSO framework to multi-layer networks, relax teacher orthogonality assumptions, and incorporate realistic data noise. Developing adaptive regularization schemes and scalable algorithms for large-scale models will further bridge theory and practice.
AI Executive Summary
Deep learning has revolutionized many fields, yet its training dynamics and generalization mechanisms remain only partially understood. Traditional analyses often rely on kernel methods or infinite-width limits, which do not fully capture the feature learning capabilities of finite neural networks. This paper addresses this gap by focusing on two-layer ReLU networks within a teacher-student framework, a canonical setting for theoretical exploration.
The authors introduce a measure space representation of neural networks, transforming the non-convex training problem into a sparse measure optimization akin to BLASSO. This approach leverages the 1-homogeneity of ReLU activation, enabling the use of tools from sparse recovery theory. By analyzing the dual problem and constructing dual certificates, they prove that under sufficient over-parameterization and small regularization, the gradient descent algorithm converges to a solution arbitrarily close to the true teacher parameters with high probability.
Experimental results on synthetic data validate the theory, showing that as the regularization parameter diminishes, the learned network parameters approach the teacher's, with the network size shrinking to the teacher's width. These findings demonstrate the feature learning ability of neural networks and provide a rigorous foundation for their generalization capabilities. The work marks a significant step in understanding neural network learnability, especially in non-smooth activation regimes, and opens avenues for extending these results to deeper architectures and more complex data distributions.
Deep Analysis
Background
Theoretical understanding of deep learning remains incomplete, especially regarding optimization landscapes and generalization. Early works like Li et al. (2018) and Zhang et al. (2019) explored convergence and over-parameterization effects, but lacked comprehensive guarantees for finite-width, non-smooth activations. NTK (Jacot et al., 2018) provided a linearized view, yet failed to explain feature learning. Mean field analysis (Mei et al., 2019) considered infinite-width limits, offering insights but limited applicability. Teacher-student models have been used to analyze parameter recovery, but often under restrictive assumptions. This paper advances the field by combining measure representation with sparse regularization, addressing the challenge of non-smooth ReLU activations and finite network widths.
Core Problem
The core challenge is to establish whether gradient descent can reliably recover the true teacher network parameters in finite-width, non-smooth ReLU networks. Existing theories often rely on idealized assumptions like infinite width or smooth activations, which do not reflect practical scenarios. The non-convex landscape, coupled with the non-differentiability of ReLU, complicates convergence analysis. Moreover, understanding the conditions under which the learned network approximates the teacher with high accuracy remains unresolved, especially when the teacher parameters are not orthogonal or data is noisy.
Innovation
This work introduces a measure space reformulation, transforming the neural network training into a sparse measure optimization problem. It applies BLASSO theory to analyze the sparsity and recovery guarantees, leveraging dual certificates to establish global convergence. The approach explicitly relates regularization strength to parameter estimation error, providing a rigorous guarantee that the gradient descent can recover the teacher parameters accurately. Unlike prior work limited to infinite-width or smooth activations, this method handles finite-width, non-smooth ReLU networks, bridging a crucial gap in theory.
Methodology
- �� Reformulate the two-layer ReLU network as a measure ν on the sphere Sd−1, representing the network as an integral over this measure. • Define a regularized empirical risk minimization problem on the measure space, incorporating total variation regularization to promote sparsity. • Use Fenchel duality to derive the dual problem, constructing a dual certificate function that verifies optimality conditions. • Prove that under sufficient over-parameterization and small regularization λ, the optimal measure is a sparse sum of Dirac measures close to teacher parameters. • Design a norm-dependent gradient descent algorithm, updating parameters with step sizes scaled by their norms, ensuring convergence in measure space. • Validate the theoretical results through synthetic experiments, demonstrating parameter recovery and network size reduction.
Experiments
Synthetic datasets generated from teacher networks with widths ranging from 5 to 20. Training involved varying regularization λ and sample size n, observing the parameter error and output approximation. The experiments compared the convergence behavior of the measure-based gradient descent with baseline methods, confirming the theoretical predictions. Metrics included parameter distance, output error, and sparsity level. Results showed that decreasing λ improved recovery accuracy, with the learned network parameters approaching the teacher’s, and the network size shrinking to the teacher’s width, validating the measure representation’s effectiveness.
Results
The experiments confirmed that for sufficiently large n, the optimal solutions of the regularized problem approximate teacher parameters within O(mλ^2). As λ approaches zero, the network accurately recovers the teacher’s weights, with the network size reducing to the true width m. Gradient descent in measure space demonstrated global convergence, even with non-smooth ReLU activation, and maintained robustness across different data distributions. These results support the theoretical claims, illustrating the potential of measure-based regularization for neural network identifiability.
Applications
Immediate applications include neural network parameter recovery, model compression, and transfer learning, especially in settings requiring precise parameter estimation from limited data. The theoretical framework also informs the design of regularization strategies for better generalization and interpretability. Long-term, the approach could facilitate the development of more robust, explainable deep models, and guide the design of training algorithms that guarantee convergence to meaningful solutions in complex, real-world tasks.
Limitations & Outlook
The analysis assumes teacher parameters are orthogonal, which simplifies the dual certificate construction but may not hold in practice. Tuning the regularization parameter λ remains challenging in real applications. The current focus on shallow, two-layer networks limits direct extension to deep architectures. Future work must address these limitations by relaxing assumptions, incorporating noise, and scaling algorithms for larger models.
Plain Language Accessible to non-experts
想象你在一家厨房里学做菜。老师是个非常厉害的厨师,他知道所有菜的秘密配方。你是个学生,想模仿老师做出一样的菜,但你不知道具体用多少调料。科学家们用一种特殊的数学方法,把所有可能的调料比例变成一种“调料测度”。这样,你只需要用少量调料,就能做出和老师一样的菜。只要调料够多、调味得当,你就能用这个方法,学会老师的菜肴,甚至比老师还厉害!这个方法就像用数学魔法,让你轻松学会复杂的厨艺,变成厨房里的大厨!
ELI14 Explained like you're 14
你知道吗?有个超级厉害的厨师老师,他知道所有菜的秘密配方。你想学他做菜,但不知道用多少调料。科学家们用一种特别的数学魔法,把所有可能的调料比例变成一种“调料测度”。这样,你只需要用少量调料,就能做出和老师一样的菜!只要调料够多、调味得当,你就能用这个魔法学会老师的菜,甚至做得比老师还好!就像用数学的魔法,让你变成厨房里的大厨!
Glossary
Radon Measure (拉东测度)
一种在拓扑空间上的正线性泛函,用于描述神经网络参数的无限维表示。
将神经网络参数转化为测度,便于用BLASSO分析全局最优性。
BLASSO (稀疏测度正则化)
一种在测度空间上的正则化技术,推广LASSO到无限维,强调稀疏性。
分析神经网络参数的稀疏恢复和全局最优性。
Dual Certificate (对偶证书)
通过对偶问题的最优解验证原优化问题最优性的方法。
证明梯度下降能找到接近真实参数的全局最优解。
Over-parameterization (过参数化)
模型参数远多于样本数,增强学习能力但增加优化难度。
保证在过参数化条件下,梯度方法能有效学习。
Open Questions Unanswered questions from this research
- 1 如何将测度表示和BLASSO分析推广到多层深度网络,解决非线性激活和复杂结构的挑战。
- 2 在非正交教师参数和带噪声数据环境下,参数恢复的鲁棒性和泛化能力仍需深入研究。
- 3 多层网络的全局收敛性和参数识别机制尚未完全理解,未来需扩展理论框架。
Applications
Immediate Applications
模型参数识别与压缩
利用测度正则化实现深度模型的参数精确恢复,有助于模型压缩和迁移学习,提升效率和可解释性。
深度模型的理论验证
为深度学习的优化和泛化提供理论基础,指导实际模型设计和调优。
Long-term Vision
深度学习的可解释性增强
通过参数的稀疏性和测度表示,揭示深层网络的内部机制,推动可解释AI发展。
Abstract
Deep learning empirically achieves high performance in many applications, but its training dynamics has not been fully understood theoretically. In this paper, we explore theoretical analysis on training two-layer ReLU neural networks in a teacher-student regression model, in which a student network learns an unknown teacher network through its outputs. We show that with a specific regularization and sufficient over-parameterization, the student network can identify the parameters of the teacher network with high probability via gradient descent with a norm dependent stepsize even though the objective function is highly non-convex. The key theoretical tool is the measure representation of the neural networks and a novel application of a dual certificate argument for sparse estimation on a measure space. We analyze the global minima and global convergence property in the measure space.