$\require{mediawiki-texvc}$

연합인증

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

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

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

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

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

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

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

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

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

객체 검출을 위한 CNN과 YOLO 성능 비교 실험
Comparison of CNN and YOLO for Object Detection 원문보기

반도체디스플레이기술학회지 = Journal of the semiconductor & display technology, v.19 no.1, 2020년, pp.85 - 92  

이용환 (원광대학교 디지털콘텐츠공학과) ,  김영섭 (단국대학교 전자전기공학부)

Abstract AI-Helper 아이콘AI-Helper

Object detection plays a critical role in the field of computer vision, and various researches have rapidly increased along with applying convolutional neural network and its modified structures since 2012. There are representative object detection algorithms, which are convolutional neural networks...

주제어

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

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

문제 정의

  • 본 논문에서는 CNN 기반과 YOLO을 포함함 객체 검출 알고리즘에 대해 살펴보았다. YOLO는 통합된 객체 검출 모델로써, CNN과 비교하여 구성이 간단하고 전체 이미지를 직접 학습하여 실제 응용 프로그램에서 활용 가능하기에 적합한 것으로 보인다.
  • 본 논문에서는 콘볼루션 신경망 기반의 객체 검출 알고리즘인 CNN계열과 CNN의 후보 영역 탐지의 문제점을 해결하는 YOLO 계열 알고리즘을 살펴보고, 정확도 및 속도 측면에서 대표적인 알고리즘의 성능을 비교하여 살펴 본다. 이를 통해, YOLO와 Faster R-CNN 알고리즘의 향후 활용을 논의한다.
  • 본 논문에서는 콘볼루션 신경망 기반의 객체 검출 알고리즘인 CNN계열과 CNN의 후보 영역 탐지의 문제점을 해결하는 YOLO 계열 알고리즘을 살펴보고, 정확도 및 속도 측면에서 대표적인 알고리즘의 성능을 비교하여 살펴 본다. 이를 통해, YOLO와 Faster R-CNN 알고리즘의 향후 활용을 논의한다
본문요약 정보가 도움이 되었나요?

질의응답

핵심어 질문 논문에서 추출한 답변
YOLO(You Only Look Once)는 무엇인가? 객체 검출에 대한 다른 접근법으로 YOLO(You Only Look Once)가 있다[15]. 이미지 내에 존재하는 객체와 해당 객체의 위치는 이미지를 한번만 보고 예측할 수 있는 알고리즘이다. 이는 분류 대상의 객체로 감지하는 대신에, 경계 박스를 다차원적으로 분리하고 클래스 확률(Class Probability)을 적용하여 하나의 회귀 문제로 접근한다.
YOLO(You Only Look Once)과 다른 객체 검출 알고리즘과 비교하여 어떤 이점이 있는가? YOLO는 통합된 객체 검출 모델로써, CNN과 비교하여 구성이 간단하고 전체 이미지를 직접 학습하여 실제 응용 프로그램에서 활용 가능하 기에 적합한 것으로 보인다. 다른 분류기 기반의 접근 방법과 달리, YOLO는 검출 성능에 직접적으로 대응하는 손실 함수에 대해 훈련하고 처리시간 측면에서 실시간 객체 검출이 가능하다. 또한 YOLO는 다른 검출기에 비해 객체 표현을 보다 일반화하여 빠르고 강력한 검출이 가능하다. 이러한 여러 장점을 통해 객체 검출에서 보다 대중화될 가능성이 높다고 판정된다.
객체 검출 기술에는 무엇이 있는가? 초기의 객체 검출 기술은 SIFT(Scale Invariant Feature Transform) [6], SURF(Speeded-Up Robust Features) [9], HOG(Histogram of Oriented Gradients) [14]기법과 같이 객체가 갖는 특징을 설계하고 검출하는 방법을 주로 사용하였으며[26], 인식률 향상을 위해 SVM(Support Vector Machine)과 같은 기계 학습 방법을 적용한 연구도 있었다[22, 30]. Alex 논문[10]에서는 콘볼루션 신경망(CNN)를 적용한 딥러닝 (Deep Learning) 기반의 객체 인식을 통해 기존 방식의 성능을 개선하는 방법을 제안하였다.
질의응답 정보가 도움이 되었나요?

