Home

Awesome

Comparing urban environments using satellite imagery and convolutional neural networks

This repository contains code related to the paper Using convolutional networks and satellite imagery to identify patterns in urban environments at a large scale. A slightly modified version of the paper appears in the proceedings of the ACM KDD 2017 conference.

<img src="./imgs/land_use_maps.png" width="85%">

This repository contains the Python implementation of the data processing, model training, and analysis presented in the paper:

After a convolutional network classifier is trained on satellite data in a supervised way, it can be used to compare city blocks (urban environments) across many cities by studying the features extracted for each satellite image.

<img src="./imgs/tsne_cities.png" width="85%">

Citation

If you use the code, data, or analysis results in this paper, we kindly ask that you cite the paper above as:

Using convolutional networks and satellite imagery to identify patterns in urban environments at a large scale. A. Toni Albert, J. Kaur, M.C. Gonzalez, 2017. In Proceedings of the ACM SigKDD 2017 Conference, Halifax, Nova Scotia, Canada.