LGAIMay 30, 2022

CHALLENGER: Training with Attribution Maps

arXiv:2205.15094v11 citationsh-index: 109
Originality Highly original
AI Analysis

This addresses the issue of model overfitting and ambiguity in small datasets for researchers and practitioners in machine learning, offering a domain-independent solution.

The paper tackles the problem of improving neural network regularization and performance, especially on small datasets, by using attribution maps during training, resulting in substantially better classification and calibration across vision, NLP, and time series tasks with state-of-the-art results.

We show that utilizing attribution maps for training neural networks can improve regularization of models and thus increase performance. Regularization is key in deep learning, especially when training complex models on relatively small datasets. In order to understand inner workings of neural networks, attribution methods such as Layer-wise Relevance Propagation (LRP) have been extensively studied, particularly for interpreting the relevance of input features. We introduce Challenger, a module that leverages the explainable power of attribution maps in order to manipulate particularly relevant input patterns. Therefore, exposing and subsequently resolving regions of ambiguity towards separating classes on the ground-truth data manifold, an issue that arises particularly when training models on rather small datasets. Our Challenger module increases model performance through building more diverse filters within the network and can be applied to any input data domain. We demonstrate that our approach results in substantially better classification as well as calibration performance on datasets with only a few samples up to datasets with thousands of samples. In particular, we show that our generic domain-independent approach yields state-of-the-art results in vision, natural language processing and on time series tasks.

Foundations

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

Your Notes