Transformed Low-Rank Parameterization Can Help Robust Generalization for Tensor Neural Networks

Achieving efficient and robust multi-channel data learning is a challenging task in data science. By exploiting low-rankness in the transformed domain, i.e., transformed low-rankness, tensor Singular Value Decomposition (t-SVD) has achieved extensive success in multi-channel data representation and has recently been extended to function representation such as Neural Networks with t-product layers (t-NNs). However, it still remains unclear how t-SVD theoretically affects the learning behavior of t-NNs. This paper is the first to answer this question by deriving the upper bounds of the generalization error of both standard and adversarially trained t-NNs. It reveals that the t-NNs compressed by exact transformed low-rank parameterization can achieve a sharper adversarial generalization bound. In practice, although t-NNs rarely have exactly transformed low-rank weights, our analysis further shows that by adversarial training with gradient flow (GF), the over-parameterized t-NNs with ReLU activations are trained with implicit regularization towards transformed low-rank parameterization under certain conditions. We also establish adversarial generalization bounds for t-NNs with approximately transformed low-rank weights. Our analysis indicates that the transformed low-rank parameterization can promisingly enhance robust generalization for t-NNs.

Paper

Similar papers

Peer review

Reviewer pKvo7/10 · confidence 2/52023-06-29

Summary

The paper provides a thorough investigation of the generalization behavior of t-NNs for the first time, which closes the gap between the practical success of t-NNs and their theoretical analysis. To be specific, the authors derived the upper bounds for the generalization gaps. The authors also propose that compressing t-NNs with a transformed low-rank structure will result in more efficient adversarial training and tighter bounds. In addition to that, the authors show that adversarial training with GF in highly over-parameterized settings results in t-NNs with approximately transformed low-rank weights, and derive the sharp adversarial generalization bounds in this scenario as well.

Strengths

- The paper provides a thorough investigation of the generalization behavior of t-NNs for the first time. - The authors provide the bound for t-NNs generalization gaps with firm proof. - The authors further explore the generalization bound of t-NNs with a transformed low-rank structure and show that there exists a training framework that will result in approximately transformed low-rank weights. - The work is well motivated and with firm theoretical evaluation.

Weaknesses

- Only theoretical evaluation is provided. Some empirical evaluations regarding the approximately transformed low-rank weights are expected.

Questions

- Instead of using adversarial training with GF in highly over-parameterized settings to train a approximately transformed low-rank t-NN, is it possible to apply some extra regularizations in training to achieve a better low-rank transformation, for example, LoRA?

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

2: You are willing to defend your assessment, but it is quite likely that you did not understand the central parts of the submission or that you are unfamiliar with some pieces of related work. Math/other details were not carefully checked.

Soundness

4 excellent

Presentation

4 excellent

Contribution

3 good

Limitations

The authors have adequately addressed the limitations.

Reviewer 83W17/10 · confidence 2/52023-07-05

Summary

The paper "Transformed Low-Rank Parameterization Can Help Robust Generalization for Tensor Neural Networks" considers neural networks with t-product layers, that encode the weights in tensor format equipped with the t-product as the corresponding tensor operation and ReLU activations. The paper is an analytical work that derives upper bounds for the generalization error in t-NNs, using norm bound estimates. Further, the influence of low-rankedness of the Tensor structures on robust generalization is inspected in the setting of exact low-rankedness and approximately transformed low-rankedness. Results show that low-rank t-NNs improve robust generalization properties. In particular, the Adverserial generalization bound for low-rank tNNs is shown to scale with the tubal rank of the tensors, instead of their dimension as in the full-rank setting. Additional findings show that in an overparametrized setting t-NNs yield approximately low-rank weights during adversarial learning.

Strengths

- Although this is a rather technical paper, the authors manage to present the findings comprehensively by rigorously introducing the relevant concepts with a precise notation. - An extensive Appendix is provided to give an introduction to t-SVDs, and overview of previous work and technical details. - The theoretical results of the work are discussed and compared with previous works.

