Skip to content

Arknightpzb/Survey-of-Physical-adversarial-attack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Survey-of-Physical-Adversarial-Attack in Computer Vision

[ 简体中文 | English ]

GitHub stars

Contributing

本仓库主要关注与目前的物理对抗攻击方法,并按攻击形态将当前方法分为基于二维样本的对抗攻击,基于3D实体的对抗攻击,无接触光影投射对抗攻击三大类

欢迎大家积极补充,请随时发送Pull Request~

目录

基于平面对象的物理对抗攻击

基于平面对象的物理对抗攻击指通过将具备对抗干扰性纹理的贴纸或补丁粘贴在平面或具备较小弧度的曲面上,从而对模型产生干扰效果的对抗攻击方法

年份-刊物 标题 链接 论文解决的关键问题 建模方法创新点 增强方法与约束条件 评估方案增量
2016-CCS 【AdvEyeglass】Accessorize to a crime: Real and stealthy attacks on state-of-the-art face recognition 论文 面向人脸识别开发对抗眼镜 ; TV(首次),NPS(首次)
2017-NeurIPS 【AdvPatch】Adversarial patch 论文 面向分类任务设计了通用物理对抗补丁
2018-CVPR 【RP2】Robust physical-world attacks on deep learning visual classification 论文 面向自然图像(交通场景)分类的补丁对抗攻击 (设计思路)从实验中观察到掩膜的位置对攻击的有效性有影响。因此,本文从分类的角度假设物体具有强、弱物理特征,并定位掩码对弱区域进行攻击。首次提出RP2,首先使用L1范数约束辅助对抗扰动优化,随后以扰动存在的位置构建Mask掩膜,再对掩膜内的扰动使用L2范数约束优化,实现对抗扰动的鲁棒性提升,NPS
2018-USENIX-W 【RP2+】Physical adversarial examples for object detectors 论文 将RP2扩展到了目标检测任务上 RP2,TV,NPS
2018-ECMLPKDD 【ShapeShifter】Shapeshifter: Robust physical adversarial attack on faster r-cnn object detector 论文 面向自然图像的对抗攻击(弥散) EOT
2019-TOPS 【AdvEyeglass2】A general framework for adversarial examples with objectives 论文 面向人脸识别开发对抗眼镜 使用了GAN方法生成眼镜纹理:训练能够生成对抗性纹理的生成器,并基于该生成器产生的对抗性纹理制作眼镜实施攻击。
2019-CVPR 【AdvPatch】Fooling automated surveillance cameras: adversarial patches to attack person detection 论文 面向行人检测针对YOLOv2开发对抗补丁 EOT; TV,NPS
2019-ICCV 【AdvPattern】advPattern: physical-world attacks on deep person re-identification via adversarially transformable patterns 论文 首次面向行人re-ID(再识别)系统的补丁对抗攻击 EOT; TV,NPS
2019-SIBIRCON 【ArcFaceAttack】On adversarial patches: real-world attack on arcface-100 face recognition system 论文 面向人脸识别系统的补丁对抗攻击 Projective transformation(简单使用了基于网格校正的投影变换模拟补丁在非平面上的布置形态); TV
2019-AAAI 【PS_GAN】Perceptual-sensitive gan for generating adversarial patches 论文 面向自然图像分类的对抗补丁攻击 使用了GAN方法产生视觉和谐的对抗补丁,在确定补丁位置时使用了GradCAM注意力图选取网络最关注的部分进行布置,实施对抗干扰。 ; TV
2019-CCS 【NestedAE】Seeing isn't believing: Towards more robust adversarial attack against real world object detectors 论文 面向自然图像目标检测的对抗攻击 额外计算特征差异损失函数,辅助对抗样本进行训练。
2019-ICCV 【PATAttack】Physical adversarial textures that fool visual object tracking 论文 面向行人轨迹预测的补丁对抗攻击 EOT 使用gazebo搭建仿真环境
2020-CVPR 【AdvCam】Adversarial camouflage: Hiding physical-world attacks with natural styles 论文 面向自然图像分类的对抗样本 使用风格迁移损失为目标物体生成环境自适应且具有一定视觉隐蔽性的对抗纹理/图案, EOT;
2020-ECCV 【Adversarial T-Shirt】Adversarial t-shirt! evading person detectors in a physical world 论文 面向行人检测的补丁对抗攻击 EOT,TPS(首次使用TPS校正模拟衣服褶皱影响)
2020-ECCV 【Invisible Cloak2】Making an invisibility cloak: Real world adversarial attacks on object detectors 论文 面向行人检测的通用对抗性衣服 通用对抗样本 TPS,TV,Ensemble(模型集成)
2020-ECCV, 2021-TIP 【Bias-based Attack】Bias-based universal adversarial patch attack for automatic check-out 论文ECCV版, 论文TIP版 针对自动购物检测系统的通用对抗补丁 利用风格迁移损失融合难样本的纹理,并结合视觉注意力机制产生干扰性纹理先验。 并使用数据流形简化训练; EOT
2020-ICPR 【AdvHat】Advhat: Real-world adversarial attack on arcface face id system 论文 面向人脸识别的对抗性帽子(贴) 使用抛物线型变换(parabolic transformation)模拟平面弯曲过程,从而更好模拟补丁粘贴在帽子上的形态; TV
2020-CVPR 【PhysGAN】Physgan: Generating physical-world-resilient adversarial examples for autonomous driving 论文 面向自动驾驶系统(转角预测)的补丁对抗攻击 利用了GAN方法来使得路牌产生对抗干扰效果进而使得自动驾驶系统无法准确预测转角角度
2020-Computers
& Security
【LPRAttack】Spot evasion attacks: Adversarial examples for license plate recognition systems with convolutional neural networks 论文 面向车牌识别的补丁对抗攻击 使用污泥点作为对抗补丁,通过遗传算法来寻找最具备干扰性的补丁位置,进而实施对抗干扰
2020-AAAI 【LPRAttack】Beyond digital domain: Fooling deep learning based recognition system in physical world 论文 面向车牌识别的补丁对抗攻击 攻击了SSD ; TV
2021-AAAI 【BulbAttack】Fooling thermal infrared pedestrian detectors in real world using small bulbs 论文 首个面向红外行人检测的对抗补丁 以小灯泡为发热材料,提出了一种基于高斯单元的对抗板 EOT,TV 材料:小灯泡
2021-AAAI 【MTD】Towards Universal Physical Attacks on Single Object Tracking 论文 面向物体跟踪的补丁对抗攻击 EOT,TV, 提出最大纹理差异损失Maximum Textural Discrepancy用于干扰模型对目标对象的跟踪
2021-MM 【LAP】Legitimate Adversarial Patches: Evading Human Eyes and Detection Models in the Physical World 论文 面向行人检测的补丁对抗攻击 将对抗噪声藏在给定的视觉和谐图像(无害图像,或称为具备应用合理性的图像)中 ; TV,NPS
2021-CVPR 【TAP】Improving transferability of adversarial patches on face recognition with generative models 论文 面向人脸识别的补丁对抗攻击 基于在人脸生成任务上预训练的GAN,将输入向量投影成为补丁,并通过优化调整输入向量的值来使补丁具备对抗效果。 在优化过程中使用了 momentum iterative method(MIM)和TIDIM方法提升可迁移性; EOT
2021-CVPR 【TranslucentPatch】The translucent patch: A physical and universal attack on object detectors 论文 面向自然图像识别的补丁攻击 将补丁建模为半透明的薄片,假设攻击者可以接触到成像设备,将薄片粘贴于成像设备上,产生视觉干扰区域,实现通用对抗干扰 NPS
2022-TIFS 【TnTAttack】TnT Attacks! Universal Naturalistic Adversarial Patches Against Deep Neural Network Systems 论文 面向自然图像分类的视觉和谐补丁 使用了GAN-based方法,通过GAN模型的生成网络将输入向量映射成为具有常见物品形态的视觉和谐补丁,并通过调整输入向量的值来使得补丁具备对抗干扰性能
2021-ICCV 【NaturalisticPatch】Naturalistic physical adversarial patch for object detectors 论文 面向行人检测的补丁对抗攻击 基于GAN训练对抗性妆容生成器,实现基于妆容的对抗攻击 TV
2021-IJCAI 【Adv-Makeup】Adv-Makeup: A New Imperceptible and Transferable Attack on Face Recognition 论文 面向人脸识别的妆容对抗攻击 基于隐变量的GAN对抗攻击,GAN在自然图像中进行预训练。 训练过程使用类似集成的思想,强化通用对抗性
2022-ICACNS(International Conference on Applied Cryptography and Network Security) 【BackgroundPatchAttack】Universal Physical Adversarial Attack via Background Image 论文 面向自然图像分类的背景补丁 基于MI-FGSM设计了通用的背景补丁 NPS
2022-TPAMI 【AdvSticker】Adversarial Sticker: A Stealthy Attack Method in the Physical World 论文 面向人脸识别的对抗贴纸 设计了基于区域的启发式差分进化算法,寻找给定贴纸的最具备对抗干扰性的位置参数,通过在相应位置粘贴给定贴纸实现对抗攻击。 在X-Z平面上bending(翘曲)并在Y-Z平面上rotating(旋转)来模拟贴纸在面部的粘贴情况
2022-TPAMI 【SOPP】Simultaneously Optimizing Perturbations and Positions for Black-box Adversarial Patch Attacks 论文 面向人脸识别的补丁对抗攻击 使用强化学习同时优化对抗补丁的纹理和位置,实现了基于查询的黑盒物理对抗攻击
2022-CVPR 【QRAttack】Infrared Invisible Clothing: Hiding from Infrared Detectors at Multiple Angles in Real World 论文 面向行人检测的对抗涂装 使用二值化的对抗单元进行堆砌,形成类似二维码的对抗纹理 EOT, TPS 使用气凝胶毛毡制作红外对抗涂装
2022-WACV 【AerialAttack】Physical adversarial attacks on an aerial imagery object detector 论文 首个面向遥感场景的物理对抗补丁 EOT; TV,NPS
2022-WACV 【RWAE】Evaluating the robustness of semantic segmentation for autonomous driving against real-world adversarial patch attacks 论文 面向自然图像分割的对抗补丁 EOT 使用了无人驾驶仿真环境CARLA on Unreal Engine
2022-WACV 【Patch-Noise Combo Attack】Powerful Physical Adversarial Examples Against Practical Face Recognition Systems 论文 面向人脸识别的“物理”对抗攻击 为TVloss增设阈值(作者认为TV从一开始就对对抗优化过程造成了过多的约束,极大地限制了对抗噪声模式的可行解空间。故调整TVloss在差异大于阈值后才进行约束) 物理对抗性能验证方案采用打印对抗样本照片再拍摄采样的方法进行验证,存在较大的局限性
2022-ECCV 【MDEAttack】Physical attack on monocular depth estimation with optimal adversarial patches 论文 面向自动驾驶深度估计的补丁对抗攻击 提出自适应mask生成方法,自适应地调整补丁位置与形状 EOT; StyleTransfer
2023-CVPR Physically Adversarial Infrared Patches with Learnable Shapes and Locations 论文 面向红外物体探测器的补丁对抗攻击 对抗性红外贴片通过在目标物体上附着一块隔热材料来操纵其热分布来进行攻击,自适应调整对抗补丁形状和位置 Aggregation regularization控制对抗补丁形状; aerogel material 制作对抗补丁
2023-ICCV Does Physical Adversarial Example Really Matter to Autonomous Driving? Towards System-Level Effect of Adversarial Object Evasion Attack 论文 面向自动驾驶的补丁对抗攻击 在对抗补丁生成过程中考虑了自动驾驶系统的信息,例如汽车最小制动距离,汽车离对抗补丁的距离的影响 对自动驾驶汽车系统参数进行建模融入到对抗补丁的优化中 System-Level Effect
2023-ICCV Unified Adversarial Patch for Cross-modal Attacks in the Physical World 论文 跨模态物理对抗攻击,针对红外探测器与可见光探测器 boundary-limited shape optimization限制形状和大小,score-aware iterative evaluation提升攻击效果,Insulation materials Boundary-limited Shape Optimization,Score-aware Iterative Evaluation
2023-ICCV REAP: A Large-Scale Realistic Adversarial Patch Benchmark 论文 REalistic Adversarial Patch benchmark针对物理对抗补丁攻击基准 大规模验证;真实的补丁渲染:可以将任何数字补丁真实地渲染到标志上,匹配诸如放置补丁的位置、相机角度、照明条件等因素 ;图像数据包含很多种情况
2023-TMLR Patch of Invisibility: Naturalistic Black-Box Adversarial Attacks on Object Detectors 论文 自然的黑盒行人检测攻击 利用用GAN生成对抗补丁
2023-Neural Networks Adversarial infrared blocks: A multi-view black-box attack to thermal infrared detectors in physical world 论文 多视角红外检测器对抗补丁攻击算法 利用用GAN生抗补丁
2023-Image and Vision Computing Adversarial color projection: A projector-based physical-world attack to DNNs 论文 AdvCP操纵颜色投影的物理参数来执行对抗性攻击,采用粒子群搜索算法 不需要访问目标模型的梯度信息,只需要模型提供的预测标签和置信度得分。
2023-TGRS 【CBA】CBA: Contextual Background Attack Against Optical Aerial Detection in the Physical World 论文 面向遥感图像目标检测的背景补丁 背景板补丁 EOT; TV
2023-TPAMI Adversarial Sticker: A Stealthy Attack Method in the Physical World 论文 黑盒,视觉效果较好,鲁棒性较强的对抗帖纸,直接更改现有图像的像素值 Region based Heuristic Differential Evolution (RHDE) 查询算法寻找最佳扰动位置,根据当前位置寻找下一个位置 Region based Heuristic Differential Evolution (RHDE) 查询算法寻找最佳扰动位置
2024-CVPR 【DAP】: A Dynamic Adversarial Patch for Evading Person Detectors 论文 DAP 直接修改补丁内的像素值,从而提高了对多种转换的灵活性和适应性。考虑人的姿势变化而导致的非刚性变形可能引起的变换,引入了“折痕变换”(CT)块,增强了补丁对各种现实世界扭曲的恢复能力 利用自然图像先验信息,直接更改像素值,使其具有对抗效果;Creases Transformation (CT) block Creases Transformation (CT) block
2024-TPAMI Unified Adversarial Patch for Visible-Infrared Cross-Modal Attacks in the Physical World 论文 针对光学数据和红外数据的跨模态对抗攻击,角度形状发生变化时任有攻击效果 感觉主要是实验和优化结果扩充了一下,在汽车上做了验证 补丁形状发生变化时影响攻击效果,作者利用仿射变化提升鲁棒性 Boundary-Limited Shape Optimization;score-aware iterative evaluation
2024-NEURAL NETWORKS 【AdvIC】Adversarial Infrared Curves: An Attack on Infrared Pedestrian Detectors in the Physical World 论文 面向行人检测的红外对抗样本 (AdvIC)利用粒子群算法优化生成Bezier曲线,并在物理领域使用冷补丁实现对抗红外曲线AdvIC EOT
2024-TGRS 【D2P】Digital-to-Physical Visual Consistency Optimization for Adversarial Patch Generation in Remote Sensing Scenes 论文 面向遥感图像目标检测的对抗样本 利用图像和谐化方法进行增强变换,使得对抗样本布置更贴近现实场景,从而降低数字域优化过程与现实场景实际应用的偏差 Blender仿真平台

