paper-with-me

홈 › Papers

PuzzleFusion++: Auto-agglomerative 3D Fracture Assembly by Denoise and Verify

2024-06-01 · Zhengqing Wang, Jiacheng Chen, Yasutaka Furukawa

This paper proposes a novel "auto-agglomerative" 3D fracture assembly method, PuzzleFusion++, resembling how humans solve challenging spatial puzzles. Starting from individual fragments, the approach 1) aligns and merges fragments into larger groups akin to agglomerative clustering and 2) repeats the process iteratively in completing the assembly akin to auto-regressive methods. Concretely, a diffusion model denoises the 6-DoF alignment parameters of the fragments simultaneously, and a transformer model verifies and merges pairwise alignments into larger ones, whose process repeats iteratively. Extensive experiments on the Breaking Bad dataset show that PuzzleFusion++ outperforms all other state-of-the-art techniques by significant margins across all metrics, in particular by over 10% in part accuracy and 50% in Chamfer distance. The code will be available on our project page: https://puzzlefusion-plusplus.github.io.

📄 PDF Abstract BibTeX arXiv:2406.00259

Code (1)

eric-zqwang/puzzlefusion-plusplus 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Breaking Bad: A Dataset for Geometric Fracture and Reassembly

2022-10-20 · Silvia Sellán, Yun-Chun Chen, Ziyi Wu, Animesh Garg 외

We introduce Breaking Bad, a large-scale dataset of fractured objects. Our dataset consists of over one million fractured objects simulated from ten thousand base models. The fracture simulation is powered by a recent ph…

Object

Jigsaw: Learning to Assemble Multiple Fractured Objects

2023-05-29 · NeurIPS 2023 11 · Jiaxin Lu, Yifan Sun, QiXing Huang

Automated assembly of 3D fractures is essential in orthopedics, archaeology, and our daily life. This paper presents Jigsaw, a novel framework for assembling physically broken 3D objects from multiple pieces. Our approac…

Scalable Geometric Fracture Assembly via Co-creation Space among Assemblers

2023-12-19 · Ruiyuan Zhang, Jiaxiang Liu, Zexi Li, Hao Dong 외

Geometric fracture assembly presents a challenging practical task in archaeology and 3D computer vision. Previous methods have focused solely on assembling fragments based on semantic information, which has limited the q…

3D Assembly

SARe: Structure-Aware Generative 3D Fragment Reassembly

2026-03-23 · Hanze Jia, Chunshi Wang, Yuxiao Yang, Zhonghua Jiang 외 arxiv

3D fragment reassembly estimates the rigid pose of each fragment to recover a complete object from unordered point clouds or meshes. The task becomes increasingly challenging as the fragment count grows, since irregular …

Point Clouds

3D Fragment Reassembly Using Integrated Template Guidance and Fracture-Region Matching

2015-12-01 · ICCV 2015 12 · Kang Zhang, Wuyi Yu, Mary Manhein, Warren Waggenspack 외

This paper studies matching of fragmented objects to recompose their original geometry. Solving this geometric reassembly problem has direct applications in archaeology and forensic investigation in the computer-aided re…