Trusted-AI / adversarial-robustness-toolbox

Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction, Inference - Red and Blue Teams
https://adversarial-robustness-toolbox.readthedocs.io/en/latest/
MIT License
4.8k stars 1.16k forks source link

Implement Adversarial Laser Beam attack #1327

Closed beat-buesser closed 2 years ago

beat-buesser commented 3 years ago

We would like to implement the Adversarial Laser Beam attack to simulate and investigate easily realisable physical attack.

Paper link: https://openaccess.thecvf.com/content/CVPR2021/papers/Duan_Adversarial_Laser_Beam_Effective_Physical-World_Attack_to_DNNs_in_a_CVPR_2021_paper.pdf

mateuszGorczany commented 3 years ago

I am eager to implement it.