Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_cv 95% Match Research Paper AI Safety Researchers,Machine Learning Engineers,Developers of safety-critical AI systems,Robotics Engineers 3 weeks ago

Local Background Features Matter in Out-of-Distribution Detection

ai-safety › robustness
📄 Abstract

Abstract: Out-of-distribution (OOD) detection is crucial when deploying deep neural networks in the real world to ensure the reliability and safety of their applications. One main challenge in OOD detection is that neural network models often produce overconfident predictions on OOD data. While some methods using auxiliary OOD datasets or generating fake OOD images have shown promising OOD detection performance, they are limited by the high costs of data collection and training. In this study, we propose a novel and effective OOD detection method that utilizes local background features as fake OOD features for model training. Inspired by the observation that OOD images generally share similar background regions with ID images, the background features are extracted from ID images as simulated OOD visual representations during training based on the local invariance of convolution. Through being optimized to reduce the $L_2$-norm of these background features, the neural networks are able to alleviate the overconfidence issue on OOD data. Extensive experiments on multiple standard OOD detection benchmarks confirm the effectiveness of our method and its wide combinatorial compatibility with existing post-hoc methods, with new state-of-the-art performance achieved from our method.

Key Contributions

This paper proposes a novel and cost-effective method for Out-of-Distribution (OOD) detection by utilizing local background features from in-distribution (ID) images as simulated OOD features. By optimizing the model to reduce the L2-norm of these background features, it effectively trains networks to be more robust against OOD inputs without requiring auxiliary OOD datasets.

Business Value

Improving the reliability and safety of AI systems by accurately detecting out-of-distribution inputs is paramount for deploying AI in safety-critical applications, reducing risks and building user trust.