Fast Approximate Spectral Normalization for Robust Deep Neural Networks
Zhixin Pan, Prabhat Mishra

TL;DR
This paper proposes a fast approximate spectral normalization method for deep neural networks that enhances robustness against adversarial attacks while reducing computational costs.
Contribution
It introduces an efficient approximation algorithm based on Fourier transform and layer separation, improving spectral normalization scalability.
Findings
Significantly reduces spectral normalization computation time by up to 60%.
Improves model robustness against adversarial attacks by 61% on average.
Demonstrates effectiveness on large-scale neural networks.
Abstract
Deep neural networks (DNNs) play an important role in machine learning due to its outstanding performance compared to other alternatives. However, DNNs are not suitable for safety-critical applications since DNNs can be easily fooled by well-crafted adversarial examples. One promising strategy to counter adversarial attacks is to utilize spectral normalization, which ensures that the trained model has low sensitivity towards the disturbance of input samples. Unfortunately, this strategy requires exact computation of spectral norm, which is computation intensive and impractical for large-scale networks. In this paper, we introduce an approximate algorithm for spectral normalization based on Fourier transform and layer separation. The primary contribution of our work is to effectively combine the sparsity of weight matrix and decomposability of convolution layers. Extensive experimental…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications · Advanced Neural Network Applications
MethodsSpectral Normalization · Convolution