Weaknesses

- No code and no numerical examples are provided to support the presented results. Although this is a rather theoretical work, a small test case can improve the presentation of this paper tremendously. I think this is a strong paper that gives a multitude of insights. A brief explanation of the intuition behind t-NN layers would also be helpful.

Questions

- What is the intuition of the transformed t-product, i.e. what is the reason that the M matrix is needed? What is the special case of M being the identiy? - Theorem 6: Can this statement be related to "standard" matrix valued neural networks with low-rank factorizations? - Theorem 10: Are you able to validate the statement in a numerical example. It would be interesting to see, how the rank of a layer changes as J gets larger.

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

2: You are willing to defend your assessment, but it is quite likely that you did not understand the central parts of the submission or that you are unfamiliar with some pieces of related work. Math/other details were not carefully checked.

Soundness

3 good

Presentation

3 good

Contribution

3 good

Limitations

The authors discuss the limitations of their work, which manifest in rather loose bounds on the generalization error. They provide a suggestion on how to mitigate this issue in future work.

Authorsrebuttal2023-08-15

We sincerely thank you for recognizing and appreciating our work. Your valuable feedback and suggestions have been noted, and we have tried to address all the concerns you've pointed out. As we update our final version, we're guided by your recommendations. We genuinely hope our explanations align with your expectations. If any details need further clarity, please let us know.

Reviewer 83W12023-08-16

I thank the authors for providing extensive feedback and addressing open questions. Thank you also for including the numerical experiments in the final paper. I will keep my score unchanged to 7 (accept).

Authorsrebuttal2023-08-20

We genuinely appreciate your recognition of our efforts to address the questions and incorporate the numerical experiments. Your feedback is invaluable to us, and we're grateful for it.

Reviewer yC9Y4/10 · confidence 1/52023-07-26

Summary

The paper analyzes the generalization ability of t-product layers (t-NNs) by deriving upper bounds on generalization error in standard and adversarial settings.

Strengths

The paper advances the theoretical understanding of t-NNs and derives their generalization behavior in two practical settings.

Weaknesses

The paper focuses on and is written about t-product layers, referenced as [7, 28] in the first lines of the introduction. The first reference is a patent, and the second is a paper from 2018 (from the same authors as the patent), introducing the concept more or less academically. The submission assumes the reader's familiarity with these concepts right from the start, which is a mistake, and does not attempt to clarify or recap the importance of these concepts up until Sec. 3. From this standpoint, the writing should be improved. The importance of the usage of t-product layers in the Deep Learning community is not supported with sufficient evidence, leaving the question of the practical utility of the studied framework unanswered.

Questions

Is Definition-1 (t-product) equivalent to the batch matrix-multiplication operation, where `c` corresponds to the batch dimension? Is Definition-3 (t-SVD) equivalent to the SVD of a block-diagonal representation from Definition 2? Why do these concepts need special terms? What is the advantage of such complex structures over the traditional deep learning layers?

Rating

4: Borderline reject: Technically solid paper where reasons to reject, e.g., limited evaluation, outweigh reasons to accept, e.g., good evaluation. Please use sparingly.

Confidence

1: Your assessment is an educated guess. The submission is not in your area or the submission was difficult to understand. Math/other details were not carefully checked.

Soundness

2 fair

Presentation

1 poor

Contribution

1 poor

Limitations

Discussed in the Conclusion.

Authorsrebuttal2023-08-15

Thank you for taking the time to review our manuscript and for sharing your feedback. We've carefully addressed the points you brought up and will make necessary adjustments to our paper. We hope our responses meet your expectations. Should you have further questions or need clarification on any matter, please don't hesitate to inform us.

Reviewer yC9Y2023-08-20

Acknowledgement

I thank the authors for elaborating on the points raised in the initial feedback. I will keep my score.

Reviewer EpHo5/10 · confidence 4/52023-07-30

