菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-23
📄 Abstract - SARe: Structure-Aware Large-Scale 3D Fragment Reassembly

3D fragment reassembly aims to recover the rigid poses of unordered fragment point clouds or meshes in a common object coordinate system to reconstruct the complete shape. The problem becomes particularly challenging as the number of fragments grows, since the target shape is unknown and fragments provide weak semantic cues. Existing end-to-end approaches are prone to cascading failures due to unreliable contact reasoning, most notably inaccurate fragment adjacencies. To address this, we propose Structure-Aware Reassembly (SARe), a generative framework with SARe-Gen for Euclidean-space assembly generation and SARe-Refine for inference-time refinement, with explicit contact modeling. SARe-Gen jointly predicts fracture-surface token probabilities and an inter-fragment contact graph to localize contact regions and infer candidate adjacencies. It adopts a query-point-based conditioning scheme and extracts aligned local geometric tokens at query locations from a frozen geometry encoder, yielding queryable structural representations without additional structural pretraining. We further introduce an inference-time refinement stage, SARe-Refine. By verifying candidate contact edges with geometric-consistency checks, it selects reliable substructures and resamples the remaining uncertain regions while keeping verified parts fixed, leading to more stable and consistent assemblies in the many-fragment regime. We evaluate SARe across three settings, including synthetic fractures, simulated fractures from scanned real objects, and real physically fractured scans. The results demonstrate state-of-the-art performance, with more graceful degradation and higher success rates as the fragment count increases in challenging large-scale reassembly.

顶级标签: computer vision systems model training
详细标签: 3d reconstruction point clouds geometric reasoning generative model structure-aware 或 搜索:

SARe:一种面向大规模三维碎片重组的结构感知方法 / SARe: Structure-Aware Large-Scale 3D Fragment Reassembly


1️⃣ 一句话总结

本文提出了一种名为SARe的新方法,它通过一个生成式框架来更稳定、准确地重组大量三维碎片,其核心创新在于显式地建模碎片间的接触关系,并引入一个推理时优化步骤来修正错误,从而在处理碎片数量很多时表现更出色。

源自 arXiv: 2603.21611