A dataset-free approach for self-supervised learning of 3D reflectional symmetries
Isaac Aguirre, Ivan Sipiran, Gabriel Montañana
TL;DR
This work tackles 3D reflectional symmetry detection without dataset-dependent supervision by leveraging self-priors derived from a single object. It constructs per-point visual features by back-projecting image-model descriptors from Fibonacci-distributed viewpoints and couples them with a PointNet-based symmetry generator trained with an extended Chamfer loss that incorporates both geometry and features. The model predicts up to three reflective planes via Householder transformations, optimized over $L = L_{congruence} + L_{reg}$, and evaluated on ShapeNet where it outperforms trained baselines and maintains robustness to unseen geometries. The findings demonstrate strong generalization, efficiency, and improved precision at small angular errors, with promising avenues for extending to rotation symmetries and real-time applications in graphics and cultural heritage contexts.
Abstract
In this paper, we explore a self-supervised model that learns to detect the symmetry of a single object without requiring a dataset-relying solely on the input object itself. We hypothesize that the symmetry of an object can be determined by its intrinsic features, eliminating the need for large datasets during training. Additionally, we design a self-supervised learning strategy that removes the necessity of ground truth labels. These two key elements make our approach both effective and efficient, addressing the prohibitive costs associated with constructing large, labeled datasets for this task. The novelty of our method lies in computing features for each point on the object based on the idea that symmetric points should exhibit similar visual appearances. To achieve this, we leverage features extracted from a foundational image model to compute a visual descriptor for the points. This approach equips the point cloud with visual features that facilitate the optimization of our self-supervised model. Experimental results demonstrate that our method surpasses the state-of-the-art models trained on large datasets. Furthermore, our model is more efficient, effective, and operates with minimal computational and data resources.
