AINEJan 14, 2025

An Adaptive Orthogonal Convolution Scheme for Efficient and Flexible CNN Architectures

Harvard
arXiv:2501.07930v36 citationsh-index: 20Has CodeICML
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in machine learning for researchers and practitioners needing efficient and flexible orthogonal convolutions in areas like adversarial robustness and GANs, representing an incremental improvement over prior methods.

The paper tackles the challenge of deploying orthogonal convolutional layers in large-scale applications by introducing AOC, a scalable method that overcomes computational and flexibility limitations, enabling previously impractical architectures with increasing efficiency as they scale.

Orthogonal convolutional layers are valuable components in multiple areas of machine learning, such as adversarial robustness, normalizing flows, GANs, and Lipschitz-constrained models. Their ability to preserve norms and ensure stable gradient propagation makes them valuable for a large range of problems. Despite their promise, the deployment of orthogonal convolution in large-scale applications is a significant challenge due to computational overhead and limited support for modern features like strides, dilations, group convolutions, and transposed convolutions. In this paper, we introduce AOC (Adaptative Orthogonal Convolution), a scalable method that extends a previous method (BCOP), effectively overcoming existing limitations in the construction of orthogonal convolutions. This advancement unlocks the construction of architectures that were previously considered impractical. We demonstrate through our experiments that our method produces expressive models that become increasingly efficient as they scale. To foster further advancement, we provide an open-source python package implementing this method, called Orthogonium ( https://github.com/deel-ai/orthogonium ) .

Code Implementations2 repos
Foundations

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

Your Notes