SeTAR: Out-of-Distribution Detection with Selective Low-Rank Approximation
Yixia Li, Boya Xiong, Guanhua Chen, Yun Chen

TL;DR
SeTAR introduces a training-free, model-agnostic method for out-of-distribution detection that improves accuracy by selectively modifying weight matrices, with extensions for fine-tuning to further enhance performance.
Contribution
The paper presents SeTAR, a novel approach using selective low-rank approximation for OOD detection that is training-free and outperforms existing methods, including a fine-tuning extension.
Findings
Reduces false positive rates significantly on ImageNet1K and Pascal-VOC.
Outperforms zero-shot and fine-tuning baselines in OOD detection.
Validated across various model architectures for robustness.
Abstract
Out-of-distribution (OOD) detection is crucial for the safe deployment of neural networks. Existing CLIP-based approaches perform OOD detection by devising novel scoring functions or sophisticated fine-tuning methods. In this work, we propose SeTAR, a novel, training-free OOD detection method that leverages selective low-rank approximation of weight matrices in vision-language and vision-only models. SeTAR enhances OOD detection via post-hoc modification of the model's weight matrices using a simple greedy search algorithm. Based on SeTAR, we further propose SeTAR+FT, a fine-tuning extension optimizing model performance for OOD detection tasks. Extensive evaluations on ImageNet1K and Pascal-VOC benchmarks show SeTAR's superior performance, reducing the relatively false positive rate by up to 18.95% and 36.80% compared to zero-shot and fine-tuning baselines. Ablation studies further…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsFault Detection and Control Systems
