A Multi-Stage Multi-Task Neural Network for Aerial Scene Interpretation and Geolocalization
Semantic segmentation and vision-based geolocalization in aerial images are challenging tasks in computer vision. Due to the advent of deep convolutional nets and the availability of relatively low cost UAVs, they are currently generating a growing attention in the field. We propose a novel multi-task multi-stage neural network that is able to handle the two problems at the same time, in a single forward pass. The first stage of our network predicts pixelwise class labels, while the second stage provides a precise location using two branches. One branch uses a regression network, while the other is used to predict a location map trained as a segmentation task. From a structural point of view, our architecture uses encoder-decoder modules at each stage, having the same encoder structure re-used. Furthermore, its size is limited to be tractable on an embedded GPU. We achieve commercial GPS-level localization accuracy from satellite images with spatial resolution of 1 square meter per pixel in a city-wide area of interest. On the task of semantic segmentation, we obtain state-of-the-art results on two challenging datasets, the Inria Aerial Image Labeling dataset and Massachusetts Buildings.
Code (0)
등록된 구현이 없습니다.
Tasks
DecoderGPUSegmentationSemantic SegmentationSimilar Papers 제목 키워드 기반
A Multi-Stage Duplex Fusion ConvNet for Aerial Scene Classification
Existing deep learning based methods effectively prompt the performance of aerial scene classification. However, due to the large amount of parameters and computational cost, it is rather difficult to apply these methods…
Aerial Scene ClassificationScene ClassificationAerial Scene Understanding in The Wild: Multi-Scene Recognition via Prototype-based Memory Networks
Aerial scene recognition is a fundamental visual task and has attracted an increasing research interest in the last few years. Most of current researches mainly deploy efforts to categorize an aerial image into one scene…
RetrievalScene RecognitionScene UnderstandingCross-Task Transfer for Geotagged Audiovisual Aerial Scene Recognition
Aerial scene recognition is a fundamental task in remote sensing and has recently received increased interest. While the visual information from overhead images with powerful models and efficient algorithms yields consid…
Scene RecognitionMultiScene: A Large-scale Dataset and Benchmark for Multi-scene Recognition in Single Aerial Images
Aerial scene recognition is a fundamental research problem in interpreting high-resolution aerial imagery. Over the past few years, most studies focus on classifying an image into one scene category, while in real-world …
Learning with noisy labelsScene RecognitionAutomatic Building Extraction in Aerial Scenes Using Convolutional Networks
Automatic building extraction from aerial and satellite imagery is highly challenging due to extremely large variations of building appearances. To attack this problem, we design a convolutional network with a final stag…