English

Rapid building detection using machine learning

Computer Vision and Pattern Recognition 2016-03-15 v1

Abstract

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.

Keywords

Cite

@article{arxiv.1603.04392,
  title  = {Rapid building detection using machine learning},
  author = {Joseph Paul Cohen and Wei Ding and Caitlin Kuhlman and Aijun Chen and Liping Di},
  journal= {arXiv preprint arXiv:1603.04392},
  year   = {2016}
}

Comments

Accepted to be published in Applied Intelligence 2016

R2 v1 2026-06-22T13:10:31.574Z