$\require{mediawiki-texvc}$

연합인증

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

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

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

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

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

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

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

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

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

Deep learning based Person Re-identification with RGB-D sensors 원문보기

韓國컴퓨터情報學會論文誌 = Journal of the Korea Society of Computer and Information, v.26 no.3, 2021년, pp.35 - 42  

Kim, Min (Dept. of Industrial & Management Engineering, Inha University) ,  Park, Dong-Hyun (Dept. of Industrial & Management Engineering, Inha University)

초록
AI-Helper 아이콘AI-Helper

본 연구에서는 3차원 RGB-D Xtion2 카메라를 이용하여 보행자의 골격좌표를 추출한 결과를 바탕으로 동적인 특성(속도, 가속도)을 함께 고려하여 딥러닝 모델을 통해 사람을 인식하는 방법을 제안한다. 본 논문의 핵심목표는 RGB-D 카메라로 손쉽게 좌표를 추출하고 새롭게 생성한 동적인 특성을 기반으로 자체 고안한 1차원 합성곱 신경망 분류기 모델(1D-ConvNet)을 통해 자동으로 보행 패턴을 파악하는 것이다. 1D-ConvNet의 인식 정확도와 동적인 특성이 정확도에 미치는 영향을 알아보기 위한 실험을 수행하였다. 정확도는 F1 Score를 기준으로 측정하였고, 동적인 특성을 고려한 분류기 모델(JCSpeed)과 고려하지 않은 분류기 모델(JC)의 정확도 비교를 통해 영향력을 측정하였다. 그 결과 동적인 특성을 고려한 경우의 분류기 모델이 그렇지 않은 경우보다 F1 Score가 약 8% 높게 나타났다.

Abstract AI-Helper 아이콘AI-Helper

In this paper, we propose a deep learning-based person re-identification method using a three-dimensional RGB-Depth Xtion2 camera considering joint coordinates and dynamic features(velocity, acceleration). The main idea of the proposed identification methodology is to easily extract gait data such a...

주제어

표/그림 (6)

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

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

문제 정의

  • 이러한 문제는 딥러닝 모델이 학습할 때 오류를 발생하게 되고 원활한 학습이 어렵게 된다. 따라서 본 연구에서는 제로 패딩 기법(Zero-padding)을 활용하여 문제를 해결하고자 하였다[27]. 제로 패딩기법이란 측정된 데이터의 잔여 부분에 0을 추가하는 방식으로, 이 방법으로 데이터의 크기를 균일하게 유지할 수 있는 장점이 있다.
  • 본 논문에서는 ASUS사의 3차원 RGB-Depth Xtion2 카메라를 통해 수집한 인체관절 데이터(Skeletal data)를 자체적으로 구현한 1차원 합성곱 신경망(One Dimensional Convolutional Neural Network; 1D-ConvNet) 기반의딥러닝 모델에 대입하여 보행자의 신원을 예측하는 모델을 설계하였다.
  • 본 논문에서는 RGB-D 카메라를 사용하여 조명변화와 옷차림, 가려짐과 같은 상황에서도 강건하게 사람을 식별하는 방법에 대해 제시하고자 하였다. 비교적 저렴한 3차원 RGB-Depth Xtion2 카메라를 사용하여 손쉽게 실시간으로 골격 정보를 추출하고 보행자의 동적인 특징인 움직임 속도와 가속도를 계산한 다음 자체적으로 고안한 1D-ConvNet 모델에 투입시켜 자동으로 사람을 식별하는 방법을 통해 기존의 한계점을 극복하고자 하였다.
  • 본 연구에서는 3차원 RGB-Depth Xtion2 카메라를 사용하여 추출한 보행자의 인체골격 데이터(Skeletal data) 를 활용한 딥러닝 모델을 구축하고자 한다. 1.
  • 본 연구에서는 딥러닝 기반으로 보행자의 보행 패턴을 인식하여 식별하는 방법을 제안하였다. 제안된 방법은 3차원 RGB-Depth Xtion2 카메라를 이용하여 인체골격 좌표뿐만 아니라 속도와 가속도 특성을 함께 고려하여 자체적으로 고안한 1차원 합성곱 신경망 알고리즘(1D-ConvNet) 을 학습시켜 효율적인 데이터처리 프로세스와 향상된 인식 성능을 확인하였다.
  • [18]은 열화상 카메라로 촬영된 영상을 이용한 HTI 모델을 제시하였다. 이 연구는 보행 영상 속 얼굴에서 허벅지 부분을 추출하여 인식 정확도를 유지하면서 인식 속도를 높이는 방법을 제시하였다. [19] 에서는 웨이블릿 변환을 이용한 다 해상도의 특징들과 골격추출 알고리즘을 이용하여 높은 인식 성능을 보였지만 인식 과정이 복잡하고 구동하는데 시간이 많이 소요되는 것으로 나타났다.
  • 새롭게 생성하였다. 이러한 데이터를 기반으로 자체적으로 고안한 1차원 합성곱 신경망(One-Dimensional Convolutional Neural Network; 1D-ConvNet) 모델을학습시켜 기존의 방법보다 향상된 인식 성능을 확인하고자 하였다.
