The Art of Detection
Abstract
The objective of this work is to recognize object categories in paintings, such as cars, cows and cathedrals. We achieve this by training classifiers from natural images of the objects. We make the following contributions: (i) we measure the extent of the domain shift problem for image-level classifiers trained on natural images vs paintings, for a variety of CNN architectures; (ii) we demonstrate that classification-by-detection (i.e. learning classifiers for regions rather than the entire image) recognizes (and locates) a wide range of small objects in paintings that are not picked up by image-level classifiers, and combining these two methods improves performance; and (iii) we develop a system that learns a region-level classifier on-the-fly for an object category of a user’s choosing, which is then applied to over 60 million object regions across 210,000 paintings to retrieve localised instances of that category.
Cite
Text
Crowley and Zisserman. "The Art of Detection." European Conference on Computer Vision Workshops, 2016. doi:10.1007/978-3-319-46604-0_50Markdown
[Crowley and Zisserman. "The Art of Detection." European Conference on Computer Vision Workshops, 2016.](https://mlanthology.org/eccvw/2016/crowley2016eccvw-art/) doi:10.1007/978-3-319-46604-0_50BibTeX
@inproceedings{crowley2016eccvw-art,
title = {{The Art of Detection}},
author = {Crowley, Elliot J. and Zisserman, Andrew},
booktitle = {European Conference on Computer Vision Workshops},
year = {2016},
pages = {721-737},
doi = {10.1007/978-3-319-46604-0_50},
url = {https://mlanthology.org/eccvw/2016/crowley2016eccvw-art/}
}