TL;DR
Catalyst introduces a novel post-hoc method that leverages raw pre-pooling feature statistics to improve out-of-distribution detection, significantly boosting existing methods' performance.
Contribution
It exploits raw feature map statistics for elastic scaling, enhancing the effectiveness of various OOD detection methods without retraining.
Findings
Reduces false positive rates by up to 32.87% on CIFAR-10
Improves OOD detection performance across multiple benchmarks
Seamlessly integrates with existing logit-based and distance-based detectors
Abstract
Out-of-distribution (OOD) detection is critical for the safe deployment of deep neural networks. State-of-the-art post-hoc methods typically derive OOD scores from the output logits or penultimate feature vector obtained via global average pooling (GAP). We contend that this exclusive reliance on the logit or feature vector discards a rich, complementary signal: the raw channel-wise statistics of the pre-pooling feature map lost in GAP. In this paper, we introduce Catalyst, a post-hoc framework that exploits these under-explored signals. Catalyst computes an input-dependent scaling factor () on-the-fly from these raw statistics (e.g., mean, standard deviation, and maximum activation). This is then fused with the existing baseline score, multiplicatively modulating it -- an -- to push the ID and OOD distributions further apart. We demonstrate…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