基于3D实体形态的物理对抗攻击

基于3D实体形态的物理对抗攻击指通过将通过改变目标物体的外型、纹理或放置具备干扰性的实体,从而在任意视角下均可对模型产生干扰效果的对抗攻击方法

年份-刊物 标题 链接 论文解决的关键问题 建模方法创新点 增强方法与约束条件 评估方案增量
2019-arXiv 【LiDAR Advobject】Adversarial Objects Against LiDAR-Based Autonomous Driving Systems 论文 首个)面向自动驾驶雷达系统的对抗实体 设计了基于点云的对抗性实体生成方法,通过对端到端地优化点云集合,产生对抗性实体 在Baidu Apollo Autonomous Driving platform (V2.0)进行数据域对抗生成,实用MeshLab构建、渲染3D实体
2019-ICLR 【CAMOU】CAMOU: Learning A Vehicle Camouflage For Physical Adversarial Attack On Object Detections In The Wild 论文 面向车辆目标检测的对抗涂装 利用了3D模型和渲染技术,未公开涂装模拟布置的细节 EOT 仿真环境使用Unreal
2020-arXiv 【ER】Physical adversarial attack on vehicle detector in the carla simulator 论文 面向车俩检测的对抗涂装 使用Enlarge(像素放大)和Repeat(方块堆砌)方法产生mosaic-like的迷彩涂装,通过启发式搜索提升对抗干扰性能 只在Unreal仿真环境中做了,没做现实世界验证
2020-CVPR 【UPC】Universal physical camouflage attacks on object detectors 论文 面向行人检测的对抗涂装 通用对抗涂装(使用自然图案作为初始值) EOT 公开仿真环境平台AttackScenes,可实现多个场景内灯光、视点、位置和角度的自由切换组合
2021-CVPR 【DAS】Dual attention suppression attack: Generate adversarial camouflage in physical world 论文 面向车辆目标检测的对抗涂装 结合可微渲染技术,pixel-wise的优化方法,初始值为自然图案的局部涂装 TV, 额外设计了Model Attention evasion 和Human Attention evasion(注重边缘信息:Since humans pay more attention to shapes when focusing on objects and making predictions)损失函数,用于增强通用性和视觉和谐度 使用了无人驾驶仿真环境CARLA on Unreal Engine
2022-IJCAI 【CAC】Learning Coated Adversarial Camouflages for Object Detectors 论文 面向车辆检测的对抗涂装 使用3D渲染实现任意视角对抗 EOT 使用Unity仿真环境搭建
2022-AAAI 【FCA】Fca: Learning a 3d full-coverage vehicle camouflage for multi-view physical adversarial attack 论文 面向车辆目标检测的对抗涂装 结合可微渲染技术,pixel-wise的优化方法,全身涂装 TV 使用了无人驾驶仿真环境CARLA
2022-ECMLPKDD 【AdvMask】Adversarial Mask: Real-World Adversarial Attack Against Face Recognition Models 论文 面向人脸识别的对抗口罩 利用人脸关键点将对抗性纹理布置到口罩佩戴位置,并使用3D人脸重建在人脸图像上布置口罩 EOT; TV
2022-CVPR 【AdvTexture】Adversarial Texture for Fooling Person Detectors in the Physical World 论文 面向行人检测开发可穿戴对抗样本 (TC-EGA)利用FCN的平移不变性构建了产生扩展性纹理的生成器,并使用Toroidal Cropping(TC)辅助训练输入至生成器的隐变量,使得纹理产生拓扑结构 EOT,TPS; TV
2022-CVPR 【DTA】DTA: Physical Camouflage Attacks using Differentiable Transformation Network 论文 面向车辆检测的对抗涂装 使用3D渲染实现任意视角对抗 设计了DTN变换网络,实现了将涂装纹理模拟布置到目标车辆表面,同时不改变其在现实世界中的光照轮廓等属性,更好地模拟了特定场景下应用对抗涂装的目标外观, EOT 使用了无人驾驶仿真环境CARLA on Unreal Engine
2022-arXiv 【Face3DAdv】Controllable Evaluation and Generation of Physical Adversarial Patch on Face Recognition 论文 面向人脸识别的对抗贴纸 基于预训练的3D数字人重建模型将2D-image投影至3D空间,随后基于FGSM修改3D-Obj的纹理产生对抗效果 EOT(in 2D & 3D),重要性采样:更大概率于更加难以攻击成功的环境条件进行对抗样本训练
2023-ICCV 【ACTIVE】ACTIVE:Towards Highly Transferable 3D Physical Camouflage for Universal and Robust Vehicle Evasion 论文 面向车辆目标检测的对抗涂装 (ACTIVE)利用TPM (Triplanar Mapping)三平面纹理映射技术生成不依赖于特定车辆的纹理(多个车辆可以使用同一纹理) Random Output Augmentation (ROA)数字域的随机输出增强(本质上是对纹理用了2D EOT) 使用了无人驾驶仿真环境CARLA on Unreal Engine
2023-USENIX Security 【X-Adv】X-Adv: Physical Adversarial Object Attacks against X-ray Prohibited Item Detection 论文 面向X光安检的实体对抗攻击 通过指数函数建模X光成像过程,通过强化学习对3D实体具备对抗干扰性的形状和位置进行搜索
2023-CVPR 【AT3D】Towards Effective Adversarial Textured 3D Meshes on Physical Face Recognition 论文 面向人脸识别的3D对抗攻击 (AT3D)利用3D重建模型提取输入人脸图像的面部3Dmesh和anchor人脸图像的面部纹理以及眼部+鼻子的拓扑结构,将两者结合生成具有复杂拓扑结构的对抗性纹理3Dmesh(AT3D),通过过修改攻击者的面部结构(眼部+鼻子)将攻击者伪装成另一个目标id,可以3D打印并粘贴在脸上以逃避目标系统检测
2023-CVPR Physically Realizable Natural-Looking Clothing Textures Evade Person Detectors via 3D Modeling 论文 AdvCaT利用 Voronoi 图和 Gumbel-softmax 技巧来参数化迷彩纹理并通过 3D 建模优化参数,实现多视角攻击 拓扑合理投影 (TopoProj) 和薄板样条 (TPS) 缩小数字和现实世界对象之间的差距 拓扑合理投影 (TopoProj) 和薄板样条 (TPS)
2023-PR 【PadvFace】Robust Physical-World Attacks on Face Recognition 论文 面向人脸识别的3D对抗攻击 (PadvFace)提出了对抗攻击框架PadvFace模拟数字域生成的对抗样本在物理域中面对的具有挑战性的条件,首个探索对抗攻击中物理世界条件复杂性
2023-arXiv 【Adv3D】Adv3D: Generating 3D Adversarial Examples for 3D Object Detection in Driving Scenarios with NeRF 论文 面向车辆目标检测的对抗涂装 (Adv3D)利用NeRF将对抗补丁布置到车身上
2023-CVPR Towards Benchmarking and Assessing Visual Naturalness of Physical World Adversarial Attacks 论文 首次评估物理对抗样本的视觉和谐性(自然性);PAN 数据集,第一个支持通过人类评级研究物理世界攻击自然性的数据集;DPA自动评估物理世界攻击自然性 Physical Attack Naturalness (PAN) Dataset,Dual Prior Alignment 评估物理对抗样本,pan数据集
2023-PAMI 【3DAM-GAN】3D-Aware Adversarial Makeup Generation for Facial Privacy Protection 论文 面向人脸识别的对抗化妆 (3DAM-GAN)利用新的3d感知对抗化妆生成GAN网络(3DAM-GAN)从任意参考图像中生成自然的对抗性妆容,利用UV生成器提高妆容的视觉效果,利用面部在UV空间中的双边对称性提高妆容的精度和鲁棒性
2023-PR 【ASA】Boosting transferability of physical attack against detectors by redistributing separable attention 面向车辆目标识别的局部对抗涂装 通过攻击多尺度注意力图,抑制前景的注意力,增强背景的注意力,研制可迁移的对抗伪装纹理。 EOT; 3DSmooth, NPS
2024-ICML 【RAUCA】RAUCA: A Novel Physical Adversarial Attack on Vehicle Detectors via Robust and Accurate Camouflage Generation 论文 面向车辆目标检测的对抗涂装 (RAUCA)利用新的神经渲染组件neural Renderer Plus(NRP),捕捉渲染中的环境特征,提升不同天气条件下产生的对抗涂装的有效性 用CARLA构建了multi-weather数据集
2024-CVPR 【TT3D】Towards Transferable Targeted 3D Adversarial Attack in the Physical World 论文 3D物理对抗 (TT3D)利用一个名为TT3D的新框架生成可迁移的3D对抗样本,该框架利用NeRF从多视角输入重建3Dmesh,减轻了3D对抗对预先存在的3Dmesh的依赖,扩大了3D攻击的适用范围 EOT
2024-CVPR 【3D2Fool】Physical 3D Adversarial Attacks against Monocular Depth Estimation in Autonomous Driving 论文 面向自动驾驶单目深度估计的对抗涂装 (3D2Fool)利用texture conversion纹理转换模块以重复的方式将对抗性纹理种子转换为车辆纹理,生成与对象无关的对抗性纹理,通过physical augmentation物理增强模块集成天气变化提升在在各种天气条件下的鲁棒性 EOT, NPS
2024-CVPR 【IACS】Infrared Adversarial Car Stickers 论文 面向红外车辆检测的3D对抗贴片 建立了红外车俩的3D模型,使用3D Mesh向车辆模型表面投射阴影来模拟冷区域生成过程 对3D Mesh使用了一系列的平滑约束函数进行平滑性和制作性增强(拟合Mesh中常用的损失函数 edge, chamfer, laplace)
2024-IJCV 【TAS】Generate Transferable Adversarial Physical Camouflages via Triplet Attention Suppression 论文 面向车辆目标检测的对抗涂装 (DAS升级版) 相比DAS额外引入了侧向注意力抑制Lateral Attention Inhibition
2024-CVPR Hide in Thicket: Generating Imperceptible and Rational Adversarial Perturbations on 3D Point Clouds 论文 HiT-ADV根据点云显著性图和不可感知性分数搜索扰动范围,然后使用高斯核函数在每个攻击区域中添加变形扰动。将对抗点云打印出来可以使分类器识别出错 Shape-based Attack Method based on Gaussian Kernel Function;MaxOT抑制刚性变换造成的对抗干扰 Gaussian Kernel Function约束扰动幅度;MaxOT抑制刚性变换造成的对抗干扰

