$\require{mediawiki-texvc}$

연합인증

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

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

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

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

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

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

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

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

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

Lightening of Human Pose Estimation Algorithm Using MobileViT and Transfer Learning 원문보기

韓國컴퓨터情報學會論文誌 = Journal of the Korea Society of Computer and Information, v.28 no.9, 2023년, pp.17 - 25  

Kunwoo Kim (Dept. of AI, Big Data & Management, Kookmin University) ,  Jonghyun Hong (Dept. of AI, Big Data & Management, Kookmin University) ,  Jonghyuk Park (Dept. of AI, Big Data & Management, Kookmin University)

초록
AI-Helper 아이콘AI-Helper

본 논문에서는 매개변수가 더 적고, 빠르게 추정 가능한 MobileViT 기반 모델을 통해 사람 자세 추정 과업을 수행할 수 있는 모델을 제안한다. 기반 모델은 합성곱 신경망의 특징과 Vision Transformer의 특징이 결합한 구조를 통해 경량화된 성능을 입증한다. 본 연구에서 주요 매커니즘이 되는 Transformer는 그 기반의 모델들이 컴퓨터 비전 분야에서도 합성곱 신경망 기반의 모델들 대비 더 나은 성능을 보이며, 영향력이 커지게 되었다. 이는 사람 자세 추정 과업에서도 동일한 상황이며, Vision Transformer기반의 ViTPose가 COCO, OCHuman, MPII 등 사람 자세 추정 벤치마크에서 모두 최고 성능을 지키고 있는 것이 그 적절한 예시이다. 하지만 Vision Transformer는 매개변수의 수가 많고 상대적으로 많은 연산량을 요구하는 무거운 모델 구조를 가지고 있기 때문에, 학습에 있어 사용자에게 많은 비용을 야기시킨다. 이에 기반 모델은 Vision Transformer가 많은 계산량을 요구하는 부족한 Inductive Bias 계산 문제를 합성곱 신경망 구조를 통한 Local Representation으로 극복하였다. 최종적으로, 제안 모델은 MS COCO 사람 자세 추정 벤치마크에서 제공하는 Validation Set으로 ViTPose 대비 각각 5분의 1과 9분의 1만큼의 3.28GFLOPs, 972만 매개변수를 나타내었고, 69.4 Mean Average Precision을 달성하여 상대적으로 우수한 성능을 보였다.

Abstract AI-Helper 아이콘AI-Helper

In this paper, we propose a model that can perform human pose estimation through a MobileViT-based model with fewer parameters and faster estimation. The based model demonstrates lightweight performance through a structure that combines features of convolutional neural networks with features of Visi...

주제어

표/그림 (7)

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

문제 정의

  • 결과적으로 ViTPose가 자세 추정에서 좋은 성능을 보여주었지만 이를 위해서는 많은 계산 자원이 필요하게 되었다. 본 논문에서는 이와 같은 무겁고 복잡한 구조의 약점을 극복하고자 MobileViT를 사용하여 모델 규모 측면에서의 개선을 시도하였다.
  • 본 논문의 목표는 사람 자세 추정에 있어 MobileViT를 사용하여 성능손실을 최소화하고 경량화된 모델 MobileViTPose를 제안하는 것이다. 이를 위해 사용된 모델 MobileViT는 MobileNetV2블록(MV2)과 MobileViT블록의 연속적 조합으로 구성되었으며, Fig.
  • 본 연구에서는 합성곱 신경망과 ViT의 장점을 결합한 MobileViT를 활용하여 사람의 자세를 추정할 수 있는 모델을 제안한다. 실험결과 ViTPose보다 더 적은 연산량과 매개변수로, 더 가벼운 모델을 선보이며 MS COCO Validation Dataset에서 69.
본문요약 정보가 도움이 되었나요?

