paper-with-me

홈 › Papers

RoIPoly: Vectorized Building Outline Extraction Using Vertex and Logit Embeddings

2024-07-20 · Weiqin Jiao, Hao Cheng, Claudio Persello, George Vosselman

Polygonal building outlines are crucial for geographic and cartographic applications. The existing approaches for outline extraction from aerial or satellite imagery are typically decomposed into subtasks, e.g., building masking and vectorization, or treat this task as a sequence-to-sequence prediction of ordered vertices. The former lacks efficiency, and the latter often generates redundant vertices, both resulting in suboptimal performance. To handle these issues, we propose a novel Region-of-Interest (RoI) query-based approach called RoIPoly. Specifically, we formulate each vertex as a query and constrain the query attention on the most relevant regions of a potential building, yielding reduced computational overhead and more efficient vertex level interaction. Moreover, we introduce a novel learnable logit embedding to facilitate vertex classification on the attention map; thus, no post-processing is needed for redundant vertex removal. We evaluated our method on the vectorized building outline extraction dataset CrowdAI and the 2D floorplan reconstruction dataset Structured3D. On the CrowdAI dataset, RoIPoly with a ResNet50 backbone outperforms existing methods with the same or better backbones on most MS-COCO metrics, especially on small buildings, and achieves competitive results in polygon quality and vertex redundancy without any post-processing. On the Structured3D dataset, our method achieves the second-best performance on most metrics among existing methods dedicated to 2D floorplan reconstruction, demonstrating our cross-domain generalization capability. The code will be released upon acceptance of this paper.

📄 PDF Abstract BibTeX arXiv:2407.14920

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Generalization

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 설명 없음

Similar Papers 제목 키워드 기반

PolyR-CNN: R-CNN for end-to-end polygonal building outline extraction

2024-07-20 · Weiqin Jiao, Claudio Persello, George Vosselman

Polygonal building outline extraction has been a research focus in recent years. Most existing methods have addressed this challenging task by decomposing it into several subtasks and employing carefully designed archite…

Extracting Buildings In Remote Sensing Images

BuildMapper: A Fully Learnable Framework for Vectorized Building Contour Extraction

2022-11-07 · Shiqing Wei, Tao Zhang, Shunping Ji, Muying Luo 외

Deep learning based methods have significantly boosted the study of automatic building extraction from remote sensing images. However, delineating vectorized and regular building contours like a human does remains very c…

BiSVP: Building Footprint Extraction via Bidirectional Serialized Vertex Prediction

2023-03-01 · Mingming Zhang, Ye Du, Zhenghui Hu, Qingjie Liu 외

Extracting building footprints from remote sensing images has been attracting extensive attention recently. Dominant approaches address this challenging problem by generating vectorized building masks with cumbersome ref…

Instance SegmentationPredictionSemantic Segmentation

Beyond Endpoints: Path-Centric Reasoning for Vectorized Off-Road Network Extraction

2025-12-11 · Wenfei Guan, Jilin Mei, Tong Shen, Xumin Wu 외 arxiv

Deep learning has advanced vectorized road extraction in urban settings, yet off-road environments remain underexplored and challenging. A significant domain gap causes advanced models to fail in wild terrains due to two…

PCFootprint: A Large-Scale Dataset and Benchmark for Vectorized Building Footprint Extraction from Aerial LiDAR Point Clouds

2026-06-18 · Haoyuan Shen, Kuihao Wang, Ruisheng Wang, Yujun Liu arxiv

Building footprint extraction is a fundamental task in photogrammetry, remote sensing, and computer vision. Recent image-based methods have achieved remarkable progress in extracting vectorized footprints from high-resol…

Scene UnderstandingPoint Clouds