博碩士論文 108522076 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:49 、訪客IP:3.133.120.226
姓名 洪苡晴(Yi-Ching Hung)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱
(A HRNet-based Rehabilitation Monitoring System)
相關論文
★  Dynamic Overlay Construction for Mobile Target Detection in Wireless Sensor Networks★ 車輛導航的簡易繞路策略
★ 使用傳送端電壓改善定位★ 利用車輛分類建構車載網路上的虛擬骨幹
★ Why Topology-based Broadcast Algorithms Do Not Work Well in Heterogeneous Wireless Networks?★ 針對移動性目標物的有效率無線感測網路
★ 適用於無線隨意網路中以關節點為基礎的分散式拓樸控制方法★ A Review of Existing Web Frameworks
★ 將感測網路切割成貪婪區塊的分散式演算法★ 無線網路上Range-free的距離測量
★ Inferring Floor Plan from Trajectories★ An Indoor Collaborative Pedestrian Dead Reckoning System
★ Dynamic Content Adjustment In Mobile Ad Hoc Networks★ 以影像為基礎的定位系統
★ 大範圍無線感測網路下分散式資料壓縮收集演算法★ 車用WiFi網路中的碰撞分析
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 復健有助於治療運動和職業傷害。在傳統的復健過程中,治療師會依據不同
患者所需要的復健而分配指定的動作,讓患者在下次到醫院就診之間執行。這
依賴患者正確記住動作和執行這些動作。這會發生一些患者忘記執行動作或無
法詳細回憶每個動作的情況,結果延誤了復健治療的進度。或者在最壞的情況
下,患者可能會因為執行了不正確的復健動作而受到更嚴重的傷害。為了解決
上述問題,治療師和患者之間需要一個監督機制。一方面,可以提醒患者何時
復健,也能透過患者的智慧型手機顯示需要執行的復健動作。另一方面,也可
以幫助治療師監督患者復健的進度。在這項研究中,我們提出了一個 HRNet-
based rehabilitation monitoring system,是由一個 iOS 應用程式和伺服器端的服務組成。應用程式負責顯示和上傳復健影片。伺服器端計算影片中治療師的動作與患者的動作之間的相似度分數以及每個動作的重複次數。這些統計
資料將顯示給治療師和患者。實驗表明,相似度計算的 F1-Score 高達 0.9,重
複次數的 Soft Accuracy 則高於 90%。
摘要(英) The rehabilitation treatment helps to heal minor sports and occupational in- juries. In a traditional rehabilitation process, a therapist will assign certain actions to a patient to perform in between hospital visits, and it will rely on the patient to remember actions correctly and the schedule to perform them. It happens frequently that some patients forget to perform actions or fail to recall each action in detail. As a consequence, the progress of rehabilitation treatment is delayed or, in the worst case, the patient may suffer from additional injury caused by performing incorrect actions. To resolve these issues, a monitoring system is necessary between the therapist and the patient. On one hand, it can remind the patient when to per-form the actions and display the actions for the patient to follow via the patient’s smartphone. On the other hand, it helps the therapist monitor the progress of the rehabilitation for the patient. In this research, we propose a HRNet-based rehabilitation monitoring system, which consists of an iOS app and several components at the server-side. The app is in charge of displaying and collecting action videos. The server computes the similarity score between the therapist’s actions and the patient’s ones in the videos and the number of repetitions of each action. Theses stats will be shown to both of the patient and therapist. The extensive experiments show that the F1-Score of the similarity calculation is as high as 0.9 and the soft accuracy of the number of repetitions is higher than 90%.
關鍵字(中) ★ Pose Detection
★ Rehabilitation
關鍵字(英)
論文目次 1 Introduction . . . . . 1

2 Related Work . . . . . 3
2.1 2D Pose Detection . . . . . 3
2.2 3D Pose Detection . . . . . 4
2.3 Applications of Human Pose Estimation . . . . . 4

3 Preliminary 3.1 6 Human Pose Estimation . . . . . 6
3.1.1 Open Source Computer Vision . . . . . 6
3.1.2 High-Resolution Network . . . . . 7
3.2 Outlier Detection . . . . . 9
3.3 Noise Reduction . . . . . 10
3.3.1 Savitzky–Golay filter . . . . . 11
3.4 Kullback-Leibler Divergence . . . . . 12
3.5 SQLite . . . . . 12
3.6 Swift . . . . . 13

