博碩士論文 92522017 詳細資訊




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

摘要(中) 簽名確認系統( SVS )是一種以簽名為生物特徵來確認簽名者身份的生物認證系統。目前已被廣泛的應用在許多需要確認使用者身份的場合中。簽名是生物特徵的一種,不像密碼( password )有容易遺忘、被盜用或是被猜測的危險性。並且比起其他生物認證系統,由於以簽名來確認身份的方式由來已久,因此更容易被大眾所接受。
本論文將實做一個線上中文簽名確認系統,此系統由全域性特徵與區域性特徵兩個獨立的模組組成簽名確認核心,全域性模組在特徵抽取階段選擇了目前文獻中一些經常被利用到的特徵,區域性模組則提出了一個新的方法—抽取簽名的資料串列( data string )。不管是全域性或區域性模組,都會以筆劃外型 (實筆) 與提筆軌跡 (虛筆) 作為抽取特徵之對象。特徵抽取結束之後,將得到全域模組特徵集與區域模組特徵集,接著分別對兩特徵集作真偽簽名之區別力分析,依特徵之區別力高低對其重要性作排名,接著再選取前幾名的特徵形成個人化的特徵集。在簽名確認的階段,當測試簽名與參考樣本進行特徵比對時,將會依照特徵之重要性而給予不同的權重。實驗結果顯示新的資料串列區域特徵是相當有效的簽名特徵,也驗證本系統有不錯的能力,來分辨真實簽名與模仿簽名。
摘要(英) Signature verification is a kind of biometrics verification which can verify the identity of the signer using signature feature as the biometrics feature. Currently, it has already been applied to a lot of occasions needing the confirming of user identity. It is not easy to forget your own signature or forge other person’s signature like password. Comparing with other biometric systems, it is admitted as the most popular way which can be accepted by everybody in identity verification.
In this thesis, an online Chinese signature verification system is devised to achieve the goal of identity verification. The proposed signature verification system is composed of two main modules including global and local modules. Almost all previous literatures emphasize on global module by choosing the global features of signatures. In addition to global module, local module is also proposed by extracting a novel set of features that is the data strings of signatures. No matter global or local module, the stroke trajectory (real-stroke) and the pen-up trajectory (virtual-stroke) will always be used as the target for feature extraction. After performing the feature extraction process, global and local feature sets will be obtained. Then, the two feature sets are analyzed carefully and the importance of the each feature is ranked depending on its power in distinguishing the genuine signature from forgeries. Next, the topper features are chosen to form the personalized feature set. In signature verification process, different weights are assigned to different features when conducting feature matching between the test signature and reference templates so that optimal performance can be obtained. Experimental results demonstrate that the proposed system is effective in signature verification.
關鍵字(中) ★ 特徵選取
★ 線上中文簽名確認
★ 特徵分析
關鍵字(英) ★ online Chinese signature verification
★ feature selection
★ feature analysis
論文目次 Abstract............................................................................................................................i
摘要..................................................................................................................................ii
目錄.................................................................................................................................iv
第一章 緒論..................................................................................................................1
1.1 研究動機..........................................................................................................1
1.1.1 簽名確認系統......................................................................................1
1.1.2 測試虛筆特徵的效能..........................................................................3
1.1.3 充分利用實筆與虛筆特徵之效能......................................................4
1.1.4 特徵分析與個人化特徵集之建立......................................................5
1.1.5 提出一個新的String feature 擷取方法............................................5
1.1.6 加權多專家簽名確認系統..................................................................5
1.2 相關研究..........................................................................................................7
1.3 系統流程........................................................................................................10
1.4 論文架構........................................................................................................12
第二章 前處理............................................................................................................13
2.1 資料取得........................................................................................................13
2.2 雜訊去除........................................................................................................14
2.3 空白區域去除................................................................................................15
2.4 等時間重新取樣............................................................................................16
2.5 簽名點速度計算............................................................................................17
第三章 特徵抽取........................................................................................................18
3.1 全域性簽名特徵............................................................................................19
3.1.1 動態特徵............................................................................................19
3.1.2 外型特徵............................................................................................21
3.1.3 統計式特徵........................................................................................22
3.2 區域性簽名特徵............................................................................................27
3.2.1 速度....................................................................................................28
3.2.2 壓力....................................................................................................29
3.2.3 持筆角度............................................................................................29
第四章 特徵分析........................................................................................................31
4.1 全域性簽名特徵分析....................................................................................32
4.1.1 內部穩定度........................................................................................33
4.1.2 與隨機仿簽的距離............................................................................33
4.1.3 與技術仿簽的距離............................................................................34
4.1.4 特徵排名與選取................................................................................34
4.2 區域性性簽名特徵分析................................................................................36
v
4.2.1 內部穩定度........................................................................................37
4.2.2 特徵排名與選取................................................................................38
第五章 參考樣本建立與特徵比對............................................................................39
5.1 全域特徵確認模組.........................................................................................40
5.1.1 參考樣本建立....................................................................................40
5.1.2 特徵權重計算....................................................................................41
5.1.3 特徵比對............................................................................................42
5.2 區域特徵確認模組.........................................................................................44
5.2.1 參考樣本建立....................................................................................44
5.2.2 特徵權重計算....................................................................................45
5.2.3 特徵比對............................................................................................45
第六章 實驗結果........................................................................................................48
6.1 簽名資料庫....................................................................................................48
6.1.1 真實簽名資料庫................................................................................49
6.1.2 模仿簽名資料庫................................................................................49
6.2 全域性特徵模組.............................................................................................50
6.2.1 個人化特徵集及特徵選取.................................................................50
6.2.2 三種特徵區別力係數之比較.............................................................54
6.2.3 特徵加權.............................................................................................56
6.3 區域性特徵模組.............................................................................................57
6.3.1 個人化特徵集及特徵選取.................................................................57
6.3.2 閥值選取............................................................................................59
6.3.3 特徵加權............................................................................................61
6.4 結合全域與區域特徵模組之簽名確認系統................................................62
6.4.1 各自以最佳效能作組合....................................................................62
6.4.2 針對特定測試樣本作組合................................................................63
第七章 結論與未來工作............................................................................................64
7.1 結論................................................................................................................64
7.2 未來工作........................................................................................................66
參考文獻........................................................................................................................67
參考文獻 [1] R. Plamondon, and S.N. Srihari, “On-line and Off-line handwriting recognition: A Comprehensive Survey,” IEEE T-PAMI, Vol.22, no. 1, pp. 63-84, 2000
[2] G. Gupta and A. McCabe, “A review of dynamic handwritten signature verification,” Computer Science Dept. James Cook University Technical Article, 1997.
[3] Xuhua, Y., T. Furuhashi, K. Obata, and Y. Uchikawa, “Constructing a high performance signature verification system using a GA method,” in Proceedings of Second New Zealand International Two-stream Conference on Artificial Neural Networks and Expert System, pp. 170-173, 1995.
[4] 賴承澤, 利用虛筆資訊特徵作中文簽名確認,中央大學資訊工程研究所碩士論文, 2001.
[5] L. L. Lee, T. Berger, and E. Aviczer, “Reliable on-line human signature verification systems,” IEEE T-PAMI, Vol. 18, no. 6, 1996.
[6] N. J. Cheng, C. J. Wen, H. F. Yau, D. H. Liu, K. Liu, K. C. Cheng, and B. S. Jeng, “On-line Chinese signature verification with mixture of experts,” in Proceedings IEEE, International Carnahan Conference on Security Technology, pp. 244-247, 1998.
[7] L. Bovino, S. Impedovo, G. Pirlo, and L. Sarcinella, “Multi-expert verification of hand-written signatures,” in Proceedings IEEE, Seventh ICDAR, 2003.
[8] A. K. Jain, F. D. Griess, and S. D. Connell, “On-line signature verification,” Pattern Recognition Vol. 35, pp. 2963-2972, 2002.
[9] T. Qu, A. E. Saddik, and A. Adler, “A stroke based algorithm for dynamic signature verification,” in Proceedings IEEE, CCECE, 2004.
[10] H. Feng and C. C. Wah, “Online signature verification using a new extreme points warping technique,” Pattern Recognition Letters Vol. 24, pp. 2943-2951, 2003.
[11] T. H. Rhee, S. J. Cho, and J. H. Kim, “On-line signature verification using modle-guided segmentation and discriminative feature selection for skilled forgeries,” IEEE, 2001.
[12] H. Lei, and V. Govindaraju, “A comparative study on the consistency of features in on-line signature verification,” Elsevier Science, 2004.
[13] M. Ma and W. S. Wijesoma, “An automatic on-line signature verification based on three models,” in Proceedings of the 2000 Canadian Conference on Electrical and Computer Engineering, pp. 890-894, 2000.
[14] G. Dimauro, S. Impedovo, R. Modugno, G.Pirlo, and L. Sarcinella, “Analysis of stability in hand-written dynamic signatures,” in Proceedings of the Eighth IWFHR, 2002.
[15] S. H. Kim, M. S. Park, and J. Kim, “Applying personalized weights to a feature set for on-line signature verification,” IEEE, 1995.
[16] J. Richiardi and A. Drygajlo, “Gaussian mixture models for online signature verification,” WBMA, 2003.
[17] J. Lee, H. S. Yoon, J. Soh, B. T. Chun, and Y. K. Chung, “Using geometric extrema for segment-to-segment characteristics comparison in online signature verification,” Pattern Recognition 37, pp. 93-103, 2004.
[18] V. D. Lecce, G. Dimauro, A. Guerriero, S. Impedovo, G. Pirlo, A. Salzo and L. Sarcinella, “Selection of reference signature for automatic signature verification,” in Proceedings of the 5th International Conference on Document Analysis and Recognition, pp. 597-600, 1999.
[19] G. Dimauro, S. Impedovo, M. G. Lucchese, R. Modugno, and G. Pirlo, “Recent Advancements in Automatic Signature Verification,” in Proceedings of the 9th IWFHR, 2004.
[20] 鍾孟邦, 可連續書寫之中文簽名確認系統, 中央大學資訊工程研究所碩士論文,1998
[21] E. Keogh and M. Pazzani, “Derivative dynamic time warping,” in First SIAM International Conference on Data Mining, Chicago, USA, 2001.
[22] W. S. Wijesoma, M. Ma, and E. Sung, “Selection optimal personalized features for on-line signature verification using GA,” IEEE, 2000.
指導教授 范國清(Kuo-Chin Fan) 審核日期 2005-7-20
推文 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聯絡  - 隱私權政策聲明