Summary
The manuscript studies image-wide OOD detection in presence of auxiliary negative data. The negative data is often limited and therefore cannot fully encompass the distribution of inliers. Consequently, contemporary learning procedures fail to deliver classifiers resilient to outliers. To overcome this issue, the manuscript presents a method for extrapolating the negative data towards all modes of the inlier distribution. The proposed method first calculates the gradient of arbitrary OOD score over the input. Then, the sign of the gradient is used to direct the negative input samples towards the inlier distribution. The final learning algorithm uses both initial and extrapolated auxiliary negatives to train the classifier resilient to outliers. The proposed method outperforms relevant related works on small image benchmarks.
Strengths
S1. The manuscript deals with an important issue.
S2. Extrapolation of auxiliary negative data towards modes of inlier distribution intuitively makes sense.
S3. The developed method achieves competitive results on considered benchmarks.
S4. The developed method can be combined with existing OOD detectors (e.g. Energy, MSP, ... )
Weaknesses
W1. The manuscript does not discuss the effectiveness of the method when there is only a small auxiliary dataset available. It seems that the developed method still requires a broad OE dataset (Tiny-ImageNet as stated in L236).
W2. The manuscript does not consider relevant related works which use synthetic negatives created by generative models [a,b,c]. Synthetic negatives are an effective way for augmenting the auxiliary dataset and the proposed method should outperform methods trained on a mixture of real and synthetic negative data.
W4. The manuscript does not reflect on the additional computational budget (time and memory) required by the method over the OE baseline.
[a] Shu Kong, Deva Ramanan: OpenGAN: Open-Set Recognition via Open Data Generation. ICCV 2021
[b] Matej Grcic, Petra Bevandic, Sinisa Segvic: Dense Open-set Recognition with Synthetic Outliers Generated by Real NVP. VISAPP 2021.
[c] Kimin Lee, Honglak Lee, Kibok Lee, Jinwoo Shin: Training Confidence-calibrated Classifiers for Detecting Out-of-Distribution Samples. ICLR 2018.
Questions
C1. Can the proposed method work on large-scale experiments [d]
C2. Is the extrapolation of outlier data towards inliers always possible or there are some requirements that should be met?
Analysis similar to [e] could improve the manuscript.
[d] Haoqi Wang, Zhizhong Li, Litong Feng, Wayne Zhang:
ViM: Out-Of-Distribution with Virtual-logit Matching. CVPR 2022.
[e] Zhen Fang, Yixuan Li, Jie Lu, Jiahua Dong, Bo Han, Feng Liu:
Is Out-of-Distribution Detection Learnable? NeurIPS 2022
Rating
6: Weak Accept: Technically solid, moderate-to-high impact paper, with no major concerns with respect to evaluation, resources, reproducibility, ethical considerations.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.
Limitations
Although promised in Appendix D (L435), the limitations are not clearly stated. One possible limitation might be W1.