$\require{mediawiki-texvc}$

연합인증

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

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

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

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

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

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

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

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

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

딥러닝을 이용한 마스크 착용 여부 검사 시스템
Mask Wearing Detection System using Deep Learning 원문보기

한국정보통신학회논문지 = Journal of the Korea Institute of Information and Communication Engineering, v.25 no.1, 2021년, pp.44 - 49  

남충현 (Department of Computer Engineering, Korea University of Technology and Education) ,  남은정 (Department of Computer Engineering, Korea University of Technology and Education) ,  장경식 (Department of Computer Engineering, Korea University of Technology and Education)

초록
AI-Helper 아이콘AI-Helper

최근 COVID-19로 인해 마스크 착용 여부 자동 검사 시스템에 신경망 기술들을 적용하는 연구가 활발히 진행되고 있다. 신경망 적용 방식에 있어서 1단계 검출 방식 또는 2단계 검출 방식을 사용하며, 데이터를 충분히 확보할 수 없는 경우 사전 학습된 신경망에 대해 가중치 미세 조절 기법을 적용하여 학습한다. 본 논문에서는 얼굴 인식부와 마스크 검출부로 구성되는 2단계 검출 방식을 적용하였으며, 얼굴 인식부에는 MTCNN 모델, 마스크 검출부에는 ResNet 모델을 사용하였다. 마스크 검출부는 다양한 실 상황에서의 인식률과 추론 속도 향상을 위하여 5개의 ResNet모델을 적용하여 실험하였다. 학습 데이터웹 크롤러를 이용하여 수집한 17,219개의 정지 영상을 이용하였으며, 1,913개의 정지 영상과 1분 동영상 2개에 대해 각각 추론을 실시하였다. 실험 결과 정지 영상인 경우 96.39%, 동영상인 경우 92.98%의 높은 정확도를 보였고, 동영상 추론 속도는 10.78fps임을 확인하였다.

Abstract AI-Helper 아이콘AI-Helper

Recently, due to COVID-19, studies have been popularly worked to apply neural network to mask wearing automatic detection system. For applying neural networks, the 1-stage detection or 2-stage detection methods are used, and if data are not sufficiently collected, the pretrained neural network model...

주제어

표/그림 (5)

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

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

문제 정의

  • 본 논문에서는 2단계 검출 방식을 적용하여 건물 출입자에 대해 마스크 착용 여부를 식별하는 시스템을 제안한다. 자세히는 MTCNN 모델[8]을 사용한 얼굴 인식부와 ResNet(Residual Network) 모델[9]을 사용한 마스크 검출부로 구성되어 있으며, 웹 크롤러를 이용하여 수집한 학습 데이터 17, 219장를 가중치 미세 조절 기법을 이용하여 학습하였다.
  • 수식1은 MTCNN 모델을 학습하기 위한 수식이며, 학습 과정에서 얼굴 분류, 얼굴 경계 예측, 얼굴 특징 점 예측에 대한 손실 함수들의 합을 최소화하는 것을 목표로 한다.
본문요약 정보가 도움이 되었나요?

참고문헌 (16)

  1. E. Blasch, S. Liu, Z. Liu, and Y. Zheng, "Deep Learning Measures of Effectiveness," in Proceeding of the 2018 IEEE National Aerospace and Electronics Conferences, Dayton, pp. 254-261, 2018. 

  2. J. Talukdar, S. Gupta, P. S. Rajpura, and R. S. Hegde, "Transfer Learning for Object Detection using State-of-the-Art Deep Neural Networks," in Proceeding of the 5th International Conference on Signal Processing and Integrated Networks, Noida, pp. 78-83, 2018. 

  3. S. S. Thomas, S. Gupta, and V. K. Subramanian, "Smart Surveillance Based On Video Summarization," in Proceeding of the 17th IEEE Region 10 Symposium, India, pp. 1-5, 2017. 

  4. A. K. Diop, S. Meza, M. Gordan, and A. Vlaicu, "LDA based classification of video surveillance sequences using motion information," in Proceeding of the 20th International Conference on Adavanced Communication Technology, Korea, pp. 1-1, 2018. 

  5. S. H. Lee, H. G. Kwon, Y. J. Kim, J. S. Jeong, and H. J. Seo, "Development of CCTV for Identification of Maskless Wearers based on Deep Learning," in Proceeding of the 28th Korea Society of Computer Information, Korea, pp. 317-318, 2020. 

  6. W. Y. Cho, S. L. Park, H. S. Kim, and T. J. Yun, "Development of AI Systems for Counting Visitors and Check of Wearning Masks Using Deep Learning Algorithms," in Proceeding of the 28th Korea Society of Computer Information, Korea, pp. 285-286, 2020. 

  7. P. Soviany and R. T. Ionescu, "Optimizing the Trade-off between Single-Stage and Two-Stage Deep Object Detectors using Image Difficulty Prediction," in Proceeding of the 20th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing, Romania, pp. 209-214, 2018. 

  8. K. Zhang, Z. Zhang, Z. Li, and Y. Qiao, "Joint Face Detection and Alignment Using Multitask Cascaded Convolutional Networks," IEEE Signal Processing Letters, vol. 23, no. 10, pp. 1499-1503, Oct. 2016. 

  9. K. He, X. Zhang, S. Ren, and J. Sun, "Deep Residual Learning for Image Recognition," in Proceeding of the 2015 IEEE Conference on Computer Vision and Pattern Recognition, USA, pp. 770-778, 2015. 

  10. A. Krizhevsky, I. Sutskever, and G. E. Hinton, "ImageNet Classification with Deep Convolutional Neural Networks," in Proceeding of the 25th International Conference on Neural Information Processing Systems, Nevada, pp. 94-90, 2017. 

  11. C. Szegedy, W. Liu, Y. Jia, P. Sermanet, S. Reed, D. Anguelov, D. Erhan, V. Vanhoucke and A. Rabinovich, "Going deeper with convolutions," in Proceeding of the 2015 IEEE Conference on Computer Vision and Pattern Recognition, USA, pp. 1-9, 2015. 

  12. K. Simonyan and A. Zisserman, "Very deep convolutional networks for large-scale image recognition," in Proceeding of the 2015 International Conference on Learning Representations, CA, pp. 1-14, 2015. 

  13. R. Girshick, J. Donahue, T. Darrell, and J. Malik, "Rich feature hierarchies for accurate object detection and semantic segmentation," in Proceeding of the 2014 IEEE Conference on Computer Vision and Pattern Recognition, Ohio, pp. 580-587, 2014. 

  14. R. Girshick, "Fast R-CNN," in Proceeding of the 2015 IEEE Conference on Computer Vision and Pattern Recognition, USA, pp. 1440-1448, 2015. 

  15. J. Redmon, S. Divvala, R. Girshick, and A. Farhadi, "You Only Look Once: Unified, Real-Time Object Detection," in Proceeding of the 2015 IEEE Conference on Computer Vision and Pattern Recognition, USA, pp. 779-788, 2015. 

  16. R. U. Khan, X. Zhang, R. Kurnar, and E. O. Aboagye, "Evaluating the Performance of ResNet Model Based on Image Recognition," in Proceeding of the 2018 International Conference on Computing and Artifical Intelligence, Indonesia, pp. 86-90, 2018. 

저자의 다른 논문 :

관련 콘텐츠

오픈액세스(OA) 유형

GOLD

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

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

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

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

선택된 텍스트

맨위로