LGCVJan 14, 2022

When less is more: Simplifying inputs aids neural network understanding

arXiv:2201.05610v46 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of interpreting neural networks for researchers and practitioners, offering incremental improvements in methods for input simplification.

The paper tackled the problem of understanding neural network image classifiers by simplifying inputs using a measure of encoding bit size from a pretrained generative model, and found that inputs can be simplified with almost no accuracy degradation in dataset condensation and that simplification aids in removing distractors and exploring network decisions.

How do neural network image classifiers respond to simpler and simpler inputs? And what do such responses reveal about the learning process? To answer these questions, we need a clear measure of input simplicity (or inversely, complexity), an optimization objective that correlates with simplification, and a framework to incorporate such objective into training and inference. Lastly we need a variety of testbeds to experiment and evaluate the impact of such simplification on learning. In this work, we measure simplicity with the encoding bit size given by a pretrained generative model, and minimize the bit size to simplify inputs in training and inference. We investigate the effect of such simplification in several scenarios: conventional training, dataset condensation and post-hoc explanations. In all settings, inputs are simplified along with the original classification task, and we investigate the trade-off between input simplicity and task performance. For images with injected distractors, such simplification naturally removes superfluous information. For dataset condensation, we find that inputs can be simplified with almost no accuracy degradation. When used in post-hoc explanation, our learning-based simplification approach offers a valuable new tool to explore the basis of network decisions.

Foundations

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

Your Notes