# Visualizing Image Content to Explain Novel Image Discovery

**Authors:** Jake H. Lee, Kiri L. Wagstaff

arXiv: 1908.05006 · 2022-09-14

## TL;DR

This paper introduces DEMUD-VIS, a novel method that visualizes and explains new or anomalous image content by combining CNN feature extraction, reconstruction error detection, and image reconstruction for interpretability.

## Contribution

It presents the first approach to visually explain novel image content using CNN features and reconstruction, aiding interpretation of anomalies in large image datasets.

## Key findings

- Effective detection of novel image content across diverse datasets
- Visual explanations highlight specific aspects like color, shape, or texture
- Demonstrated on ImageNet, freshwater streams, and Mars surface images

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1908.05006/full.md

## Figures

69 figures with captions in the complete paper: https://tomesphere.com/paper/1908.05006/full.md

## References

48 references — full list in the complete paper: https://tomesphere.com/paper/1908.05006/full.md

---
Source: https://tomesphere.com/paper/1908.05006