LGCVMLAug 14, 2019

Visualizing Image Content to Explain Novel Image Discovery

arXiv:1908.05006v20.003 citations
AI Analysis55

This addresses the need for interpretable novelty detection in image analysis, which can help identify data artifacts or unknown phenomena, but it is incremental as it builds on existing reconstruction error methods.

The paper tackles the problem of detecting and explaining novel content in large image datasets, proposing DEMUD-VIS, a method that uses CNNs and up-convolutional networks to visually highlight novel aspects like color or shape, and demonstrates it on datasets including ImageNet and Mars surface images.

The initial analysis of any large data set can be divided into two phases: (1) the identification of common trends or patterns and (2) the identification of anomalies or outliers that deviate from those trends. We focus on the goal of detecting observations with novel content, which can alert us to artifacts in the data set or, potentially, the discovery of previously unknown phenomena. To aid in interpreting and diagnosing the novel aspect of these selected observations, we recommend the use of novelty detection methods that generate explanations. In the context of large image data sets, these explanations should highlight what aspect of a given image is new (color, shape, texture, content) in a human-comprehensible form. We propose DEMUD-VIS, the first method for providing visual explanations of novel image content by employing a convolutional neural network (CNN) to extract image features, a method that uses reconstruction error to detect novel content, and an up-convolutional network to convert CNN feature representations back into image space. We demonstrate this approach on diverse images from ImageNet, freshwater streams, and the surface of Mars.

Foundations

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

Your Notes