Table of Contents
Fetching ...

A Survey on Computational Solutions for Reconstructing Complete Objects by Reassembling Their Fractured Parts

Jiaxin Lu, Yongqing Liang, Huijun Han, Jiacheng Hua, Junfeng Jiang, Xin Li, Qixing Huang

TL;DR

This survey focuses on reconstructing complete objects from fractured parts across diverse domains, detailing the progression from single-piece analysis to multi-piece matching and template-based priors. It synthesizes procedural and deep-learning approaches, highlighting how segmentation, correspondence, and learned shape priors jointly solve reassembly tasks. Key contributions include a structured taxonomy, discussions of symmetry and complete-object priors, and an overview of datasets, metrics, and open-source resources. The work underscores the shift toward learned priors and end-to-end pipelines, while identifying challenges in generalization, data generation, and bridging implicit representations with geometric correspondences, with significant implications for cultural heritage, medicine, and scientific reconstruction.

Abstract

Reconstructing a complete object from its parts is a fundamental problem in many scientific domains. The purpose of this article is to provide a systematic survey on this topic. The reassembly problem requires understanding the attributes of individual pieces and establishing matches between different pieces. Many approaches also model priors of the underlying complete object. Existing approaches are tightly connected problems of shape segmentation, shape matching, and learning shape priors. We provide existing algorithms in this context and emphasize their similarities and differences to general-purpose approaches. We also survey the trends from early non-deep learning approaches to more recent deep learning approaches. In addition to algorithms, this survey will also describe existing datasets, open-source software packages, and applications. To the best of our knowledge, this is the first comprehensive survey on this topic in computer graphics.

A Survey on Computational Solutions for Reconstructing Complete Objects by Reassembling Their Fractured Parts

TL;DR

This survey focuses on reconstructing complete objects from fractured parts across diverse domains, detailing the progression from single-piece analysis to multi-piece matching and template-based priors. It synthesizes procedural and deep-learning approaches, highlighting how segmentation, correspondence, and learned shape priors jointly solve reassembly tasks. Key contributions include a structured taxonomy, discussions of symmetry and complete-object priors, and an overview of datasets, metrics, and open-source resources. The work underscores the shift toward learned priors and end-to-end pipelines, while identifying challenges in generalization, data generation, and bridging implicit representations with geometric correspondences, with significant implications for cultural heritage, medicine, and scientific reconstruction.

Abstract

Reconstructing a complete object from its parts is a fundamental problem in many scientific domains. The purpose of this article is to provide a systematic survey on this topic. The reassembly problem requires understanding the attributes of individual pieces and establishing matches between different pieces. Many approaches also model priors of the underlying complete object. Existing approaches are tightly connected problems of shape segmentation, shape matching, and learning shape priors. We provide existing algorithms in this context and emphasize their similarities and differences to general-purpose approaches. We also survey the trends from early non-deep learning approaches to more recent deep learning approaches. In addition to algorithms, this survey will also describe existing datasets, open-source software packages, and applications. To the best of our knowledge, this is the first comprehensive survey on this topic in computer graphics.

Paper Structure

This paper contains 29 sections, 7 equations, 23 figures, 4 tables.

Figures (23)

  • Figure 1: Overview of the methods presented in this survey. (a) Single-piece processing and analysis. (b) Multi-piece analysis. (c) Template shape space and template-based reassembly.
  • Figure 2: Overview of applications presented in this survey.
  • Figure 3: Four types of sensors for digitizing fragment shapes. (Top-left) Laser scanning 10.1145/3596711.3596733. (Top-right) Photogrammetry capturing wang2023batch. (Bottom-left) Structured light capturing GoalTech2024. (Bottom-right) CT Scanning yezziwoodley2022batchartifactscanningprotocol.
  • Figure 4: (Top) Procedural methods for fracture surface segmentation 905491. (Bottom) Deep learning methods for fracture surface segmentation LIU2021102963.
  • Figure 5: A representative multi-piece shape analysis framework presented in 10.1145/1141911.1141925. Pair-wise matching use patch features extracted from the fracture surface and segment features extracted from fracture surface boundaries. A voting-based approach is used to find consistent correspondences between geometric features. Matching among pieces employs a greedy approach.
  • ...and 18 more figures