科研篇(12):CVPR20 分类整理-对抗样本

文章目录

一、对抗样本-附代码

1.1Towards Large yet Imperceptible Adversarial Image Perturbations with Perceptual Color Distance.

PAPER LINK
CODE

1.2 One Man’s Trash Is Another Man’s Treasure: Resisting Adversarial Examples by Adversarial Examples

PAPER LINK
CODE

1.3 ColorFool: Semantic Adversarial Colorization

PAPER LINK
CODE

1.4 Transferable, Controllable, and Inconspicuous Adversarial Attacks on Person Re-identification With Deep Mis-Ranking

PAPER LINK
CODE

1.5 Adversarial Robustness: From Self-Supervised Pre-Training to Fine-Tuning

PAPER LINK
CODE

1.6 Efficient Adversarial Training with Transferable Adversarial Examples

PAPER LINK
CODE

1.7 Modeling Biological Immunity to Adversarial Examples

PAPER LINK
CODE

1.8 Towards Achieving Adversarial Robustness by Enforcing Feature Consistency Across Bit Planes

PAPER LINK
CODE

1.9 (Oral)A Self-supervised Approach for Adversarial Robustness

PAPER LINK
CODE

1.10 When NAS Meets Robustness: In Search of Robust Architectures against Adversarial Attacks

PAPER LINK
CODE

1.11 Enhancing Intrinsic Adversarial Robustness via Feature Pyramid Decoder

PAPER LINK
CODE

1.12 Robust Design of Deep Neural Networks against Adversarial Attacks based on Lyapunov Theory

PAPER LINK
CODE

1.13 Old is Gold: Redefining the Adversarially Learned One-Class Classifier Training Paradigm

PAPER LINK
CODE

1.14 LG-GAN: Label Guided Adversarial Network for Flexible Targeted Attack of Point Cloud-based Deep Networks

PAPER LINK
CODE

二、对抗样本-无代码

2.1Polishing Decision-Based Adversarial Noise With a Customized Sampling.

PAPER LINK

2.2 Achieving Robustness in the Wild via Adversarial Mixing With Disentangled Representations

PAPER LINK

2.3 Single-Step Adversarial Training With Dropout Scheduling.

PAPER LINK

2.4 Adversarial Vertex Mixup: Toward Better Adversarially Robust Generalization

PAPER LINK

2.5 Boosting the Transferability of Adversarial Samples via Attention

PAPER LINK

2.6 Learn2Perturb: An End-to-End Feature Perturbation Learning to Improve Adversarial Robustness

PAPER LINK

2.7 On Isometry Robustness of Deep 3D Point Cloud Models Under Adversarial Attacks

PAPER LINK

2.8 Adversarial Examples Improve Image Recognition

PAPER LINK

2.9 Enhancing Cross-Task Black-Box Transferability of Adversarial Examples With Dispersion Reduction

PAPER LINK

2.10 Adversarial Camouflage: Hiding Physical-World Attacks With Natural Styles

PAPER LINK

2.11 Benchmarking Adversarial Robustness on Image Classification

PAPER LINK

2.11 DaST: Data-Free Substitute Training for Adversarial Attacks

PAPER LINK

2.12 Ensemble Generative Cleaning With Feedback Loops for Defending Adversarial Attacks

PAPER LINK

2.13 Exploiting Joint Robustness to Adversarial Perturbations

PAPER LINK

2.14 GeoDA: A Geometric Framework for Black-Box Adversarial Attacks

PAPER LINK

2.15 What Machines See Is Not What They Get: Fooling Scene Text Recognition Models With Adversarial Text Images

PAPER LINK

2.16 Physically Realizable Adversarial Examples for LiDAR Object Detection

PAPER LINK

2.17 One-Shot Adversarial Attacks on Visual Tracking With Dual Attention

PAPER LINK

2.18 Defending and Harnessing the Bit-Flip Based Adversarial Weight Attack

PAPER LINK

2.19 Understanding Adversarial Examples From the Mutual Influence of Images and Perturbations

PAPER LINK

2.20 Robust Superpixel-Guided Attentional Adversarial Attack

PAPER LINK

2.21 ILFO: Adversarial Attack on Adaptive Neural Networks

PAPER LINK

2.22 PhysGAN: Generating Physical-World-Resilient Adversarial Examples for Autonomous Driving

PAPER LINK

2.23 Detecting Adversarial Samples Using Influence Functions and Nearest Neighbors

PAPER LINK

  • 1
    点赞
  • 18
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
警告: 名称不存在或不是目录: D:\ECO-master_CVPR2017\ECO-master\external_libs\matconvnet\matlab\mex > 位置:path (第 109 行) 位置: addpath (第 86 行) 位置: setup_paths (第 20 行) 位置: demo_ECO_HC (第 6 行) 警告: 名称不存在或不是目录: D:\ECO-master_CVPR2017\ECO-master\external_libs\matconvnet\matlab > 位置:path (第 109 行) 位置: addpath (第 86 行) 位置: setup_paths (第 21 行) 位置: demo_ECO_HC (第 6 行) 警告: 名称不存在或不是目录: D:\ECO-master_CVPR2017\ECO-master\external_libs\matconvnet\matlab\simplenn > 位置:path (第 109 行) 位置: addpath (第 86 行) 位置: setup_paths (第 22 行) 位置: demo_ECO_HC (第 6 行) 警告: Error when using the mexResize function. Using Matlab's interpolation function instead, which is slower. Try to run the compile script in "external_libs/mexResize/". The error was: MEX 文件 'D:\ECO-master_CVPR2017\ECO-master\external_libs\mexResize\mexResize.mexw64' 无效: 找不到指定的模块。 出错 tracker (第 69 行) [~] = mexResize(ones(5,5,3,'uint8'), [3 3], 'auto'); 出错 testing_ECO_HC (第 121 行) results = tracker(params); 出错 demo_ECO_HC (第 13 行) results = testing_ECO_HC(seq); > 位置:tracker (第 71 行) 位置: testing_ECO_HC (第 121 行) 位置: demo_ECO_HC (第 13 行) 无法执行赋值,因为此类型的变量不支持使用点进行索引。 出错 get_fhog (第 6 行) fparam.nOrients = 9; 出错 get_fhog (第 18 行) hog_image = get_fhog(single(im(:,:,:,k)), cell_size, fparam.nOrients); 出错 extract_features (第 62 行) feature_map{ind} = feat.getFeature(img_samples{img_sample_ind}, feat.fparams, gparams); 出错 tracker (第 347 行) xl = extract_features(im, sample_pos, currentScaleFactor, features, global_fparams, feature_extract_info); 出错 testing_ECO_HC (第 121 行) results = tracker(params); 出错 demo_ECO_HC (第 13 行) results = testing_ECO_HC(seq); >>
07-17

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值