$\require{mediawiki-texvc}$

연합인증

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

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

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

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

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

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

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

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

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

CPU 환경에서의 실시간 동작을 위한 딥러닝 기반 다중 객체 추적 시스템
Towards Real-time Multi-object Tracking in CPU Environment 원문보기

방송공학회논문지 = Journal of broadcast engineering, v.25 no.2, 2020년, pp.192 - 199  

김경훈 (서강대학교 전자공학과) ,  허준호 (서강대학교 전자공학과) ,  강석주 (서강대학교 전자공학과)

초록
AI-Helper 아이콘AI-Helper

최근 딥러닝 모델을 기반으로 한 객체 추적 알고리즘의 활용도가 증가하고 있다. 영상에서의 다중 객체의 추적을 위한 시스템은 대표적으로 객체 검출 알고리즘과 객체 추적 알고리즘의 연쇄된 형태로 구성되어있다. 하지만 여러 모듈로 구성된 연쇄 형태의 시스템은 고성능 컴퓨팅 환경을 요구하며 실제 어플리케이션으로의 적용에 제한사항으로 존재한다. 본 논문에서는 위와 같은 객체 검출-추적의 연쇄 형태의 시스템에서 객체 검출 모듈의 연산 관련 프로세스를 조정하여 저성능 컴퓨팅 환경에서도 실시간 동작을 가능하게 하는 방법을 제안한다.

Abstract AI-Helper 아이콘AI-Helper

Recently, the utilization of the object tracking algorithm based on the deep learning model is increasing. A system for tracking multiple objects in an image is typically composed of a chain form of an object detection algorithm and an object tracking algorithm. However, chain-type systems composed ...

주제어

표/그림 (9)

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

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

문제 정의

  • 이는 일반적인 상황에서 프레임 사이의 정보 변화가 적고 모든 프레임에서 객체를 검출하는 것은 속도 측면에서 비효율적이라고 볼 수 있다. 그래서 본 저자는 객체 추적 시 모든 프레임에서의 객체 검출을 하지 않고 일부 프레임에서 객체 검출을 건너뛰는 방식으로 실행하면서 검출된 객체 정보를 추적 시스템에 적 용하여 동작 속도를 향상시킬 수 있는지 실험하였다.
  • 본 논문에서는 기존 객체 검출-추적 기반의 연쇄된 형태의 알고리즘에서 객체 검출 정도를 조절하여 CPU 환경에서의 실시간 동작을 위한 방법을 제안한다. 매 프레임마다 객체 검출을 수행하는 대신 3개 프레임 간격마다 1개 프레임의 객체 검출을 건너뛰는, 객체 검출 프레임 빈도수를 조절하는 방법으로 전체 추적기의 동작 속도를 실시간 처리가 가능한 수준까지 개선하였다.
  • 객체 추적 시스템의 구성이 대표적으로 객체 검출 - 추적의 형태임에 따라 최근 딥러닝 기반 검출, 추적기가 각각 적용되어 기존 대비 우수한 성능을 보이는 연구가 제안되었다[9]. 본 논문에서는 이러한 딥러닝 모델이 적용된 다중 객체 추적 시스템에서 실시간 동작을 위한 방법을 제안하고 이에 대한 실험 결과를 공유한다.
  • 최근에는 추적 모 듈에도 Convolutional Neural Network(CNN) 기반의 딥러닝 모델을 사용하여 객체 추적 문제를 개선하는 연구가 진행되고 있다[9]. 본 논문에서는 최근 딥러닝 기반 다중 객체 추적 알고리즘의 CNN 기반 객체 특징 추출 과정을 변형하여 CPU 환경에서 실시간성 동작 속도 구현을 위한 방법을 제안한다. 그림 1은 본 논문에서 제안하는 기법을 적용한 다중 객체 추적의 결과 영상이다.

가설 설정

  • 또한, 잡음까지 포함된 입력 데이터를 재귀적으로 처리하는 필터로써 현재 상태에 대한 최적의 통계적 예측을 진행할 수 있다. 칼만 필터는 선형 시스템을 기반으로 설계된 필터로써 정상상태 기준의 모델을 수행하였으므로, 선형 시스템이라고 가정할 수 있다. 칼만 필터의 알고리즘은 예측과 업데이트를 반복적으로 계산하여 시스템 출력 값의 잡음 영향을 최소화하고 출력 값을 예측한다.
본문요약 정보가 도움이 되었나요?

