paper-with-me

Papers

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

2022-08-25 · Yicheng Luo, Jing Ren, Xuefei Zhe, Di Kang, Yajing Xu, Peter Wonka, Linchao Bao

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 network to process line clouds for building wireframe abstraction. The network takes a line cloud as input , i.e., a nonstructural and unordered set of 3D line segments extracted from multi-view images, and outputs a 3D wireframe of the underlying building, which consists of a sparse set of 3D junctions connected by line segments. We observe that a line patch, i.e., a group of neighboring line segments, encodes sufficient contour information to predict the existence and even the 3D position of a potential junction, as well as the likelihood of connectivity between two query junctions. We therefore introduce a two-layer Line-Patch Transformer to extract junctions and connectivities from sampled line patches to form a 3D building wireframe model. We also introduce a synthetic dataset of multi-view images with ground-truth 3D wireframe. We extensively justify that our reconstructed 3D wireframe models significantly improve upon multiple baseline building reconstruction methods. The code and data can be found at https://github.com/Luo1Cheng/LC2WF.

📄 PDF Abstract BibTeX arXiv:2208.11948

Code (1)

luo1cheng/lc2wf 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

EdgeDiff: Edge-aware Diffusion Network for Building Reconstruction from Point Clouds

2025-01-01 · CVPR 2025 1 · Yujun Liu, Ruisheng Wang, Shangfeng Huang, Guorong Cai

Building reconstruction is a challenging problem at the intersection of computer vision, photogrammetry and computer graphics. 3D wireframe presents a compelling representation for building modeling through its compa…

Denoising

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

Learning to Parse Wireframes in Images of Man-Made Environments

2020-07-15 · CVPR 2018 6 · Kun Huang, Yifan Wang, Zihan Zhou, Tianjiao Ding 외

In this paper, we propose a learning-based approach to the task of automatically extracting a "wireframe" representation for images of cluttered man-made environments. The wireframe (see Fig. 1) contains all salient stra…

3D ReconstructionJunction DetectionLine Segment Detection

NEAT: Distilling 3D Wireframes from Neural Attraction Fields

2023-07-14 · CVPR 2024 1 · Nan Xue, Bin Tan, Yuxi Xiao, Liang Dong 외

This paper studies the problem of structured 3D reconstruction using wireframes that consist of line segments and junctions, focusing on the computation of structured boundary geometries of scenes. Instead of leveraging …

3D Reconstruction3D Wireframe ReconstructionNovel View Synthesis

HoW-3D: Holistic 3D Wireframe Perception from a Single Image

2022-08-15 · Wenchao Ma, Bin Tan, Nan Xue, Tianfu Wu 외

This paper studies the problem of holistic 3D wireframe perception (HoW-3D), a new task of perceiving both the visible 3D wireframes and the invisible ones from single-view 2D images. As the non-front surfaces of an obje…