$\require{mediawiki-texvc}$

연합인증

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

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

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

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

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

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

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

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

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

[국내논문] 딥러닝 기반의 무기 소지자 탐지
Armed person detection using Deep Learning 원문보기

방송공학회논문지 = Journal of broadcast engineering, v.23 no.6, 2018년, pp.780 - 789  

김건욱 (광운대학교 전자공학과) ,  이민훈 (광운대학교 전자공학과) ,  허유진 (광운대학교 전자공학과) ,  황기수 (광운대학교 전자공학과) ,  오승준 (광운대학교 전자공학과)

초록
AI-Helper 아이콘AI-Helper

전 세계적으로 총기 사고는 인적이 드문 장소뿐만 아니라 사람들이 많이 모여 있는 공공장소에서도 빈번하게 일어난다. 특히, 권총과 같은 소형 총기 사고의 빈도수가 매우 높다. 그러므로 사람에 비해 상대적으로 매우 작은 크기의 객체인 권총을 가진 사람을 탐지하는 것은 사고의 피해를 최소화하는데 핵심적이다. '권총 든 사람'을 탐지하는 연구가 수행되고 있지만, 사람보다 권총은 상대적으로 크기가 작기 때문에 단일 객체만을 탐지하는 기존 객체 탐지 방법으로 '권총 든 사람'을 탐지하면 오류 발생 빈도수가 매우 높다. 이러한 문제점을 해결하기 위하여 권총으로 무장한 사람을 탐지하는 방법으로 APDA(Armed Person Detection Algorithm)를 제안한다. APDA는 입력 영상에서 합성곱신경망(Convolutional Neural Network, CNN) 기반의 인체 특징점 탐지 모델과 객체 탐지 모델을 병행하여 획득한 양 손목과 권총의 위치를 후처리 작업에서 이용하여 '권총 든 사람'을 탐지한다. APDA는 기존 방식보다 객관적 평가에서 재현율이 46.3% 향상되었고, 정밀도는 14.04% 향상되었다.

Abstract AI-Helper 아이콘AI-Helper

Nowadays, gun crimes occur very frequently not only in public places but in alleyways around the world. In particular, it is essential to detect a person armed by a pistol to prevent those crimes since small guns, such as pistols, are often used for those crimes. Because conventional works for armed...

주제어

표/그림 (11)

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

* AI 자동 식별 결과로 적합하지 않은 문장이 있을 수 있으니, 이용에 유의하시기 바랍니다.

문제 정의

  • 하지만 한 객체와 상대적으로 매우 작은 객체로 결합한 복합적인 요소의 객체를 탐지하게 되는 경우에는 객체 탐지 성능이 눈에 띄게 저하된다. 본 논문에서는 이러한 문제점을 해결하기 위하여 권총으로 무장한 사람을 탐지하는 방법으로 APDA를 제안하고 실험을 통하여 그 성능을 검증하였다. APDA는 CMU-pose 방법으로 양 손목의 위치를 찾는 모듈과 SSD-MobileNet으로 권총의 경계 상자의 위치를 찾아내는 모듈이 병렬적으로 배치되고, 이 두 모듈에서 제공되는 정보를 이용하는 후처리 모듈로 구성되었다.
본문요약 정보가 도움이 되었나요?

질의응답

