CVMay 4, 2025

Point2Primitive: CAD Reconstruction from Point Cloud by Direct Primitive Prediction

arXiv:2505.02043v36 citationsh-index: 3
Originality Highly original
AI Analysis

This addresses the challenge of precise and editable CAD reconstruction for applications in manufacturing and design, representing a novel approach rather than an incremental improvement.

The paper tackles the problem of reconstructing CAD models from point clouds by directly predicting explicit parametric primitives, which significantly outperforms implicit methods in primitive accuracy and geometric fidelity.

Recovering CAD models from point clouds requires reconstructing their topology and sketch-based extrusion primitives. A dominant paradigm for representing sketches involves implicit neural representations such as Signed Distance Fields (SDFs). However, this indirect approach inherently struggles with precision, leading to unintended curved edges and models that are difficult to edit. In this paper, we propose Point2Primitive, a framework that learns to directly predict the explicit, parametric primitives of CAD models. Our method treats sketch reconstruction as a set prediction problem, employing a improved transformer-based decoder with explicit position queries to directly detect and predict the fundamental sketch curves (i.e., type and parameter) from the point cloud. Instead of approximating a continuous field, we formulate curve parameters as explicit position queries, which are optimized autoregressively to achieve high accuracy. The overall topology is rebuilt via extrusion segmentation. Extensive experiments demonstrate that this direct prediction paradigm significantly outperforms implicit methods in both primitive accuracy and overall geometric fidelity.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes