当前位置:网站首页>《深度学习》学习笔记(八)
《深度学习》学习笔记(八)
2022-04-23 07:59:00 【白炎灵】
本篇博文主要就是介绍Adversarial Attack。
文章目录
Motivation

example of attack
在照片的矩阵上加上杂讯(attacked image)


两张照片是有差别的

How to attack

计算图片的距离有很多种方法
其中 d ( x 0 , x ) d(x^0,x) d(x0,x)need to consider human perception.

attack approach


white box v.s. black box

黑箱攻击在non-targeted时更容易成功
部分人认为,data是造成adversarial attack的元凶。
其他类型的数据也可能会被attack

attack in the physical world

车牌辨识系统:

adversarial reprogramming

“backdoor” in model
有可能在训练资料中就加入了attack

Defense
passive defense

稍微模糊化,即可defense,attack成功的讯号是比较特殊的,可能是某个方向上的某种。

但是模糊化比较严重的的时候,也可能会产生某种side effect

另一种defense的方法是randomization

proactive defense

版权声明
本文为[白炎灵]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_43135165/article/details/124337908
边栏推荐
- 输入/输出系统
- 使用JWT生成与解析Token
- LeetCode简单题之计算字符串的数字和
- Transformer XL: attention language modelsbbeyond a fixed length context paper summary
- 程序,进程,线程;内存结构图;线程的创建和启动;Thread的常用方法
- Situational leaders - Chapter 7, solving performance problems
- 队列(c语言/链表)
- An example of network communication based on TCP / IP protocol -- file transmission
- Kubernetes in browser and IDE | interactive learning platform killercoda
- 5.6 comprehensive case - RTU-
猜你喜欢

监控智能回放是什么,如何使用智能回放查询录像

通过实现参数解析器HandlerMethodArgumentResolver接口来自定义注解

SYS_ CONNECT_ BY_ Path (column, 'char') combined with start with connect by prior

Vowel substring in statistical string of leetcode simple problem

Failed to convert a NumPy array to a Tensor(Unsupported Object type int)

vslam PPT

数据可视化:使用Excel制作雷达图

Using qlst excel file

AQS & ReentrantLock 实现原理

【解释】get ORA-12838: cannot read/modify an object after modifying it in parallel
随机推荐
Search the complete navigation program source code
pdf加水印
程序,进程,线程;内存结构图;线程的创建和启动;Thread的常用方法
获取TrustedInstaller权限
[effective go Chinese translation] part I
form表单 post提交 数据量大的问题
How browser works
CGM optimizes blood glucose monitoring and management -- Yiyu technology appears in Sichuan International Medical Exchange Promotion Association
SYS_CONNECT_BY_PATH(column,'char') 结合 start with ... connect by prior
单点登录 SSO
'恶霸' Oracle 又放大招,各大企业连夜删除 JDK。。。
微信小程序 catchtap=“toDetail“ 事件问题
基于TCP/IP协议的网络通信实例——文件传输
耳穴诊疗随笔0421
ASAN 极简原理
对li类数组对象随机添加特性,并进行排序
The third divisor of leetcode simple question
Navicat远程连接mysql
Let the earth have less "carbon" and rest on the road
刨析——浏览器如何工作