핵심어 질문 논문에서 추출한 답변
APDA이 '권총 든 사람'을 탐지하는 과정은? 이러한 문제점을 해결하기 위하여 권총으로 무장한 사람을 탐지하는 방법으로 APDA(Armed Person Detection Algorithm)를 제안한다. APDA는 입력 영상에서 합성곱신경망(Convolutional Neural Network, CNN) 기반의 인체 특징점 탐지 모델과 객체 탐지 모델을 병행하여 획득한 양 손목과 권총의 위치를 후처리 작업에서 이용하여 '권총 든 사람'을 탐지한다. APDA는 기존 방식보다 객관적 평가에서 재현율이 46.
객체 탐지 방법에는 어떤 것이 있는가? 컴퓨터 비전 분야에서 관심 영역 및 객체를 탐지하는 연구는 오래전부터 지속적으로 수행되어왔다. 객체 탐지를 수행하는데 HOG(Histogram of Oriented Gradients), Harrlike feature 알고리즘, 딥 러닝(Deep learning) 등 다양한 방법들이 존재한다[1]-[3]. 이들 중에서 CNN 기반의 딥 러닝 방식은 특히 객체 탐지 분야에서 성능을 크게 향상시켰다.
기존 객체 탐지방법의 한계점은? 기존 객체 탐지방법은 탐지하려는 객체를 단일 객체로 탐지하기 때문에 각각의 객체에 대해서는 좋은 성능을 보인다. 하지만 한 객체와 상대적으로 매우 작은 객체로 결합한 복합적인 요소의 객체를 탐지하게 되는 경우에는 객체 탐지 성능이 눈에 띄게 저하된다. 본 논문에서는 이러한 문제점을 해결하기 위하여 권총으로 무장한 사람을 탐지하는 방법으로 APDA를 제안하고 실험을 통하여 그 성능을 검증하였다.
질의응답 정보가 도움이 되었나요?

