CVMar 29, 2019

ESFNet: Efficient Network for Building Extraction from High-Resolution Aerial Images

arXiv:1903.12337v250 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the need for efficient building extraction in remote sensing research, offering a solution that reduces computational cost and memory consumption for urban monitoring and planning applications.

The paper tackles the problem of building footprint extraction from high-resolution aerial images by proposing ESFNet, an efficient network that achieves over 100 FPS on a Tesla V100 with 6x fewer FLOPs and 18x fewer parameters than ERFNet while preserving similar accuracy.

Building footprint extraction from high-resolution aerial images is always an essential part of urban dynamic monitoring, planning and management. It has also been a challenging task in remote sensing research. In recent years, deep neural networks have made great achievement in improving accuracy of building extraction from remote sensing imagery. However, most of existing approaches usually require large amount of parameters and floating point operations for high accuracy, it leads to high memory consumption and low inference speed which are harmful to research. In this paper, we proposed a novel efficient network named ESFNet which employs separable factorized residual block and utilizes the dilated convolutions, aiming to preserve slight accuracy loss with low computational cost and memory consumption. Our ESFNet obtains a better trade-off between accuracy and efficiency, it can run at over 100 FPS on single Tesla V100, requires 6x fewer FLOPs and has 18x fewer parameters than state-of-the-art real-time architecture ERFNet while preserving similar accuracy without any additional context module, post-processing and pre-trained scheme. We evaluated our networks on WHU Building Dataset and compared it with other state-of-the-art architectures. The result and comprehensive analysis show that our networks are benefit for efficient remote sensing researches, and the idea can be further extended to other areas. The code is public available at: https://github.com/mrluin/ESFNet-Pytorch

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes