Skip to main content

Showing 1–13 of 13 results for author: Rauber, J

.
  1. arXiv:2008.04175  [pdf, ps, other

    cs.LG cs.MS stat.ML

    EagerPy: Writing Code That Works Natively with PyTorch, TensorFlow, JAX, and NumPy

    Authors: Jonas Rauber, Matthias Bethge, Wieland Brendel

    Abstract: EagerPy is a Python framework that lets you write code that automatically works natively with PyTorch, TensorFlow, JAX, and NumPy. Library developers no longer need to choose between supporting just one of these frameworks or reimplementing the library for each framework and dealing with code duplication. Users of such libraries can more easily switch frameworks without being locked in by a specif… ▽ More

    Submitted 10 August, 2020; originally announced August 2020.

  2. arXiv:2007.07677  [pdf, ps, other

    cs.LG stat.ML

    Fast Differentiable Clip**-Aware Normalization and Rescaling

    Authors: Jonas Rauber, Matthias Bethge

    Abstract: Rescaling a vector $\vecδ \in \mathbb{R}^n$ to a desired length is a common operation in many areas such as data science and machine learning. When the rescaled perturbation $η\vecδ$ is added to a starting point $\vec{x} \in D$ (where $D$ is the data domain, e.g. $D = [0, 1]^n$), the resulting vector $\vec{v} = \vec{x} + η\vecδ$ will in general not be in $D$. To enforce that the perturbed vector… ▽ More

    Submitted 15 July, 2020; originally announced July 2020.

  3. arXiv:1911.05683  [pdf, other

    cs.LG cs.HC stat.ML

    Modeling patterns of smartphone usage and their relationship to cognitive health

    Authors: Jonas Rauber, Emily B. Fox, Leon A. Gatys

    Abstract: The ubiquity of smartphone usage in many people's lives make it a rich source of information about a person's mental and cognitive state. In this work we analyze 12 weeks of phone usage data from 113 older adults, 31 with diagnosed cognitive impairment and 82 without. We develop structured models of users' smartphone interactions to reveal differences in phone usage patterns between people with an… ▽ More

    Submitted 13 November, 2019; originally announced November 2019.

    Comments: Machine Learning for Health (ML4H) at NeurIPS 2019 - Extended Abstract

  4. arXiv:1907.01003  [pdf, other

    stat.ML cs.CR cs.CV cs.LG cs.NE

    Accurate, reliable and fast robustness evaluation

    Authors: Wieland Brendel, Jonas Rauber, Matthias Kümmerer, Ivan Ustyuzhaninov, Matthias Bethge

    Abstract: Throughout the past five years, the susceptibility of neural networks to minimal adversarial perturbations has moved from a peculiar phenomenon to a core issue in Deep Learning. Despite much attention, however, progress towards more robust models is significantly impaired by the difficulty of evaluating the robustness of neural network models. Today's methods are either fast but brittle (gradient-… ▽ More

    Submitted 12 December, 2019; v1 submitted 1 July, 2019; originally announced July 2019.

    Comments: Accepted at the 2019 Conference on Neural Information Processing Systems

  5. arXiv:1903.11359  [pdf, other

    cs.LG cs.CR cs.CV cs.NE stat.ML

    Scaling up the randomized gradient-free adversarial attack reveals overestimation of robustness using established attacks

    Authors: Francesco Croce, Jonas Rauber, Matthias Hein

    Abstract: Modern neural networks are highly non-robust against adversarial manipulation. A significant amount of work has been invested in techniques to compute lower bounds on robustness through formal guarantees and to build provably robust models. However, it is still difficult to get guarantees for larger networks or robustness against larger perturbations. Thus attack strategies are needed to provide t… ▽ More

    Submitted 25 September, 2019; v1 submitted 27 March, 2019; originally announced March 2019.

    Comments: Accepted at International Journal of Computer Vision

  6. arXiv:1902.06705  [pdf, ps, other

    cs.LG cs.CR stat.ML

    On Evaluating Adversarial Robustness

    Authors: Nicholas Carlini, Anish Athalye, Nicolas Papernot, Wieland Brendel, Jonas Rauber, Dimitris Tsipras, Ian Goodfellow, Aleksander Madry, Alexey Kurakin

    Abstract: Correctly evaluating defenses against adversarial examples has proven to be extremely difficult. Despite the significant amount of recent work attempting to design defenses that withstand adaptive attacks, few have succeeded; most papers that propose defenses are quickly shown to be incorrect. We believe a large contributing factor is the difficulty of performing security evaluations. In this pa… ▽ More

    Submitted 20 February, 2019; v1 submitted 18 February, 2019; originally announced February 2019.

    Comments: Living document; source available at https://github.com/evaluating-adversarial-robustness/adv-eval-paper/

  7. arXiv:1808.08750  [pdf, other

    cs.CV cs.AI cs.LG q-bio.NC stat.ML

    Generalisation in humans and deep neural networks

    Authors: Robert Geirhos, Carlos R. Medina Temme, Jonas Rauber, Heiko H. Schütt, Matthias Bethge, Felix A. Wichmann

    Abstract: We compare the robustness of humans and current convolutional deep neural networks (DNNs) on object recognition under twelve different types of image degradations. First, using three well known DNNs (ResNet-152, VGG-19, GoogLeNet) we find the human visual system to be more robust to nearly all of the tested image manipulations, and we observe progressively diverging classification error-patterns b… ▽ More

    Submitted 23 October, 2020; v1 submitted 27 August, 2018; originally announced August 2018.

    Comments: Added optimal probability aggregation method to appendix

  8. arXiv:1808.01976  [pdf, ps, other

    cs.LG cs.CV stat.ML

    Adversarial Vision Challenge

    Authors: Wieland Brendel, Jonas Rauber, Alexey Kurakin, Nicolas Papernot, Behar Veliqi, Marcel Salathé, Sharada P. Mohanty, Matthias Bethge

    Abstract: The NIPS 2018 Adversarial Vision Challenge is a competition to facilitate measurable progress towards robust machine vision models and more generally applicable adversarial attacks. This document is an updated version of our competition proposal that was accepted in the competition track of 32nd Conference on Neural Information Processing Systems (NIPS 2018).

    Submitted 6 December, 2018; v1 submitted 6 August, 2018; originally announced August 2018.

    Comments: https://www.crowdai.org/challenges/adversarial-vision-challenge

  9. arXiv:1805.09190  [pdf, other

    cs.CV

    Towards the first adversarially robust neural network model on MNIST

    Authors: Lukas Schott, Jonas Rauber, Matthias Bethge, Wieland Brendel

    Abstract: Despite much effort, deep neural networks remain highly susceptible to tiny input perturbations and even for MNIST, one of the most common toy datasets in computer vision, no neural network model exists for which adversarial perturbations are large and make semantic sense to humans. We show that even the widely recognized and by far most successful defense by Madry et al. (1) overfits on the L-inf… ▽ More

    Submitted 20 September, 2018; v1 submitted 23 May, 2018; originally announced May 2018.

  10. arXiv:1712.04248  [pdf, other

    stat.ML cs.CR cs.CV cs.LG cs.NE

    Decision-Based Adversarial Attacks: Reliable Attacks Against Black-Box Machine Learning Models

    Authors: Wieland Brendel, Jonas Rauber, Matthias Bethge

    Abstract: Many machine learning algorithms are vulnerable to almost imperceptible perturbations of their inputs. So far it was unclear how much risk adversarial perturbations carry for the safety of real-world machine learning applications because most methods used to generate such perturbations rely either on detailed model information (gradient-based attacks) or on confidence scores such as class probabil… ▽ More

    Submitted 16 February, 2018; v1 submitted 12 December, 2017; originally announced December 2017.

    Comments: Published as a conference paper at the Sixth International Conference on Learning Representations (ICLR 2018) https://openreview.net/forum?id=SyZI0GWCZ

  11. arXiv:1707.04131  [pdf, ps, other

    cs.LG cs.CR cs.CV stat.ML

    Foolbox: A Python toolbox to benchmark the robustness of machine learning models

    Authors: Jonas Rauber, Wieland Brendel, Matthias Bethge

    Abstract: Even todays most advanced machine learning models are easily fooled by almost imperceptible perturbations of their inputs. Foolbox is a new Python package to generate such adversarial perturbations and to quantify and compare the robustness of machine learning models. It is build around the idea that the most comparable robustness measure is the minimum perturbation needed to craft an adversarial… ▽ More

    Submitted 20 March, 2018; v1 submitted 13 July, 2017; originally announced July 2017.

    Comments: Code and examples available at https://github.com/bethgelab/foolbox and documentation available at http://foolbox.readthedocs.io

  12. arXiv:1706.06969  [pdf, other

    cs.CV q-bio.NC stat.ML

    Comparing deep neural networks against humans: object recognition when the signal gets weaker

    Authors: Robert Geirhos, David H. J. Janssen, Heiko H. Schütt, Jonas Rauber, Matthias Bethge, Felix A. Wichmann

    Abstract: Human visual object recognition is typically rapid and seemingly effortless, as well as largely independent of viewpoint and object orientation. Until very recently, animate visual systems were the only ones capable of this remarkable computational feat. This has changed with the rise of a class of computer vision algorithms called deep neural networks (DNNs) that achieve human-level classificatio… ▽ More

    Submitted 11 December, 2018; v1 submitted 21 June, 2017; originally announced June 2017.

    Comments: updated article with reference to resulting publication (Geirhos et al, NeurIPS 2018)

  13. arXiv:1610.00768  [pdf, ps, other

    cs.LG cs.CR stat.ML

    Technical Report on the CleverHans v2.1.0 Adversarial Examples Library

    Authors: Nicolas Papernot, Fartash Faghri, Nicholas Carlini, Ian Goodfellow, Reuben Feinman, Alexey Kurakin, Cihang Xie, Yash Sharma, Tom Brown, Aurko Roy, Alexander Matyasko, Vahid Behzadan, Karen Hambardzumyan, Zhishuai Zhang, Yi-Lin Juang, Zhi Li, Ryan Sheatsley, Abhibhav Garg, Jonathan Uesato, Willi Gierke, Yinpeng Dong, David Berthelot, Paul Hendricks, Jonas Rauber, Rujun Long , et al. (1 additional authors not shown)

    Abstract: CleverHans is a software library that provides standardized reference implementations of adversarial example construction techniques and adversarial training. The library may be used to develop more robust machine learning models and to provide standardized benchmarks of models' performance in the adversarial setting. Benchmarks constructed without a standardized implementation of adversarial exam… ▽ More

    Submitted 27 June, 2018; v1 submitted 3 October, 2016; originally announced October 2016.

    Comments: Technical report for https://github.com/tensorflow/cleverhans