PolyR-CNN: R-CNN for end-to-end polygonal building outline extraction
Weiqin Jiao, Claudio Persello, George Vosselman

TL;DR
PolyR-CNN is an efficient end-to-end framework for extracting polygonal building outlines from remote sensing images, achieving high accuracy and speed by leveraging RoI features and a novel vertex proposal scheme.
Contribution
The paper introduces PolyR-CNN, a fully integrated model that predicts building polygons directly from images, simplifying architecture and improving computational efficiency over existing methods.
Findings
Achieves 79.2 AP on CrowdAI dataset, outperforming state-of-the-art.
Operates 2.5 times faster and is four times lighter than PolyWorld.
Maintains 71.1 AP with ResNet-50 backbone, with fourfold speed increase.
Abstract
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 architectures. Despite their accuracy, such pipelines often introduce inefficiencies during training and inference. This paper presents an end-to-end framework, denoted as PolyR-CNN, which offers an efficient and fully integrated approach to predict vectorized building polygons and bounding boxes directly from remotely sensed images. Notably, PolyR-CNN leverages solely the features of the Region of Interest (RoI) for the prediction, thereby mitigating the necessity for complex designs. Furthermore, we propose a novel scheme with PolyR-CNN to extract detailed outline information from polygon vertex coordinates, termed vertex proposal feature, to guide the RoI features to predict…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Surveying and Cultural Heritage · Remote Sensing and LiDAR Applications · Advanced Neural Network Applications
MethodsSparse R-CNN
