Visualizing and Understanding Convolutional Networks

Abstract

Large Convolutional Network models have recently demonstrated impressive classification performance on the ImageNet benchmark Krizhevsky et al. [18]. However there is no clear understanding of why they perform so well, or how they might be improved. In this paper we explore both issues. We introduce a novel visualization technique that gives insight into the function of intermediate feature layers and the operation of the classifier. Used in a diagnostic role, these visualizations allow us to find model architectures that outperform Krizhevsky et al on the ImageNet classification benchmark. We also perform an ablation study to discover the performance contribution from different model layers. We show our ImageNet model generalizes well to other datasets: when the softmax classifier is retrained, it convincingly beats the current state-of-the-art results on Caltech-101 and Caltech-256 datasets.

Cite

Text

Zeiler and Fergus. "Visualizing and Understanding Convolutional Networks." European Conference on Computer Vision, 2014. doi:10.1007/978-3-319-10590-1_53

Markdown

[Zeiler and Fergus. "Visualizing and Understanding Convolutional Networks." European Conference on Computer Vision, 2014.](https://mlanthology.org/eccv/2014/zeiler2014eccv-visualizing/) doi:10.1007/978-3-319-10590-1_53

BibTeX

@inproceedings{zeiler2014eccv-visualizing,
  title     = {{Visualizing and Understanding Convolutional Networks}},
  author    = {Zeiler, Matthew D. and Fergus, Rob},
  booktitle = {European Conference on Computer Vision},
  year      = {2014},
  pages     = {818-833},
  doi       = {10.1007/978-3-319-10590-1_53},
  url       = {https://mlanthology.org/eccv/2014/zeiler2014eccv-visualizing/}
}