paper-with-me

홈 › Papers

bispectrum: Selective $G$-Bispectra Made Practical

2026-05-08 · Johan Mathe, Adele Myers, Simon Mataigne, Nina Miolane arxiv

Many machine learning tasks are invariant under the action of a group $G$ of transformations: signal classification can be invariant under translations, image classification under 2D rotations, and spherical-image classification under 3D rotations. The $G$-bispectrum is a principled complete invariant of a signal (retaining all all signal's information up to the group action) with proven benefits in machine learning and as a pooling layer in deep networks. However, its deployment has been hampered by high computational cost and a patchwork of group-specific implementations. We present bispectrum, an open-source, fully unit-tested PyTorch library that implements selective $G$-bispectra for seven different group actions, as differentiable modules that can be directly incorporated into machine learning pipelines and deep learning architectures. For finite groups $G$, selectivity reduces the computational cost from $O(|G|^2)$ to $O(|G|)$. For planar rotations, we leverage the disk bispectrum. For spherical 3D rotations, we introduce an augmented selective bispectrum at band-limit $L$ which reduces the cost from $O(L^3)$ to $Θ(L^2)$ coefficients. We profile the entire library (for which we implemented various compute optimizations), showing that it delivers near-exact $G$-invariance with its selective $G$-bispectra computed in sub-millisecond time on GPU (up to commonly used bandlimits). We evaluate the benefits of incorporating $G$-bispectra as pooling layers into deep learning architectures on three classical benchmark datasets --comparing against norm pooling, gated pooling, Fourier-ELU pooling, max pooling, and (non-equivariant) data-augmented convolutional baselines. Results show that $G$-bispectra consistently outperform alternatives in the low-data, moderate-capacity regime.

📄 PDF Abstract BibTeX arXiv:2605.07270

Code (0)

등록된 구현이 없습니다.

Tasks

Image Classification

Similar Papers 제목 키워드 기반

Estimating Time Delays between Signals under Mixed Noise Influence with Novel Cross- and Bispectral Methods

2025-02-16 · Tin Jurhar, Franziska Pellegrini, Ana I. Nuñes del Toro, Tilman Stephani 외

A common problem to signal processing are biases introduced by correlated noise. When quantifying time delays between two signals, mixed noise introduces a bias towards zero delay in conventional delay estimates based on…

Bispectral Neural Networks

2022-09-07 · Sophia Sanborn, Christian Shewmake, Bruno Olshausen, Christopher Hillar

We present a neural network architecture, Bispectral Neural Networks (BNNs) for learning representations that are invariant to the actions of compact commutative groups on the space over which a signal is defined. The mo…

Adversarial RobustnessRepresentation Learning

Bispectral OT: Dataset Comparison using Symmetry-Aware Optimal Transport

2025-09-25 · Annabel Ma, Kaiying Hou, David Alvarez-Melis, Melanie Weber arxiv

Optimal transport (OT) is a widely used technique in machine learning, graphics, and vision that aligns two distributions or datasets using their relative geometry. In symmetry-rich settings, however, OT alignments based…

The Selective G-Bispectrum and its Inversion: Applications to G-Invariant Networks

2024-07-10 · Simon Mataigne, Johan Mathe, Sophia Sanborn, Christopher Hillar 외

An important problem in signal processing and deep learning is to achieve \textit{invariance} to nuisance factors not relevant for the task. Since many of these factors are describable as the action of a group $G$ (e.g. …

Selective Disk Bispectrum: A Complete and Rotation Invariant Image Descriptor

2025-11-24 · Adele Myers Lantow, Nina Miolane arxiv

Rotation invariance is a fundamental requirement across many computer vision tasks. Historically, this inductive bias has been encoded through hand-crafted rotation-invariant representations. These are compact, interpret…