참고문헌 (22)

  1. Kwangsoo Kim, Ungtae Kim and Sooyeong Kwak, "Real-time Violence Video Detection based on Movement Change Characteristics" JBE, Vol.22, No. 2, pp. 234-239, March 2017, http://dx.doi.org/ 10.5909/JBE.2017.22.2.234 (accessed Aug. 1, 2018). 

  2. Sanggi Kim and Dongseog Han, "Real Time Traffic Light Detection Algorithm Based on Color Map and Multilayer HOG-SVM" JBE, Vol. 22, No. 1, pp. 62-69, Jenuary 2017, http://dx.doi.org/10.5909/JBE.2017.22.1.62 (accessed Aug. 3, 2018). 

  3. Seulbeen Kim and Wonjun Kim, "User Identification Method using Palm Creases and Veins based on Deep Learning" JBE, Vol. 23, No. 3, pp. 395-402, May 2018, http://dx.doi.org/10.5909/JBE.2018.23.3.395 (accessed Aug. 3, 2018). 

  4. K. He, X. Zhang, S. Ren and J. Sun, "Deep Residual Learning for Image Recognition" In Proceeding of the IEEE Conference on Computer Vision and Pattern Recognition(CVPR), pp. 770-778, 2016, https://doi.org/10.1109/cvpr.2016.90 (accessed Aug. 10, 2018). 

  5. J. Hu, L. Shen and G. Sun, "Squeeze-and-Excitation Network" arXiv: 1709.01507, 2017, https://arxiv.org/pdf/1709.01507 (accessed Aug. 10, 2018). 

  6. W. Liu, D. Anguelov, D. Erhan, C. Szegedy, S. Reed, Cheng-Yang Fu and Alexander C. Berg, "SSD: Single Shot MultiBox Detector" In Proceeding of the European Conference on Computer Vision(ECCV), pp.21-37, 2016, https://doi.org/10.1007/978-3-319-46448-0_2 (accessed Sep 8, 2018). 

  7. A. G. Howard, M. Zhu, B. Chen, D. Kalenichenko, W. Wang, T. Weyand, M. Andreetto and H. Adam, "MobileNets: Efficient Convolutional Neural Network for Mobile Vision Applications" arXiv: 1704.04861, 2017, https://arxiv.org/abs/1704.04861 (accessed Sep 20, 2018). 

  8. J. Redmon, S. Divvala, R. Girshick and A. Farhadi, "You Only Look Once: Unified, Real-Time Object Detection" In Proceeding of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pp. 779-788, 2016, https://doi.org/10.1109/cvpr.2016.91(accessed Sep 8, 2018). 

  9. Z. Cao, T. Simon, Shih-E. Wei and Y. Sheikh, "Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields" In Proceeding of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pp.1302-1310, 2017, https://doi.org/10.1109/cvpr.2017.143 (accessed Sep 8, 2018). 

  10. Y. Lecun, B. Boser, J. S. Denker, D. Henderson, R. E. Howard, W. Hubbard and L. D. Jackel, "Backpropagation Applied to Handwritten Zip Code Recognition" Neural Computation, vol. 1, no. 4, pp 541-551, Winter 1989, 10.1162/neco.1989.1.4.541 (accessed Aug. 5, 2018). 

  11. S. Ren, K. He, R. Girshick, and J. Sun, "Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks" IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 39, no. 6, June 2017, https://doi.org/10.1109/tpami.2016.2577031 (accessed Aug. 10, 2018). 

  12. A. Glowacz, M. Kmiec and A. Dziech, "Towards Robust Visual Knife Detection in Images: Active Appearance Models Initialised with Shape-specific Interest Points" In Multimedia Communications, Services and Security : 5th International Conference. vol. 287, pp. 148-158, 2012, https://doi.org/10.1007/978-3-642-30721-8_15 (accessed Aug 9, 2018). 

  13. L. Malagon-Borja, and O. Fuentes, "Object detection using image reconstruction with PCA" Image and Vision Computing, vol. 27, no. 1-2, pp. 2-9, 2009, https://doi.org/10.1016/j.imavis.2007.03.004 (accessed Aug 11, 2018). 

  14. Derpanis KG, "The Harris corner detector" http://www.cse.yorku.ca/-kosta/CompVis_Notes/harris_detector.pdf(accessed Aug. 10, 2018) 

  15. M. Grega, A. Matiolanski, P. Guzik and M. Leszczuk, "Automated Detection of Firearms and Knives in a CCTV Image" Sensors, vol. 16, no. 1. Jan 2016, https://doi.org/10.3390/s16010047 (accessed Aug 2, 2018). 

  16. J. Canny, "A Computational Approach to Edge Detection" In IEEE Trans. Pattern Anal, Machine Intell., vol. PAMI-8, issue 6, pp. 679- 698, Nov 1986, https://doi.org/10.1016/b978-0-08-051581-6.50024-6 (accessed Aug 1, 2018). 

  17. B.S. Manjunath, Philippe Salembier and Thomas Sikora, Introduction to MPEG-7, Multimedia Content Description Interface. Wiley, USA, 2002, https://doi.org/10.1007/springerreference_72884 (accessed Aug 15, 2018). 

  18. Gyanendra K. Verma and Anamika Dhillon, "A HandHeld Gun Detection using Faster R-CNN Deep Learning" In Proceeding of the 7th International Conference on Computer and Communication Technology, pp. 84-88, November 2017, https://doi.org/10.1145/ 3154979.3154988 (accessed Aug 8, 2018). 

  19. IMFDB: Internet Movie Firearms Database, http://www.imfdb.org/wiki/Main_Page (accessed Aug.15, 2018). 

  20. J.M. Keller, M.R. Gray and J.A. junior, "A Fuzzy K-Nearest Neighbor Algorithm" In IEEE Transactions on Systems, Man, and Cybernetics, Vol. SMC-15, issue 4, pp. 580-585, 1985, https://doi.org/10.1109/tsmc.1985.6313426 (accessed Aug 9, 2018). 

  21. G. Papandreou, T. Zhu, N. Kanazawa, A. Toshev, J. Tompson, C. Bregler and K. Murphy, "Towards Accurate Multi-person Pose Estimation in the Wild" In Proceeding of the IEEE Conference on Computer Vision and Pattern Recognition(CVPR), 2017, https://doi.org/10.1109/cvpr.2017.395 (accessed Sep 5, 2018). 

  22. A. Saxena, S. H. Chung and A. Y. Ng, "3-D Depth Reconstruction from a Single Still Image" International Journal of Computer Vision, Vol. 76 Issue 1, pp. 53-69, January 2008, https://doi.org/10.1007/s11263-007-0071-y (accessed Sep 1, 2018). 

저자의 다른 논문 :

LOADING...

관련 콘텐츠

오픈액세스(OA) 유형

GOLD

오픈액세스 학술지에 출판된 논문

유발과제정보 저작권 관리 안내
섹션별 컨텐츠 바로가기

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

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

선택된 텍스트

맨위로