BackMix: Regularizing Open Set Recognition by Removing Underlying Fore-Background Priors
By: Yu Wang , Junxian Mu , Hongzhi Huang and more
Potential Business Impact:
Teaches computers to spot fake or new things.
Open set recognition (OSR) requires models to classify known samples while detecting unknown samples for real-world applications. Existing studies show impressive progress using unknown samples from auxiliary datasets to regularize OSR models, but they have proved to be sensitive to selecting such known outliers. In this paper, we discuss the aforementioned problem from a new perspective: Can we regularize OSR models without elaborately selecting auxiliary known outliers? We first empirically and theoretically explore the role of foregrounds and backgrounds in open set recognition and disclose that: 1) backgrounds that correlate with foregrounds would mislead the model and cause failures when encounters 'partially' known images; 2) Backgrounds unrelated to foregrounds can serve as auxiliary known outliers and provide regularization via global average pooling. Based on the above insights, we propose a new method, Background Mix (BackMix), that mixes the foreground of an image with different backgrounds to remove the underlying fore-background priors. Specifically, BackMix first estimates the foreground with class activation maps (CAMs), then randomly replaces image patches with backgrounds from other images to obtain mixed images for training. With backgrounds de-correlated from foregrounds, the open set recognition performance is significantly improved. The proposed method is quite simple to implement, requires no extra operation for inferences, and can be seamlessly integrated into almost all of the existing frameworks. The code is released on https://github.com/Vanixxz/BackMix.
Similar Papers
Informed Mixing -- Improving Open Set Recognition via Attribution-based Augmentation
CV and Pattern Recognition
Helps computers learn new things without seeing them.
Boosting Open Set Recognition Performance through Modulated Representation Learning
CV and Pattern Recognition
Helps computers recognize new things they haven't seen.
GHOST: Gaussian Hypothesis Open-Set Technique
CV and Pattern Recognition
Helps computers tell real from fake things better.