arXiv Analytics

Sign in

arXiv:2209.08590 [cs.LG]AbstractReferencesReviewsResources

RankFeat: Rank-1 Feature Removal for Out-of-distribution Detection

Yue Song, Nicu Sebe, Wei Wang

Published 2022-09-18Version 1

The task of out-of-distribution (OOD) detection is crucial for deploying machine learning models in real-world settings. In this paper, we observe that the singular value distributions of the in-distribution (ID) and OOD features are quite different: the OOD feature matrix tends to have a larger dominant singular value than the ID feature, and the class predictions of OOD samples are largely determined by it. This observation motivates us to propose \texttt{RankFeat}, a simple yet effective \texttt{post hoc} approach for OOD detection by removing the rank-1 matrix composed of the largest singular value and the associated singular vectors from the high-level feature (\emph{i.e.,} $\mathbf{X}{-} \mathbf{s}_{1}\mathbf{u}_{1}\mathbf{v}_{1}^{T}$). \texttt{RankFeat} achieves the \emph{state-of-the-art} performance and reduces the average false positive rate (FPR95) by 17.90\% compared with the previous best method. Extensive ablation studies and comprehensive theoretical analyses are presented to support the empirical results.

Related articles: Most relevant | Search more
arXiv:2311.13959 [cs.LG] (Published 2023-11-23)
RankFeat\&RankWeight: Rank-1 Feature/Weight Removal for Out-of-distribution Detection
arXiv:2206.08255 [cs.LG] (Published 2022-06-16)
Gradient-Based Adversarial and Out-of-Distribution Detection
arXiv:1904.12220 [cs.LG] (Published 2019-04-27)
Analysis of Confident-Classifiers for Out-of-distribution Detection