CVMar 14, 2016

Rapid building detection using machine learning

arXiv:1603.04392v141 citations
AI Analysis

This work addresses the problem of efficient building detection for geospatial analysis, presenting an incremental improvement with specific performance gains.

The paper tackles building detection from low-quality RGB geospatial imagery by introducing candidate search and feature extraction techniques to reduce the problem to a classification task, achieving 80-90% precision with a linear-time algorithm and recovering 80-85% of buildings.

This work describes algorithms for performing discrete object detection, specifically in the case of buildings, where usually only low quality RGB-only geospatial reflective imagery is available. We utilize new candidate search and feature extraction techniques to reduce the problem to a machine learning (ML) classification task. Here we can harness the complex patterns of contrast features contained in training data to establish a model of buildings. We avoid costly sliding windows to generate candidates; instead we innovatively stitch together well known image processing techniques to produce candidates for building detection that cover 80-85% of buildings. Reducing the number of possible candidates is important due to the scale of the problem. Each candidate is subjected to classification which, although linear, costs time and prohibits large scale evaluation. We propose a candidate alignment algorithm to boost classification performance to 80-90% precision with a linear time algorithm and show it has negligible cost. Also, we propose a new concept called a Permutable Haar Mesh (PHM) which we use to form and traverse a search space to recover candidate buildings which were lost in the initial preprocessing phase.

Foundations

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

Your Notes