博碩士論文 105552013 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:41 、訪客IP:3.145.166.7
姓名 李冠億(Kuan-Yi Lee)  查詢紙本館藏   畢業系所 資訊工程學系在職專班
論文名稱 基於中文自然語言理解的機械手臂控制
(Robotic arm control based on Chinese Natural Language Understanding)
相關論文
★ 整合GRAFCET虛擬機器的智慧型控制器開發平台★ 分散式工業電子看板網路系統設計與實作
★ 設計與實作一個基於雙攝影機視覺系統的雙點觸控螢幕★ 智慧型機器人的嵌入式計算平台
★ 一個即時移動物偵測與追蹤的嵌入式系統★ 一個固態硬碟的多處理器架構與分散式控制演算法
★ 基於立體視覺手勢辨識的人機互動系統★ 整合仿生智慧行為控制的機器人系統晶片設計
★ 嵌入式無線影像感測網路的設計與實作★ 以雙核心處理器為基礎之車牌辨識系統
★ 基於立體視覺的連續三維手勢辨識★ 微型、超低功耗無線感測網路控制器設計與硬體實作
★ 串流影像之即時人臉偵測、追蹤與辨識─嵌入式系統設計★ 一個快速立體視覺系統的嵌入式硬體設計
★ 即時連續影像接合系統設計與實作★ 基於雙核心平台的嵌入式步態辨識系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 在人工智慧引領的潮流下,服務型機器人日益普及我們生活當中,機器人的人機互動成為一項重要研究議題。對於國人而言使用中文語音實現人機互動是最具有親合力的方式,但是傳統的語音聲控技術是以固定語句轉換為單一動作的模式,除了缺乏使用彈性,系統的維護和擴充也很困難。本研究設計一個基於自然語言處理技術的中文語音控制系統,並以六軸機械手臂控制作為應用。此一系統使用了自動語音識別、中文分詞和句法解析等中介軟體,結合本文提出的參照樹架構來實現六軸機械手臂的中文語音控制。實驗結果印證本系統能以不同語者使用不同句構但具有相同語義的語音命令,使機械手臂做出正確對應語義的動作。我們同時提供一個語音命令擴充的框架,讓系統具備不同應用間的可移植性,以及可滿足使用者的個人化命令設定。
摘要(英) Under the trend of artificial intelligence, service robots are becoming more and more popular in our lives, and human-computer interaction of robots has become an important research topic. For Chinese people, using Chinese speech to realize human-computer interaction is the most familiar way. The traditional voice command device is a module to convert fixed statements into single actions. It’s lack the flexibility for daily used and also difficult for system maintenance and expansion. Based on natural language processing technology, it designed a Chinese speech control system with an application of 6-DOF robot arm in this research. This system used API such as automatic speech recognition, Chinese word segmentation and syntactic parsing and combined with the reference tree structure which proposed in this research to realize 6-DOF robot arm with Chinese speech control system. The experimental results show that the system can use different speech and same meaning sentences with different speaker to make the robot arm execute the correct action. We also provide a framework for voice command extensions, allowing the system to have portability between different applications and to meet the user′s personalized command settings.
關鍵字(中) ★ 自然語言
★ 人機互動
★ 語音命令
關鍵字(英) ★ Natural Language
★ Human-Computer interaction
★ Voice command
論文目次 摘要 i
Abstract ii
目錄 iii
圖目錄 vi
表目錄 viii
第一章、 緒論 1
1.1 研究背景 1
1.2 研究目的 3
1.3 論文架構 4
第二章、 機器人人機對話 5
2.1 人工智慧 5
2.2 自動語音識別 6
2.2.1 Google Cloud Speech API 7
2.3 自然語言處理 9
2.3.1 中文自動分詞與標記 11
2.3.2 JIEBA中文分詞模組 13
2.3.3 語法解析 16
2.3.4 Stanford parser 17
2.4 人機對話 20
2.5 六軸機械手臂與運動控制 23
第三章、 中文語音控制系統設計 26
3.1 系統架構 26
3.1.1 自動語音識別 28
3.1.2 中文分詞與標記 29
3.1.3 句法解析 30
3.1.4 機械手臂指令合成 31
3.2 離散事件系統建模 35
3.2.1 中文語音控制系統 36
3.2.2 自動語音識別建模 36
3.2.3 中文分詞與標記 37
3.2.4 句法解析 38
3.2.5 機械手臂指令合成 39
3.2.6 主要狀態(state)與動作(action) 40
3.3 軟體合成 42
3.3.1 中文語音控制系統模型軟體合成 43
3.3.2 自動語音識別模型軟體合成 44
3.3.3 中文分詞與標記模型軟體合成 45
3.3.4 句法解析模型軟體合成 47
3.3.5 機械手臂指令合成模型軟體合成 49
第四章、 系統驗證 51
4.1 實驗平台 51
4.1.1 RoboDK 51
4.1.2 嵌入式開發板 53
4.1.3 六軸機械手臂 54
4.2 中文語音控制系統結合RoboDK軟體模擬驗證 57
4.2.1 模擬情境 57
4.2.2 參照樹與致動條件 58
4.2.3 模擬結果1 60
4.2.4 參照樹擴充與編輯 64
4.2.5 模擬結果2 66
4.3 中文語音控制系統硬體實驗 69
4.3.1 實驗情境 69
4.3.2 實驗結果 70
4.4 討論 72
第五章、 結論與未來方向 74
5.1 結論 74
5.2 未來方向 75
參考文獻 76
附錄一 79
附錄二 83
附錄三 85
參考文獻 [1] S.-M. JI and X.-H. HUANG, "Review of development and application of industrial robot technology", Journal of Mechanical & Electrical Engineering, vol. 32, no. 1, pp. 1-13, 2015.
[2] T. Gomi, " New Al and service robots", The Industrial Robot, vol. 30, no. 2, pp. 123-138, 2003
[3] ISO Press, "Manipulating Industrial Robots – Vocabulary", ISO Standard 8373,1994
[4] D. Ball, P. Ross, A. English, P. Milani, D. Richards, A. Bate, B.Upcroft, G. Wyeth, C. Corke, "Farm Workers of the Future: Vision-Based Robotics for Broad-Acre Agriculture", IEEE Robotics & Automation Magazine, vol. 24, no. 3, pp. 97-107, 2017.
[5] E. Probst, " Flexible Robot Arm Boosts Production", Modern Machine Shop, vol. 86, no. 4, pp. 112-124, 2013.
[6] S. Berman, Y. Edan, M. Jamshidi, " Navigation of decentralized autonomous automatic guided vehicles in material handling ", IEEE Transactions on Robotics and Automation, vol. 19, no. 4, pp. 743-749, 2003.
[7] Y. Yang, L. Li, "The design and implementation of a smart e-Receptionist", IEEE Potentials, vol. 32, no. 4, pp. 22-27, 2013.
[8] Kimitoshi Yamazaki, Ryohei Ueda, Shunichi Nozawa, Mitsuharu Kojima, Kei Okada, Kiyoshi Matsumotoa, Masaru Ishikawa, Isao Shimoyam, and Masayuki Inaba, "Home-Assistant Robot for an Aging Society", Proceedings of the IEEE, vol. 100, no. 8, pp. 2429-2441, 2012.
[9] L. Zorn, F. Nageotte, P. Zanne, A. Legner, B. Dallemagne, J. Marescaux, M. Mathelin, " A Novel Telemanipulated Robotic Assistant for Surgical Endoscopy: Preclinical Application to ESD " IEEE Transactions on Biomedical Engineering, vol. 65, no. 4, pp. 797-808, 2017.
[10] M. HAEGELE, " Executive Summary World Robotics 2017 Service Robots", World Robotics - Service Robots, pp. 12-19, 2017.
[11] J. Choi, Y. Cho, J. Choi, J. Choi, "A Layered Middleware Architecture for Automated Robot Services", International Journal of Distributed Sensor Networks, vol. 2014, 2014.
[12] Y. Kim, W. Yoon, "Generating Task-Oriented Interactions of Service Robots" IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS: SYSTEMS, vol. 44, no. 8, pp. 981-994, 2014.
[13] M. Obrist, E. Gatti, E. Maggioni, C.-T. Vi, C. Velasco, "Multisensory Experiences in HCI", IEEE Computer Society, vol. 24, no. 2, pp. 9-13, 2017.
[14] W. Guo, X. Sheng, H. Liu, X. Zhu, " Toward an Enhanced Human–Machine Interface for Upper-Limb Prosthesis Control With Combined EMG and NIRS Signals" IEEE Transactions on Human-Machine Systems, vol. 47, no. 4, pp. 564-575, 2017.
[15] S. Rautaray, A. Agrawal, "Real Time Multiple Hand Gesture Recognition System for Human Computer Interaction" International Journal of Intelligent Systems and Applications vol. 4, no. 5, pp. 56-64, 2012.
[16] A. Jungk, B. Thull, L. Fehrle, A. Hoeft, " A Case Study in Designing Speech Interaction with a Patient Monitor", Journal of Clinical Monitoring and Computing, vol. 16, no. 4, pp. 295-307, 2000.
[17] J. Hirschberg, B. Ballard, D. Hindle, "Natural language processing", AT&T Technical Journal vol. 67, no. 1, pp. 41-57, 1988.
[18] V. Gatteschi, F. Lamberti, P. Montuschi, A. Sanna, "Semantics-Based Intelligent Human-Computer Interaction", IEEE Intelligent Systems, vol. 31, no. 4, pp. 11-21, 2016.
[19] M. Ralph, M. Moussa, " Toward a Natural Language Interface for Transferring Grasping Skills to Robots", IEEE Transactions on Robotics Software, vol. 24, no. 2, pp. 468-475, 2008.
[20] J. Tao, F. Zheng, A. Li, Y. Li, "Advances in Chinese Natural Language Processing and Language resources", Speech Database and Assessments, 2009 Oriental COCOSDA International Conference on, 2009.
[21] Y. Sun, " For Computers, Too, It’s Hard to Learn to Speak Chinese", MIT Technology Review:https://www.technologyreview.com/s/608249/for-computers-too-its-hard-to-learn-to-speak-chinese/, 2017.
[22] S.-K. Wong, C. Venkatratnam, " Pick and place mobile robot for the disabled through voice commands", Robotics and Manufacturing Automation (ROMA), 2016 2nd IEEE International Symposium on, 2016.
[23] S. Rosa, A. Russo, A. Saglinbeni, G. Toscana, " Vocal interaction with a 7-DOF robotic arm for object detection, learning and grasping", Human-Robot Interaction (HRI), 2016 11th ACM/IEEE International Conference on, 2008.
[24] L. F. D. Haro, R. Cordoba,J. D. Fuente, D. A. Peces, J. M. B. Mera, " Low-Cost Speaker and Language Recognition Systems Running on a Raspberry Pi", IEEE Latin America Transactions, vol. 12, no. 4, pp. 755-763, 2014.
[25] Y. J, L. She, Y. Cheng, J. Bao, J. Y. Chai, N. Xi, " Program robots manufacturing tasks by natural language instructions", Automation Science and Engineering (CASE), 2016 IEEE International Conference on, pp. 21-25, 2016.
[26] C. Chen, M. Lin and X. Guo, "High-level modeling and synthesis of smart sensor networks for Industrial Internet of Things", Computers & Electrical Engineering, vol. 61, pp. 48-66, 2017.
[27] C. Chen, M. Lin, X. Guo, "High-level Modeling and Synthesis of Smart Sensor Networks for Industrial Internet of Things", Computers & Electrical Engineering, Vol.61, July 2017, pp.48–66
[28] C. Chen, C. Kuo, C. Chen and J. Dai, "The design and synthesis using hierarchical robotic discrete-event modeling", Journal of Vibration and Control, vol.19, pp.1603-1613, in 2013
[29] "raspberry-pi-gpio-explained", technicalustad. [Online]. Available: https://technicalustad.com/raspberry-pi-gpio-explained/
指導教授 陳慶瀚(Ching-Han Chen) 審核日期 2018-7-23
推文 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聯絡  - 隱私權政策聲明