JP2018147312A - 手書き文字によるユーザ認証システム - Google Patents
手書き文字によるユーザ認証システム Download PDFInfo
- Publication number
- JP2018147312A JP2018147312A JP2017043073A JP2017043073A JP2018147312A JP 2018147312 A JP2018147312 A JP 2018147312A JP 2017043073 A JP2017043073 A JP 2017043073A JP 2017043073 A JP2017043073 A JP 2017043073A JP 2018147312 A JP2018147312 A JP 2018147312A
- Authority
- JP
- Japan
- Prior art keywords
- character
- characters
- handwritten
- server
- stroke
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 239000013598 vector Substances 0.000 claims description 12
- 238000007781 pre-processing Methods 0.000 claims 1
- 235000016496 Panda oleosa Nutrition 0.000 abstract description 2
- 240000000220 Panda oleosa Species 0.000 abstract description 2
- 238000000034 method Methods 0.000 description 13
- 238000004364 calculation method Methods 0.000 description 6
- 238000002360 preparation method Methods 0.000 description 6
- 238000010586 diagram Methods 0.000 description 5
- 238000012545 processing Methods 0.000 description 5
- 238000010276 construction Methods 0.000 description 4
- 230000006870 function Effects 0.000 description 3
- 238000002474 experimental method Methods 0.000 description 2
- 238000007726 management method Methods 0.000 description 2
- 238000013528 artificial neural network Methods 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 238000005315 distribution function Methods 0.000 description 1
- 210000000554 iris Anatomy 0.000 description 1
- 238000005070 sampling Methods 0.000 description 1
- 239000010902 straw Substances 0.000 description 1
- 238000012706 support-vector machine Methods 0.000 description 1
- 238000012549 training Methods 0.000 description 1
- 210000003462 vein Anatomy 0.000 description 1
Images
Landscapes
- Collating Specific Patterns (AREA)
- Character Discrimination (AREA)
Abstract
Description
本発明に従う認証システムの実現のために、サーバSVは、クライアントCLに認証サービスを提供するために、事前準備として初期学習データを構築する。
ここで、文字種毎のデータと、ストローク群との距離について考察する。まず、本発明の実現のための基礎として、ひらがな、カタカナと漢字における関係について説明する。
P1_2=(x1_2, y1_2, t1_2)
・
・
・
P2_1=(x2_1, y2_1, t2_1)
・
・
・
次いで、これらの点を3つずつ取り出し、図3(2)に示す単純化した方向の組み合わせを求める。この結果は図4に示すようである。
51:0.3125
60:0.0625
204:0.625 となる。
51:0.2857
60:0.0714
204:0.0714
205:0.1428
220:0.1428
221:0.2143
ここで、図5に示す前者の特徴ベクトルをA,図6に示す後者の特徴ベクトルをBとした場合に、AB間の距離を求める。
51:0.0268
60:−0.0089
204:0.5536
205:−0.1428
220:−0.1428
221:−0.2143
それぞれ2乗した和が距離であるので、最終的に0.3991が得られる。
本発明者は、本発明の有用性を判断するための実験を行った。この目的のために、次のような距離を定義する。
・クラス内距離:同一の書き手による同一種類の文字の集合内における距離をクラス内距離と定義する。この距離における最小値、平均値、最大値を求める。
・クラス間距離:同一種類の文字の集合内における距離である。ただし、クラス内距離とは異なる書き手によって書かれた文字からなる集合である。この距離における最小値、平均値、最大値を求める。
・inter-intra distance:クラス内距離のうち最大のもととクラス間距離のうち最小のものの差を定義する。
図8は、初期学習データ構築の後に、行われる認証の処理フローである。この処理フローにおける各工程は、主としてサーバSVで実行される。
全ての文字種に対して同等の確率で払い出す方法、
先に求めた距離の差に比例する確率で払い出す方法、更に
保持しているストローク〜個人差の出るものを選出し、それに応じて払い出すなどの方法が可能である。
2 ストローク収集手段
20 認証情報、サービス提供手段
21 識別用文字計算手段
22 識別用データ計算手段
23 データベースDB
25 システム変更手段
24 ストローク認証手段
Claims (3)
- 手書き文字によるユーザ認証システムにおいて、
ネットワークを通して接続されるクライアントとサーバを有し、
事前処理として、
前記クライアントは、ユーザの手書き文字の時系列を保持した筆跡であるストロークを前記サーバに送る手段を有し、
前記サーバは、前記クライアントから送られたストロークから前記手書き文字の特徴を求める手段と、
前記ユーザと関連づけて、前記求められた手書き文字の特徴をデータベースに保存する手段を有し、
ユーザ認証の際、
前記サーバは、認証に用いる文字列を認証要求のあったクライアントに送信し、
前記クライアントは、前記サーバから送られる認証に用いる文字列に対応する手書き文字のストロークを前記サーバに送り、
前記サーバは、前記クライアントからの手書き文字のストロークから前記手書き文字の特徴を求め、前記データベースに保管されている手書き文字の特徴と比較して、同一人による手書き文字か否かを判定する、
ことを特徴とする手書き文字によるユーザ認証システム。 - 請求項1において、
前記ストロークから求められる手書き文字の特徴は、
文字の線分に含まれる複数の点の(x、y)座標と、時間及び線分を特定する情報で表される、
ことを特徴とする手書き文字によるユーザ認証システム。 - 請求項2において、
前記手書き文字の特徴と比較は、前記文字を構成する線分の特徴ベクトルの距離に基づき判断する、
ことを特徴とする手書き文字によるユーザ認証システム。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017043073A JP7033288B2 (ja) | 2017-03-07 | 2017-03-07 | 手書き文字によるユーザ認証システム |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017043073A JP7033288B2 (ja) | 2017-03-07 | 2017-03-07 | 手書き文字によるユーザ認証システム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2018147312A true JP2018147312A (ja) | 2018-09-20 |
JP7033288B2 JP7033288B2 (ja) | 2022-03-10 |
Family
ID=63592160
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2017043073A Active JP7033288B2 (ja) | 2017-03-07 | 2017-03-07 | 手書き文字によるユーザ認証システム |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP7033288B2 (ja) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111259726A (zh) * | 2019-12-04 | 2020-06-09 | 湖北工业大学 | 在线笔迹认证中一种笔画动态特征的提取及认证方法 |
CN111310546A (zh) * | 2019-12-04 | 2020-06-19 | 江南大学 | 在线笔迹认证中一种书写节奏特征的提取及认证方法 |
CN113408373A (zh) * | 2021-06-02 | 2021-09-17 | 中金金融认证中心有限公司 | 手写识别方法、系统、客户端和服务器端 |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0816788A (ja) * | 1994-06-30 | 1996-01-19 | Yuuseidaijin | 個人固有の複数の身体的特徴を用いる個人認証方法 |
JP2003271966A (ja) * | 2002-03-19 | 2003-09-26 | Fujitsu Ltd | 手書き入力認証装置、手書き入力認証方法、および手書き入力認証プログラム |
-
2017
- 2017-03-07 JP JP2017043073A patent/JP7033288B2/ja active Active
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0816788A (ja) * | 1994-06-30 | 1996-01-19 | Yuuseidaijin | 個人固有の複数の身体的特徴を用いる個人認証方法 |
JP2003271966A (ja) * | 2002-03-19 | 2003-09-26 | Fujitsu Ltd | 手書き入力認証装置、手書き入力認証方法、および手書き入力認証プログラム |
Non-Patent Citations (2)
Title |
---|
BANGY LI ET AL.: "Hierarchical Shape Primitive Features for Online Text-independent Writer Identification", 2009 10TH INTERNATIONAL CONFERENCE ON DOCUMENT ANALYSIS AND RECOGNITION, JPN6021033739, 2009, pages 986 - 990, XP031540304, ISSN: 0004582121 * |
山崎 恭,小松 尚久: "カテゴリー化された筆跡情報に基づく個人性抽出手法", 電子情報通信学会論文誌 (J79−D−II) 第8号 情報・システムII−情報処理, vol. 第J79-D-II巻 第8号, JPN6021006732, 25 August 1996 (1996-08-25), JP, pages 1335 - 1346, ISSN: 0004455625 * |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111259726A (zh) * | 2019-12-04 | 2020-06-09 | 湖北工业大学 | 在线笔迹认证中一种笔画动态特征的提取及认证方法 |
CN111310546A (zh) * | 2019-12-04 | 2020-06-19 | 江南大学 | 在线笔迹认证中一种书写节奏特征的提取及认证方法 |
CN111259726B (zh) * | 2019-12-04 | 2023-06-02 | 湖北工业大学 | 在线笔迹认证中一种笔画动态特征的提取及认证方法 |
CN111310546B (zh) * | 2019-12-04 | 2023-08-08 | 江南大学 | 在线笔迹认证中一种书写节奏特征的提取及认证方法 |
CN113408373A (zh) * | 2021-06-02 | 2021-09-17 | 中金金融认证中心有限公司 | 手写识别方法、系统、客户端和服务器端 |
CN113408373B (zh) * | 2021-06-02 | 2024-06-07 | 中金金融认证中心有限公司 | 手写识别方法、系统、客户端和服务器端 |
Also Published As
Publication number | Publication date |
---|---|
JP7033288B2 (ja) | 2022-03-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Diaz et al. | A perspective analysis of handwritten signature technology | |
Lai et al. | Recurrent adaptation networks for online signature verification | |
Li et al. | Unobservable re-authentication for smartphones. | |
Sesa-Nogueras et al. | Biometric recognition using online uppercase handwritten text | |
US20200201443A1 (en) | Three-dimensional in-the-air finger motion based user login framework for gesture interface | |
US20210350346A1 (en) | System and method for using passive multifactor authentication to provide access to secure services | |
CN108154136B (zh) | 用于识别字迹的方法、装置及计算机可读介质 | |
Ghosh et al. | A novel spatio-temporal Siamese network for 3D signature recognition | |
EP3497621A1 (en) | Identifying one or more users based on typing pattern and/or behaviour | |
JP7033288B2 (ja) | 手書き文字によるユーザ認証システム | |
Haji et al. | Real time face recognition system (RTFRS) | |
Hamdi et al. | Data augmentation using geometric, frequency, and beta modeling approaches for improving multi-lingual online handwriting recognition | |
Jia et al. | Real‐time hand gestures system based on leap motion | |
Yang et al. | Online handwritten signature verification based on the most stable feature and partition | |
Le Lan et al. | Securing smartphone handwritten pin codes with recurrent neural networks | |
Chiu et al. | Person authentication by air-writing using 3D sensor and time order stroke context | |
Shende et al. | Deep learning based authentication schemes for smart devices in different modalities: progress, challenges, performance, datasets and future directions | |
Delgado-Santos et al. | SwipeFormer: Transformers for mobile touchscreen biometrics | |
Hamidi et al. | Transfer learning using vgg based on deep convolutional neural network for finger-knuckle-print recognition | |
KR102253757B1 (ko) | 얼굴 영상의 생체 감지 장치 및 방법 | |
Schlapbach | Writer identification and verification | |
Montgomery et al. | Touch analysis: an empirical evaluation of machine learning classification algorithms on touch data | |
Das et al. | Thai automatic signature verification system employing textural features | |
Jian et al. | Mobile terminal trajectory recognition based on improved LSTM model | |
Bisogni et al. | Multibiometric score-level fusion through optimization and training |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A80 | Written request to apply exceptions to lack of novelty of invention |
Free format text: JAPANESE INTERMEDIATE CODE: A80 Effective date: 20170323 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20200212 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20210201 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20210302 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20210428 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20210831 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20211022 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20220208 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20220218 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 7033288 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |