Learning Deep Structured Network for Weakly Supervised Change Detection
Abstract
Conventional change detection methods require a large number of images to learn background models or depend on tedious pixel-level labeling by humans. In this paper, we present a weakly supervised approach that needs only image-level labels to simultaneously detect and localize changes in a pair of images. To this end, we employ a deep neural network with DAG topology to learn patterns of change from image-level labeled training data. On top of the initial CNN activations, we define a CRF model to incorporate the local differences and context with the dense connections between individual pixels. We apply a constrained mean-field algorithm to estimate the pixel-level labels, and use the estimated labels to update the parameters of the CNN in an iterative EM framework. This enables imposing global constraints on the observed foreground probability mass function. Our evaluations on four benchmark datasets demonstrate superior detection and localization performance.
Cite
Text
Khan et al. "Learning Deep Structured Network for Weakly Supervised Change Detection." International Joint Conference on Artificial Intelligence, 2017. doi:10.24963/IJCAI.2017/279Markdown
[Khan et al. "Learning Deep Structured Network for Weakly Supervised Change Detection." International Joint Conference on Artificial Intelligence, 2017.](https://mlanthology.org/ijcai/2017/khan2017ijcai-learning/) doi:10.24963/IJCAI.2017/279BibTeX
@inproceedings{khan2017ijcai-learning,
title = {{Learning Deep Structured Network for Weakly Supervised Change Detection}},
author = {Khan, Salman Hameed and He, Xuming and Porikli, Fatih and Bennamoun, Mohammed and Sohel, Ferdous Ahmed and Togneri, Roberto},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2017},
pages = {2008-2015},
doi = {10.24963/IJCAI.2017/279},
url = {https://mlanthology.org/ijcai/2017/khan2017ijcai-learning/}
}