$\require{mediawiki-texvc}$

연합인증

연합인증 가입 기관의 연구자들은 소속기관의 인증정보(ID와 암호)를 이용해 다른 대학, 연구기관, 서비스 공급자의 다양한 온라인 자원과 연구 데이터를 이용할 수 있습니다.

이는 여행자가 자국에서 발행 받은 여권으로 세계 각국을 자유롭게 여행할 수 있는 것과 같습니다.

연합인증으로 이용이 가능한 서비스는 NTIS, DataON, Edison, Kafe, Webinar 등이 있습니다.

한번의 인증절차만으로 연합인증 가입 서비스에 추가 로그인 없이 이용이 가능합니다.

다만, 연합인증을 위해서는 최초 1회만 인증 절차가 필요합니다. (회원이 아닐 경우 회원 가입이 필요합니다.)

연합인증 절차는 다음과 같습니다.

최초이용시에는
ScienceON에 로그인 → 연합인증 서비스 접속 → 로그인 (본인 확인 또는 회원가입) → 서비스 이용

그 이후에는
ScienceON 로그인 → 연합인증 서비스 접속 → 서비스 이용

연합인증을 활용하시면 KISTI가 제공하는 다양한 서비스를 편리하게 이용하실 수 있습니다.

A Study on the Efficacy of Edge-Based Adversarial Example Detection Model: Across Various Adversarial Algorithms 원문보기

韓國컴퓨터情報學會論文誌 = Journal of the Korea Society of Computer and Information, v.29 no.2, 2024년, pp.31 - 41  

Jaesung Shim (Dept. of Computer Engineering, Chungbuk National University) ,  Kyuri Jo (Dept. of Computer Engineering, Chungbuk National University)

초록
AI-Helper 아이콘AI-Helper

딥러닝 모델(Deep Learning Model)은 컴퓨터 비전(Computer Vision) 분야의 이미지(Image) 분류 및 객체 탐지와 같은 작업에서 뛰어난 성과를 보이며, 실제 산업 현장에서 다양하게 활용되고 있다. 최근 다양한 알고리즘(Algorithm)의 적대적 예제를 이용하여 딥러닝 모델의 취약성을 지적하며, 강건성 향상 방안을 제시하는 연구들이 활발하게 진행되고 있다. 적대적 예제는 오분류를 유도하기 위해 작은 노이즈(Noise)가 추가된 이미지로서, 딥러닝 모델을 실제 환경에 적용 시 중대한 위협이 될 수 있다. 본 논문에서는 다양한 알고리즘의 적대적 예제를 대상으로 에지 학습 분류 모델의 강건성 및 이를 이용한 적대적 예제 탐지 모델의 성능을 확인하고자 하였다. 강건성 실험 결과, FGSM(Fast Gradient Sign Method) 알고리즘에 대하여 기본 분류 모델이 약 17%의 정확도를 보였으나, 에지(Edge) 학습 모델들은 60~70%대의 정확도를 유지하였고, PGD(projected gradient descent)/DeepFool/CW(Carlini-Wagner) 알고리즘에 대해서는 기본 분류 모델이 0~1%의 정확도를 보였으나, 에지 학습 모델들은 80~90%의 정확도를 유지하였다. 적대적 예제 탐지 실험 결과, FGSM/PGD/DeepFool/CW의 모든 알고리즘에 대해서 91~95%의 높은 탐지율을 확인할 수 있었다. 본 연구를 통하여 다양한 적대적 알고리즘에 대한 방어 가능성을 제시함으로써, 컴퓨터 비전을 활용하는 여러 산업 분야에서 딥러닝 모델의 안전성 및 신뢰성 제고를 기대한다.

Abstract AI-Helper 아이콘AI-Helper

Deep learning models show excellent performance in tasks such as image classification and object detection in the field of computer vision, and are used in various ways in actual industrial sites. Recently, research on improving robustness has been actively conducted, along with pointing out that th...

주제어

표/그림 (11)

AI 본문요약
AI-Helper 아이콘 AI-Helper

