CVAIIVSPApr 3, 2025

GMR-Conv: An Efficient Rotation and Reflection Equivariant Convolution Kernel Using Gaussian Mixture Rings

arXiv:2504.02819v12 citationsh-index: 23Has Code
Originality Highly original
AI Analysis

This work addresses the problem of designing efficient and robust rotation/reflection equivariant networks for computer vision applications, representing a novel method rather than an incremental improvement.

The paper tackles the challenge of extending rotation and reflection equivariance in convolutional neural networks without compromising efficiency or causing information loss, by introducing GMR-Conv, an efficient convolution kernel using Gaussian mixture rings. The result shows that GMR-Conv matches or surpasses conventional CNNs in performance on nine datasets, with improved robustness and efficiency over state-of-the-art equivariant methods.

Symmetry, where certain features remain invariant under geometric transformations, can often serve as a powerful prior in designing convolutional neural networks (CNNs). While conventional CNNs inherently support translational equivariance, extending this property to rotation and reflection has proven challenging, often forcing a compromise between equivariance, efficiency, and information loss. In this work, we introduce Gaussian Mixture Ring Convolution (GMR-Conv), an efficient convolution kernel that smooths radial symmetry using a mixture of Gaussian-weighted rings. This design mitigates discretization errors of circular kernels, thereby preserving robust rotation and reflection equivariance without incurring computational overhead. We further optimize both the space and speed efficiency of GMR-Conv via a novel parameterization and computation strategy, allowing larger kernels at an acceptable cost. Extensive experiments on eight classification and one segmentation datasets demonstrate that GMR-Conv not only matches conventional CNNs' performance but can also surpass it in applications with orientation-less data. GMR-Conv is also proven to be more robust and efficient than the state-of-the-art equivariant learning methods. Our work provides inspiring empirical evidence that carefully applied radial symmetry can alleviate the challenges of information loss, marking a promising advance in equivariant network architectures. The code is available at https://github.com/XYPB/GMR-Conv.

Code Implementations1 repo
Foundations

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

Your Notes