paper-with-me

Papers

Scaling Out-of-Distribution Detection for Real-World Settings

2019-11-25 · Dan Hendrycks, Steven Basart, Mantas Mazeika, Andy Zou, Joe Kwon, Mohammadreza Mostajabi, Jacob Steinhardt, Dawn Song

Detecting out-of-distribution examples is important for safety-critical machine learning applications such as detecting novel biological phenomena and self-driving cars. However, existing research mainly focuses on simple small-scale settings. To set the stage for more realistic out-of-distribution detection, we depart from small-scale settings and explore large-scale multiclass and multi-label settings with high-resolution images and thousands of classes. To make future work in real-world settings possible, we create new benchmarks for three large-scale settings. To test ImageNet multiclass anomaly detectors, we introduce the Species dataset containing over 700,000 images and over a thousand anomalous species. We leverage ImageNet-21K to evaluate PASCAL VOC and COCO multilabel anomaly detectors. Third, we introduce a new benchmark for anomaly segmentation by introducing a segmentation benchmark with road anomalies. We conduct extensive experiments in these more realistic settings for out-of-distribution detection and find that a surprisingly simple detector based on the maximum logit outperforms prior methods in all the large-scale multi-class, multi-label, and segmentation tasks, establishing a simple new baseline for future work.

📄 PDF Abstract BibTeX arXiv:1911.11132

Code (4)

hendrycks/anomaly-seg 공식 구현 pytorch
gaozhitong/atta pytorch
kingjamessong/rankfeat pytorch
remic-othr/openmibood pytorch

Tasks

Anomaly SegmentationOut-of-Distribution DetectionSegmentationSelf-Driving CarsSemantic Segmentation

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Beyond Toy Benchmarks: A Systematic Evaluation of OOD Detection Methods For Plant Pathology Classification

2026-05-09 · Devesh Shah arxiv

Out-of-distribution (OOD) detection is essential for reliable deployment of deep learning systems, yet the majority of existing methods are evaluated on small, visually homogeneous benchmarks. In this work, we study six …

Online Platt Scaling with Calibeating

2023-04-28 · Chirag Gupta, Aaditya Ramdas

We present an online post-hoc calibration method, called Online Platt Scaling (OPS), which combines the Platt scaling technique with online logistic regression. We demonstrate that OPS smoothly adapts between i.i.d. and …

From Benchmarks to Reality: Advancing Visual Anomaly Detection by the VAND 3.0 Challenge

2025-09-22 · Lars Heckler-Kram, Ashwin Vaidya, Jan-Hendrik Neudeck, Ulla Scheler 외 arxiv

Visual anomaly detection is a strongly application-driven field of research. Consequently, the connection between academia and industry is of paramount importance. In this regard, we present the VAND 3.0 Challenge to sho…

Anomaly Detection

Logit Scaling for Out-of-Distribution Detection

2024-09-02 · Andrija Djurisic, Rosanne Liu, Mladen Nikolic

The safe deployment of machine learning and AI models in open-world settings hinges critically on the ability to detect out-of-distribution (OOD) data accurately, data samples that contrast vastly from what the model was…

Out-of-Distribution Detection

Mind the Residual Gap: Probabilistic Downscaling under Real-World Bias

2026-06-29 · Yujin Kim, Nidhi Soma, Sarah Dean arxiv

Probabilistic downscaling is the task of modeling the conditional distribution of high-resolution fields given coarse inputs, and is a central challenge to atmospheric science, climate modeling, and other multiscale phys…