Skip to main content

Showing 1–6 of 6 results for author: Bielik, P

Searching in archive cs. Search in all archives.
.
  1. Robustness testing of AI systems: A case study for traffic sign recognition

    Authors: Christian Berghoff, Pavol Bielik, Matthias Neu, Petar Tsankov, Arndt von Twickel

    Abstract: In the last years, AI systems, in particular neural networks, have seen a tremendous increase in performance, and they are now used in a broad range of applications. Unlike classical symbolic AI systems, neural networks are trained using large data sets and their inner structure containing possibly billions of parameters does not lend itself to human interpretation. As a consequence, it is so far… ▽ More

    Submitted 13 August, 2021; originally announced August 2021.

    Comments: 12 pages, 7 figures. The final publication is available at Springer via https://doi.org/10.1007/978-3-030-79150-6_21

    Journal ref: In: Maglogiannis I., Macintyre J., Iliadis L. (eds) Artificial Intelligence Applications and Innovations. AIAI 2021. IFIP Advances in Information and Communication Technology, vol 627. Springer, Cham

  2. arXiv:2102.11860  [pdf, other

    cs.LG cs.CV stat.ML

    Automated Discovery of Adaptive Attacks on Adversarial Defenses

    Authors: Chengyuan Yao, Pavol Bielik, Petar Tsankov, Martin Vechev

    Abstract: Reliable evaluation of adversarial defenses is a challenging task, currently limited to an expert who manually crafts attacks that exploit the defense's inner workings or approaches based on an ensemble of fixed attacks, none of which may be effective for the specific defense at hand. Our key observation is that adaptive attacks are composed of reusable building blocks that can be formalized in a… ▽ More

    Submitted 27 October, 2021; v1 submitted 23 February, 2021; originally announced February 2021.

    Comments: 21 pages, 3 figures, 10 tables. NeurIPS2021

  3. arXiv:2003.03778  [pdf, other

    cs.LG stat.ML

    Adversarial Attacks on Probabilistic Autoregressive Forecasting Models

    Authors: Raphaƫl Dang-Nhu, Gagandeep Singh, Pavol Bielik, Martin Vechev

    Abstract: We develop an effective generation of adversarial attacks on neural models that output a sequence of probability distributions rather than a sequence of single values. This setting includes the recently proposed deep probabilistic autoregressive forecasting models that estimate the probability distribution of a time series given its past and achieve state-of-the-art results in a diverse set of app… ▽ More

    Submitted 8 March, 2020; originally announced March 2020.

    Comments: 15 pages, 6 figures

  4. arXiv:2002.04694  [pdf, other

    cs.LG cs.PL cs.SE stat.ML

    Adversarial Robustness for Code

    Authors: Pavol Bielik, Martin Vechev

    Abstract: Machine learning and deep learning in particular has been recently used to successfully address many tasks in the domain of code such as finding and fixing bugs, code completion, decompilation, type inference and many others. However, the issue of adversarial robustness of models for code has gone largely unnoticed. In this work, we explore this issue by: (i) instantiating adversarial attacks for… ▽ More

    Submitted 15 August, 2020; v1 submitted 11 February, 2020; originally announced February 2020.

    Comments: Proceedings of the 37th International Conference on Machine Learning, Online, PMLR 119, 2020

  5. arXiv:1912.13243  [pdf, other

    cs.CV cs.GR cs.LG stat.ML

    Learning to Infer User Interface Attributes from Images

    Authors: Philippe Schlattner, Pavol Bielik, Martin Vechev

    Abstract: We explore a new domain of learning to infer user interface attributes that helps developers automate the process of user interface implementation. Concretely, given an input image created by a designer, we learn to infer its implementation which when rendered, looks visually the same as the input image. To achieve this, we take a black box rendering engine and a set of attributes it supports (e.g… ▽ More

    Submitted 31 December, 2019; originally announced December 2019.

  6. arXiv:1611.01752  [pdf, ps, other

    cs.PL cs.LG

    Learning a Static Analyzer from Data

    Authors: Pavol Bielik, Veselin Raychev, Martin Vechev

    Abstract: To be practically useful, modern static analyzers must precisely model the effect of both, statements in the programming language as well as frameworks used by the program under analysis. While important, manually addressing these challenges is difficult for at least two reasons: (i) the effects on the overall analysis can be non-trivial, and (ii) as the size and complexity of modern libraries inc… ▽ More

    Submitted 25 June, 2017; v1 submitted 6 November, 2016; originally announced November 2016.