paper-with-me

Papers

Neuron Activation Coverage: Rethinking Out-of-distribution Detection and Generalization

2023-06-05 · Yibing Liu, Chris Xing Tian, Haoliang Li, Lei Ma, Shiqi Wang

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.

📄 PDF Abstract BibTeX arXiv:2306.02879

Code (1)

bierone/ood_coverage 공식 구현 pytorch

Tasks

Out-of-Distribution Detection

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

An Overview of Structural Coverage Metrics for Testing Neural Networks

2022-08-05 · Muhammad Usman, Youcheng Sun, Divya Gopinath, Rishi Dange 외

Deep neural network (DNN) models, including those used in safety-critical domains, need to be thoroughly tested to ensure that they can reliably perform well in different scenarios. In this article, we provide an overvie…

DNN Testing

Detecting Out-of-distribution Objects Using Neuron Activation Patterns

2023-07-31 · Bartłomiej Olber, Krystian Radlak, Krystian Chachuła, Jakub Łyskawa 외

Object detection is essential to many perception algorithms used in modern robotics applications. Unfortunately, the existing models share a tendency to assign high confidence scores for out-of-distribution (OOD) samples…

Autonomous VehiclesObjectobject-detectionObject Detection

SAMSOD: Rethinking SAM Optimization for RGB-T Salient Object Detection

2025-10-04 · Zhengyi Liu, Xinrui Wang, Xianyong Fang, Zhengzheng Tu 외 arxiv

RGB-T salient object detection (SOD) aims to segment attractive objects by combining RGB and thermal infrared images. To enhance performance, the Segment Anything Model has been fine-tuned for this task. However, the imb…

Salient Object Detection

Revisiting Neural Activation Coverage for Uncertainty Estimation

2026-04-24 · Benedikt Franke, Nils Förster, Frank Köster, Asja Fischer 외 arxiv

Neural activation coverage (NAC) is a recently-proposed technique for out-of-distribution detection and generalization. We build upon this promising foundation and extend the method to work as an uncertainty estimation t…

Out-of-Distribution Detection

GPrune-LLM: Generalization-Aware Structured Pruning for Large Language Models

2026-03-12 · Xiaoyun Liu, Divya Saxena, Jiannong Cao, Yuqing Zhao 외 arxiv

Structured pruning is widely used to compress large language models (LLMs), yet its effectiveness depends heavily on neuron importance estimation. Most existing methods estimate neuron importance from activation statisti…