Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to main content

Showing 1–15 of 15 results for author: Tsipras, D

Searching in archive stat. Search in all archives.
.
  1. arXiv:2008.04859  [pdf, other

    cs.CV cs.LG stat.ML

    BREEDS: Benchmarks for Subpopulation Shift

    Authors: Shibani Santurkar, Dimitris Tsipras, Aleksander Madry

    Abstract: We develop a methodology for assessing the robustness of models to subpopulation shift---specifically, their ability to generalize to novel data subpopulations that were not observed during training. Our approach leverages the class structure underlying existing datasets to control the data subpopulations that comprise the training and test distributions. This enables us to synthesize realistic di… ▽ More

    Submitted 11 August, 2020; originally announced August 2020.

  2. arXiv:2005.12729  [pdf, other

    cs.LG cs.RO stat.ML

    Implementation Matters in Deep Policy Gradients: A Case Study on PPO and TRPO

    Authors: Logan Engstrom, Andrew Ilyas, Shibani Santurkar, Dimitris Tsipras, Firdaus Janoos, Larry Rudolph, Aleksander Madry

    Abstract: We study the roots of algorithmic progress in deep policy gradient algorithms through a case study on two popular algorithms: Proximal Policy Optimization (PPO) and Trust Region Policy Optimization (TRPO). Specifically, we investigate the consequences of "code-level optimizations:" algorithm augmentations found only in implementations or described as auxiliary details to the core algorithm. Seemin… ▽ More

    Submitted 25 May, 2020; originally announced May 2020.

    Comments: ICLR 2020 version. arXiv admin note: text overlap with arXiv:1811.02553

  3. arXiv:2005.11295  [pdf, other

    cs.CV cs.LG stat.ML

    From ImageNet to Image Classification: Contextualizing Progress on Benchmarks

    Authors: Dimitris Tsipras, Shibani Santurkar, Logan Engstrom, Andrew Ilyas, Aleksander Madry

    Abstract: Building rich machine learning datasets in a scalable manner often necessitates a crowd-sourced data collection pipeline. In this work, we use human studies to investigate the consequences of employing such a pipeline, focusing on the popular ImageNet dataset. We study how specific design choices in the ImageNet creation process impact the fidelity of the resulting dataset---including the introduc… ▽ More

    Submitted 22 May, 2020; originally announced May 2020.

  4. arXiv:2005.09619  [pdf, other

    stat.ML cs.CV cs.LG

    Identifying Statistical Bias in Dataset Replication

    Authors: Logan Engstrom, Andrew Ilyas, Shibani Santurkar, Dimitris Tsipras, Jacob Steinhardt, Aleksander Madry

    Abstract: Dataset replication is a useful tool for assessing whether improvements in test accuracy on a specific benchmark correspond to improvements in models' ability to generalize reliably. In this work, we present unintuitive yet significant ways in which standard approaches to dataset replication introduce statistical bias, skewing the resulting observations. We study ImageNet-v2, a replication of the… ▽ More

    Submitted 2 September, 2020; v1 submitted 19 May, 2020; originally announced May 2020.

  5. arXiv:1912.02771  [pdf, other

    stat.ML cs.CR cs.LG

    Label-Consistent Backdoor Attacks

    Authors: Alexander Turner, Dimitris Tsipras, Aleksander Madry

    Abstract: Deep neural networks have been demonstrated to be vulnerable to backdoor attacks. Specifically, by injecting a small number of maliciously constructed inputs into the training set, an adversary is able to plant a backdoor into the trained model. This backdoor can then be activated during inference by a backdoor trigger to fully control the model's behavior. While such attacks are very effective, t… ▽ More

    Submitted 6 December, 2019; v1 submitted 5 December, 2019; originally announced December 2019.

  6. arXiv:1906.09453  [pdf, other

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

    Image Synthesis with a Single (Robust) Classifier

    Authors: Shibani Santurkar, Dimitris Tsipras, Brandon Tran, Andrew Ilyas, Logan Engstrom, Aleksander Madry

    Abstract: We show that the basic classification framework alone can be used to tackle some of the most challenging tasks in image synthesis. In contrast to other state-of-the-art approaches, the toolkit we develop is rather minimal: it uses a single, off-the-shelf classifier for all these tasks. The crux of our approach is that we train this classifier to be adversarially robust. It turns out that adversari… ▽ More

    Submitted 8 August, 2019; v1 submitted 6 June, 2019; originally announced June 2019.

  7. arXiv:1906.00945  [pdf, other

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

    Adversarial Robustness as a Prior for Learned Representations

    Authors: Logan Engstrom, Andrew Ilyas, Shibani Santurkar, Dimitris Tsipras, Brandon Tran, Aleksander Madry

    Abstract: An important goal in deep learning is to learn versatile, high-level feature representations of input data. However, standard networks' representations seem to possess shortcomings that, as we illustrate, prevent them from fully realizing this goal. In this work, we show that robust optimization can be re-cast as a tool for enforcing priors on the features learned by deep neural networks. It turns… ▽ More

    Submitted 27 September, 2019; v1 submitted 3 June, 2019; originally announced June 2019.

  8. arXiv:1905.02175  [pdf, other

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

    Adversarial Examples Are Not Bugs, They Are Features

    Authors: Andrew Ilyas, Shibani Santurkar, Dimitris Tsipras, Logan Engstrom, Brandon Tran, Aleksander Madry

    Abstract: Adversarial examples have attracted significant attention in machine learning, but the reasons for their existence and pervasiveness remain unclear. We demonstrate that adversarial examples can be directly attributed to the presence of non-robust features: features derived from patterns in the data distribution that are highly predictive, yet brittle and incomprehensible to humans. After capturing… ▽ More

    Submitted 12 August, 2019; v1 submitted 6 May, 2019; originally announced May 2019.

  9. 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/

  10. arXiv:1811.02553  [pdf, other

    cs.LG cs.NE cs.RO stat.ML

    A Closer Look at Deep Policy Gradients

    Authors: Andrew Ilyas, Logan Engstrom, Shibani Santurkar, Dimitris Tsipras, Firdaus Janoos, Larry Rudolph, Aleksander Madry

    Abstract: We study how the behavior of deep policy gradient algorithms reflects the conceptual framework motivating their development. To this end, we propose a fine-grained analysis of state-of-the-art methods based on key elements of this framework: gradient estimation, value prediction, and optimization landscapes. Our results show that the behavior of deep policy gradient algorithms often deviates from… ▽ More

    Submitted 25 May, 2020; v1 submitted 6 November, 2018; originally announced November 2018.

    Comments: ICLR 2020 version

  11. arXiv:1805.12152  [pdf, other

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

    Robustness May Be at Odds with Accuracy

    Authors: Dimitris Tsipras, Shibani Santurkar, Logan Engstrom, Alexander Turner, Aleksander Madry

    Abstract: We show that there may exist an inherent tension between the goal of adversarial robustness and that of standard generalization. Specifically, training robust models may not only be more resource-consuming, but also lead to a reduction of standard accuracy. We demonstrate that this trade-off between the standard accuracy of a model and its robustness to adversarial perturbations provably exists in… ▽ More

    Submitted 9 September, 2019; v1 submitted 30 May, 2018; originally announced May 2018.

    Comments: ICLR'19

  12. arXiv:1805.11604  [pdf, other

    stat.ML cs.LG cs.NE

    How Does Batch Normalization Help Optimization?

    Authors: Shibani Santurkar, Dimitris Tsipras, Andrew Ilyas, Aleksander Madry

    Abstract: Batch Normalization (BatchNorm) is a widely adopted technique that enables faster and more stable training of deep neural networks (DNNs). Despite its pervasiveness, the exact reasons for BatchNorm's effectiveness are still poorly understood. The popular belief is that this effectiveness stems from controlling the change of the layers' input distributions during training to reduce the so-called "i… ▽ More

    Submitted 14 April, 2019; v1 submitted 29 May, 2018; originally announced May 2018.

    Comments: In NeurIPS'18

  13. arXiv:1804.11285  [pdf, other

    cs.LG cs.NE stat.ML

    Adversarially Robust Generalization Requires More Data

    Authors: Ludwig Schmidt, Shibani Santurkar, Dimitris Tsipras, Kunal Talwar, Aleksander MÄ…dry

    Abstract: Machine learning models are often susceptible to adversarial perturbations of their inputs. Even small perturbations can cause state-of-the-art classifiers with high "standard" accuracy to produce an incorrect prediction with high confidence. To better understand this phenomenon, we study adversarially robust learning from the viewpoint of generalization. We show that already in a simple natural d… ▽ More

    Submitted 2 May, 2018; v1 submitted 30 April, 2018; originally announced April 2018.

    Comments: Small changes for biblatex compatibility

  14. arXiv:1712.02779  [pdf, other

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

    Exploring the Landscape of Spatial Robustness

    Authors: Logan Engstrom, Brandon Tran, Dimitris Tsipras, Ludwig Schmidt, Aleksander Madry

    Abstract: The study of adversarial robustness has so far largely focused on perturbations bound in p-norms. However, state-of-the-art models turn out to be also vulnerable to other, more natural classes of perturbations such as translations and rotations. In this work, we thoroughly investigate the vulnerability of neural network--based classifiers to rotations and translations. While data augmentation offe… ▽ More

    Submitted 16 September, 2019; v1 submitted 7 December, 2017; originally announced December 2017.

    Comments: ICML 2019. Presented in NIPS 2017 Workshop on Machine Learning and Computer Security as "A Rotation and a Translation Suffice: Fooling CNNs with Simple Transformations."

  15. arXiv:1706.06083  [pdf, other

    stat.ML cs.LG cs.NE

    Towards Deep Learning Models Resistant to Adversarial Attacks

    Authors: Aleksander Madry, Aleksandar Makelov, Ludwig Schmidt, Dimitris Tsipras, Adrian Vladu

    Abstract: Recent work has demonstrated that deep neural networks are vulnerable to adversarial examples---inputs that are almost indistinguishable from natural data and yet classified incorrectly by the network. In fact, some of the latest findings suggest that the existence of adversarial attacks may be an inherent weakness of deep learning models. To address this problem, we study the adversarial robustne… ▽ More

    Submitted 4 September, 2019; v1 submitted 19 June, 2017; originally announced June 2017.

    Comments: ICLR'18