Effects of Common Regularization Techniques on Open-Set Recognition

Zachary Rabin,Jim Davis,Benjamin Lewis,Matthew Scherreik
2024-09-04
Abstract:In recent years there has been increasing interest in the field of Open-Set Recognition, which allows a classification model to identify inputs as "unknown" when it encounters an object or class not in the training set. This ability to flag unknown inputs is of vital importance to many real world classification applications. As almost all modern training methods for neural networks use extensive amounts of regularization for generalization, it is therefore important to examine how regularization techniques impact the ability of a model to perform Open-Set Recognition. In this work, we examine the relationship between common regularization techniques and Open-Set Recognition performance. Our experiments are agnostic to the specific open-set detection algorithm and examine the effects across a wide range of datasets. We show empirically that regularization methods can provide significant improvements to Open-Set Recognition performance, and we provide new insights into the relationship between accuracy and Open-Set performance.
Machine Learning
What problem does this paper attempt to address?
The paper attempts to address the issue of how commonly used regularization techniques affect model performance in Open-Set Recognition (OSR). Specifically, the paper explores the impact of several common regularization methods used during neural network training (such as L2 regularization, label smoothing, Mixup, and CutMix) on open-set recognition tasks. The authors experimentally studied how these regularization techniques alter the feature space and found that certain regularization techniques can significantly improve open-set recognition performance without substantially enhancing closed-set accuracy. Additionally, the paper analyzes the relationship between different regularization methods and the model's performance on closed and open sets, discovering that regularization techniques can improve open-set recognition performance, rather than merely relying on an increase in model capacity.