Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Catalyst: Out-of-Distribution Detection via Elastic Scaling

About

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 ($\gamma$) on-the-fly from these raw statistics (e.g., mean, standard deviation, and maximum activation). This $\gamma$ is then fused with the existing baseline score, multiplicatively modulating it -- an ``elastic scaling'' -- to push the ID and OOD distributions further apart. We demonstrate Catalyst is a generalizable framework: it seamlessly integrates with logit-based methods (e.g., Energy, ReAct, SCALE) and also provides a significant boost to distance-based detectors like KNN. As a result, Catalyst achieves substantial and consistent performance gains, reducing the average False Positive Rate by 32.87 on CIFAR-10 (ResNet-18), 27.94% on CIFAR-100 (ResNet-18), and 22.25% on ImageNet (ResNet-50). Our results highlight the untapped potential of pre-pooling statistics and demonstrate that Catalyst is complementary to existing OOD detection approaches.

Abid Hassan, Tuan Ngo, Saad Shafiq, Nenad Medvidovic• 2026

Related benchmarks

TaskDatasetResultRank
Out-of-Distribution DetectioniNaturalist
FPR@958.54
200
Out-of-Distribution DetectionPlaces
FPR9528.98
110
Out-of-Distribution DetectionTexture
AUROC97.76
109
Out-of-Distribution DetectionAverage (iNaturalist, SUN, Places, Textures)
FPR@9517.02
74
Out-of-Distribution DetectionSUN
FPR@9518.46
71
Out-of-Distribution DetectionImageNet-1K
FPR@9517.02
59
Showing 6 of 6 rows

Other info

Follow for update