Summary
The paper studied Deep Neural Collapse (DNC) which extends the structure of Neural Collapse of the last layer to multi-layers in deep neural networks. Theoretically, this paper generalizes the established unconstrained features model to the deep unconstrained features model (DUFM) of multi-layer non-linear models for binary classification. Based on the deep unconstrained features model, they show the global optimum exhibits several extended properties. Empirical experiments demonstrate that the results of the optimized deep unconstrained features model and trained networks agree with the theory.
Strengths
1. The paper generalizes the Neural Collapse to Deep Neural Collapse which describes the structure of the feature other than the last layer. The proof based on the deep unconstrained features model for binary classification is clear and easy to follow. It gives a framework to find and prove the feature structure of other layers in DUFM.
2. The extensive experiments and numerical results shows that the theory successfully predicts the behavior of the deep unconstrained features model(DUFM) which exhibits proposed DNC properties.
3. The paper is well written, it is smooth to follow the whole logic and the idea of the method.
Weaknesses
1. Though the model and proof consider the Deep Neural Collapse which works for not only features of the last layer, the model and the proof are restrictive which works for binary classification and no bias case. Many proofs and derivations rely on binary classification like Lemma 5 - Lemma 7 which is the key to giving the conditional optimum of previous layers.
2. In addition, the DUFM adds a regularization term for the first layer feature which is not fit with the real training of neural networks to some extent.
3. Compared to the numerical results of DUFM, the experiments for real training of neural networks are limited to the 3-layer Resnet20. If there are more results for the training of other neural networks it will make the experiments more convincible.
4. There are some typos in the proof, like L517 in the appendix where I think the $\sigma_1^2$ should be $s_{L, i}^2$.
Questions
1. Most previous research[1,2, 3] focus on models with bias while in [3] they also study the unconstrained features model without bias and show the features exhibit OF rather than STF under UFM with bias. So I am just wondering if it is possible to extend the DUFM to the bias case and show the STF structure in DNC2?
2. There are some experiments results for 3-layer Resnet-20 in the paper which also show DNC, but in [4] the results seem to show that the Neural Collapse process gradually across the layers of the neural network like the measure of NC1 decreases exponentially. I think this may be caused by the gap between the DUFM and real trained networks. Are there more experiments on real trained networks and whether they exhibit DNCs? If so, why is there such a difference between the results in this paper and the results in [4]. If not, is that mean there is a gap and needs other explanations for such a phenomenon?
3. All experiments based on DUFM in this paper add the regularization term of the first layer feature. By the derivation of the DUFM, it seems that possible to add a regularization term on the intermediate layer feature, for example, add $||H_5||_2$ and optimize $W_l, l \ge 5$, are there any experiment results can demonstrate in this case how the DNC performs?
Reference:
[1] Zhu, Z., Ding, T., Zhou, J., Li, X., You, C., Sulam, J., & Qu, Q. (2021). A geometric analysis of neural collapse with unconstrained features. Advances in Neural Information Processing Systems, 34, 29820-29834.
[2] Fang, C., He, H., Long, Q., & Su, W. J. (2021). Exploring deep neural networks via layer-peeled model: Minority collapse in imbalanced training. Proceedings of the National Academy of Sciences, 118(43), e2103091118.
[3] Tirer, T., & Bruna, J. (2022, June). Extended unconstrained features model for exploring deep neural collapse. In International Conference on Machine Learning (pp. 21478-21505). PMLR.
[4]He, H., & Su, W. J. (2022). A law of data separation in deep learning. arXiv preprint arXiv:2210.17020.
Rating
7: Accept: Technically solid paper, with high impact on at least one sub-area, or moderate-to-high impact on more than one areas, with good-to-excellent evaluation, resources, reproducibility, and no unaddressed ethical considerations.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.