paper-with-me

홈 › Papers

Torchattacks: A PyTorch Repository for Adversarial Attacks

2020-09-24 · Hoki Kim

Torchattacks is a PyTorch library that contains adversarial attacks to generate adversarial examples and to verify the robustness of deep learning models. The code can be found at https://github.com/Harry24k/adversarial-attacks-pytorch.

📄 PDF Abstract BibTeX arXiv:2010.01950

Code (1)

Harry24k/adversarial-attacks-pytorch 공식 구현 pytorch

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

advertorch v0.1: An Adversarial Robustness Toolbox based on PyTorch

2019-02-20 · Gavin Weiguang Ding, Luyu Wang, Xiaomeng Jin

advertorch is a toolbox for adversarial robustness research. It contains various implementations for attacks, defenses and robust training methods. advertorch is built on PyTorch (Paszke et al., 2017), and leverages the …

Adversarial AttackAdversarial DefenseAdversarial Robustness

DeepRobust: A PyTorch Library for Adversarial Attacks and Defenses

2020-05-13 · Ya-Xin Li, Wei Jin, Han Xu, Jiliang Tang

DeepRobust is a PyTorch adversarial learning library which aims to build a comprehensive and easy-to-use platform to foster this research field. It currently contains more than 10 attack algorithms and 8 defense algorith…

TorchBench: Benchmarking PyTorch with High API Surface Coverage

2023-04-27 · Yueming Hao, Xu Zhao, Bin Bao, David Berard 외

Deep learning (DL) has been a revolutionary technique in various domains. To facilitate the model development and deployment, many deep learning frameworks are proposed, among which PyTorch is one of the most popular sol…

BenchmarkingGPUVocal Bursts Intensity Prediction

Adversarial Attacks and Defenses on Graphs: A Review, A Tool and Empirical Studies

2020-03-02 · Wei Jin, Ya-Xin Li, Han Xu, Yiqi Wang 외

Deep neural networks (DNNs) have achieved significant performance in various tasks. However, recent studies have shown that DNNs can be easily fooled by small perturbation on the input, called adversarial attacks. As the…

Adversarial Attack

Improving Model Robustness with Latent Distribution Locally and Globally

2021-07-08 · Zhuang Qian, Shufei Zhang, Kaizhu Huang, Qiufeng Wang 외

In this work, we consider model robustness of deep neural networks against adversarial attacks from a global manifold perspective. Leveraging both the local and global latent information, we propose a novel adversarial t…

Adversarial Robustness