4 Design . . . . . 15
4.1 Client App . . . . . 16
4.2 Web Server . . . . . 20
4.3 HRNet-Based Action Monitoring Module . . . . . 24
4.3.1 Video processing . . . . . 24
4.3.2 Data Preprocessing . . . . . 26
4.3.3 Similarity Calculation . . . . . 29

5 Performance . . . . . 35
5.1 Experimental Environment . . . . . 35
5.2 Performance Metrics . . . . . 36
5.3 Experimental Results . . . . . 38
5.3.1 Similarity Calculation . . . . . 38
5.3.2 The Number of Repetitions . . . . . 40

6 Conclusion . . . . . 42

Reference . . . . . 43
參考文獻 [1] About swift — the swift programming language (swift 5.4). https://docs.swift. org/swift-book/.
[2] Sqlite home page. https://www.sqlite.org/index.html.
[3] Xcode 13 overview - apple developer. https://developer.apple.com/xcode/.
[4] Ken A Aho. Foundational and Applied Statistics for Biologists (First ed.). Chapman Hall, 2014.
[5] Talal Alatiah and Chen Chen. Recognizing exercises and counting repetitions in real time, 2020.
[6] Mykhaylo Andriluka, Stefan Roth, and Bernt Schiele. Pictorial structures revisited: People detection and articulated pose estimation. In 2009 IEEE Conference on Computer Vision and Pattern Recognition, pages 1014–1021, 2009.
[7] Mykhaylo Andriluka, Stefan Roth, and Bernt Schiele. Monocular 3d pose estimation and tracking by detection. In 2010 IEEE Computer Society Conference on Computer Vision and Pattern Recognition, pages 623–630, 2010.
[8] Valentin Bazarevsky, Ivan Grishchenko, Karthik Raveendran, Tyler Zhu, Fan Zhang, and Matthias Grundmann. Blazepose: On-device real-time body pose tracking, 2020.
[9] L Blum, M Blum, and M Shub. A simple unpredictable pseudo random number generator. SIAM J. Comput., 15(2):364–383, May 1986.
[10] Zhe Cao, Gines Hidalgo, Tomas Simon, Shih-En Wei, and Yaser Sheikh. Openpose: 43Realtime multi-person 2d pose estimation using part affinity fields. IEEE Transac- tions on Pattern Analysis and Machine Intelligence, 43(1):172–186, 2021.
[11] Ivan Culjak, David Abram, Tomislav Pribanic, Hrvoje Dzapo, and Mario Cifrek. A brief introduction to opencv. In 2012 Proceedings of the 35th International Conven- tion MIPRO, pages 1725–1730, 2012.
[12] Hao-Shu Fang, Shuqin Xie, Yu-Wing Tai, and Cewu Lu. Rmpe: Regional multi- person pose estimation. In 2017 IEEE International Conference on Computer Vision (ICCV), pages 2353–2362, 2017.
[13] Pedro F. Felzenszwalb and Daniel P. Huttenlocher. Pictorial structures for object recognition. IJCV, 61:2005, 2003.
[14] Stanton A. Glantz, Bryan K. Slinker, and Torsten B Neilands. Primer of Applied Regression Analysis of Variance (Third ed.). McGraw Hill, 2016.
[15] Renhao Huang, Jiqing Wang, Haowei Lou, Haodong Lu, and Bofei Wang. Miss yoga: A yoga assistant mobile application based on keypoint detection. In 2020 Digital Image Computing: Techniques and Applications (DICTA), pages 1–3, 2020.
[16] Sam Johnson and Mark Everingham. Clustered pose and nonlinear appear- ance models for human pose estimation. In Proc. BMVC, pages 12.1–11, 2010. doi:10.5244/C.24.12.
[17] Angjoo Kanazawa, Jason Y. Zhang, Panna Felsen, and Jitendra Malik. Learning 3d human dynamics from video. In Computer Vision and Pattern Recognition (CVPR), 2019. 44
[18] Rushil Khurana, K. Ahuja, Zac Yu, Jennifer Mankoff, Chris Harrison, and Mayank Goel. Gymcam: Detecting, recognizing, and tracking simultaneous exercises in un- constrained scenes. Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies, 2:1 – 17, 2018.
[19] Muhammed Kocabas, Nikos Athanasiou, and Michael J. Black. Vibe: Video infer- ence for human body pose and shape estimation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), June 2020.
[20] Erwin Kreyszig. Advanced Engineering Mathematics (Fourth ed.). Wiley, 1979.
[21] S. Kullback. Information Theory and Statistics. Dover Publications, 1968.
[22] D. C. Lewis. Polynomial least square approximations. American Journal of Mathe- matics, 69(2):273–278, 1947.
[23] Ying Li, Chenxi Wang, Yu Cao, Benyuan Liu, Joanna Tan, and Yan Luo. Human pose estimation based in-home lower body rehabilitation system. In 2020 International Joint Conference on Neural Networks (IJCNN), pages 1–8, 2020.
[24] Dushyant Mehta, Srinath Sridhar, Oleksandr Sotnychenko, Helge Rhodin, Moham- mad Shafiei, Hans-Peter Seidel, Weipeng Xu, Dan Casas, and Christian Theobalt. Vnect: Real-time 3d human pose estimation with a single rgb camera. volume 36, 2017.
[25] William Mendenhall and Terry Sincich. Statistics for Engineering and the Sciences (Fifth ed.). Pearson / Prentice Hall, 2007.
[26] Leonid Pishchulin, Mykhaylo Andriluka, Peter Gehler, and Bernt Schiele. Poselet 45conditioned pictorial structures. In 2013 IEEE Conference on Computer Vision and Pattern Recognition, pages 588–595, 2013.
[27] Alin-Ionut Popa, Mihai Zanfir, and Cristian Sminchisescu. Deep multitask architec- ture for integrated 2d and 3d human sensing. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), July 2017.
[28] D. Ramanan, D.A. Forsyth, and A. Zisserman. Strike a pose: tracking people by finding stylized poses. In 2005 IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR’05), volume 1, pages 271–278 vol. 1, 2005.
[29] Fazil Rishan, Binali De Silva, Sasmini Alawathugoda, Shakeel Nijabdeen, Lakmal Rupasinghe, and Chethana Liyanapathirana. Infinity yoga tutor: Yoga posture de- tection and correction system. In 2020 5th International Conference on Information Technology Research (ICITR), pages 1–6, 2020.
[30] A. Savitzky and M. J. E. Golay. Smoothing and differentiation of data by simplified least squares procedures. Analytical Chemistry, 36:1627–1639, 1964.
[31] Murray R. Spiegel and Larry J Stephens. Schaum’s Outlines Statistics (Fourth ed.). McGraw Hill, 2008.
[32] Ke Sun, Bin Xiao, Dong Liu, and Jingdong Wang. Deep high-resolution repre- sentation learning for human pose estimation. In 2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 5686–5696, 2019.
[33] Xiao Sun, Jiaxiang Shang, Shuang Liang, and Yichen Wei. Compositional hu- man pose regression. In 2017 IEEE International Conference on Computer Vision (ICCV), pages 2621–2630, 2017. 46
[34] Denis Tome, Chris Russell, and Lourdes Agapito. Lifting from the deep: Convolu- tional 3d pose estimation from a single image. 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Jul 2017.
[35] Alexander Toshev and Christian Szegedy. Deeppose: Human pose estimation via deep neural networks. In 2014 IEEE Conference on Computer Vision and Pattern Recognition, pages 1653–1660, 2014.
[36] Jianbo Wang, Kai Qiu, Houwen Peng, Jianlong Fu, and Jianke Zhu. Ai coach: Deep human pose estimation and analysis for personalized athletic training assistance. In Proceedings of the 27th ACM International Conference on Multimedia, MM ’19, page 374–382, New York, NY, USA, 2019. Association for Computing Machinery.
[37] Yi Yang and Deva Ramanan. Articulated human detection with flexible mix- tures of parts. IEEE Transactions on Pattern Analysis and Machine Intelligence, 35(12):2878–2890, 2013.
指導教授 孫敏德 審核日期 2021-7-26
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明