LGNov 16, 2023

GAIA: Delving into Gradient-based Attribution Abnormality for Out-of-distribution Detection

arXiv:2311.09620v214 citationsh-index: 22
AI Analysis

This addresses the reliability and safety of deep neural networks in real-world settings by improving OOD detection, representing a novel method for a known bottleneck.

The paper tackles the problem of detecting out-of-distribution (OOD) data in deep neural networks by analyzing gradient-based attribution abnormalities, resulting in GAIA, which reduces the average FPR95 by 23.10% on CIFAR10 and 45.41% on CIFAR100 compared to advanced post-hoc methods.

Detecting out-of-distribution (OOD) examples is crucial to guarantee the reliability and safety of deep neural networks in real-world settings. In this paper, we offer an innovative perspective on quantifying the disparities between in-distribution (ID) and OOD data -- analyzing the uncertainty that arises when models attempt to explain their predictive decisions. This perspective is motivated by our observation that gradient-based attribution methods encounter challenges in assigning feature importance to OOD data, thereby yielding divergent explanation patterns. Consequently, we investigate how attribution gradients lead to uncertain explanation outcomes and introduce two forms of abnormalities for OOD detection: the zero-deflation abnormality and the channel-wise average abnormality. We then propose GAIA, a simple and effective approach that incorporates Gradient Abnormality Inspection and Aggregation. The effectiveness of GAIA is validated on both commonly utilized (CIFAR) and large-scale (ImageNet-1k) benchmarks. Specifically, GAIA reduces the average FPR95 by 23.10% on CIFAR10 and by 45.41% on CIFAR100 compared to advanced post-hoc methods.

Code Implementations1 repo
Foundations

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

Your Notes