CVPR

Out-of-Distribution Detection with Adversarial Outlier Exposure, 06 Jun. 2025 (papers)
Our paper Out-of-Distribution Detection with Adversarial Outlier Exposure has been accepted at the CVPR workshop for Safe Artificial Intelligence for All Domains (SAIAD). The experiments in the paper were mostly conducted by Thomas Botschen, who is currently a masters student at out lab. Abstract § Machine learning models typically perform reliably only on inputs drawn from the distribution they were trained on, making Out-of-Distribution (OOD) detection essential for safety-critical …
Categories: Anomaly Detection
163 Words, Tagged with: CVPR · Generative Models · Anomaly Detection
Thumbnail for Out-of-Distribution Detection with Adversarial Outlier Exposure
PyTorch-OOD: A library for Out-of-Distribution Detection based on PyTorch, 13 Jul. 2022 (papers)
Our paper, PyTorch-OOD: A library for Out-of-Distribution Detection based on PyTorch, has been presented at the CVPR 2022 Workshops. You can find the most recent version of the Python source code on GitHub. Abstract § Machine Learning models based on Deep Neural Networks behave unpredictably when presented with inputs that do not stem from the training distribution and sometimes make egregiously wrong predictions with high confidence. This property undermines the trustworthiness of systems …
Categories: Anomaly Detection
218 Words, Tagged with: CVPR · Anomaly Detection
Thumbnail for PyTorch-OOD: A library for Out-of-Distribution Detection based on PyTorch