본문요약 정보가 도움이 되었나요?

참고문헌 (28)

  1. R. Collins, A. Lipton, T. Kanade, "A System for Video Surveillance and Monitoring", Proc. Am. Nuclear Soc. (ANS) Eighth Int'l Topical Meeting Robotic and Remote Systems, April, 1999. 

  2. B. Huang et al., "Sparsity-based occlusion handling method for person re-identification" in Multimedia Modeling, Cham, Switzerland:Springer, 2015. 

  3. Y. Huang, S. Luo, E. Chen, "An Efficient Iris Recognition System", Proc. First Int'l Conf. Machine Learning and Cybernetics, pp. 450-454, Nov 2002. 

  4. S. Modi, S. Elliott, J. Whetsone, and H. Kim, "Impact of age groups on fingerprint recognition performance," in IEEE Workshop on Automatic Identification Advanced Technologies, pp. 19-23, 2007. 

  5. L. Deng, G. Hinton, B. Kingsbury, "New types of deep neural network learning for speech recognition and related applications: An overview", Proc. IEEE Int. Conf. Acoust. Speech Signal Process., pp. 8599-8603, 2013. 

  6. G. Johansson, "Visual Motion Perception", Scientific Am., vol. 232, pp. 76-88, 1975. 

  7. Z. Wu, Y. Li and R. J. Radke, "Viewpoint Invariant Human Re-Identification in Camera Networks Using Pose Priors and Subject-Discriminative Features," in IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 37, no. 5, pp. 1095-1108, 1 May 2015, doi: 10.1109/TPAMI.2014.2360373. 

  8. Shu, Guang. "Human detection, tracking and segmentation in surveillance video." (2014). 

  9. S. Zhiyuan, M. Timothy, "Transferring a Semantic Representation for Person Re-Identification and Search," Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2015, pp. 4184-4193 

  10. T. Dutta, "Evaluation of the Kinect sensor for 3-D kinematic measurement in the workplace", Appl. Ergonom., vol. 43, no. 4, pp. 645-649, Jul. 2012. 

  11. B. Bonnechere, B. Jansen, P. Salvia, H. Bouzahouene, L. Omelina, F. Moiseev, V. Sholukha, J. Cornelis, M. Rooze, S. Van Sint Jan, "Validity and reliability of the Kinect within functional assessment activities: Comparison with standard stereophotogram metry", Gait & Posture, vol. 39, no. 1, pp. 593-598, 2014. 

  12. C. BenAbdelkader and R. Cutler, "View invariant estimation of height and stride for gait recognition", Workshop on Biometric Authentication ECCV, pp.15-167, May 2002. 

  13. M. S. Islam, and M. R. Islam, "Window based clothing invariant gait recognition", International Conference on Advances in Electrical Enginering(ICAEE), pp. 411-414, 2013 

  14. J. J. Litle and J. E. Boyd, "Recognition people by their gait: the shape of motion", Videre, vol. 1, no. 2, 1998. 

  15. L. Le, and W. E. L Grimson, "Gait apearance for recognition", Workshop on Biometric Authentication ECCV, pp. 143-154, 2002. 

  16. Q. -S. Li, Z. -T. Lu and D. -D. Zhang, "Integration of Gait and Side Face for Human Recognition in Video," 2009 Second International Symposium on Electronic Commerce and Security, Nanchang, 2009, pp. 65-69, doi: 10.1109/ISECS.2009.202. 

  17. A. Kale, A. K. R. Chowdhury, R. Chelapa, "Towards a view invariant gait recognition algorithm", Advanced video and signal based surveilance IEEE Conference on, pp. 143-150, July 2003. 

  18. D. Tan, K. Huang, S. Yu, and T. Tan, "Efficient night gait recognition based on template matching", The 18th International Conference on Patern Recognition(ICPR), vol. 3, pp. 100-103, August 2006. 

  19. Z. Xue, D. Ming, W. Song, B Wan, and S. Jin, "Infrared gait recognition based on wavelet transform and suport vector machine", Patern Recognition, vol. 43, no. 8, pp. 2904-2910, August 2010. 

  20. Xiaxi Huang, N. V. Boulgouris, "Gait recognition with shifted energy image and structural feature extraction", Image Procesing, IEEE Transaction on, Vol. 21, pp. 256-268, April 2012. 

  21. S.D. Khan and H. Ullah, "A Survey of Advances in Vision-based Vehicle Re-identification," Computer Vision and Image Understanding, Vol. 182, pp. 50-63, 2019. 

  22. Q. Leng, M. Ye, and Q. Tian, "A Survey of Open-world Person Re-identification," IEEE Transactions on Circuits and Systems for Video Technology, Vol. 30, No. 4, pp. 1092-1108, 2019 

  23. E. Ahmed, M. Jones, and T. K. Marks, "An Improved Deep Learning Architecture for Person Re-Identification," Proceedings of the IEEE conference on computer vision and pattern recognition. pp.3908-3916, 2015. 

  24. L. Zheng, Y. Huang, H. Lu and Y. Yang, "Pose Invariant Embedding for Deep Person Re-Identification," IEEE Transactions on Image Processing, pp.4500-4509, 2019. DOI: 10.1109/TIP.2019.2910414 

  25. D. Wang, N. Canagarajah, D. Redmill and D. Bull, "Multiple description video coding based on zero padding," 2004 IEEE International Symposium on Circuits and Systems (IEEE Cat. No.04CH37512), Vancouver, BC, 2004, pp. II-205, doi: 10.1109/ISCAS.2004.1329244. 

  26. M. Kostinger, M. Hirzer, P. Wohlhart, P. M. Roth and H. Bischof, "Large scale metric learning from equivalence constraints," 2012 IEEE Conference on Computer Vision and Pattern Recognition, Providence, RI, 2012, pp. 2288-2295, doi: 10.1109/CVPR.2012.6247939. 

  27. A. W. M. Smeulders, D. M. Chu, R. Cucchiara, S. Calderara, A. Dehghan and M. Shah, "Visual Tracking: An Experimental Survey," in IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 36, no. 7, pp. 1442-1468, July 2014, doi: 10.11 09/TPAMI.2013.230. 

  28. Manghisi, Vito Modesto, et al. "Real time RULA assessment using Kinect v2 sensor." Applied ergonomics 65 (2017): 481-491. 

관련 콘텐츠

오픈액세스(OA) 유형

FREE

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

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

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

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

선택된 텍스트

맨위로