Summary
This work proposes algorithms to train infinite-width two-layer ReLU neural networks with convergence proof based on the neural tangent kernel with improved convergence rates in simple examples. This work claimed that its proposed method can be potentially applicable for other activation functions and neural networks (possibly deeper networks), but did not validate these claims.
Strengths
Using a homotopy relaxation could be easily applicable for ReLU-based neural networks with mild modification.
Convergence proofs for this setting were presented.
Weaknesses
Unfortunately, this manuscript missed so many prior works to investigate similar topics, which seriously undermine the novelty of the proposed method (see below).
This manuscript is very hard to read - no background review such as NTK and other related works, stating the algorithm first before presenting the settings, and so on.
Weak experimental comparisons (only with Adam).
Questions
Q1. There are a number of works on training two-later ReLU NN or more that were not cited in this manuscript. See the following works and properly discuss, compare with them.
- R Arora et al., Understanding Deep Neural Networks with Rectified Linear Units, ICLR 2018
- Z Chen et al., A Generalized Neural Tangent Kernel Analysis for Two-layer Neural Networks, NeurIPS 2020
- G Yang & E Littwin, Tensor Programs IIb: Architectural Universality of Neural Tangent Kernel Training Dynamics, ICML 2021
- M Seleznova & G Kutyniok, Neural Tangent Kernel Beyond the Infinite-Width Limit: Effects of Depth and Initialization, ICML 2022
- T Gao et al., A global convergence theory for deep ReLU implicit networks via over-parameterization, ICLR 2022
These works also dealt with the training of neural networks using NTK for two-layer or more general networks. It is very critical to properly discuss prior works and clearly present / demonstrate the proposed method over them.
Q2. There are a number of claims without showing anything. For example, "It’s important to highlight that for s > 1 the decay speed may surpass that of a pure ReLU neural network." or "It is important to note that for cases with M > 2, all the analyses presented here can be readily extended." For me, they were not straightforward. Unclear claims should be clarified or be removed.
Q3. I am afraid that the applicability of this work is quite limited considering that modern deep learning heavily utilizes transformers and other advanced architectures.
Q4. Comparing only with Adam in the experiments seems limited. Note that Adam does not have to be the best for all cases. Comparing with other methods seems desirable.
Rating
3: reject, not good enough
Confidence
3: You are fairly confident in your assessment. It is possible that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work. Math/other details were not carefully checked.