참고문헌 (23)

  1. Betke, Margrit, Esin Haritaoglu, and Larry S. Davis. "Real-time multiple vehicle detection and tracking from a moving vehicle." Machine vision and applications 12.2 (2000): 69-83. 

  2. Hu, Weiming, et al. "A survey on visual surveillance of object motion and behaviors." IEEE Transactions on Systems, Man, and Cybernetics, Part C (Applications and Reviews) 34.3 (2004): 334-352. 

  3. Lu, Wei-Lwun, et al. "Learning to track and identify players from broadcast sports videos." IEEE transactions on pattern analysis and machine intelligence 35.7 (2013): 1704-1716. 

  4. Murray, Samuel. "Real-time multiple object tracking-A study on the importance of speed." arXiv preprint arXiv:1709.03572 (2017). 

  5. Luo, Wenhan, et al. "Multiple object tracking: A literature review." arXiv preprint arXiv:1409.7618 (2014). 

  6. Bernardin, Keni, and Rainer Stiefelhagen. "Evaluating multiple object tracking performance: the CLEAR MOT metrics." EURASIP Journal on Image and Video Processing 2008 (2008): 1-10. 

  7. Ristani, Ergys, et al. "Performance measures and a data set for multi-target, multi-camera tracking." European Conference on Computer Vision. Springer, Cham, 2016. 

  8. Milan, Anton, et al. "MOT16: A benchmark for multi-object tracking." arXiv preprint arXiv:1603.00831 (2016). 

  9. Wojke, Nicolai, Alex Bewley, and Dietrich Paulus. "Simple online and realtime tracking with a deep association metric." 2017 IEEE international conference on image processing (ICIP). IEEE, 2017. doi: 10.1109/ICIP.2017.8296962 

  10. Redmon, Joseph, et al. "You only look once: Unified, real-time object detection." Proceedings of the IEEE conference on computer vision and pattern recognition. 2016. 

  11. A. Bewley, Z. Ge, L. Ott, F. Ramos and B. Upcroft, "Simple online and realtime tracking," 2016 IEEE International Conference on Image Processing (ICIP), Phoenix, AZ, 2016, pp. 3464-3468. doi: 10.1109/ICIP.2016.7533003 

  12. LeCun, Yann, et al. "Gradient-based learning applied to document recognition." Proceedings of the IEEE 86.11 (1998): 2278-2324. doi: 10.1109/5.726791 

  13. Girshick, Ross, et al. "Rich feature hierarchies for accurate object detection and semantic segmentation." Proceedings of the IEEE conference on computer vision and pattern recognition. 2014. 

  14. Dalal, Navneet, and Bill Triggs. "Histograms of oriented gradients for human detection." 2005 IEEE computer society conference on computer vision and pattern recognition (CVPR'05). Vol. 1. IEEE, 2005. 

  15. Lowe, David G. "Object recognition from local scale-invariant features." Proceedings of the seventh IEEE international conference on computer vision. Vol. 2. Ieee, 1999. 

  16. Horn, Berthold KP, and Brian G. Schunck. "Determining optical flow." Techniques and Applications of Image Understanding. Vol. 281. International Society for Optics and Photonics, 1981. 

  17. Viola, Paul, and Michael Jones. "Rapid object detection using a boosted cascade of simple features." Proceedings of the 2001 IEEE computer society conference on computer vision and pattern recognition. CVPR 2001. Vol. 1. IEEE, 2001. 

  18. He, Kaiming, et al. "Spatial pyramid pooling in deep convolutional networks for visual recognition." IEEE transactions on pattern analysis and machine intelligence 37.9 (2015): 1904-1916. 

  19. Girshick, Ross. "Fast r-cnn." Proceedings of the IEEE international conference on computer vision. 2015. 

  20. Ren, Shaoqing, et al. "Faster r-cnn: Towards real-time object detection with region proposal networks." Advances in neural information processing systems. 2015. 

  21. Liu, Wei, et al. "Ssd: Single shot multibox detector." European conference on computer vision. Springer, Cham, 2016. 

  22. Kuhn, Harold W. "The Hungarian method for the assignment problem." Naval research logistics quarterly 2.1-2 (1955): 83-97. 

  23. Wojke, Nicolai, and Alex Bewley. "Deep cosine metric learning for person re-identification." 2018 IEEE winter conference on applications of computer vision (WACV). IEEE, 2018. 

저자의 다른 논문 :

관련 콘텐츠

오픈액세스(OA) 유형

GOLD

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

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

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

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

선택된 텍스트

맨위로