Automatic Feature Learning for Robust Shadow Detection
Abstract
We present a practical framework to automatically detect shadows in real world scenes from a single photograph. Previous works on shadow detection put a lot of effort in designing shadow variant and invariant hand-crafted features. In contrast, our framework automatically learns the most relevant features in a supervised manner using multiple convolutional deep neural networks (ConvNets). The 7-layer network architecture of each ConvNet consists of alternating convolution and sub-sampling layers. The proposed framework learns features at the super-pixel level and along the object boundaries. In both cases, features are extracted using a context aware window centered at interest points. The predicted posteriors based on the learned features are fed to a conditional random field model to generate smooth shadow contours. Our proposed framework consistently performed better than the state-of-the-art on all major shadow databases collected under a variety of conditions.
Cite
Text
Khan et al. "Automatic Feature Learning for Robust Shadow Detection." Conference on Computer Vision and Pattern Recognition, 2014. doi:10.1109/CVPR.2014.249Markdown
[Khan et al. "Automatic Feature Learning for Robust Shadow Detection." Conference on Computer Vision and Pattern Recognition, 2014.](https://mlanthology.org/cvpr/2014/khan2014cvpr-automatic/) doi:10.1109/CVPR.2014.249BibTeX
@inproceedings{khan2014cvpr-automatic,
title = {{Automatic Feature Learning for Robust Shadow Detection}},
author = {Khan, Salman Hameed and Bennamoun, Mohammed and Sohel, Ferdous and Togneri, Roberto},
booktitle = {Conference on Computer Vision and Pattern Recognition},
year = {2014},
doi = {10.1109/CVPR.2014.249},
url = {https://mlanthology.org/cvpr/2014/khan2014cvpr-automatic/}
}