Skip to main content

Showing 1–4 of 4 results for author: Pouget, H

.
  1. arXiv:2106.00576  [pdf, other

    cs.LG cs.CV cs.SE

    Exposing Previously Undetectable Faults in Deep Neural Networks

    Authors: Isaac Dunn, Hadrien Pouget, Daniel Kroening, Tom Melham

    Abstract: Existing methods for testing DNNs solve the oracle problem by constraining the raw features (e.g. image pixel values) to be within a small distance of a dataset example for which the desired DNN output is known. But this limits the kinds of faults these approaches are able to detect. In this paper, we introduce a novel DNN testing method that is able to find faults in DNNs that other methods canno… ▽ More

    Submitted 1 June, 2021; originally announced June 2021.

    Comments: Accepted to the ACM SIGSOFT International Symposium on Software Testing and Analysis (ISSTA 2021)

    ACM Class: I.2.6; D.2.5

  2. arXiv:2008.13607  [pdf, other

    cs.LG stat.ML

    Ranking Policy Decisions

    Authors: Hadrien Pouget, Hana Chockler, Youcheng Sun, Daniel Kroening

    Abstract: Policies trained via Reinforcement Learning (RL) are often needlessly complex, making them difficult to analyse and interpret. In a run with $n$ time steps, a policy will make $n$ decisions on actions to take; we conjecture that only a small subset of these decisions delivers value over selecting a simple default action. Given a trained policy, we propose a novel black-box method based on statisti… ▽ More

    Submitted 26 October, 2021; v1 submitted 31 August, 2020; originally announced August 2020.

  3. arXiv:2001.11055  [pdf, other

    cs.CV cs.LG

    Evaluating Robustness to Context-Sensitive Feature Perturbations of Different Granularities

    Authors: Isaac Dunn, Laura Hanu, Hadrien Pouget, Daniel Kroening, Tom Melham

    Abstract: We cannot guarantee that training datasets are representative of the distribution of inputs that will be encountered during deployment. So we must have confidence that our models do not over-rely on this assumption. To this end, we introduce a new method that identifies context-sensitive feature perturbations (e.g. shape, location, texture, colour) to the inputs of image classifiers. We produce th… ▽ More

    Submitted 23 October, 2020; v1 submitted 29 January, 2020; originally announced January 2020.

  4. arXiv:1905.02463  [pdf, other

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

    Adaptive Generation of Unrestricted Adversarial Inputs

    Authors: Isaac Dunn, Hadrien Pouget, Tom Melham, Daniel Kroening

    Abstract: Neural networks are vulnerable to adversarially-constructed perturbations of their inputs. Most research so far has considered perturbations of a fixed magnitude under some $l_p$ norm. Although studying these attacks is valuable, there has been increasing interest in the construction of (and robustness to) unrestricted attacks, which are not constrained to a small and rather artificial subset of a… ▽ More

    Submitted 1 October, 2019; v1 submitted 7 May, 2019; originally announced May 2019.

    Comments: Updated to include new results