SOTAVerified

On the Importance of Gradients for Detecting Distributional Shifts in the Wild

2021-10-01NeurIPS 2021Code Available1· sign in to hype

Rui Huang, Andrew Geng, Yixuan Li

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Detecting out-of-distribution (OOD) data has become a critical component in ensuring the safe deployment of machine learning models in the real world. Existing OOD detection approaches primarily rely on the output or feature space for deriving OOD scores, while largely overlooking information from the gradient space. In this paper, we present GradNorm, a simple and effective approach for detecting OOD inputs by utilizing information extracted from the gradient space. GradNorm directly employs the vector norm of gradients, backpropagated from the KL divergence between the softmax output and a uniform probability distribution. Our key idea is that the magnitude of gradients is higher for in-distribution (ID) data than that for OOD data, making it informative for OOD detection. GradNorm demonstrates superior performance, reducing the average FPR95 by up to 16.33% compared to the previous best method.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ImageNet-1k vs iNaturalistGradNormFPR9550.03Unverified
ImageNet-1k vs PlacesGradNorm (ResNetv2-101)FPR9560.86Unverified
ImageNet-1k vs SUNGradNorm (ResNetv2-101)FPR9546.48Unverified
ImageNet-1k vs TexturesGradNorm (ResNetv2-101)FPR9561.42Unverified

Reproductions