참고문헌 (26)

  1. B. Xiao, H. Wu, and Y. Wei, "Simple baselines for human pose?estimation and tracking," Proceedings of the European Conference on Computer Vision, pp. 466-481, Apr. 2018. DOI:?10.48550/arXiv.1804.06208 

  2. J. Park, D. Park, D. Hwan, Y. Na, S. Lee, "Deep-Learning Based?Real-time Fire Detection Using Object Tracking Algorithm,"?Proceedings of The Korea Society of Computer and Information,?Vol. 27, No. 1, pp. 1-8, Jan. 2022. DOI:10.9708/jksci.2022.27.01.001 

  3. D. Hwang, G. Moon, Y. Kim, "SKU-Net: Improved U-Net using?Selective Kernel Convolution for Retinal Vessel Segmentation,"?Proceedings of The Korea Society of Computer and Information,?Vol. 26, No. 4, pp. 29-37, Apr. 2021. DOI:10.9708/jksci.2021.26.04.029 

  4. S. Yang, S. Lee, "Improved CNN Algorithm for Object Detection?in Large Images," Proceedings of The Korea Society of Computer?and Information, Vol. 25, No. 1, pp. 45-53, Jan. 2020. DOI:10.9708/jksci.2020.25.01.045 

  5. A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, Aidan,?N. Gomez, L. Kaiser, I. Polosukhin, "Attention Is All You Need,"?Proceedings of the Neural Information Processing Systems, Dec.?2017. DOI: 10.48550/arXiv.1706.03762 

  6. A. Dosovitskiy, L. Beyer, A. Kolesnikov, D. Weissenborn, X.?Zhai, T. Unterthiner, M. Dehghani, M. Minderer, G. Heigold,?S. Gelly, J. Uszkoreit, N. Houlsby. "An Image Is Worth 16X16?Words: Transformers For Image Recognition At Scale,"?Proceedings of the International Conference on Learning?Representations, Aug. 2021 DOI: 10.48550/arXiv.2010.11929 

  7. H. Touvron, M. Cord, M. Douze. F. Massa, A. Sablayrolles, H.?J'egou, "Training data-efficient image transformers & distillation?through attention," arXiv preprint arXiv:2012.12877, Dec. 2022.?DOI: 10.48550/arXiv.2012.12877 

  8. A.. Krizhevsky, I. Sutskever, Geoffrey E. Hinton, "ImageNet?Classification with Deep Convolutional Neural Networks,"?Proceedings of the Neural Information Processing Systems pp.?84-90, 2012. DOI: 10.1145/3065386 

  9. C. Szegedy, W. Liu, Y. Jia, P. Sermanet, S. Reed, D. Anguelov,?D. Erhan, V. Vanhoucke, A. Rabinovich, "Going Deeper with?Convolutions," Proceedings of the IEEE Conference on Computer?Vision and Pattern Recognition, June. 2015. DOI: 10.1109/CVPR.2015.7298594 

  10. K. Simonyan, A. Zisserman, "Very Deep Convolutional?Networks for Large-Scale Image Recognition," arXiv preprint?arXiv:1409.1556, Apr. 2014. DOI: 10.48550/arXiv.1409.1556 

  11. K. He, X. Zhang, S. Ren, J. Sun, "Deep Residual Learning for?Image Recognition," Proceedings of the IEEE Conference on?Computer Vision and Pattern Recognition, 770-778. June. 2016.?DOI: 10.1109/CVPR.2016.90 

  12. G. Huang, Z. Liu, L. van der Maaten, Kilian Q. Weinberger,?"Densely Connected Convolutional Networks," Proceedings of?the IEEE Conference on Computer Vision and Pattern?Recognition, pp. 4700-4708, July. 2017. DOI: 10.1109/CVPR.2017.243 

  13. J. Wang, Ke Sun, T. Cheng, B. Jiang, C. Deng, Y. Zhao, D.?Liu, Y. Mu, M. Tan, X. Wang, W. Liu, B. Xiao, " Deep?High-Resolution Representation Learning for Visual?Recognition," Proceedings of the IEEE Conference on Computer?Vision and Pattern Recognition, pp. 3349-3364, Apr. 2021. DOI:?10.1109/TPAMI.2020.2983686 

  14. Y. Xu1, J. Zhang, Q. Zhang, D. Tao. "ViTPose: Simple Vision?Transformer Baselines for Human Pose Estimation,"?Proceedings of the Neural Information Processing Systems, Oct.?2022. DOI: 10.48550/arXiv.2204.12484 

  15. T.-Y. Lin, M. Maire, S. Belongie, J. Hays, P. Perona, D.?Ramanan, P. Dollar, and C. L. Zitnick, "Microsoft coco:?Common objects in context," Proceedings of the European?Conference on Computer Vision, May. 2014. DOI: 10.48550/arXiv.1405.0312 

  16. S.-H. Zhang, R. Li, X. Dong, P. Rosin, Z. Cai, X. Han, D.?Yang, H. Huang, and S.-M. Hu. "Pose2seg: Detection free?human instance segmentation," Proceedings of the IEEE/CVF?Conference on Computer Vision and Pattern Recognition, pp.?889-898. June. 2019. DOI: 10.1109/CVPR.2019.00098 

  17. M. Andriluka, L. Pishchulin, P. Gehler, and B. Schiele, "2d?human pose estimation: New benchmark and state of the art?analysis," Proceedings of the Conference on Computer Vision?and Pattern Recognition, pp. 3686-3693. June. 2014. DOI:?10.1109/CVPR.2014.471 

  18. T. Xiao, M. Singh, E. Mintun, T. Darrell, P. Dollar, and R.?Girshick, "Early convolutions help transformers see better,"?arXiv preprint arXiv:2106.14881. June. 2021. DOI: 10.48550/arXiv.2106.14881 

  19. D. Mehta, M. Rastegari, "Mobilevit: Light-Weight, General-Purpose, And Mobile-Freindly Vision Transformer,"?Proceedings of the International Conference on Learning?Representations. Jan. 2022. DOI: 10.48550/arXiv.2110.02178 

  20. Q. Cheng, X. Li, B. Zhu,Y. Shi, B. Xie, "Drone Detection?Method Based on MobileViT and CA-PANet," Proceedings of?the Electronics, pp. 223-239. Dec. 2023. DOI: 10.3390/electronics12010223 

  21. Y. Yang, L. Zhang, L. Ren, X. Wang, "MMViT-Seg: A?lightweight transformer and CNN fusion network for?COVID-19 segmentation," Proceedings of the Computer?Methods and Programs in Biomedicine, Mar. 2023. DOI:?10.1016/j.cmpb.2023.107348 

  22. J. Deng, W. Dong, R. Socher, L.-J. Li, K. Li, and L. Fei-Fei,?"Imagenet: A large-scale hierarchical image database,"?Proceedings of the Conference on Computer Vision and Pattern?Recognition, pp. 248-255, June. 2009. DOI: 10.1109/CVPR.2009.5206848 

  23. M. Contributors, "Openmmlab pose estimation toolbox and?benchmark," https://github.com/open-mmlab/mmpose. 

  24. O. Russakovsky, J. Deng, H. Su, J. Krause, S. Satheesh, S.?Ma, Z. Huang, A. Karpathy, A. Khosla, M. Bernstein,?Alexander, C. Berg. Li Fei-Fei, "ImageNet Large Scale Visual?Recognition Challenge," arXiv preprint arXiv:1409.0575, Sep.?2014. DOI: 10.48550/arXiv.1409.0575 

  25. S. J. Reddi, S. Kale, and S. Kumar, "On the convergence of?adam and beyond," Proceedings of the International Conference?on Learning Representations, Sep. 2019. DOI: 10.48550/arXiv.1904.09237 

  26. Z. Yang, Z. Dai, Y. Yang, J. Carbonell, R. R. Salakhutdinov,?and Q. V. Le, "Xlnet: Generalized autoregressive pretraining?for language understanding," Proceedings of the Neural?Information Processing Systems, June. 2019. DOI: 10.48550/arXiv.1906.08237 

관련 콘텐츠

오픈액세스(OA) 유형

FREE

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

이 논문과 함께 이용한 콘텐츠

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

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

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

선택된 텍스트

맨위로