LGAICVJul 15, 2022

Augmenting Softmax Information for Selective Classification with Out-of-Distribution Data

arXiv:2207.07506v338 citationsh-index: 31
Originality Incremental advance
AI Analysis

This work addresses the challenge of robustly handling OOD data in real-world classification systems, which is an incremental improvement over isolated OOD detection methods.

The paper tackles the problem of selective classification with out-of-distribution (OOD) data, showing that existing OOD detection methods perform poorly in this combined task, and proposes SIRC, a method that improves OOD detection without harming in-distribution accuracy, consistently matching or outperforming baselines on ImageNet-scale datasets.

Detecting out-of-distribution (OOD) data is a task that is receiving an increasing amount of research attention in the domain of deep learning for computer vision. However, the performance of detection methods is generally evaluated on the task in isolation, rather than also considering potential downstream tasks in tandem. In this work, we examine selective classification in the presence of OOD data (SCOD). That is to say, the motivation for detecting OOD samples is to reject them so their impact on the quality of predictions is reduced. We show under this task specification, that existing post-hoc methods perform quite differently compared to when evaluated only on OOD detection. This is because it is no longer an issue to conflate in-distribution (ID) data with OOD data if the ID data is going to be misclassified. However, the conflation within ID data of correct and incorrect predictions becomes undesirable. We also propose a novel method for SCOD, Softmax Information Retaining Combination (SIRC), that augments softmax-based confidence scores with feature-agnostic information such that their ability to identify OOD samples is improved without sacrificing separation between correct and incorrect ID predictions. Experiments on a wide variety of ImageNet-scale datasets and convolutional neural network architectures show that SIRC is able to consistently match or outperform the baseline for SCOD, whilst existing OOD detection methods fail to do so.

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