LGCVNAJun 16, 2021

Scaling-up Diverse Orthogonal Convolutional Networks with a Paraunitary Framework

arXiv:2106.09121v111 citations
AI Analysis

This work addresses the problem of gradient and generalization issues in deep learning for researchers and practitioners by providing a foundational framework for orthogonal networks, though it is incremental in advancing existing orthogonal methods.

The authors tackled the lack of a systematic theoretical framework for orthogonal convolutional layers in neural networks, proposing a paraunitary framework that enables exact orthogonality and scales up to deep architectures like ResNet, achieving substantial performance gains over shallow orthogonal networks.

Enforcing orthogonality in neural networks is an antidote for gradient vanishing/exploding problems, sensitivity by adversarial perturbation, and bounding generalization errors. However, many previous approaches are heuristic, and the orthogonality of convolutional layers is not systematically studied: some of these designs are not exactly orthogonal, while others only consider standard convolutional layers and propose specific classes of their realizations. To address this problem, we propose a theoretical framework for orthogonal convolutional layers, which establishes the equivalence between various orthogonal convolutional layers in the spatial domain and the paraunitary systems in the spectral domain. Since there exists a complete spectral factorization of paraunitary systems, any orthogonal convolution layer can be parameterized as convolutions of spatial filters. Our framework endows high expressive power to various convolutional layers while maintaining their exact orthogonality. Furthermore, our layers are memory and computationally efficient for deep networks compared to previous designs. Our versatile framework, for the first time, enables the study of architecture designs for deep orthogonal networks, such as choices of skip connection, initialization, stride, and dilation. Consequently, we scale up orthogonal networks to deep architectures, including ResNet, WideResNet, and ShuffleNet, substantially increasing the performance over the traditional shallow orthogonal networks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes