CVDec 7, 2015

Visualizing Deep Convolutional Neural Networks Using Natural Pre-Images

arXiv:1512.02017v3566 citations
Originality Incremental advance
AI Analysis

This provides incremental insights for computer vision researchers by visualizing CNN representations, but does not solve a broader practical problem.

The paper tackled the problem of understanding deep convolutional neural networks (CNNs) by developing a visualization method based on natural pre-images, which reconstructs images from their representations and shows that certain CNN layers retain photographically accurate information with varying invariance.

Image representations, from SIFT and bag of visual words to Convolutional Neural Networks (CNNs) are a crucial component of almost all computer vision systems. However, our understanding of them remains limited. In this paper we study several landmark representations, both shallow and deep, by a number of complementary visualization techniques. These visualizations are based on the concept of "natural pre-image", namely a natural-looking image whose representation has some notable property. We study in particular three such visualizations: inversion, in which the aim is to reconstruct an image from its representation, activation maximization, in which we search for patterns that maximally stimulate a representation component, and caricaturization, in which the visual patterns that a representation detects in an image are exaggerated. We pose these as a regularized energy-minimization framework and demonstrate its generality and effectiveness. In particular, we show that this method can invert representations such as HOG more accurately than recent alternatives while being applicable to CNNs too. Among our findings, we show that several layers in CNNs retain photographically accurate information about the image, with different degrees of geometric and photometric invariance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes