CVGRLGMay 14

Discretizing Group-Convolutional Neural Networks for 3D Geometry in Feature Space

arXiv:2605.1536826.6
Predicted impact top 90% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the computational bottleneck of equivariant 3D classifiers, offering a practical trade-off between efficiency and accuracy for practitioners.

Group-convolutional neural networks (GCNNs) suffer from high computational costs due to dense sampling of transformation groups, especially in 3D. The authors propose sampling in feature space by selecting representative samples based on feature similarity, which decouples geometric resolution from memory and processing costs, and show that coarse feature-space sampling preserves classification accuracy while substantially accelerating training.

Group-convolutional neural networks (GCNNs) are among the most important methods for introducing symmetry as an inductive bias in deep learning: In each linear layer, GCNNs sample a transformation group $G$ densely and correlate data and filters in different poses (with suitable anti-aliasing for steerable GCNNs) to maintain equivariance with respect to $G$. Unfortunately, applying filters to many data items resulting from this sampling is expensive (even for translations alone, i.e., in ordinary CNNs), and costs grow exponentially with increasing degrees of freedom (such as translations and rotations in 3D), which often hinders practical applications. In this paper, we propose sampling in feature space, i.e., replacing geometrically dense samples with representative samples selected by feature similarity. This decouples geometric resolution from memory and processing costs during training and inference, providing a novel way to trade off computational effort and accuracy. Our main empirical finding is that a coarse feature-space sampling already preserves classification accuracy remarkably well, which permits precomputation based on geometric similarity, accelerating the training of equivariant 3D classifiers substantially.

Foundations

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

Your Notes