CVMar 31, 2022

Reflection and Rotation Symmetry Detection via Equivariant Learning

arXiv:2203.16787v120 citations
Originality Highly original
AI Analysis

This work addresses symmetry detection for computer vision applications, representing an incremental improvement with a novel method for a known bottleneck.

The paper tackles the problem of detecting reflection and rotation symmetries in images by introducing EquiSym, a group-equivariant convolutional network that leverages dihedrally-equivariant layers, and it achieves state-of-the-art results on LDRS and DENDI datasets.

The inherent challenge of detecting symmetries stems from arbitrary orientations of symmetry patterns; a reflection symmetry mirrors itself against an axis with a specific orientation while a rotation symmetry matches its rotated copy with a specific orientation. Discovering such symmetry patterns from an image thus benefits from an equivariant feature representation, which varies consistently with reflection and rotation of the image. In this work, we introduce a group-equivariant convolutional network for symmetry detection, dubbed EquiSym, which leverages equivariant feature maps with respect to a dihedral group of reflection and rotation. The proposed network is built end-to-end with dihedrally-equivariant layers and trained to output a spatial map for reflection axes or rotation centers. We also present a new dataset, DENse and DIverse symmetry (DENDI), which mitigates limitations of existing benchmarks for reflection and rotation symmetry detection. Experiments show that our method achieves the state of the arts in symmetry detection on LDRS and DENDI datasets.

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