当前位置:网站首页>《深度学习》学习笔记(八)
《深度学习》学习笔记(八)
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
边栏推荐
- Misunderstanding of flush () method of OutputStream class
- LeetCode中等题之旋转函数
- Somme numérique de la chaîne de calcul pour un problème simple de leetcode
- RPC procedure
- Listed on the Shenzhen Stock Exchange: the market value is 5.2 billion yuan. Lu is the East and his daughter is American
- Qt读写XML文件
- Search the complete navigation program source code
- '恶霸' Oracle 又放大招,各大企业连夜删除 JDK。。。
- Idea: export Yapi interface using easyyapi plug-in
- word加水印
猜你喜欢
作文以记之 ~ 二叉树的前序遍历
跨域配置报错: When allowCredentials is true, allowedOrigins cannot contain the special value “*“
One click cleanup of pycharm and jupyter cache files under the project
WordPress love navigation theme 1.1.3 simple atmosphere website navigation source code website navigation source code
SYS_ CONNECT_ BY_ Path (column, 'char') combined with start with connect by prior
There are some problems when using numeric type to query string type fields in MySQL
Talk about the basic but not simple stock data
An article understands variable lifting
Transformer XL: attention language modelsbbeyond a fixed length context paper summary
【路科V0】验证环境2——验证环境组件
随机推荐
Ajax cache prevention method
Copy array in JS
线程的调度(优先级)
二维01背包
SYS_ CONNECT_ BY_ Path (column, 'char') combined with start with connect by prior
Community group purchase applet source code + interface DIY + nearby leader + supplier + group collage + recipe + second kill + pre-sale + distribution + live broadcast
An article understands variable lifting
Input / output system
Data deletion and modification (MySQL)
Somme numérique de la chaîne de calcul pour un problème simple de leetcode
一个必看的微信小程序开发指南1-基础知识了解
Notes on English class (4)
匿名类型(C# 指南 基础知识)
Online app resource download website source code
一键清理项目下pycharm和Jupyter缓存文件
LeetCode简单题之计算字符串的数字和
JS common array methods
An example of network communication based on TCP / IP protocol -- file transmission
MySQL数据库中delete、truncate、drop原理详解
What is RPC