참고문헌 (30)

  1. Asifullah Khan, Anabia Sohail, Umme Zahoora, Aqsa Saeed Qureshi, "A Survey of the Recent Architectures of Deep Convolutional Neural Networks", Computer Vision and Pattern Recognition, Available at https://arxiv.org/ftp/arxiv/papers/1901/1901.06032.pdf [Accessed Mar. 13, 2020]. 

  2. Ross Girshick, Jeff Donahue, Trevor Darrell, Jitendra Malik, "Rich Feature Hierarchies for Accurate Object Detection and Semantic Segmentation", IEEE Conference on Computer Vision and Pattern Recognition, pp.580-587, 2013. 

  3. Li Liu, Wanli Ouyang, Xiaogang Wang, Paul Fieguth, Jie Chen, Xinwang Liu, Matti Pietikainen, "Deep Learning for Generic Object Detection: A Survey", International Journal of Computer Vision, vol.128, pp.261-318 2020. 

  4. Kaimin He, Xiangyu Zhang, Shaoqing Ren, Jian Sun, "Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition", European Conference on Computer Vision, Part 3, pp.346-361, 2014. 

  5. Licheng Jiao, Fan Zhang, Fang Liu, Shuyuan Yang, Lingling Li, Zhizi Feng, Rong Qu, "A Survey of Deep Learning-based Object Detection", IEEE Access, vol.7, pp.128837-128868, , 2019. 

  6. David G. Lowe, "Distinctive Image Features from Scale-Invariant Keypoints", International Journal of Computer Vision, vol.60, pp.91-110, 2004. 

  7. Juan Du, "Understanding of Object Detection based on CNN Family and YOLO", Journal of Physics, Conference Series, vol.1004, issue.1, 2018. 

  8. Tsung-Yi Lin, Priya Goyal, Roos Girshick, Kaiming He, Piotr Dollar, "Focal Loss for Dense Object Detection", International Conference on Computer Vision, pp.2999-3007, 2017. 

  9. Herbert Bay, Andreas Ess, Tinne Tuytelaars, Luc Van Gool, "Speeded-Up Robust Features (SURF)", Computer Vision and Image Understanding, vol.110, issue.3, pp.346-359, 2008. 

  10. Alex Krizhevsky, Ilya Sutskever, Geoffrey E. Hinton, "ImageNet Classification with Deep Convolutional Neural Networks", Communications of the ACM, vol.60, no.6, 2017. 

  11. Yurong Yang, Huajun Gong, Xinhua Wang, Peng Sun, "Aerial Target Tracking Algorithm Based on Faster RCNN Combined with Frame Differencing", Aerospace, vol.4, no.32, 2017. 

  12. Kwanghyun Kim, Sungjun Hong, Baehoon Choi and Euntai Kim, "Probabilistic Ship Detection and Classification using Deep Learning", Applied Sciences, vol.8, no.6, 2018. 

  13. Rohith Gandhi, "R-CNN, Fast R-CNN, Faster R-CNN, YOLO - Object Detection Algorithms," 2018. Available at https://towardsdatascience.com/r-cnn-fast-r-cnn-fasterr-cnn-yolo-object-detection-algorithms-36d53571365e. [Accessed: Mar. 13, 2020]. 

  14. N. Dalal, B. Triggs, "Histograms of Oriented Gradients for Human Detection", IEEE Conference on Computer Vision and Pattern Recognition, pp.886-893, 2005. 

  15. Joseph Redmon, Santosh Divvala, Ross Girshick, Ali Farhadi, "You Only Look Once: Unified, Real-time Object Detection", IEEE Conference on Computer Vision and Pattern Recognition, pp.779-788, 2015. 

  16. Joseph Redmon, Ali Farhadi, "YOLO9000: Better, Faster, Stronger", IEEE Conference on Computer Vision and Pattern Recognition, pp.6517-6525, 2016. 

  17. Joseph Redmon, Ali Farhadi, "YOLO v3: An Incremental Improvement", Computer Vision and Pattern Recognition, 2018. Available at https://pjreddie.com/media/files/papers/YOLOv3.pdf [Accessed Mar.13, 2020]. 

  18. Qi-Chao Mao, Hong-Mei Sun, Yan-Bo Liu, Rui-Sheng Jia, "Mini-YOLOv3: Real-time Object Detector for Embedded Applications", IEEE Access, vol.7, pp.133529-133538, 2019. 

  19. Adrian Carrio, Sai Vemprala, Andres Ripoll, Srikanth Saripalli, Pascual Campoy, "Drone Detection using Depth Maps", International Conference on Intelligent Robots and Systems, pp.1032-1037, 2018. 

  20. University of Oxford, "Pascal Visual Object Classes Homepage", Available at http://host.robots.ox.ac.uk/ pascal/VOC/index.html [Accessed: Mar.13, 2020]. 

  21. Jonathan Huang, Vivek Rathod, Chen Sun, Menglong Zhu, Anoop Korattikara, "Speed/Accuracy Trade-offs for Modern Convolutional Object Detectors", IEEE Conference on Computer Vision and Pattern Recognition, pp.7310-7319, 2017. 

  22. Pedro F. Felzenszwalb, Ross B. Girshick, David McAllester, Deva Ramanan, "Object Detection with Discriminatively Trained Part-based Models", IEEE Transactions on Pattern Analysis and Machine Intelligence, vol.32, issue.9, 2010. 

  23. Ali Sharif Razavian, Hossein Azizpour, Josephine Sullivan, Stefan Carlsson, "CNN Features Off-the-Shelf: An Astounding Baseline for Recognition", IEEE Conference on Computer Vision and Pattern Recognition, pp.512-519, 2014. 

  24. Ross Girshick, "Fast R-CNN", Computer Vision and Pattern Recognition, pp.1440-1448, 2015. 

  25. Hyochang Ahn, Yong-Hwan Lee, "A Research of CNNbased Object Detection for Multiple Object Tracking in Image", Journal of the Semiconductor and Display Technology, vol.18, no.3, 2019. 

  26. Yong-Hwan Lee, Youngseop Kim, "Implementation of Object Feature Extraction within Image for Object Tracking", Journal of the Semiconductor and Display Technology, vol.17, no.3, 2018. 

  27. Rahul Haridas, Jyothi RL, "Convolutional Neural Networks: A Comprehensive Survey", International Journal of Applied Engineering Research, vol.14, no.3, pp.780-789, 2019. 

  28. Akshi Kumar, Sukriti Verma, Himanshu Mangla, "A Survey of Deep Learning Techniques in Speed Recognition", International Conference on Advances in Computing, Communication Control and Networking, pp.179-185, 2018. 

  29. M. Sornam, Kavitha Muthusubash, V. Vanitha, "A Survey on Image Classification and Activity Recognition using Deep Convolutional Neural Network Architecture", International Conference on Advanced Computing, pp.121-126, 2017. 

  30. Azeddine Elhasouny, Florentin Smarandache, "Trends in deep convolutional neural networks architectures: a review", International Conference of Computer Science and Renewable Energies, pp.1-8, 2019. 

저자의 다른 논문 :

관련 콘텐츠

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

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

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

선택된 텍스트

맨위로