Symmetrization of 3D Generative Models
Nicolas Caytuiro, Ivan Sipiran
TL;DR
This work introduces a data-centric approach to enforce reflectional symmetry in 3D generative models by training on half-objects and reconstructing full shapes via reflection. By evaluating symmetry through a Chamfer Distance-based protocol and distributional metrics like FPD on ShapeNet Airplane, Car, and Chair, the authors show that half-object training improves geometric symmetry without altering model architectures. The method demonstrates that symmetry priors can be learned from data alone, though some trade-offs in local detail fidelity remain, and it lays groundwork for extending symmetry-aware training to broader models. Overall, the study highlights a practical, architecture-agnostic strategy for instilling structural priors in 3D shape generation with potential broad impact on downstream 3D vision tasks.
Abstract
We propose a novel data-centric approach to promote symmetry in 3D generative models by modifying the training data rather than the model architecture. Our method begins with an analysis of reflectional symmetry in both real-world 3D shapes and samples generated by state-of-the-art models. We hypothesize that training a generative model exclusively on half-objects, obtained by reflecting one half of the shapes along the x=0 plane, enables the model to learn a rich distribution of partial geometries which, when reflected during generation, yield complete shapes that are both visually plausible and geometrically symmetric. To test this, we construct a new dataset of half-objects from three ShapeNet classes (Airplane, Car, and Chair) and train two generative models. Experiments demonstrate that the generated shapes are symmetrical and consistent, compared with the generated objects from the original model and the original dataset objects.
