CVOct 26, 2023

Low-Dimensional Gradient Helps Out-of-Distribution Detection

arXiv:2310.17163v29 citationsh-index: 22
Originality Incremental advance
AI Analysis

This work addresses the reliability of deep neural networks in real-world scenarios by improving OOD detection, representing an incremental advance through integration with existing methods.

The paper tackles out-of-distribution detection in deep neural networks by leveraging full gradient information, including directions, and proposes a low-dimensional representation via linear dimension reduction to overcome high dimensionality, achieving an 11.15% reduction in FPR95 on ImageNet with ResNet50 compared to state-of-the-art.

Detecting out-of-distribution (OOD) samples is essential for ensuring the reliability of deep neural networks (DNNs) in real-world scenarios. While previous research has predominantly investigated the disparity between in-distribution (ID) and OOD data through forward information analysis, the discrepancy in parameter gradients during the backward process of DNNs has received insufficient attention. Existing studies on gradient disparities mainly focus on the utilization of gradient norms, neglecting the wealth of information embedded in gradient directions. To bridge this gap, in this paper, we conduct a comprehensive investigation into leveraging the entirety of gradient information for OOD detection. The primary challenge arises from the high dimensionality of gradients due to the large number of network parameters. To solve this problem, we propose performing linear dimension reduction on the gradient using a designated subspace that comprises principal components. This innovative technique enables us to obtain a low-dimensional representation of the gradient with minimal information loss. Subsequently, by integrating the reduced gradient with various existing detection score functions, our approach demonstrates superior performance across a wide range of detection tasks. For instance, on the ImageNet benchmark with ResNet50 model, our method achieves an average reduction of 11.15$\%$ in the false positive rate at 95$\%$ recall (FPR95) compared to the current state-of-the-art approach. The code would be released.

Foundations

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

Your Notes