paper-with-me

Papers

PC2WF: 3D Wireframe Reconstruction from Raw Point Clouds

2021-03-04 · ICLR 2021 1 · Yujia Liu, Stefano D'Aronco, Konrad Schindler, Jan Dirk Wegner

We introduce PC2WF, the first end-to-end trainable deep network architecture to convert a 3D point cloud into a wireframe model. The network takes as input an unordered set of 3D points sampled from the surface of some object, and outputs a wireframe of that object, i.e., a sparse set of corner points linked by line segments. Recovering the wireframe is a challenging task, where the numbers of both vertices and edges are different for every instance, and a-priori unknown. Our architecture gradually builds up the model: It starts by encoding the points into feature vectors. Based on those features, it identifies a pool of candidate vertices, then prunes those candidates to a final set of corner vertices and refines their locations. Next, the corners are linked with an exhaustive set of candidate edges, which is again pruned to obtain the final wireframe. All steps are trainable, and errors can be backpropagated through the entire sequence. We validate the proposed model on a publicly available synthetic dataset, for which the ground truth wireframes are accessible, as well as on a new real-world dataset. Our model produces wireframe abstractions of good quality and outperforms several baselines.

📄 PDF Abstract BibTeX arXiv:2103.02766

Code (1)

luo1cheng/lc2wf pytorch

Tasks

3D Wireframe Reconstruction

Similar Papers 제목 키워드 기반

PBWR: Parametric Building Wireframe Reconstruction from Aerial LiDAR Point Clouds

2023-11-18 · Shangfeng Huang, Ruisheng Wang, Bo Guo, Hongxin Yang

In this paper, we present an end-to-end 3D building wireframe reconstruction method to regress edges directly from aerial LiDAR point clouds.Our method, named Parametric Building Wireframe Reconstruction (PBWR), takes ae…

PBWR: Parametric-Building-Wireframe Reconstruction from Aerial LiDAR Point Clouds

2024-01-01 · CVPR 2024 1 · Shangfeng Huang, Ruisheng Wang, Bo Guo, Hongxin Yang

In this paper we present an end-to-end 3D-building-wireframe reconstruction method to regress edges directly from aerial light-detection-and-ranging (LiDAR) point clouds. Our method named parametric-building-wirefram…

Delaunay Canopy: Building Wireframe Reconstruction from Airborne LiDAR Point Clouds via Delaunay Graph

2026-04-02 · Donghyun Kim, Chanyoung Kim, Youngjoong Kwon, Seong Jae Hwang arxiv

Reconstructing building wireframe from airborne LiDAR point clouds yields a compact, topology-centric representation that enables structural understanding beyond dense meshes. Yet a key limitation persists: conventional …

Point Clouds

Learning to Construct 3D Building Wireframes from 3D Line Clouds

2022-08-25 · Yicheng Luo, Jing Ren, Xuefei Zhe, Di Kang 외

Line clouds, though under-investigated in the previous work, potentially encode more compact structural information of buildings than point clouds extracted from multi-view images. In this work, we propose the first netw…

S23DR 2026: End-to-End 3D Wireframe Prediction via DETR-Style Set Prediction with Contrastive Denoising

2026-06-12 · Nitiz Khanal arxiv

We present WireframeDETR, our submission to the Structured Semantic 3D Reconstruction (S23DR) 2026 Challenge, which requires predicting a 3D building wireframe from multi-view COLMAP point clouds. Our method applies DETR…

3D ReconstructionPoint Clouds