paper-with-me

홈 › Papers

Adversarial-Playground: A Visualization Suite Showing How Adversarial Examples Fool Deep Learning

2017-08-01 · Andrew P. Norton, Yanjun Qi

Recent studies have shown that attackers can force deep learning models to misclassify so-called "adversarial examples": maliciously generated images formed by making imperceptible modifications to pixel values. With growing interest in deep learning for security applications, it is important for security experts and users of machine learning to recognize how learning systems may be attacked. Due to the complex nature of deep learning, it is challenging to understand how deep models can be fooled by adversarial examples. Thus, we present a web-based visualization tool, Adversarial-Playground, to demonstrate the efficacy of common adversarial methods against a convolutional neural network (CNN) system. Adversarial-Playground is educational, modular and interactive. (1) It enables non-experts to compare examples visually and to understand why an adversarial example can fool a CNN-based image classifier. (2) It can help security experts explore more vulnerability of deep learning as a software module. (3) Building an interactive visualization is challenging in this domain due to the large feature space of image classification (generating adversarial examples is slow in general and visualizing images are costly). Through multiple novel design choices, our tool can provide fast and accurate responses to user requests. Empirically, we find that our client-server division strategy reduced the response time by an average of 1.5 seconds per sample. Our other innovation, a faster variant of JSMA evasion algorithm, empirically performed twice as fast as JSMA and yet maintains a comparable evasion rate. Project source code and data from our experiments available at: https://github.com/QData/AdversarialDNN-Playground

📄 PDF Abstract BibTeX arXiv:1708.00807

Code (1)

QData/AdversarialDNN-Playground 공식 구현 tf

Tasks

Adversarial AttackAdversarial DefenseDeep Learningimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Adversarial-Playground: A Visualization Suite for Adversarial Sample Generation

2017-06-06 · Andrew Norton, Yanjun Qi

With growing interest in adversarial machine learning, it is important for machine learning practitioners and users to understand how their models may be attacked. We propose a web-based visualization tool, Adversarial-P…

BIG-bench Machine Learning

Quantum Machine Learning Playground

2025-07-23 · Pascal Debus, Sebastian Issel, Kilian Tscharke arxiv

This article introduces an innovative interactive visualization tool designed to demystify quantum machine learning (QML) algorithms. Our work is inspired by the success of classical machine learning visualization tools,…

Quantum Machine Learning

Exploring the Space of Adversarial Images

2015-10-19 · Pedro Tabacof, Eduardo Valle

Adversarial examples have raised questions regarding the robustness and security of deep neural networks. In this work we formalize the problem of adversarial images given a pretrained classifier, showing that even in th…

Adversarial Training Methods for Semi-Supervised Text Classification

2016-05-25 · Takeru Miyato, Andrew M. Dai, Ian Goodfellow

Adversarial training provides a means of regularizing supervised learning algorithms while virtual adversarial training is able to extend supervised learning algorithms to the semi-supervised setting. However, both metho…

ClassificationGeneral ClassificationSemi-Supervised Text ClassificationSentiment Analysis+2

Speech Playground: An Interactive Tool for Speech Analysis and Comparison

2026-07-01 · Stephen McIntosh, Daisuke Saito, Nobuaki Minematsu arxiv

This paper presents Speech Playground, an interactive speech visualization and comparison tool. While existing tools such as Praat are excellent, it can be cumbersome to integrate them with modern deep learning represent…