博碩士論文 105521073 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:115 、訪客IP:3.143.204.241
姓名 呂澤阜(Tse-Fu Lu)  查詢紙本館藏   畢業系所 電機工程學系
論文名稱 資料擴增於即時眼寫辨識的卷積神經網路
(Convolutional Neural Network with Data Augmentation for Real-time EOG Eye-writing Recognition)
相關論文
★ 電子式基因序列偵測晶片之原型★ 眼動符號表達系統之可行性研究
★ 利用網印碳電極以交流阻抗法檢測糖化血紅素★ 電子式基因序列偵測晶片可行性之研究
★ 電腦化肺音擷取系統★ 眼寫鍵盤和眼寫滑鼠
★ 眼寫電話控制系統★ 氣喘肺音監測系統之可行性研究
★ 肺音聽診系統之可行性研究★ 穿戴式腳趾彎曲角度感測裝置之可行性研究
★ 注音符號眼寫系統之可行性研究★ 英文字母眼寫系統之可行性研究
★ 數位聽診器之原型★ 使用角度變化率為基準之心電訊號壓縮法
★ 電子式基因微陣列晶片與應用電路研究★ 電子聽診系統應用於左右肺部比較之臨床研究
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 本研究實現了一種基於卷積網路(Convolutional neural network, CNN) 的眼寫系統。 透過由眼電圖法(Electro-OculoGraphy, EOG)擷取眼睛移動產生的電訊號,採用End-to-End的架構,直接將訊號送入網路並且即時的輸出結果,無須再對眼電訊號進行繁雜的特徵抽取。本研究提出的系統除了硬體成本低廉,並且能夠在一般平價的品牌電腦上即時運行。
除了書寫之外,本研究提出的系統也能在各種控制場合做為人機介面,利用EOG訊號做為輸入指令,控制物件。本研究利用此系統實作一個範例,能夠直接依照著手寫筆劃書寫10個阿拉伯數字、26個英文大寫字母,以及自定義的空白(space)及退格(backspace)的眼寫系統,並且在測試時擁有95.7%的準確率。在文末也透過混淆矩陣(confusion matrix)來探討較容易使系統誤判的情況,並提供設計指令/符號的一些訣竅與建議。
此外,本研究還提出了即時的適應性眨眼偵測演算法用以偵測眨眼及計算眨眼次數來分隔符號、局部最大值偵測法用以縮放訊號來標準化訊號、及EOG訊號的兩種數據擴增方式以使數據集涵蓋更多可能的眼寫軌跡。
摘要(英) In this study, a Convolutional neural network (CNN) based eye-writing system is implemented. With the end-to-end structure, we acquire electric signal generated by eye moving through Electro-OculoGraphy (EOG), then feed the signal into the network directly without extracting complex features from the signal and network will output the symbol of recognition immediately. This system also has low hardware cost and it can run in most budget PC at real time.
Besides writing symbols or characters, this system also can be used to facilitate a Human-Machine Interface (HMI). In order to demonstrate the system proposed in this study, we used this system to implement an eye-writing system as an example which with 10 Arabic numerals and 26 English capital letters, all of which are written in accordance with handwritten strokes, as well as the space and backspace with specially designed writing patterns. This system attains a 95.7% accuracy in the test.
In the end of this paper, we discuss some conditions where it is easier to misjudge the system by the confusion matrix, and provide some tips and suggestions for instructions/symbols design.
In addition, this study also proposes a real-time adaptive blink detection algorithm which can detect and count eye blinks in the time domain with low computation, a local maximum based standardization algorithm and two method of data augmentation of EOG signal.
關鍵字(中) ★ 眼電圖
★ 眼寫
★ 眨眼偵測
★ 深度學習
★ 卷積網路
★ 數據擴增
關鍵字(英) ★ EOG
★ eye-writing
★ blink detection
★ deep learning
★ CNN
★ data augmentation
論文目次 摘要 i
Abstract ii
致謝 iii
目錄 iv
圖目錄 vi
表目錄 vii
第一章 緒論 1
1.1 研究動機 1
1.2 論文架構 2
1.3 文獻回顧 2
第二章 背景知識 4
2.1 眼球基本構造及EOG原理 4
2.2 EOG訊號特性 5
2.3 其他眼動量測方法與EOG之優缺點 7
第三章 眼寫系統設計與製作 8
3.1 EOG訊號放大與濾波電路 8
3.1.1 電極貼片及貼片配置 9
3.1.2 儀表放大器 9
3.1.3 右腳驅動電路 10
3.1.4 低通濾波器 10
3.1.5 高通濾波器 11
3.1.6 準位平移電路 11
3.1.7 反向放大器 11
3.1.8 類比數位轉換器(ADC)及通用序列匯流排(USB)設置 11
3.2 深度卷積網路與即時眼寫辨識 13
3.2.1 訊號前置處理 13
3.2.2 即時眨眼偵測與訊號分割 14
3.2.3 重新取樣 15
3.2.4 訊號標準化 15
3.2.5 卷積網路 16
3.2.6 即時眼寫辨識 17
3.3 網路訓練與數據擴增 18
3.3.1 時間扭曲(time warp): 19
3.3.2 空間扭曲(special deformation): 20
第四章 實驗環境與步驟 25
4.1 實驗環境與受測人員 25
4.2 實驗介面 26
4.3 實驗項目 27
4.4 實驗步驟 27
第五章 實驗結果與討論 28
5.1 數據擴增 28
5.2 可靠度與可信度 32
5.3 輸入速度 32
5.4 實驗結果討論 33
5.4.1 數據擴增 33
5.4.2 眼寫系統 33
5.5 和其他研究的比較 34
第六章 結論與未來展望 39
6.1 結論 39
6.2 未來展望 39
參考文獻 40
附錄 A 各符號軌跡定義 42
附錄 B 各符號EOG訊號 45
附錄 C 實驗影片連結 65
參考文獻 [1] 百度百科. "世界五大絕症." 百度百科. https://baike.baidu.com/item/%E4%B8%96%E7%95%8C%E4%BA%94%E5%A4%A7%E7%BB%9D%E7%97%87 (accessed 6/26, 2019).
[2] F. Fang and T. Shinozaki, "Electrooculography-based continuous eye-writing recognition system for efficient assistive communication systems," PLoS One, vol. 13, no. 2, 2018.
[3] 羅揚清, 蔡清標, 林恭平, and 廖光淦. "《淺談漸凍人─肌萎縮性脊髓側索硬化症》." http://www.mnda.org.tw/disease_info.php (accessed 6/26, 2019).
[4] J.-Z. Tsai, C. K. Lee, C.-M. Wu, J. J. Wu, and K. P. Kao, "A feasibility study of an eye-writing system based on electro-oculography," Journal of Medical and Biological Engineering, vol. 28, pp. 39-46, 2008.
[5] C.-K. Lee, "注音符號眼寫系統之可行性研究," 中央大學電機工程學系學位論文, 2005.
[6] 余長憲, "眼寫電話控制系統," 國立中央大學電機工程學系學位論文, 2006.
[7] 張嘉安, "眼寫鍵盤和眼寫滑鼠," 國立中央大學電機工程學系學位論文, 2006.
[8] 陳才士, "可攜式眼寫電腦控制及仿口語系統," 國立中央大學電機工程學系學位論文, 2007.
[9] L. Kwang-Ryeol, C. Won-Du, K. Sungkean, and I. Chang-Hwan, "Real-time "Eye-Writing" recognition using electrooculogram," IEEE Trans Neural Syst Rehabil Eng, vol. 25, no. 1, pp. 37-48, 2017.
[10] F. Simini, A. Touya, A. Senatore, and J. Pereira, "Gaze tracker by electrooculography (EOG) on a head-band," in 10th International Workshop on Biomedical Engineering, Kos, Greece, 2011, pp. 1-4.
[11] T. Yagi, Y. Kuno, K. Koga, and T. Mukai, "Drifting and blinking compensation in electro-oculography (EOG) eye-gaze interface," in IEEE International Conference on Systems, Man and Cybernetics, Taipei, Taiwan, 2006, vol. 4, pp. 3222-3226.
[12] A. Sammaiah, B. Narsimha, E. Suresh, and M. S. Reddy, "On the performance of wavelet transform improving Eye blink detections for BCI," in 2011 International Conference on Emerging Trends in Electrical and Computer Technology, Nagercoil, India, 2011: IEEE, pp. 800-804.
[13] M. S. Reddy, B. Narasimha, E. Suresh, and K. S. Rao, "Analysis of EOG signals using wavelet transform for detecting eye blinks," in 2010 International Conference on Wireless Communications & Signal Processing (WCSP), Suzhou, China, 2010, pp. 1-4.
[14] A. M. S. Ang, Z. G. Zhang, Y. S. Hung, and J. N. F. Mak, "A user-friendly wearable single-channel EOG-based human-computer interface for cursor control," in 7th International IEEE/EMBS Conference on Neural Engineering (NER), Montpellier, France, 2015, pp. 565-568.
[15] M. S. Hossain, K. Huda, and M. Ahmad, "Command the computer with your eye-An electrooculography based approach," in 8th International Conference on Software, Knowledge, Information Management and Applications (SKIMA 2014), Dhaka, Bangladesh, 2014, pp. 1-6.
[16] A. Chaudhuri, A. Dasgupta, S. Chakrborty, and A. Routray, "A low-cost, wearable, portable EOG recording system," in 2016 International Conference on Systems in Medicine and Biology (ICSMB), Kharagpur, India, 2016: IEEE, pp. 102-105.
[17] A. J. Golparvar and M. K. Yapici, "Graphene-coated wearable textiles for EOG-based human-computer interaction," in 2018 IEEE 15th International Conference on Wearable and Implantable Body Sensor Networks (BSN), Las Vegas, NV, USA, 2018: IEEE, pp. 189-192.
[18] N. Meziane, J. G. Webster, M. Attari, and A. J. Nimunkar, "Dry electrodes for electrocardiography," Physiological measurement, vol. 34, no. 9, p. R47, 2013.
[19] T. Instruments. INA12x Precision, Low-Power Instrumentation Amplifiers [Online] Available: http://www.ti.com/lit/ds/symlink/ina128.pdf
[20] ARDUINO. "ARDUINO-Home page." https://store.arduino.cc/usa/ (accessed 6/27, 2019).
指導教授 蔡章仁(Jang-Zern Tsai) 審核日期 2019-8-22
推文 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聯絡  - 隱私權政策聲明