문제 정의

  • 본 연구에서는, 기본 분류 모델과 에지 학습 모델 간의 L1 Distance 값으로 적대적 예제를 효과적으로 탐지할 수 있음을 증명한 선행 연구[16]를 기반으로, 더 강력한 알고리즘으로 생성된 적대적 예제들에 대한 탐지 성능을 확인하고자 하였다. 오탐률을 줄이기 위하여 선행 연구의 기본 모델인 EfficientNet-B1보다 더 높은 분류 정확도를 가진 EfficientNet-B2를 기본 모델로 하여 이를 기반으로 3종의 에지 모델들을 생성한 후, 30종의 동물 이미지를 대상으로 학습을 진행하였다.
본문요약 정보가 도움이 되었나요?

참고문헌 (28)

  1. I. J. Goodfellow, J. Shlens and C. Szegedy, "Explaining and?harnessing adversarial examples," arXiv Preprint?arXiv:1412.6572, Dec. 2014, DOI: 10.48550/arXiv.1412.6572 

  2. A. Madry, A. Makelov, L. Schmidt, D. Tsipras and A. Vladu,?"Towards deep learning models resistant to adversarial attacks,"?International Conference on Learning Representations, Feb. 2018,?DOI: 10.48550/arXiv.1706.06083 

  3. S. Moosavi-Dezfooli, A. Fawzi and P. Frossard, "Deepfool: A?simple and accurate method to fool deep neural networks," in?Proceedings of the IEEE Conference on Computer Vision and?Pattern Recognition, pp. 2574-2582, Jun. 2016, DOI: 10.1109/cvpr.2016.282 

  4. N. Carlini and D. Wagner, "Towards evaluating the robustness?of neural networks," in 2017 IEEE Symposium on Security and?Privacy (Sp), pp. 39-57, May 2017, DOI: 10.1109/sp.2017.49 

  5. P. Chen, H. Zhang, Y. Sharma, J. Yi and C. Hsieh, "Zoo: Zeroth?order optimization based black-box attacks to deep neural?networks without training substitute models," in Proceedings of?the 10th ACM Workshop on Artificial Intelligence and Security,?pp. 15-26, 2017, DOI: 10.1145/3128572.3140448 

  6. A. Athalye, N. Carlini and D. Wagner, "Obfuscated gradients?give a false sense of security: Circumventing defenses to?adversarial examples," in International Conference on Machine?Learning, pp. 274-283, 2018, DOI: 10.48550/arXiv.1802.00420 

  7. K. Eykholt, I. Evtimov, E. Fernandes, B. Li, A. Rahmati, C.?Xiao, A. Prakash, T. Kohno and D. Song, "Robust physical-world?attacks on deep learning visual classification," in Proceedings of?the IEEE Conference on Computer Vision and Pattern?Recognition, pp. 1625-1634, Jun. 2018, DOI: 10.1109/cvpr.2018.00175 

  8. A. Liu, J. Guo, J. Wang, S. Liang, R. Tao, W. Zhou, C. Liu,?X. Liu and D. Tao, "X-adv: Physical adversarial object attacks?against x-ray prohibited item detection," 32nd USENIX Security?Symposium (USENIX Security 23), pp. 3781-3798, Aug. 2023,?DOI: 10.48550/arXiv.2302.09491 

  9. X. Ma, Y. Niu, L. Gu, Y. Wang, Y. Zhao, J. Bailey and F.?Lu, "Understanding adversarial attacks on deep learning based?medical image analysis systems," Pattern Recognition, vol. 110,?pp. 107332, Feb. 2021, DOI: 10.1016/j.patcog.2020.107332 

  10. E. Wong, L. Rice and J. Z. Kolter, "Fast is better than free:?Revisiting adversarial training," arXiv Preprint?arXiv:2001.03994, 2020, DOI: 10.48550/arXiv.2001.03994 

  11. S. Gowal, C. Qin, J. Uesato, T. Mann and P. Kohli, "Uncovering?the limits of adversarial training against norm-bounded?adversarial examples," arXiv Preprint arXiv:2010.03593, 2020,?DOI: 10.48550/arXiv.2010.03593 

  12. N. Akhtar and A. Mian, "Threat of adversarial attacks on deep?learning in computer vision: A survey," IEEE Access, vol. 6,?pp. 14410-14430, 2018, DOI: 10.1109/access.2018.2807385 

  13. D. Tsipras, S. Santurkar, L. Engstrom, A. Turner and A. Madry,?"Robustness may be at odds with accuracy," International?Conference on Learning Representations, May 2019, DOI:?10.48550/arXiv.1805.12152 

  14. A. Borji, "Shape defense," in I (Still) can'T Believe it's Not?Better! Workshop at NeurIPS 2021, pp. 15-20, Feb. 2022,?https://proceedings.mlr.press/v163/borji22a.html 

  15. W. Xu, D. Evans and Y. Qi, "Feature squeezing: Detecting?adversarial examples in deep neural networks," NDSS?Symposium, 2018, DOI: 10.14722/ndss.2018.23198 

  16. J. Shim and K. Jo, "Detecting Adversarial Examples Using?Edge-based Classification," Journal of The Korea Society of?Computer and Information, vol. 28, (10), pp. 67-76, 2023, DOI:10.9708/jksci.2023.28.10.000 

  17. A. N. Bhagoji, D. Cullina, C. Sitawarin and P. Mittal,?"Enhancing robustness of machine learning systems via data?transformations," in 2018 52nd Annual Conference on?Information Sciences and Systems (CISS), pp. 1-5, 2018, DOI:10.1109/CISS.2018.8362326 

  18. N. Chattopadhyay, S. Chatterjee and A. Chattopadhyay,?"Robustness against adversarial attacks using dimensionality,"?in International Conference on Security, Privacy, and Applied?Cryptography Engineering, pp. 226-241, 2021, DOI: 10.1007/978-3-030-95085-9_12 

  19. P. Samangouei, M. Kabkab and R. Chellappa, "Defense-gan:?Protecting classifiers against adversarial attacks using generative?models," arXiv Preprint arXiv:1805.06605, 2018, DOI:10.48550/arXiv.1805.06605 

  20. C. Xie, Y. Wu, L. v. d. Maaten, A. L. Yuille and K. He, "Feature?denoising for improving adversarial robustness," in Proceedings?of the IEEE/CVF Conference on Computer Vision and Pattern?Recognition, pp. 501-509, 2019, DOI: 10.48550/arXiv.1812.03411 

  21. C. Ferrari, F. Becattini, L. Galteri and A. D. Bimbo, "(Compress?and Restore)N: A Robust Defense Against Adversarial Attacks?on Image Classification," ACM Transactions on Multimedia?Computing, Communications and Applications, vol. 19, (1s), pp.?1-16, 2023, DOI: 10.1145/3524619 

  22. D. Meng and H. Chen, "Magnet: A two-pronged defense against?adversarial examples," in Proceedings of the 2017 ACM?SIGSAC Conference on Computer and Communications?Security, pp. 135-147, Oct. 2017, DOI: 10.1145/3133956.3134057 

  23. J. H. Metzen, T. Genewein, V. Fischer and B. Bischoff, "On?detecting adversarial perturbations," International Conference on?Learning Representations, 2017, DOI: 10.48550/arXiv.1702.04267 

  24. L. G. Roberts, "Machine Perception of Three-Dimensional?Solids," PhD Thesis. Massachusetts Institute of Technology,?1963, http://hdl.handle.net/1721.1/11589 

  25. I. Sobel and G. Feldman, "A 3x3 isotropic gradient operator?for image processing," Pattern Classification and Scene?Analysis, pp. 271-272, Jan. 1973, https://www.researchgate.net/publication/285159837_A_33_isotropic_gradient_operator_for_image_processing 

  26. J. Canny, "A computational approach to edge detection,"?Readings in Computer Vision, pp. 184-203, 1987, DOI: 10.1016/b978-0-08-051581-6.50024-6 

  27. H. Scharr, "Optimal operators in digital image processing,"?http://www.ub.uni-heidelberg.de/archiv/962, 2000. 

  28. J. Bright, "ANIMALS(30 Animal Species for Easy train),"?https://www.kaggle.com/datasets/jerrinbright/cheetahtigerwolf? 

관련 콘텐츠

오픈액세스(OA) 유형

FREE

Free Access. 출판사/학술단체 등이 허락한 무료 공개 사이트를 통해 자유로운 이용이 가능한 논문

저작권 관리 안내
섹션별 컨텐츠 바로가기

AI-Helper ※ AI-Helper는 오픈소스 모델을 사용합니다.

AI-Helper 아이콘
AI-Helper
안녕하세요, AI-Helper입니다. 좌측 "선택된 텍스트"에서 텍스트를 선택하여 요약, 번역, 용어설명을 실행하세요.
※ AI-Helper는 부적절한 답변을 할 수 있습니다.

선택된 텍스트

맨위로