paper-with-me

Papers

BWFormer: Building Wireframe Reconstruction from Airborne LiDAR Point Cloud with Transformer

2025-01-01 · CVPR 2025 1 · Yuzhou Liu, Lingjie Zhu, Hanqiao Ye, Shangfeng Huang, Xiang Gao, Xianwei Zheng, Shuhan Shen

In this paper, we present BWFormer, a novel Transformer-based model for building wireframe reconstruction from airborne LiDAR point cloud. The problem is solved in a ground-up manner here by detecting the building corners in 2D, lifting and connecting them in 3D space afterwards with additional data augmentation.Due to the 2.5D characteristic of the airborne LiDAR point cloud, we simplify the problem by projecting the points on the ground plane to produce a 2D height map. With the height map, a heat map is first generated with pixel-wise corner likelihood to predict the possible 2D corners.Then, 3D corners are predicted by a Transformer-based network with extra height embedding initialization. This 2D-to-3D corner detection strategy reduces the search space significantly. To recover the topological connections among the corners, edges are finally predicted from the height map with the proposed edge attention mechanism, which extracts holistic features and preserves local details simultaneously. In addition, due to the limited datasets in the field and the irregularity of the point clouds, a conditional latent diffusion model for LiDAR scanning simulation is utilized for data augmentation. BWFormer surpasses other state-of-the-art methods, especially in reconstruction completeness. Our code is available at: https://github.com/3dv-casia/BWformer/.

📄 PDF Abstract BibTeX

Code (1)

3dv-casia/bwformer 공식 구현 pytorch

Tasks

Data Augmentation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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…
Latent Diffusion Model Diffusion models applied to latent spaces, which are normally built with (Variational) Autoencoders.

Similar Papers 제목 키워드 기반

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

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…

City3D: Large-Scale Building Reconstruction from Airborne LiDAR Point Clouds

2022-01-25 · Jin Huang, Jantien Stoter, Ravi Peters, Liangliang Nan

We present a fully automatic approach for reconstructing compact 3D building models from large-scale airborne point clouds. A major challenge of urban reconstruction from airborne LiDAR point clouds lies in that the vert…

Surface Reconstruction

Point2Building: Reconstructing Buildings from Airborne LiDAR Point Clouds

2024-03-04 · Yujia Liu, Anton Obukhov, Jan Dirk Wegner, Konrad Schindler

We present a learning-based approach to reconstruct buildings as 3D polygonal meshes from airborne LiDAR point clouds. What makes 3D building reconstruction from airborne LiDAR hard is the large diversity of building des…

Diversity