CVDec 22, 2023

GROOD: GRadient-Aware Out-of-Distribution Detection

arXiv:2312.14427v31 citationsh-index: 3Trans. Mach. Learn. Res.
Originality Incremental advance
AI Analysis

This addresses reliability issues for deep learning models in real-world applications, but it appears incremental as it builds on existing gradient and prototype methods.

The paper tackled the problem of out-of-distribution (OOD) detection in deep learning by proposing GROOD, a method that uses gradient analysis with synthetic OOD and in-distribution prototypes, achieving improved separation and surpassing baselines on ImageNet-1k.

Out-of-distribution (OOD) detection is crucial for ensuring the reliability of deep learning models in real-world applications. Existing methods typically focus on feature representations or output-space analysis, often assuming a distribution over these spaces or leveraging gradient norms with respect to model parameters. However, these approaches struggle to distinguish near-OOD samples and often require extensive hyper-parameter tuning, limiting their practicality.In this work, we propose GRadient-aware Out-Of-Distribution detection (GROOD), a method that derives an OOD prototype from synthetic samples and computes class prototypes directly from In-distribution (ID) training data. By analyzing the gradients of a nearest-class-prototype loss function concerning an artificial OOD prototype, our approach achieves a clear separation between in-distribution and OOD samples. Experimental evaluations demonstrate that gradients computed from the OOD prototype enhance the distinction between ID and OOD data, surpassing established baselines in robustness, particularly on ImageNet-1k. These findings highlight the potential of gradient-based methods and prototype-driven approaches in advancing OOD detection within deep neural networks.

Foundations

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

Your Notes