Leveraging Pretrained Diffusion Models for Zero-Shot Part Assembly
Ruiyuan Zhang, Qi Wang, Jiaxiang Liu, Yu Zhang, Yuchi Huo, Chao Wu
TL;DR
This work tackles zero-shot 3D part assembly by leveraging pre-trained point-cloud diffusion models as density priors to steer per-part pose transformations, without task-specific supervision. It formulates an iterative loop where diffusion-based denoising is combined with rigid ICP refinements and an explicit push-away collision strategy, grounded by a Score Distillation Sampling objective. The approach demonstrates strong zero-shot performance on PartNet chair assemblies, surpasses several baselines and even competes with some supervised methods, and generalizes to airplanes while also exploring 2D diffusion extensions. By reducing or eliminating the need for labeled pose data, this method offers a practical pathway toward scalable, robust assembly in real-world robotics and opens avenues for cross-domain diffusion-guided reassembly tasks.
Abstract
3D part assembly aims to understand part relationships and predict their 6-DoF poses to construct realistic 3D shapes, addressing the growing demand for autonomous assembly, which is crucial for robots. Existing methods mainly estimate the transformation of each part by training neural networks under supervision, which requires a substantial quantity of manually labeled data. However, the high cost of data collection and the immense variability of real-world shapes and parts make traditional methods impractical for large-scale applications. In this paper, we propose first a zero-shot part assembly method that utilizes pre-trained point cloud diffusion models as discriminators in the assembly process, guiding the manipulation of parts to form realistic shapes. Specifically, we theoretically demonstrate that utilizing a diffusion model for zero-shot part assembly can be transformed into an Iterative Closest Point (ICP) process. Then, we propose a novel pushing-away strategy to address the overlap parts, thereby further enhancing the robustness of the method. To verify our work, we conduct extensive experiments and quantitative comparisons to several strong baseline methods, demonstrating the effectiveness of the proposed approach, which even surpasses the supervised learning method. The code has been released on https://github.com/Ruiyuan-Zhang/Zero-Shot-Assembly.
