博碩士論文 945202037 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:21 、訪客IP:3.128.78.1
姓名 范聖恩(Sheng-En Fann)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 以外形特徵為基礎之影像語言分類器-應用於破碎中文字合併
(Image Language Identification Using Shapelet Feature-Application in Merging Broken Chinese Characters)
相關論文
★ 使用視位與語音生物特徵作即時線上身分辨識★ 以影像為基礎之SMD包裝料帶對位系統
★ 手持式行動裝置內容偽變造偵測暨刪除內容資料復原的研究★ 基於SIFT演算法進行車牌認證
★ 基於動態線性決策函數之區域圖樣特徵於人臉辨識應用★ 基於GPU的SAR資料庫模擬器:SAR回波訊號與影像資料庫平行化架構 (PASSED)
★ 利用掌紋作個人身份之確認★ 利用色彩統計與鏡頭運鏡方式作視訊索引
★ 利用欄位群聚特徵和四個方向相鄰樹作表格文件分類★ 筆劃特徵用於離線中文字的辨認
★ 利用可調式區塊比對並結合多圖像資訊之影像運動向量估測★ 彩色影像分析及其應用於色彩量化影像搜尋及人臉偵測
★ 中英文名片商標的擷取及辨識★ 利用虛筆資訊特徵作中文簽名確認
★ 基於三角幾何學及顏色特徵作人臉偵測、人臉角度分類與人臉辨識★ 一個以膚色為基礎之互補人臉偵測策略
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 本論文使用外形特徵(Shapelet Feature)搭配Adaboost與 SVM兩種機器學習演算法來建構影像語言分類器。不同於過去,從上而下的概念將整張文件影像、或是某個文章、段落進行語言種類判別,本論文使用機器學習的方式自動計算足以分辨語言種類的特徵,可以細膩快速的判定文件中每個連通物件的語言種類(中文或是英文)。
輸入文字影像首先被邏輯上分成若干個區域,並計算各區域影像內四個方向的灰階梯度資訊以建構低階特徵,再將低階特徵傳入區域分類器計算其外形特徵,最後將各區域的區域外形特徵集合起來(全域外形特徵)即形成最終語言分類器的輸入特徵。
因為考量繁體中文字結構上的特性,對於文件中判定為中文部首、中文部分字的連通物件,我們再嘗試將其與左右連通物件合併以形成完整中文字。實驗除了分別比較兩階段Adaboost與Adaboost + SVM訓練方式效果的優劣外,亦將語言分類器發揮在以可攜式攝影器材取像的應用上。結果證明,本論文提出的方法可以實際應用在現今多語言文件的分析,除了能有效幫助後端文字辨識正確率的提升與文件內容的擷取,也能在不具備其它語系相關知識下,將此方法推廣至其它語系的語言分類上。
摘要(英) In this paper, a novel language identifier using shapelet feature with Adaboost and SVM has been developed. Different from previous works, our proposed mechanism not only can identify the language type in either Chinese or English of each connected component in the document image, but also obtain better robustness and gain highly efficiency and performance.
First of all, the input connected component image has been divided into several sub-windows logically. After then, the gradient responses of each sub-image in different directions are extracted and the local average of these responses around each pixel is manipulated. In the following, the Adaboost is performed to select a subset of its low-level features to construct a mid-level shapelet feature. Finally, the shapelet features are merged together in all sub-windows. Through the above process, all of the information from different parts of the image is combined together and treated as the feature of the final language identifier.
The broken or partial Chinese character connected components are tried to be combined with their neighboring connected components. The experimental results demonstrate that our proposed method not only can achieve the goal of improving the correctness rate for OCR process, but also obtain great merits for advanced document analysis.
關鍵字(中) ★ 機器學習
★ 影像語言分類
★ 影像語言辨識
★ 影像處理
★ 外形特徵
關鍵字(英) ★ image language identification
★ machine learning
★ shapelet feature
★ image language classification
★ image processing
論文目次 中文摘要 I
Abstract II
誌謝 III
目錄 IV
圖目錄 VI
表目錄 VIII
第一章 導論 1
1.1 研究動機與目的 1
1.2系統架構 5
1.3 論文架構 6
第二章 文獻探討相關研究 7
2.1 以文件為基礎語言分類 7
2.2 以文字為基礎語言分類 11
第三章 相關演算法 16
3.1 Adaboost演算法 16
3.2 SVM演算法 20
3.2.1 Soft margin 24
3.2.2 Kernel method 25
3.3 K-Means演算法 27
3.3.1 群集中心初始演算法( CCIA) 29
3.3.2 以密度為基礎多重規模資料壓縮演算法( DBMSDC) 31
第四章 前處理 33
4.1 二值化 35
4.2 連通物件分析 36
4.2.1 4-連通物件擷取 38
4.2.2 8-連通物件擷取 38
4.3 雜訊去除與圖文分離 39
4.4 文字行偵測 40
4.5 連通物件合併 43
4.6 文字部件區域標定 44
第五章 特徵抽取與訓練 50
5.1 特徵抽取 53
5.1.1 低階特徵抽取 54
5.1.2 區域外形特徵抽取 56
5.1.3 最終語言分類器 58
5.2 討論 60
第六章 實驗結果 61
6.1 Adaboost + SVM與兩階段Adaboost分類正確率比較 66
6.2 Adaboost + SVM與兩階段Adaboost分類時間比較 71
6.3 語言分類應用於中文名片辨識 75
第七章 結論與未來工作 82
參考文獻 84
參考文獻 [1]. P. Sibun and A. L. Spitz, “Language Determination: Natural Language Processing from Scanned Document Images.” Proceedings of the 4th Conference on Applied Natural Language Processing, Stuttgart Germany , pp. 15–21, 1994.
[2]. A. L. Spitz, “Determination of the Script and Language Content of Document Images.” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 19, pp. 235 - 245, 1997.
[3]. G. Peake, T. Tan, “Script and Language Identification from Document Images.” Proceedings of BMVC’97, vol. 2, pp. 610-619, 1997.
[4]. J. Hochberg, P. Kelly, T. Thomas, and L. Kerns, “Automatic Script Identication From Document Images Using Cluster-Based Templates.” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 19, pp. 176 - 181, 1997.
[5]. P. Sanguansat, P. Yanwit, P. Tangwiwatwong, W. Asdornwised, and S. Jitapunkul, “Language-based Hand-printed Character Recognition: A Novel Method using Spatial and Temporal Informative Features.” IEEE 13th Workshop on Neural Networks for Signal Processing, pp. 527-536, 2003.
[6]. Y. H. Liu, C. C. Lin and F. Chang, “Language Identification of Character Images Using Machine Learning Techniques.” 8th International Conference on Document Analysis and Recognition, pp.630-634, 2005.
[7]. F. Chang, C. H. Chou, C. C. Lin, and C. J. Chen, “A Prototype Classification Method and Its Application to Handwritten Character Recognition.” IEEE International Conference on System, Man, and Cybernetics, pp. 4738-4743, 2004.
[8]. T. Pham and D. Tran, “VQ-Based Written Language Identification.” Proceedings. 7th International Symposium on Signal Processing and Its Applications, vol. 1, pp. 513 – 516, 2003.
[9]. P. Sabzmeydani and G. Mori, “Detecting Pedestrians by Learning Shapelet Features.”IEEE Conference on Computer Vision and Pattern Recognition, pp. 1–8, 2007.
[10]. Y. Freund and R. E. Schapire, “A Short Introduction to Boosting.” Journal of Japanese Society for Artificial Intelligence, vol. 14, pp. 771–780, 1999.
[11]. V. N. Vapnik, “The Nature of Statistical Learning Theory.” Springer, 1995.
[12]. 曾定章, “影像處理”, 國立中央大學資訊工程學研究所影像處理課程教科書, 2007.
[13]. R. C. Gonzalez and R. E. Woods, ”Digital Image Processing.”
[14]. S. Haykin, “Neural Networks A Comprehensive Foundation.”
[15]. J. T. Tou and R. C. Gonzalez, “Pattern Recognition Principles.”
[16]. S. S. Khan and A. Ahmad, “Cluster center initialization algorithm for K-means Clustering.” Pattern Recognition Letters, vol. 25, pp. 1293-1302, 2004.
[17]. P. Mitra, “Density-Based Multiscale Data Condensation.” IEEE Pattern Analysis and Machine Intelligence, vol. 24, pp. 734-747 , 2002
[18]. N. Otsu, "A Threshold Selection Method from gray-level Histograms." IEEE International Conference on System, Man, and Cybernetics. vol. 9, pp. 62–66, 1979.
[19]. C. C. Chang, C. C. Lin, LIBSVM :
a library for support vector machines, 2001. Software available at http://www.csie.ntu.edu.tw/~cjlin/libsvm
[20]. J. C. Burges, “A Tutorial on Support Vector Machine for Pattern Recognition.” Data Mining and Knowledge Discovery, vol 2, pp. 121-167, 1998.
[21]. S. Jensen, “An Introduction to Lagrange Multipliers.”, http://www.slimy.com/~steuard/teaching/tutorials/Lagrange.html
指導教授 范國清、溫敏淦
(Kuo-Chin Fan、Ming-Gang Wen)
審核日期 2009-2-2
推文 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聯絡  - 隱私權政策聲明