Neuron Activation Coverage: Rethinking Out-of-distribution Detection and Generalization
Yibing Liu, Chris Xing Tian, Haoliang Li, Lei Ma, Shiqi Wang
TL;DR
The paper reframes OOD problems through a neuron-activation lens and proposes Neuron Activation Coverage (NAC), a per-neuron coverage measure built on a neuron activation state that combines output with decision influence via KL-divergence gradients. NAC comprises a PDF-based coverage function and is applied to two tasks: NAC-UE for post-hoc OOD detection and NAC-ME for evaluating model robustness to OOD shifts. Empirically, NAC-UE achieves state-of-the-art OOD detection across CIFAR-10/100 and ImageNet with minimal impact on InD accuracy, while NAC-ME shows consistent positive correlations with OOD generalization across multiple domain generalization benchmarks and backbones. The work argues that NAC offers a data-centric, layer-spanning criterion for assessing robustness and guiding model deployment in diverse, real-world settings.
Abstract
The out-of-distribution (OOD) problem generally arises when neural networks encounter data that significantly deviates from the training data distribution, i.e., in-distribution (InD). In this paper, we study the OOD problem from a neuron activation view. We first formulate neuron activation states by considering both the neuron output and its influence on model decisions. Then, to characterize the relationship between neurons and OOD issues, we introduce the \textit{neuron activation coverage} (NAC) -- a simple measure for neuron behaviors under InD data. Leveraging our NAC, we show that 1) InD and OOD inputs can be largely separated based on the neuron behavior, which significantly eases the OOD detection problem and beats the 21 previous methods over three benchmarks (CIFAR-10, CIFAR-100, and ImageNet-1K). 2) a positive correlation between NAC and model generalization ability consistently holds across architectures and datasets, which enables a NAC-based criterion for evaluating model robustness. Compared to prevalent InD validation criteria, we show that NAC not only can select more robust models, but also has a stronger correlation with OOD test performance.
