paper-with-me

홈 › Papers

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

2026-05-14 · Daniel Franzen, Jean Philip Filling, Michael Wand arxiv

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.

📄 PDF Abstract BibTeX arXiv:2605.15368

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RotDCF: Decomposition of Convolutional Filters for Rotation-Equivariant Deep Networks

2018-05-17 · ICLR 2019 5 · Xiuyuan Cheng, Qiang Qiu, Robert Calderbank, Guillermo Sapiro

Explicit encoding of group actions in deep features makes it possible for convolutional neural networks (CNNs) to handle global deformations of images, which is critical to success in many vision tasks. This paper propos…

Affine Equivariant Networks Based on Differential Invariants

2024-01-01 · CVPR 2024 1 · Yikang Li, Yeqing Qiu, Yuxuan Chen, Lingshen He 외

Convolutional neural networks benefit from translation equivariance achieving tremendous success. Equivariant networks further extend this property to other transformation groups. However most existing methods requir…

Convergence of Kinetic Langevin Monte Carlo on Lie groups

2024-03-18 · Lingkai Kong, Molei Tao

Explicit, momentum-based dynamics for optimizing functions defined on Lie groups was recently constructed, based on techniques such as variational optimization and left trivialization. We appropriately add tractable nois…

Using Centroidal Voronoi Tessellations to Scale Up the Multi-dimensional Archive of Phenotypic Elites Algorithm

2016-10-18 · Vassilis Vassiliades, Konstantinos Chatzilygeroudis, Jean-Baptiste Mouret

The recently introduced Multi-dimensional Archive of Phenotypic Elites (MAP-Elites) is an evolutionary algorithm capable of producing a large archive of diverse, high-performing solutions in a single run. It works by dis…

Learning geometry-image representation for 3D point cloud generation

2020-11-29 · Lei Wang, Yuchun Huang, Pengjie Tao, Yaolin Hou 외

We study the problem of generating point clouds of 3D objects. Instead of discretizing the object into 3D voxels with huge computational cost and resolution limitations, we propose a novel geometry image based generator …

Image GenerationObjectPoint Cloud Generation