paper-with-me

홈 › Papers

Generative 3D Part Assembly via Part-Whole-Hierarchy Message Passing

2024-02-27 · CVPR 2024 1 · Bi'an Du, Xiang Gao, Wei Hu, Renjie Liao

Generative 3D part assembly involves understanding part relationships and predicting their 6-DoF poses for assembling a realistic 3D shape. Prior work often focus on the geometry of individual parts, neglecting part-whole hierarchies of objects. Leveraging two key observations: 1) super-part poses provide strong hints about part poses, and 2) predicting super-part poses is easier due to fewer superparts, we propose a part-whole-hierarchy message passing network for efficient 3D part assembly. We first introduce super-parts by grouping geometrically similar parts without any semantic labels. Then we employ a part-whole hierarchical encoder, wherein a super-part encoder predicts latent super-part poses based on input parts. Subsequently, we transform the point cloud using the latent poses, feeding it to the part encoder for aggregating super-part information and reasoning about part relationships to predict all part poses. In training, only ground-truth part poses are required. During inference, the predicted latent poses of super-parts enhance interpretability. Experimental results on the PartNet dataset show that our method achieves state-of-the-art performance in part and connectivity accuracy and enables an interpretable hierarchical part assembly. Code is available at https://github.com/pkudba/3DHPA.

📄 PDF Abstract BibTeX arXiv:2402.17464

Code (1)

pkudba/3dhpa 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Leveraging SE(3) Equivariance for Learning 3D Geometric Shape Assembly

2023-09-13 · ICCV 2023 1 · Ruihai Wu, Chenrui Tie, Yushi Du, Yan Zhao 외

Shape assembly aims to reassemble parts (or fragments) into a complete object, which is a common task in our daily life. Different from the semantic part assembly (e.g., assembling a chair's semantic parts like legs into…

Disentanglement

Recursive Neural Programs: Variational Learning of Image Grammars and Part-Whole Hierarchies

2022-06-16 · Ares Fisher, Rajesh P. N. Rao

Human vision involves parsing and representing objects and scenes using structured representations based on part-whole hierarchies. Computer vision and machine learning researchers have recently sought to emulate this ca…

Transfer Learning

Assembly of randomly placed parts realized by using only one robot arm with a general parallel-jaw gripper

2019-09-19 · Jie Zhao, Xin Jiang, Xiaoman Wang, Shengfan Wang 외

In industry assembly lines, parts feeding machines are widely employed as the prologue of the whole procedure. They play the role of sorting the parts randomly placed in bins to the state with specified pose. With the he…

BiAssemble: Learning Collaborative Affordance for Bimanual Geometric Assembly

2025-06-06 · Yan Shen, Ruihai Wu, Yubin Ke, Xinyuan Song 외

Shape assembly, the process of combining parts into a complete whole, is a crucial robotic skill with broad real-world applications. Among various assembly tasks, geometric assembly--where broken parts are reassembled in…

Diversity

From Part to Whole: 3D Generative World Model with an Adaptive Structural Hierarchy

2026-03-23 · Bi'an Du, Daizong Liu, Pufan Li, Wei Hu arxiv

Single-image 3D generation lies at the core of vision-to-graphics models in the real world. However, it remains a fundamental challenge to achieve reliable generalization across diverse semantic categories and highly var…

3D Generation