Skip to main content

Showing 1–6 of 6 results for author: Bitterwolf, J

.
  1. arXiv:2306.00826  [pdf, other

    cs.LG cs.CV

    In or Out? Fixing ImageNet Out-of-Distribution Detection Evaluation

    Authors: Julian Bitterwolf, Maximilian Müller, Matthias Hein

    Abstract: Out-of-distribution (OOD) detection is the problem of identifying inputs which are unrelated to the in-distribution task. The OOD detection performance when the in-distribution (ID) is ImageNet-1K is commonly being tested on a small range of test OOD datasets. We find that most of the currently used test OOD datasets, including datasets from the open set recognition (OSR) literature, have severe i… ▽ More

    Submitted 1 June, 2023; originally announced June 2023.

    Comments: ICML 2023. Datasets, code and evaluation data at https://github.com/j-cb/NINCO

  2. arXiv:2206.09880  [pdf, ps, other

    cs.LG cs.CV

    Breaking Down Out-of-Distribution Detection: Many Methods Based on OOD Training Data Estimate a Combination of the Same Core Quantities

    Authors: Julian Bitterwolf, Alexander Meinke, Maximilian Augustin, Matthias Hein

    Abstract: It is an important problem in trustworthy machine learning to recognize out-of-distribution (OOD) inputs which are inputs unrelated to the in-distribution task. Many out-of-distribution detection methods have been suggested in recent years. The goal of this paper is to recognize common objectives as well as to identify the implicit scoring functions of different OOD detection methods. We focus on… ▽ More

    Submitted 20 June, 2022; originally announced June 2022.

  3. arXiv:2106.04260  [pdf, other

    cs.LG cs.AI cs.CV

    Provably Robust Detection of Out-of-distribution Data (almost) for free

    Authors: Alexander Meinke, Julian Bitterwolf, Matthias Hein

    Abstract: The application of machine learning in safety-critical systems requires a reliable assessment of uncertainty. However, deep neural networks are known to produce highly overconfident predictions on out-of-distribution (OOD) data. Even if trained to be non-confident on OOD data, one can still adversarially manipulate OOD data so that the classifier again assigns high confidence to the manipulated sa… ▽ More

    Submitted 18 October, 2022; v1 submitted 8 June, 2021; originally announced June 2021.

  4. arXiv:2007.08473  [pdf, other

    cs.LG cs.CV stat.ML

    Certifiably Adversarially Robust Detection of Out-of-Distribution Data

    Authors: Julian Bitterwolf, Alexander Meinke, Matthias Hein

    Abstract: Deep neural networks are known to be overconfident when applied to out-of-distribution (OOD) inputs which clearly do not belong to any class. This is a problem in safety-critical applications since a reliable assessment of the uncertainty of a classifier is a key property, allowing the system to trigger human intervention or to transfer into a safe state. In this paper, we aim for certifiable wors… ▽ More

    Submitted 10 March, 2021; v1 submitted 16 July, 2020; originally announced July 2020.

    Comments: Published and presented at NeurIPS 2020. Code available at https://gitlab.com/Bitterwolf/GOOD v3: added missing acknowledgement

    Journal ref: Advances in Neural Information Processing Systems 33 (NeurIPS 2020)

  5. arXiv:2001.06057  [pdf, other

    cs.CV cs.LG stat.ML

    A simple way to make neural networks robust against diverse image corruptions

    Authors: Evgenia Rusak, Lukas Schott, Roland S. Zimmermann, Julian Bitterwolf, Oliver Bringmann, Matthias Bethge, Wieland Brendel

    Abstract: The human visual system is remarkably robust against a wide range of naturally occurring variations and corruptions like rain or snow. In contrast, the performance of modern image recognition models strongly degrades when evaluated on previously unseen corruptions. Here, we demonstrate that a simple but properly tuned training with additive Gaussian and Speckle noise generalizes surprisingly well… ▽ More

    Submitted 22 July, 2020; v1 submitted 16 January, 2020; originally announced January 2020.

    Comments: Oral presentation at the European Conference for Computer Vision (ECCV 2020)

  6. arXiv:1812.05720  [pdf, other

    cs.LG cs.CV stat.ML

    Why ReLU networks yield high-confidence predictions far away from the training data and how to mitigate the problem

    Authors: Matthias Hein, Maksym Andriushchenko, Julian Bitterwolf

    Abstract: Classifiers used in the wild, in particular for safety-critical systems, should not only have good generalization properties but also should know when they don't know, in particular make low confidence predictions far away from the training data. We show that ReLU type neural networks which yield a piecewise linear classifier function fail in this regard as they produce almost always high confiden… ▽ More

    Submitted 7 May, 2019; v1 submitted 13 December, 2018; originally announced December 2018.

    Comments: Slight update of the CVPR 2019 final version [accepted with an oral presentation]