LFA applied to CNNs: Efficient Singular Value Decomposition of Convolutional Mappings by Local Fourier Analysis
Antonia van Betteray, Matthias Rottmann, Karsten Kahl

TL;DR
This paper introduces a new efficient method based on local Fourier analysis to compute all singular values of convolutional mappings, significantly reducing computational complexity compared to FFT-based approaches, enabling scalable spectral analysis of CNNs.
Contribution
The paper presents a novel O(N) complexity algorithm for singular value computation of convolutional mappings using local Fourier analysis, improving scalability over existing FFT-based methods.
Findings
The proposed method is scalable for high-dimensional convolutions.
It accurately computes the entire set of singular values and vectors.
Numerical experiments validate the efficiency and practicality of the approach.
Abstract
The singular values of convolutional mappings encode interesting spectral properties, which can be used, e.g., to improve generalization and robustness of convolutional neural networks as well as to facilitate model compression. However, the computation of singular values is typically very resource-intensive. The naive approach involves unrolling the convolutional mapping along the input and channel dimensions into a large and sparse two-dimensional matrix, making the exact calculation of all singular values infeasible due to hardware limitations. In particular, this is true for matrices that represent convolutional mappings with large inputs and a high number of channels. Existing efficient methods leverage the Fast Fourier transformation (FFT) to transform convolutional mappings into the frequency domain, enabling the computation of singular values for matrices representing…
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
TopicsModel Reduction and Neural Networks · Ferroelectric and Negative Capacitance Devices · Digital Filter Design and Implementation
