Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- CS231nSVM
- ios원스토어
- gpumemory
- MacOS
- 백준알고리즘
- RegionProposalNetworks
- CS231n
- arm칩에안드로이드
- 맥북원스토어
- BOJ
- 선형대수학
- MIT
- 아이폰원스토어
- professor strang
- monoculardepthestimation
- Gilbert Strang
- BAEKJOON
- CS231nAssignment1
- 백준
- Algorithm
- adversarialattackonmonoculardepthestimation
- 선대
- pycharmerror
- CNN구조정리
- CS231ntwolayerneuralnet
- Linear algebra
- ㅐㅕ세ㅕㅅ
- CS231nAssignments
- 맥실리콘
- CNNarchitecture
Archives
- Today
- Total
개발로 하는 개발
Depth Adversarial - Digital Adversarial Perturbation vs Physical Adversarial Attack 본문
Study
Depth Adversarial - Digital Adversarial Perturbation vs Physical Adversarial Attack
jiwon152 2024. 3. 13. 13:44Depth Adversarial Pertubation : monocular depth estimation에 대한 adversarial attack이라는 용어보다 나오는 내용이 많은 키워드이다. adversarial attack과 관련된 논문을 읽다가 찾게 되었다.
그런데 이 Monodepth와 관련된 adversarial attack은 두 가지로 나뉜다. 첫번째는 Universal attack, 두번째는 Physical attack.
1. Universal Adversarial Pertubation
- It should be noted that these methods implicitly assume ‘‘digital adversarial attack’’, in which the attacks are imple- mented by digitally manipulating the pixel values on the input image.
- However, the perturbation patterns usually cover the entire image, which makes it unsuitable to implement them in the real world.
(Adversarial Patch Attacks on Monocular Depth Estimation Networks, IEEE 2020, https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=9207958&tag=1)
While monocular depth prediction networks are indeed vulnerable to these attacks, we want to assure the reader that these perturbations cannot cause harm outside of the academic setting. As mentioned in Sec. 3.1, optimizing for these perturbations is computationally expensive and hence it is infeasible to craft these perturbations in real time. Additionally, they also do not transfer; so, we see little negative implications for real-world applications. However, the fact that they exist implies that there is room for improvement in the way that we learn representations for depth prediction.
Targeted Adversarial Perturbations for Monocular Depth Prediction, NeurIPS 2020
https://proceedings.neurips.cc/paper/2020/file/609e9d4bcc8157c00808993f612f1acd-Paper.pdf
2. Physical Adversarial Attacks
- ‘‘physical adversarial attacks’’ that can be implemented in the real world,
e.g., by placing printed patterns in a target scene.
- Moreover, as their patches are independent of target scenes, they can be used for ‘‘physical adversarial attacks’’ without prior knowledge of lighting conditions, camera angles, or other objects in the target scene.
(Adversarial Patch Attacks on Monocular Depth Estimation Networks, IEEE 2020, https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=9207958&tag=1)
'Study' 카테고리의 다른 글
Adversarial Attack 논문 정리 2 - Theoretically Principled Trade-off between Robustness and Accuracy (0) | 2024.03.12 |
---|---|
Adversarial Attack 논문 정리 및 리뷰 1 (0) | 2024.03.08 |
Faster R-CNN: Towards Real-TIme Object Detection with Region Proposal Network (0) | 2024.03.04 |
[Linear Algebra] 23 - 28 필기한 내용 (0) | 2024.02.27 |
[Linear Algebra] 12 - 22 필기한 내용 (0) | 2024.02.27 |