paper-with-me

Papers

Road Extraction from Overhead Images with Graph Neural Networks

2021-12-09 · Gaetan Bahl, Mehdi Bahri, Florent Lafarge

Automatic road graph extraction from aerial and satellite images is a long-standing challenge. Existing algorithms are either based on pixel-level segmentation followed by vectorization, or on iterative graph construction using next move prediction. Both of these strategies suffer from severe drawbacks, in particular high computing resources and incomplete outputs. By contrast, we propose a method that directly infers the final road graph in a single pass. The key idea consists in combining a Fully Convolutional Network in charge of locating points of interest such as intersections, dead ends and turns, and a Graph Neural Network which predicts links between these points. Such a strategy is more efficient than iterative methods and allows us to streamline the training process by removing the need for generation of starting locations while keeping the training end-to-end. We evaluate our method against existing works on the popular RoadTracer dataset and achieve competitive results. We also benchmark the speed of our method and show that it outperforms existing approaches. This opens the possibility of in-flight processing on embedded devices.

📄 PDF Abstract BibTeX arXiv:2112.05215

Code (0)

등록된 구현이 없습니다.

Tasks

graph constructionGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Fine-Grained Extraction of Road Networks via Joint Learning of Connectivity and Segmentation

2023-12-07 · Yijia Xu, Liqiang Zhang, Wuming Zhang, Suhong Liu 외

Road network extraction from satellite images is widely applicated in intelligent traffic management and autonomous driving fields. The high-resolution remote sensing images contain complex road areas and distracted back…

Autonomous DrivingManagementRoad SegmentationSegmentation

Topological Map Extraction from Overhead Images

2018-12-04 · ICCV 2019 10 · Zuoyue Li, Jan Dirk Wegner, Aurélien Lucchi

We propose a new approach, named PolyMapper, to circumvent the conventional pixel-wise segmentation of (aerial) images and predict objects in a vector representation directly. PolyMapper directly extracts the topological…

Semantic Segmentation

Road Network and Travel Time Extraction from Multiple Look Angles with SpaceNet Data

2020-01-16 · Adam Van Etten, Jacob Shermeyer, Daniel Hogan, Nicholas Weir 외

Identification of road networks and optimal routes directly from remote sensing is of critical importance to a broad array of humanitarian and commercial applications. Yet while identification of road pixels has been att…

Humanitarian

VecRoad: Point-Based Iterative Graph Exploration for Road Graphs Extraction

2020-06-01 · CVPR 2020 6 · Yong-Qiang Tan, Shang-Hua Gao, Xuan-Yi Li, Ming-Ming Cheng 외

Extracting road graphs from aerial images automatically is more efficient and costs less than from field acquisition. This can be done by a post-processing step that vectorizes road segmentation predicted by CNN, but imp…

Road SegmentationSegmentation

Holistically-Nested Structure-Aware Graph Neural Network for Road Extraction

2024-07-02 · Tinghuai Wang, Guangming Wang, Kuan Eeik Tan

Convolutional neural networks (CNN) have made significant advances in detecting roads from satellite images. However, existing CNN approaches are generally repurposed semantic segmentation architectures and suffer from t…

Graph Neural NetworkSemantic Segmentation