Memorization in 3D Shape Generation: An Empirical Study
Shu Pu, Boya Zeng, Kaichen Zhou, Mengyu Wang, Zhuang Liu
TL;DR
This work tackles memorization in 3D shape generation by designing an evaluation framework that separates true generalization from data copying. It defines object-level replicas and model-level memorization using the Mann-Whitney $Z_U$ statistic alongside Fréchet Distance $FD$ to control for output quality, applying this to a range of existing models. Through controlled Vecset-diffusion experiments, it reveals that memorization is more pronounced for image data than for 3D data, increases with data diversity and conditioning granularity, and peaks at moderate guidance scales. The study further shows that longer latent Vecsets and rotation augmentation can mitigate memorization without sacrificing generation fidelity, offering practical guidelines for building more generalizable 3D generators.
Abstract
Generative models are increasingly used in 3D vision to synthesize novel shapes, yet it remains unclear whether their generation relies on memorizing training shapes. Understanding their memorization could help prevent training data leakage and improve the diversity of generated results. In this paper, we design an evaluation framework to quantify memorization in 3D generative models and study the influence of different data and modeling designs on memorization. We first apply our framework to quantify memorization in existing methods. Next, through controlled experiments with a latent vector-set (Vecset) diffusion model, we find that, on the data side, memorization depends on data modality, and increases with data diversity and finer-grained conditioning; on the modeling side, it peaks at a moderate guidance scale and can be mitigated by longer Vecsets and simple rotation augmentation. Together, our framework and analysis provide an empirical understanding of memorization in 3D generative models and suggest simple yet effective strategies to reduce it without degrading generation quality. Our code is available at https://github.com/zlab-princeton/3d_mem.
