Summary
The paper studies the generalization ability of the interpolated minimal quantized nets. It considers the task of classification with a binary sequence input using Quantized neural networks. It establishes the generalization error of the minimal-width neural network that interpolates the dataset and claims that it belongs to the tempered overfitting regime. Overall the paper is well-written and technically solid.
Strengths
(a) The paper presents a novel theoretical analysis of overfitting behaviors in neural networks with binary weights. The new approximation result Theorem 3.1 and generalization result Theorem 4.1 are all novel to some extent.
(b) The paper is well-structured, with clear definitions and thorough explanations of the models and assumptions used.
Weaknesses
(a) I'm not sure how the theoretical results derived in this paper will provide any insights into how people understand interpolated neural networks even in theory. It seems that this paper just plugged in the new approximation result Theorem 3.1 in the framework of (Manoj & Srebro, 2023). In other words, the paper provides marginal new information in this regard. The main theorem Theorem 4.1 is somewhat can be expected.
(b) The paper seems to combine everything in a whole, complex theorem and the reader cannot get any insights beyond the conclusion in Theorem 4.1, and the presented results are the same and can be expected after reading (Manoj & Srebro, 2023).
(c) I strongly recommend another round of refactoring to improve the readability of the paper, for example
i) I think in the statement, the term $2^{H(\epsilon^\star)}$ should be $2^{-H(\epsilon^\star)}$, given the usual definition of entropy.
ii) the notations are heavy, which prevents potential audience.
iii) some inconsistency in notations. For example, it defines the weights in the notation section, but it uses ``edges'' in the theorem statement.
Questions
(a) The first thing I'm concerned about is the definition of a consistent dataset. Does introducing the consistent dataset just make the definition of interpolator well-defined, or the proof will depend heavily on the fact that the dataset is consistent? For example, if I define the interpolator $\hat{h}$ to be the one such that $L_S(\hat{h}) = \inf_{h} {L}_S(h)$ can one expect a result similar to line 144 with the term containing N^2 D\_{max} be removed?
(b) The paper establishes the asymptotic risk of the interpolator, which is good. In the noiseless setting, the risk converges to 0 at the rate of $N^{-1/4}$ if the teacher network is fixed, this is slower than the standard parametric rate $N^{-1}$. Is this because of the fundamental limits of the proposed estimator such that the error bound is tight, or the analysis can be improved?
(c) The result of Theorem 3.1 is for a fixed-depth network. Can similar, matching results hold for the case with varying depth L and width N networks?
Limitations
The authors have adequately addressed the limitations.