Summary

The paper studies the generalization error in the standard and the adversarial settings of t-NNs, neural networks with layers and features parametrized via t-vectors and t-products.

Strengths

- The provided generalization bounds for t-NNs show that neural networks with low-rank parameters have the potential for a better generalization. - This type of generalization analysis for tNNs seems new

Weaknesses

1. Although I appreciate this type of analysis for t-NN did not appear before, the t-product is essentially a composition of operations obtained through a suitable block reshaping of the parameter kernel, thus extending the results from standard fully connected linear layers seems like a natural and relatively direct result. In light of this, the novelty of this paper seems limited 2. I would have liked to see a few numerical experiments validating the theoretical findings and the tightness of upper bounds -- also to address the claimed limitations at the end of the paper

Questions

- the authors should clarify in the main text how the obtained results differentiate with respect the corresponding bounds for linear fully connected nets (for example the bound in Thm 6 and Thm 10) and should highlight what the main differences in the proof/analysis of these bounds are with respect to the linear case - I think the rank-adaptive approach for selecting the ranks of the network mentioned on line 186 deserves more attention - in particular, i do not really understand in what way rank-adaptivity can be exploited in the analysis provided by Thm 6. See also [x],[y] for alternative recent rank-adaptive strategies for linear layers. - The fact that adversarial training leads to low-rank weights and vice-versa reducing parameters has a positive/negative effect of robustness (as mentioned at line 250) is subject to ongoing active research and there is a variety of different observations/results on this subject (see eg [a-d]). I would rephrase here in the light of these papers. In any case, these empirical studies are done for networks in the standard form not for t-NNs. Using that evidence to comment on findings for t-NN seems to support my weakness no. 1 [x] H. Yang, M. Tang, W. Wen, F. Yan, D. Hu, A. Li, H. Li, and Y. Chen. Learning low-rank deep neural networks via singular vector orthogonality regularization and singular value sparsification (IEEE/CVF 2020) [y] S. Schotthöfer, E. Zangrando, J. Kusch, G. Ceruti, and F. Tudisco. Low-rank lottery tickets: finding efficient low-rank neural networks via matrix differential equations (NeurIPS 2022) [a] https://openreview.net/pdf?id=SJGrAisIz [b] https://arxiv.org/abs/1912.02386 [c] https://arxiv.org/abs/2306.01485 [d] https://link.springer.com/content/pdf/10.1007/s10994-021-06049-9.pdf?pdf=button

Rating

5: Borderline accept: Technically solid paper where reasons to accept outweigh reasons to reject, e.g., limited evaluation. Please use sparingly.

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.

Soundness

3 good

Presentation

3 good

Contribution

2 fair

Limitations

The authors have added a "limitations" paragraph stating that the obtained generalization bounds may be somewhat conservative, which I agree with. I am not sure I understand the proposed solution to the limitations though.

Authorsrebuttal2023-08-15

Thank you for the valuable comments and suggestions. We have tried to address each of your concerns in detail and will make revisions to the final version based on your recommendations. May we ask if our responses have adequately addressed all your queries? If there are any points that require further clarification or explanation from us, please let us know.

Reviewer pKvo2023-08-15

The authors have addressed my concerns. Please consider adding the experiment part to the final version of the paper. I will keep my score unchanged.

Authorsrebuttal2023-08-15

Thank you for recognizing our responses. We will incorporate the experimental results in the final version as per your suggestion.

Authorsrebuttal2023-08-20

We extend our heartfelt gratitude to both the reviewers and the area chairs for the time and dedication given to our manuscript. Your feedback and insights are deeply valued and are essential to our work's refinement. As the author-reviewer discussion deadline approaches, should there be any additional concerns or clarifications needed, please do not hesitate to inform us. We are dedicated to enhancing our work in light of your feedback. Best regards.

Program Chairsdecision2023-09-21

Decision

Accept (poster)

© 2026 NYSGPT2525 LLC