Know Yourself Better: Diverse Object-Related Features Improve Open Set Recognition
Jiawen Xu, Margret Keuper
TL;DR
This work investigates Open Set Recognition (OSR) through the lens of feature diversity. It hypothesizes that learning a wider set of object-related features enhances the model's ability to detect novel classes and proposes an ensemble approach that combines supervised contrastive models trained with different temperatures, followed by aggregation of their representations for outlier detection. Empirical results on standard OSR benchmarks show competitive or superior AUROC and OSCR performance, with notable gains on harder datasets like TinyImageNet. The study provides practical guidance on leveraging temperature-driven representation diversity and aggregation to boost OSR in real-world deployments.
Abstract
Open set recognition (OSR) is a critical aspect of machine learning, addressing the challenge of detecting novel classes during inference. Within the realm of deep learning, neural classifiers trained on a closed set of data typically struggle to identify novel classes, leading to erroneous predictions. To address this issue, various heuristic methods have been proposed, allowing models to express uncertainty by stating "I don't know." However, a gap in the literature remains, as there has been limited exploration of the underlying mechanisms of these methods. In this paper, we conduct an analysis of open set recognition methods, focusing on the aspect of feature diversity. Our research reveals a significant correlation between learning diverse discriminative features and enhancing OSR performance. Building on this insight, we propose a novel OSR approach that leverages the advantages of feature diversity. The efficacy of our method is substantiated through rigorous evaluation on a standard OSR testbench, demonstrating a substantial improvement over state-of-the-art methods.