无接触的物理对抗攻击

无接触的物理对抗攻击指通过在场景中投射具备干扰性的阴影区域或改变光照条件等非直接接触干扰手段,使得模型在该场景下产生错误的决策的对抗攻击方法 与放置人工设计的对抗对象的物理攻击相比,无接触的攻击避免了对物理实体的修改,并且可以通过改变投影模式进行瞬态和动态的攻击。

年份-刊物 标题 链接 论文解决的关键问题 建模方法创新点 增强方法与约束条件 评估方案增量
2020-CVPRW Adversarial Light Projection Attacks on Face Recognition Systems: A Feasibility Study 论文 面向人脸识别的对抗攻击 通过对投影纹理的位置以及颜色进行校正,得到更鲁棒的攻击效果
2020-NeurIPS 【ViewFool】ViewFool: Evaluating the Robustness of Visual Recognition to Adversarial Viewpoints 论文 面向分类的视角变换对抗攻击 利用充分训练的NeRF表征3D场景,通过优化调整相机位姿寻找到能使分类模型产生错误预测结果的对抗性视角
2021-CVPR 【OPAD】Optical adversarial attack 论文 面向自然图像分类的无接触结构光对抗攻击 该方法建立投影仪-摄像机模型,并将其引入到对抗攻击生成中,校正了投影仪辐射响应的非线性和场景光谱响应的空间变化特性,实现利用结构光照明来改变目标物体的外观产生对抗效果。
2021-CVPR 【LEDAttack】Invisible perturbations: Physical adversarial examples exploiting the rolling shutter effect 论文 面向自然图像分类的无接触LED投影攻击 利用商品相机中的辐射卷帘快门效应,提出基于LED投影的对抗攻击,使得经过卷帘快门相机拍摄的图像上出现的具备干扰性的条纹图案。 EOT
2021-CVPR 【AdvLB】Adversarial laser beam: Effective physical-world attack to dnns in a blink 论文 面向自然图像分类的无接触光照对抗攻击 基于对激光束的参数化建模,将激光束投射到自然图像中,并利用启发式搜索方法寻找最具备对抗干扰性能的激光束参数 EOT
2022-IEEE VR 【SPAA】SPAA: Stealthy Projector-based Adversarial Attacks on Deep Image Classifiers 论文 面向自然图像分类的投影攻击 设计了PCNet用于模拟投影仪投影图像到场景中并被相机拍摄成像过程,基于充分训练的PCNet通过将对抗性噪声投影到目标物体所在场景实现对分类面向的干扰
2021-USENIX Security 【SLAP】SLAP: Improving Physical Adversarial Examples with Short-Lived Adversarial Perturbations 论文 面向自然图像检测的投影对抗攻击 EOT; TV,NPS(投影仪版本)
2022-CVPR 【ShadowAttack】Shadows can be dangerous: Stealthy and effective physical-world adversarial attack by natural phenomenon 论文 面向自然图像的阴影对抗攻击 通过对自然条件下的阴影进行参数化建模,将阴影投射在目标物体表面产生对抗干扰效果,通过PSO启发式寻优进行优化 EOT
2022-ACML Adversarial laser spot: Robust and covert physical-world attack to dnns 论文 面向标志牌的对抗攻击 利用多束激光点&遗传算法,实现攻击
2022-Image and Vision Computing Adversarial color projection: A projector-based physical-world attack to DNNs 论文 面向标志牌的对抗攻击 投影颜色,模拟霓虹灯之类的,完全覆盖住标志牌
2023-CVPR Physical-World Optical Adversarial Attacks on 3D Face Recognition 论文 利用结构光对对3D人脸识别系统进行攻击,考虑了头部的移动以及皮肤的反射率 Multi-step phase shifting (MSPS)人脸轮廓建模算法,phase shifting attack, superposition
2023-ICCV Rfla: A stealthy reflected light adversarial attack in the physical world 论文 面向标志牌的对抗攻击 利用镜子,几张带颜色的塑料纸,以及一张裁剪的纸,通过粒子种群优化算法,来实现标志牌的攻击
2023-ICCVW Adversarial Examples with Specular Highlights 论文 提了两个imagenet对抗数据集 通过高光数据增强,在增强数据中找难样本,构成数据集。没有用到梯度迭代来生成对抗样本。
2024-TBD Imperceptible Physical Attack against Face Recognition Systems via LED Illumination Modulation 论文 面向人脸识别的对抗攻击 通过调制LED的变化频率,利用相机成像特性,实现拍摄图像表面的线性条纹,进而实现攻击
2024-WACV Natural Light Can Also be Dangerous: Traffic Sign Misinterpretation Under Adversarial Natural Light Attacks 论文 面向标志牌的对抗攻击 先训一个generator能生成标志牌上的亮光,与真实分布接近,之后再用ZOO灰度攻击方式来打
2024-IOT OptiCloak: Blinding Vision-Based Autonomous Driving Systems Through Adversarial Optical Projection 论文 面向自动驾驶的对抗攻击 考虑投影过程的重影现象、几何变形问题、反射光问题,得到更鲁棒的攻击效果 实际场景无人机投射至车辆后窗
2024-arxiv Invisible Reflections: Leveraging Infrared Laser Reflections to Target Traffic Sign Perception 论文 面向标志牌的对抗攻击 利用红外激光加热物体表面,实现肉眼不可见的攻击
2024-CVIU Adversarial Neon Beam: A light-based physical attack to DNNs 论文 面向标志牌的对抗攻击 利用多束范围较大的带颜色的激光,实现攻击效果
2024-IET-CV Adversarial catoptric light: An effective, stealthy and robust physical‐world attack to DNNs 论文 面向标志牌的对抗攻击 相比于shadow attack,该方法利用反光镜来来投射高光,实现攻击效果
2024-TIFS Adversarial Relighting Against Face Recognition 论文 面向人脸识别的光照对抗攻击 1.使用了基于朗播特模型(Lambertian model)进行relighting对抗攻击, 2.提出ARNet实现端到端的自适应relight攻击 评价指标采用与原有图片相似度来计算,存在一定局限性

其他

主要收录一些做数字域对抗攻击的论文,但是提出了一些新的可用于物理域的鲁棒性增强方法

年份-刊物 标题 链接 论文解决的关键问题 建模方法创新点 增强方法与约束条件 评估方案增量
2018-ICML 【EOT】Synthesizing robust adversarial examples 论文 EOT(首次)(Adding a transformation step into the optimization process of generating adversarial perturbations.)
2019-AAAI 【D2P】Connecting the digital and physical world: Improving the robustness of adversarial attacks 论文 设计了Digital-to-physical Transformation(D2P)方法,使用conditional Generative Adversarial Network用于模拟真实应用场景的拍摄条件,从而使得对抗样本能够在 与实际应用场景更贴近的物理仿真图像上进行训练 EOT, D2P(首次)

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •