JP2018124999A - Information processing device and program - Google Patents

Information processing device and program Download PDF

Info

Publication number
JP2018124999A
JP2018124999A JP2018015772A JP2018015772A JP2018124999A JP 2018124999 A JP2018124999 A JP 2018124999A JP 2018015772 A JP2018015772 A JP 2018015772A JP 2018015772 A JP2018015772 A JP 2018015772A JP 2018124999 A JP2018124999 A JP 2018124999A
Authority
JP
Japan
Prior art keywords
user
information
user information
similarity
registered
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.)
Pending
Application number
JP2018015772A
Other languages
Japanese (ja)
Inventor
康弘 久田
Yasuhiro Hisada
康弘 久田
良行 大岩
Yoshiyuki Oiwa
良行 大岩
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Liquid
Liquid co Ltd
Original Assignee
Liquid
Liquid co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Liquid, Liquid co Ltd filed Critical Liquid
Publication of JP2018124999A publication Critical patent/JP2018124999A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Collating Specific Patterns (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a technology for assisting provision of biometric authentication by an optimal authentication method to a user in accordance with situation of user's biological information or the like.SOLUTION: A user information acquisition part 51 acquires user's fingerprint information transmitted from a dedicated terminal 2 as user information. A virtual user information generation part 52 generates virtual user information on the basis of the user information. A similarity distribution calculation part 53 acquires and manages registered user information stored in a registered user DB 500 from the registered user DB 500. The similarity distribution calculation part 53 calculates a distribution of similarity between the virtual user information and the registered user information on the basis of comparison between the virtual user information and the registered user information. A proper result calculation part 54 calculates a proper N value for each user on the basis of the calculated distribution of similarity. Then, the proper result calculation part 54 determines an authentication method which is optimal for the user on the basis of the calculated proper N value.SELECTED DRAWING: Figure 4

Description

本発明は、情報処理装置及びプログラムに関する。   The present invention relates to an information processing apparatus and a program.

従来より、生体認証とは、人間の身体的特徴(例えば、指紋)等の情報を用いて行う個人認証の技術である。そして、生体認証の認証方式として、例えば、1:N認証(または1対N認証)と、1:1認証(または1対1認証)がある。ここで、1:N認証は、指紋に関する情報(以下、「指紋情報」と呼ぶ)を含むユーザの生体情報のみで予め登録されている多数のテンプレート(多数の生体情報)の中から合致する生体情報を選ぶという方式である。また、1:1認証は、照合するユーザのテンプレート(ユーザの生体情報)を呼び出して、ユーザの生体情報との比較を行う方式である。
そして、この1:N方式を利用した生体認証の技術として、例えば、特許文献1が存在する。
Conventionally, biometric authentication is a technique of personal authentication performed using information such as human physical characteristics (for example, fingerprints). For example, there are 1: N authentication (or 1-to-N authentication) and 1: 1 authentication (or 1-to-1 authentication) as biometric authentication methods. Here, the 1: N authentication is a biometric that matches from a large number of templates (multiple biometric information) registered in advance only with the biometric information of the user including information related to fingerprints (hereinafter referred to as “fingerprint information”). This is a method of selecting information. The 1: 1 authentication is a method for calling a user template (user's biometric information) to be compared and comparing it with the user's biometric information.
For example, Patent Literature 1 exists as a biometric authentication technique using the 1: N method.

特開2012−133603号公報JP 2012-133603 A

しかしながら、上述の特許文献1を含む従来の技術によれば、単に1:N(Nは2以上の整数値)方式の認証を行う場合、事前にデータベースに登録された既知のユーザ以外の未登録の第三者を誤って受け入れてしまう可能性を排除できないため、認証を行うユーザから取得された生体情報の特徴量から想定される他人受入率に対して、Nの制限を極めて低くする必要があった。   However, according to the prior art including the above-mentioned Patent Document 1, when performing authentication of 1: N (N is an integer value of 2 or more) method, unregistered users other than known users registered in the database in advance The possibility of accepting a third party by mistake cannot be excluded. Therefore, it is necessary to make the limit of N extremely low with respect to the acceptance rate of others assumed from the feature amount of the biological information acquired from the user who performs authentication. there were.

本発明は、このような状況に鑑みてなされたものであり、ユーザの生体情報の状況等に応じて、当該ユーザに対して、最適な認証方法による生体認証の提供を補助することを目的とする。   The present invention has been made in view of such a situation, and an object thereof is to assist the user in providing biometric authentication by an optimum authentication method according to the situation of the biometric information of the user. To do.

上記目的を達成するため、本発明の一態様の情報処理システムは、
認証対象となるユーザの生体情報を少なくとも含む情報を、ユーザ情報として取得するユーザ情報取得手段と、
前記ユーザ情報に基づいて、仮想ユーザ情報を生成する仮想ユーザ情報生成手段と、
前記ユーザと異なる複数のユーザについての既に登録された生体情報を少なくとも含む情報を、既登録ユーザ情報として管理する既登録ユーザ情報管理手段と、
前記仮想ユーザ情報又は前記ユーザ情報のうち少なくともいずれか一方の情報と、前記既登録ユーザ情報との比較に基づいて、前記仮想ユーザ情報又は前記ユーザ情報のうち少なくともいずれか一方の情報と前記既登録ユーザ情報との類似度の分布を算出する類似度分布算出手段と、
前記類似度分布算出手段により算出された類似度の分布に基づいて、前記ユーザが利用するのに適した所定の認証方法の決定に用いる値を算出する適正値算出手段と、
を備える。
In order to achieve the above object, an information processing system according to one embodiment of the present invention includes:
User information acquisition means for acquiring, as user information, information including at least biometric information of the user to be authenticated;
Virtual user information generating means for generating virtual user information based on the user information;
Registered user information management means for managing, as registered user information, information including at least biometric information already registered for a plurality of users different from the user;
Based on a comparison between at least one of the virtual user information or the user information and the registered user information, at least one of the virtual user information or the user information and the registered A similarity distribution calculating means for calculating a distribution of similarity with user information;
Based on the similarity distribution calculated by the similarity distribution calculating means, an appropriate value calculating means for calculating a value used for determining a predetermined authentication method suitable for use by the user;
Is provided.

本発明によれば、ユーザの生体情報の状況等に応じて、当該ユーザに対して、最適な認証方法による生体認証の提供を補助することができる。   ADVANTAGE OF THE INVENTION According to this invention, provision of the biometric authentication by the optimal authentication method can be assisted with respect to the said user according to the condition etc. of a user's biometric information.

本発明の一実施形態に係る情報処理システムの構成の一例を示す図である。It is a figure which shows an example of a structure of the information processing system which concerns on one Embodiment of this invention. 図1の情報処理システムのうち、サーバのハードウェア構成の一例を示すブロック図である。It is a block diagram which shows an example of the hardware constitutions of a server among the information processing systems of FIG. 図1の情報処理システムのうち、専用端末のハードウェア構成の一例を示すブロック図である。It is a block diagram which shows an example of the hardware constitutions of a dedicated terminal among the information processing systems of FIG. 図2のサーバ及び図3の専用端末の機能的構成の一例を示す機能ブロック図である。FIG. 4 is a functional block diagram illustrating an example of a functional configuration of the server in FIG. 2 and the dedicated terminal in FIG. 3. 図4のサーバが実行するユーザ認証方法決定処理の流れを説明するフローチャートである。It is a flowchart explaining the flow of the user authentication method determination process which the server of FIG. 4 performs. 類似度の分布予測の一例を示す図である。It is a figure which shows an example of distribution prediction of similarity. 類似度の分布予測の一例を示す図であり、図6の例とは異なる例を示す図である。It is a figure which shows an example of distribution prediction of similarity, and is a figure which shows an example different from the example of FIG. 類似度の分布予測の一例を示す図であり、図6及び図7の例とは異なる例を示す図である。It is a figure which shows an example of distribution prediction of similarity, and is a figure which shows an example different from the example of FIG.6 and FIG.7.

以下、本発明の実施形態について、図面を用いて説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

まず、本発明の実施形態を説明するに先立ち、本発明の一実施形態に係る情報処理システムの適用対象となるサービス(以下、「本サービス」と呼ぶ)について簡単に説明する。
本サービスとは、ユーザの生体情報(例えば、指紋情報)の状況等に応じて、当該ユーザに対して、最適な認証方法による生体認証の方法を提案し、当該方法を用いて、当該ユーザの生体認証を行う生体認証サービスである。
具体的に、本サービスおいて、サーバ1は、各ユーザに対してNの見極めを行う。
つまり、上述のとおり、従来、単に1:N方式の認証を行う場合、事前にデータベースに登録された既知のユーザ以外の未登録の第三者を誤って受け入れてしまうというリスクを排除するため、認証を行うユーザから取得された生体情報の特徴量から想定される他人受入率に対して、Nの制限を極めて低くするのが通常であった。
これに対して、本サービスにおいて、サーバ1は、ユーザの指紋情報の状況やデータベースに登録された既知のユーザ(以下、「既登録ユーザ」と呼ぶ)の指紋情報との差等を考慮することで、各ユーザに対して1:N認証を行い得るNの見極めを行う。
そして、サーバ1は、その結果各ユーザにより見極められたNの限界値(最適値)に基づいて、各ユーザに合った最適な認証方法を提供し、当該認証方法によって各ユーザの生体認証を行う。なお、このサーバ1が、各ユーザのNを見極める方法については、図6等を用いて後述する。
First, prior to describing an embodiment of the present invention, a service (hereinafter referred to as “the present service”) to which an information processing system according to an embodiment of the present invention is applied will be briefly described.
This service proposes a biometric authentication method based on an optimal authentication method for the user according to the status of the user's biometric information (for example, fingerprint information). This is a biometric authentication service that performs biometric authentication.
Specifically, in this service, the server 1 determines N for each user.
In other words, as described above, conventionally, when simply performing 1: N authentication, in order to eliminate the risk of accidentally accepting an unregistered third party other than a known user registered in advance in the database, In general, the limit of N is extremely low with respect to the other person acceptance rate assumed from the feature amount of the biometric information acquired from the user who performs authentication.
On the other hand, in this service, the server 1 considers the situation of the fingerprint information of the user and the difference from the fingerprint information of a known user registered in the database (hereinafter referred to as “registered user”). Thus, N identifications that can perform 1: N authentication are performed for each user.
And the server 1 provides the optimal authentication method suitable for each user based on the limit value (optimum value) of N determined by each user as a result, and performs biometric authentication of each user by the said authentication method. . A method for the server 1 to determine N of each user will be described later with reference to FIG.

図1は、本発明の一実施形態に係る情報処理システムの構成の一例を示す図である。
本発明の一実施形態に係る情報処理システムは、図1に示すように、サーバ1と、専用端末2と、指紋認証装置3とを含むように構成される。
サーバ1、専用端末2及び指紋認証装置3は、所定のネットワークNを介して相互に接続されている。なお、ネットワークNは、その形態は特に限定されず、例えば、Bluetooth(登録商標)、Wi−Fi(Wireless Fidelity)、LAN(Local Area Network)、インターネット等を採用することができる。
FIG. 1 is a diagram illustrating an example of a configuration of an information processing system according to an embodiment of the present invention.
As shown in FIG. 1, the information processing system according to an embodiment of the present invention is configured to include a server 1, a dedicated terminal 2, and a fingerprint authentication device 3.
The server 1, the dedicated terminal 2, and the fingerprint authentication device 3 are connected to each other via a predetermined network N. The form of the network N is not particularly limited, and for example, Bluetooth (registered trademark), Wi-Fi (Wireless Fidelity), LAN (Local Area Network), the Internet, or the like can be adopted.

サーバ1は、例えば、本サービスの提供者により管理される。具体的に例えば、サーバ1は、専用端末2から送信されてきたユーザの指紋情報をユーザ情報として取得し、当該ユーザに最適な認証方法を決定する。
ここで、指紋情報とは、具体的に当該ユーザの指紋を撮像した画像等の画像情報である。
The server 1 is managed by the provider of this service, for example. Specifically, for example, the server 1 acquires the user's fingerprint information transmitted from the dedicated terminal 2 as user information, and determines an authentication method optimal for the user.
Here, the fingerprint information is image information such as an image obtained by specifically capturing the fingerprint of the user.

専用端末2は、指紋認証実施者又は本サービスの提供者により管理される。
専用端末2は、サーバ1から送信されてきた認証情報を取得して、専用端末2の表示部37にその情報を表示する。
The dedicated terminal 2 is managed by a fingerprint authenticator or a provider of this service.
The dedicated terminal 2 acquires the authentication information transmitted from the server 1 and displays the information on the display unit 37 of the dedicated terminal 2.

指紋認証装置3は、指紋認証実施者により管理される。指紋認証装置3は、ユーザの手の指紋を撮像し、ユーザの指紋情報を取得する。そして、指紋認証装置3は、取得したユーザの指紋情報を後述する近距離無線通信を利用して専用端末2に送信する。
ここで、指紋認証装置3は、例えば、容量型のセンサであり、指が接触または近接することにより変化した静電容量等の情報を各画素値とする画像の画像情報等を取得する。
The fingerprint authentication device 3 is managed by a fingerprint authenticator. The fingerprint authentication device 3 captures the fingerprint of the user's hand and acquires the user's fingerprint information. Then, the fingerprint authentication device 3 transmits the acquired fingerprint information of the user to the dedicated terminal 2 using near field communication described later.
Here, the fingerprint authentication device 3 is, for example, a capacitive sensor, and acquires image information or the like of an image having each pixel value as information such as capacitance changed by the finger touching or approaching.

図2は、図1の情報処理システムのうちサーバ1のハードウェア構成を示すブロック図である。   FIG. 2 is a block diagram showing a hardware configuration of the server 1 in the information processing system of FIG.

サーバ1は、CPU(Central Processing Unit)11と、ROM(Read Only Memory)12と、RAM(Random Access Memory)13と、バス14と、入出力インターフェース15と、出力部16と、入力部17と、記憶部18と、通信部19と、ドライブ20とを備えている。   The server 1 includes a CPU (Central Processing Unit) 11, a ROM (Read Only Memory) 12, a RAM (Random Access Memory) 13, a bus 14, an input / output interface 15, an output unit 16, an input unit 17, A storage unit 18, a communication unit 19, and a drive 20.

CPU11は、ROM12に記録されているプログラム、又は、記憶部18からRAM13にロードされたプログラムに従って各種の処理を実行する。
RAM13には、CPU11が各種の処理を実行する上において必要なデータ等も適宜記憶される。
The CPU 11 executes various processes according to a program recorded in the ROM 12 or a program loaded from the storage unit 18 to the RAM 13.
The RAM 13 appropriately stores data necessary for the CPU 11 to execute various processes.

CPU11、ROM12及びRAM13は、バス14を介して相互に接続されている。このバス14にはまた、入出力インターフェース15も接続されている。入出力インターフェース15には、出力部16、入力部17、記憶部18、通信部19及びドライブ20が接続されている。   The CPU 11, ROM 12, and RAM 13 are connected to each other via a bus 14. An input / output interface 15 is also connected to the bus 14. An output unit 16, an input unit 17, a storage unit 18, a communication unit 19, and a drive 20 are connected to the input / output interface 15.

出力部16は各種液晶ディスプレイ等で構成され、各種情報を出力する。
入力部17は、各種ハードウェア等で構成され、各種情報を入力する。
記憶部18は、DRAM(Dynamic Random Access Memory)等で構成され、各種データを記憶する。
通信部19は、インターネットを含むネットワークNを介して他の装置(図1の例ではサーバ1や専用端末2)との間で行う通信を制御する。
The output unit 16 includes various liquid crystal displays and outputs various information.
The input unit 17 includes various hardware and inputs various information.
The storage unit 18 is configured by a DRAM (Dynamic Random Access Memory) or the like, and stores various data.
The communication unit 19 controls communication with other devices (the server 1 and the dedicated terminal 2 in the example of FIG. 1) via the network N including the Internet.

ドライブ20は、必要に応じて設けられる。ドライブ20には磁気ディスク、光ディスク、光磁気ディスク、或いは半導体メモリ等よりなる、リムーバブルメディア21が適宜装着される。ドライブ20によってリムーバブルメディア21から読み出されたプログラムは、必要に応じて記憶部18にインストールされる。またリムーバブルメディア21は、記憶部18に記憶されている各種データも、記憶部18と同様に記憶することができる。   The drive 20 is provided as necessary. A removable medium 21 composed of a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is appropriately attached to the drive 20. The program read from the removable medium 21 by the drive 20 is installed in the storage unit 18 as necessary. The removable medium 21 can also store various data stored in the storage unit 18 in the same manner as the storage unit 18.

図3は、図1の情報処理システムのうち、専用端末2のハードウェア構成の一例を示すブロック図である。
専用端末2の構成は、タッチパネル及び近距離無線通信部40を有する点を除き、サーバ1の構成と基本的に同様であるので、ここでは、相違点のみを説明する。
FIG. 3 is a block diagram illustrating an example of a hardware configuration of the dedicated terminal 2 in the information processing system of FIG.
Since the configuration of the dedicated terminal 2 is basically the same as the configuration of the server 1 except that the dedicated terminal 2 includes the touch panel and the short-range wireless communication unit 40, only the differences will be described here.

タッチ操作入力部36は、例えば、表示部37に積層される静電容量式又は抵抗膜式(感圧式)の位置入力センサにより構成され、タッチ操作がなされた位置の座標を検出する。   The touch operation input unit 36 includes, for example, a capacitance type or resistance film type (pressure sensitive) position input sensor stacked on the display unit 37, and detects the coordinates of the position where the touch operation is performed.

表示部37は、各種液晶ディスプレイ等で構成される。例えば、表示部37は、ユーザに最適な生体認証サービスの認証方法を表示する。
このように、本実施形態では、タッチ操作入力部36と表示部37とにより、タッチパネルが構成されている。
The display unit 37 includes various liquid crystal displays. For example, the display unit 37 displays a biometric authentication service authentication method that is optimal for the user.
Thus, in this embodiment, the touch operation input unit 36 and the display unit 37 constitute a touch panel.

近距離無線通信部40は、例えば、NFC(登録商標)や、Bluetooth(登録商標)の規格に従った方式で近距離無線通信を行う制御を実行する。具体的に例えば、専用端末2、指紋認証装置3の夫々は、Bluetooth(登録商標)の規格に従った方式で近距離無線通信を行う。   The short-range wireless communication unit 40 executes control for performing short-range wireless communication by a method in accordance with, for example, NFC (registered trademark) or Bluetooth (registered trademark) standards. Specifically, for example, each of the dedicated terminal 2 and the fingerprint authentication device 3 performs short-range wireless communication by a method in accordance with the Bluetooth (registered trademark) standard.

このように構成されたサーバ1、専用端末2、指紋認証装置3の各種ハードウェアと各種ソフトウェアとの協働により、ユーザに最適な生体認証サービスを提供するための、ユーザ認証方法決定処理の実行が可能になる。
ここで、ユーザ認証方法決定処理とは、サーバ1においてユーザ情報が取得されてからユーザに最適な適正結果を算出されるまでの一連の処理をいう。
Execution of user authentication method determination processing for providing an optimal biometric authentication service to the user through cooperation of various hardware and software of the server 1, the dedicated terminal 2, and the fingerprint authentication device 3 configured as described above. Is possible.
Here, the user authentication method determination process refers to a series of processes from when user information is acquired in the server 1 to when an appropriate result optimal for the user is calculated.

図4は、主に図2のサーバ1及び図3の専用端末2の機能的構成の一例を示す機能ブロック図である。   4 is a functional block diagram mainly showing an example of the functional configuration of the server 1 in FIG. 2 and the dedicated terminal 2 in FIG.

まずは、図4を参照しつつ専用端末2の機能的構成の一例について説明していく。
図4に示すように、専用端末2のCPU31においては、指紋情報管理部81と、認証方法取得部82と、表示制御部83と、が機能する。
First, an example of the functional configuration of the dedicated terminal 2 will be described with reference to FIG.
As shown in FIG. 4, the fingerprint information management unit 81, the authentication method acquisition unit 82, and the display control unit 83 function in the CPU 31 of the dedicated terminal 2.

専用端末2の指紋情報管理部81は、指紋認証装置3から送信されてきたユーザの指紋情報を、専用端末2の近距離無線通信部40を介して取得する。
また、指紋情報管理部81は、取得したユーザの指紋情報を、通信部41を介して、サーバ1へと送信する制御を実行する。
The fingerprint information management unit 81 of the dedicated terminal 2 acquires the user's fingerprint information transmitted from the fingerprint authentication device 3 via the short-range wireless communication unit 40 of the dedicated terminal 2.
In addition, the fingerprint information management unit 81 executes control to transmit the acquired fingerprint information of the user to the server 1 via the communication unit 41.

ここで、このようにして送信されてきた当該ユーザの指紋情報は、サーバ1でユーザ情報として取得される。そしてサーバ1では、このユーザ情報を含む各種情報に基づいて、当該ユーザの認証方法が決定され、その結果が、再びサーバ1から専用端末2へと送信されてくる。
そこで、認証方法取得部82は、このようにしてサーバ1から送信されてきた当該ユーザの認証方法を、通信部41を介して取得する。なお、サーバ1で行われる処理の詳細については、後述する。
Here, the fingerprint information of the user transmitted in this way is acquired as user information by the server 1. In the server 1, the user authentication method is determined based on various information including the user information, and the result is transmitted from the server 1 to the dedicated terminal 2 again.
Therefore, the authentication method acquisition unit 82 acquires the user authentication method transmitted from the server 1 in this way via the communication unit 41. Details of processing performed in the server 1 will be described later.

表示制御部83は、認証方法取得部82で取得された認証方法を表示部37に表示させる制御を実行する。   The display control unit 83 executes control for causing the display unit 37 to display the authentication method acquired by the authentication method acquisition unit 82.

次に、図4を参照しつつ、サーバ1の機能的構成の一例について説明していく。
図4に示すように、サーバ1のCPU11においては、ユーザ情報取得部51と、仮想ユーザ情報生成部52と、類似度分布算出部53と、適正結果算出部54と、認証方法提示部55と、認証部56と、が機能する。
また、サーバ1の記憶部18の一領域には、既登録ユーザDB500が設けられる。
なお、既登録ユーザDB500には、既登録ユーザのユーザID、指紋情報等が紐付されて格納されている。また、この既登録ユーザDB500には、例えば、後述する仮想ユーザ情報等が格納されてもよい。
Next, an example of the functional configuration of the server 1 will be described with reference to FIG.
As shown in FIG. 4, in the CPU 11 of the server 1, the user information acquisition unit 51, the virtual user information generation unit 52, the similarity distribution calculation unit 53, the appropriate result calculation unit 54, and the authentication method presentation unit 55 The authentication unit 56 functions.
A registered user DB 500 is provided in one area of the storage unit 18 of the server 1.
The registered user DB 500 stores the user ID of the registered user, fingerprint information, and the like in association with each other. The registered user DB 500 may store, for example, virtual user information described later.

サーバ1のユーザ情報取得部51は、認証対象となるユーザの生体情報を少なくとも含む情報を、ユーザ情報として取得する。
即ち、サーバ1のユーザ情報取得部51は、専用端末2から送信されてきたユーザの指紋情報をユーザ情報として通信部19を介して取得する。
ここで、サーバ1では、このようにして取得されたユーザ情報から、適宜、必要な情報が抽出される。即ち、サーバ1では、取得されたユーザ情報に基づいて、例えば、撮像されたユーザの指紋の模様に関する情報や各種特徴点の長さに関する情報等を抽出することが可能である。
なお、以降の説明でユーザ情報と呼ぶ場合、このようにして上述のユーザ情報から抽出された各種情報を含むものである。また、サーバ1において、このようなユーザ情報は、後述する類似度を算出するために用いられる。
The user information acquisition unit 51 of the server 1 acquires information including at least biometric information of the user to be authenticated as user information.
That is, the user information acquisition unit 51 of the server 1 acquires the user's fingerprint information transmitted from the dedicated terminal 2 as user information via the communication unit 19.
Here, in the server 1, necessary information is appropriately extracted from the user information acquired in this way. That is, the server 1 can extract, for example, information related to the captured fingerprint pattern of the user and information related to the length of various feature points based on the acquired user information.
In addition, when calling it user information in subsequent description, it contains the various information extracted from the above-mentioned user information in this way. Further, in the server 1, such user information is used for calculating a similarity described later.

サーバ1の仮想ユーザ情報生成部52は、ユーザ情報に基づいて、仮想ユーザ情報を生成する。
即ち、サーバ1の仮想ユーザ情報生成部52は、ユーザ情報取得部51から取得したユーザ情報に基づいて、仮想ユーザ情報を生成部する。
ここで、仮想ユーザ情報とは、上述のユーザ情報に対して、画像の変形や、各種特徴量のランダムな追加、削除等により生成された仮想的なユーザ情報をいう。
具体的に説明すると、指紋認証装置3で撮像されるユーザの指紋の画像は、それが同一のユーザから取得されたものであっても、必ずしも同一の画像が撮像されるとは限らない。例えば、指紋の水分含有量、指紋を指紋認証装置3に押し当てたときの指の姿勢等によって、撮像される画像は異なる可能性があるし、また、指紋の経年変化も知られている。
さらに言えば、例えば、ユーザによっては、指紋が薄く画像を正確に取得できない場合や、取得できた場合であっても指紋の形状に特徴が少なく十分に特徴点を取得できないような場合も想定される。
このような事情を鑑みると、当該ユーザにとっての適正なNを算出し、適切な認証方法を提供するためには、このユーザから取得される画像のブレを考慮することが不可欠である。
そこで、本サービスにおいては、サーバ1の仮想ユーザ情報生成部52が、取得される画像のブレを考慮するために、仮想ユーザ情報を生成する。
The virtual user information generation unit 52 of the server 1 generates virtual user information based on the user information.
That is, the virtual user information generation unit 52 of the server 1 generates virtual user information based on the user information acquired from the user information acquisition unit 51.
Here, the virtual user information refers to virtual user information generated by deforming an image or randomly adding or deleting various feature amounts with respect to the above-described user information.
Specifically, even if the fingerprint image of the user captured by the fingerprint authentication device 3 is acquired from the same user, the same image is not necessarily captured. For example, the captured image may differ depending on the moisture content of the fingerprint, the posture of the finger when the fingerprint is pressed against the fingerprint authentication device 3, and the secular change of the fingerprint is also known.
Furthermore, for example, depending on the user, it may be assumed that the fingerprint is thin and the image cannot be acquired accurately, or even if it can be acquired, the feature of the fingerprint has few features and sufficient feature points cannot be acquired. The
In view of such circumstances, in order to calculate an appropriate N for the user and provide an appropriate authentication method, it is indispensable to consider the blurring of images acquired from the user.
Therefore, in this service, the virtual user information generation unit 52 of the server 1 generates virtual user information in order to take into account the blurring of the acquired image.

サーバ1の類似度分布算出部53は、ユーザと異なる複数のユーザについての既に登録された生体情報(例えば、指紋情報)を少なくとも含む情報を、既登録ユーザ情報として管理する。
即ち、サーバ1の類似度分布算出部53は、既登録ユーザDB500に格納された既登録ユーザ情報を、既登録ユーザDB500から取得し、管理する。
ここで、既登録ユーザ情報とは、多数の既登録ユーザから取得された指紋の画像情報や、当該画像情報から抽出された特徴点等である。
The similarity distribution calculation unit 53 of the server 1 manages information including at least registered biometric information (for example, fingerprint information) regarding a plurality of users different from the user as registered user information.
That is, the similarity distribution calculation unit 53 of the server 1 acquires and manages the registered user information stored in the registered user DB 500 from the registered user DB 500.
Here, the registered user information is image information of fingerprints acquired from a large number of registered users, feature points extracted from the image information, and the like.

また、類似度分布算出部53は、仮想ユーザ情報と既登録ユーザ情報との比較に基づいて、仮想ユーザ情報と既登録ユーザ情報との類似度の分布を算出する。
なお、類似度分布算出部53は、上述の仮想ユーザ情報に加えて、ユーザ情報を類似度分布に用いてもよいし、また、仮想ユーザ情報に代えてユーザ情報を用いて類似度分布を算出してもよい。
Further, the similarity distribution calculation unit 53 calculates the distribution of the similarity between the virtual user information and the registered user information based on the comparison between the virtual user information and the registered user information.
Note that the similarity distribution calculation unit 53 may use user information for the similarity distribution in addition to the above-described virtual user information, or calculate the similarity distribution using user information instead of the virtual user information. May be.

サーバ1の適正結果算出部54は、前記類似度分布算出手段により算出された類似度の分布に基づいて、前記ユーザが利用するのに適した所定の認証方法の決定に用いる値を算出する。
即ち、適正結果算出部54は、類似度分布算出部53で算出された類似度の分布に基づいて、各ユーザにとっての適正なNの値を算出する。そして、適正結果算出部54は、算出された適正なNの値に基づいて、当該ユーザに最適な認証方法を決定する。
ここで、当該ユーザに最適な認証方法とは、例えば、「無条件で1:N認証を行う」、「ある特定の条件を満たした場合のみ1:N認証を行う」、「(1:N認証は困難なため)1:1認証を行う」等である。
本サービスでは、このようにユーザ毎算出された適正なNの値から、当該ユーザが、どの程度1:N認証に適正を有するかを考慮しつつ、当該ユーザにとって最適な認証方法を決定することができる。
また、適正結果算出部54は、適正なNの値を算出するにあたり、閾値の概念を利用することができる。この閾値を利用した適正なNの値の算出の詳細については、図6等を用いて後述する。
The appropriate result calculation unit 54 of the server 1 calculates a value used for determining a predetermined authentication method suitable for use by the user, based on the similarity distribution calculated by the similarity distribution calculating unit.
That is, the appropriate result calculation unit 54 calculates an appropriate value of N for each user based on the similarity distribution calculated by the similarity distribution calculation unit 53. Then, the appropriate result calculation unit 54 determines an optimal authentication method for the user based on the calculated appropriate value of N.
Here, the optimum authentication method for the user is, for example, “1: N authentication is performed unconditionally”, “1: N authentication is performed only when a specific condition is satisfied”, “(1: N “Because it is difficult to authenticate), perform 1: 1 authentication”.
In this service, an optimal authentication method for the user is determined from the appropriate value of N calculated for each user in this way, while considering how appropriate the user is for 1: N authentication. Can do.
In addition, the appropriate result calculation unit 54 can use the concept of a threshold when calculating an appropriate value of N. Details of calculating an appropriate value of N using this threshold will be described later with reference to FIG.

サーバ1の認証方法提示部55は、適正結果算出部54で決定された当該ユーザに最適な認証方法を、専用端末2等に提示する。
ここで、認証方法提示部55が、認証方法を提示するのは専用端末2に限られない。即ち、例えば、認証方法提示部55は、サーバ1の出力部16等に対して当該ユーザに最適な認証方法を提示する等してもよい。
The authentication method presentation unit 55 of the server 1 presents the authentication method optimal for the user determined by the appropriate result calculation unit 54 to the dedicated terminal 2 or the like.
Here, the authentication method presenting unit 55 presents the authentication method is not limited to the dedicated terminal 2. That is, for example, the authentication method presenting unit 55 may present an optimum authentication method for the user to the output unit 16 of the server 1 or the like.

認証部56は、ユーザの認証に関するあらゆる処理を実行する。
具体的に、例えば、認証部56は、適正結果算出部54で決定された当該ユーザに最適な認証方法用いて、実際に当該ユーザについて指紋認証を実行する。
なお、ここで認証に用いられる当該ユーザの指紋情報は、いかなる手段により取得されてもよい。
即ち、認証部56は、上述のユーザ認証方法決定処理を実行するに際して取得された指紋情報から取得された特徴点等を用いて指紋認証を行ってもよいし、例えば、認証部56は、別途、当該ユーザから取得した指紋情報を用いて指紋認証を行ってもよい。
The authentication unit 56 performs all processes related to user authentication.
Specifically, for example, the authentication unit 56 actually performs fingerprint authentication for the user using the authentication method optimal for the user determined by the appropriate result calculation unit 54.
Note that the fingerprint information of the user used for authentication here may be acquired by any means.
That is, the authentication unit 56 may perform fingerprint authentication using feature points acquired from the fingerprint information acquired when executing the above-described user authentication method determination process. Fingerprint authentication may be performed using fingerprint information acquired from the user.

図5は、図4のサーバ1が実行するユーザ認証方法決定処理の流れを説明するフローチャートである。   FIG. 5 is a flowchart for explaining the flow of the user authentication method determination process executed by the server 1 of FIG.

ステップS1において、サーバ1のユーザ情報取得部51は、認証対象となるユーザの生体情報を少なくとも含む情報を、ユーザ情報として取得する。
即ち、ユーザ情報取得部51は、専用端末2から送信されてきたユーザの指紋情報を、ユーザ情報として通信部19を介して取得する。
In step S <b> 1, the user information acquisition unit 51 of the server 1 acquires information including at least biometric information of a user to be authenticated as user information.
That is, the user information acquisition unit 51 acquires the user's fingerprint information transmitted from the dedicated terminal 2 as user information via the communication unit 19.

ステップS2において、サーバ1の仮想ユーザ情報生成部52は、ユーザ情報に基づいて、仮想ユーザ情報を生成する。
即ち、仮想ユーザ情報生成部52は、ステップS1で取得されたユーザ情報を基に仮想ユーザ情報を生成する。
In step S2, the virtual user information generation unit 52 of the server 1 generates virtual user information based on the user information.
That is, the virtual user information generation unit 52 generates virtual user information based on the user information acquired in step S1.

ステップS3において、サーバ1の類似度分布算出部53は、ユーザと異なる複数のユーザについての既に登録された生体情報を少なくとも含む情報を、既登録ユーザ情報として管理する。
即ち、サーバ1の類似度分布算出部53は、既登録ユーザDB500に格納された仮想ユーザ情報を取得、管理する。
また、サーバ1の類似度分布算出部53は、仮想ユーザ情報又はユーザ情報のうち少なくともいずれか一方の情報と、既登録ユーザ情報との比較に基づいて、仮想ユーザ情報又はユーザ情報のうち少なくともいずれか一方の情報と既登録ユーザ情報との類似度の分布を算出する。
ここでは、説明の便宜上、仮想ユーザ情報のみを用いて説明する。
即ち、サーバ1の類似度分布算出部53は、ステップS2で生成された仮想ユーザ情報と、既登録ユーザDB500に格納された仮想ユーザ情報を用いてユーザの類似度の分布を算出する。
そして、類似度分布算出部53は、ユーザの類似度の分布から、上述のユーザが同一か否かを判断するための適切な閾値を設定して、閾値に関する情報を生成する。
なお、他人受入率と本人拒否率は、トレードオフの関係にあり、本人拒否率を低く抑えようとすれば、他人受入率は高くなる。逆に、他人受入率を低く抑えようとすれば、本人拒否率は高くなる。したがって、類似度分布算出部53は、他人受入率と本人拒否率のバランスを考慮して閾値を設定する。
なお、ステップS3において、サーバ1の類似度分布算出部53は、ステップS2で生成された仮想ユーザ情報の代わりに、ステップS1で取得したユーザ情報を用いてユーザの類似度の分布を算出してもよい。また、同様に、サーバ1の類似度分布算出部53は、既登録ユーザDB500に格納された仮想ユーザ情報の代わりに既登録ユーザDB500に格納されたユーザ情報を用いてユーザの類似度の分布を算出してもよい。
In step S <b> 3, the similarity distribution calculation unit 53 of the server 1 manages, as registered user information, information including at least biometric information already registered for a plurality of users different from the user.
That is, the similarity distribution calculation unit 53 of the server 1 acquires and manages virtual user information stored in the registered user DB 500.
Also, the similarity distribution calculation unit 53 of the server 1 is based on a comparison between at least one of virtual user information or user information and registered user information, and at least one of virtual user information or user information. The distribution of similarity between either one of the information and the registered user information is calculated.
Here, for convenience of explanation, explanation will be made using only virtual user information.
That is, the similarity distribution calculation unit 53 of the server 1 calculates the distribution of user similarity using the virtual user information generated in step S2 and the virtual user information stored in the registered user DB 500.
Then, the similarity distribution calculation unit 53 sets an appropriate threshold for determining whether or not the above-mentioned users are the same from the distribution of the similarity of the users, and generates information regarding the threshold.
The other person acceptance rate and the principal rejection rate are in a trade-off relationship, and if one tries to keep the principal rejection rate low, the others acceptance rate increases. Conversely, if the rate of accepting others is kept low, the rejection rate will increase. Therefore, the similarity distribution calculation unit 53 sets a threshold value in consideration of the balance between the stranger acceptance rate and the principal rejection rate.
In step S3, the similarity distribution calculation unit 53 of the server 1 calculates the user similarity distribution using the user information acquired in step S1 instead of the virtual user information generated in step S2. Also good. Similarly, the similarity distribution calculation unit 53 of the server 1 calculates the user similarity distribution using the user information stored in the registered user DB 500 instead of the virtual user information stored in the registered user DB 500. It may be calculated.

ステップS4において、サーバ1の適正結果算出部54は、類似度分布算出手段により算出された類似度の分布に基づいて、ユーザが所定の認証方法を利用するのに適するか否かを算出する。
即ち、適正結果算出部54は、ステップS3で設定された閾値に関する情報から、ユーザに適した適正結果を算出する。
そして、適正結果算出部54は、算出したNに関する情報からユーザに合った認証方法を決定する。更に、適正結果算出部54は、決定した認証方法に関する情報を、認証方法決定情報として、認証方法提示部55と、認証部56に提示する。
In step S4, the appropriate result calculation unit 54 of the server 1 calculates whether or not the user is suitable for using a predetermined authentication method, based on the similarity distribution calculated by the similarity distribution calculating means.
That is, the appropriate result calculation unit 54 calculates an appropriate result suitable for the user from the information regarding the threshold set in step S3.
And the appropriate result calculation part 54 determines the authentication method suitable for the user from the information regarding the calculated N. Furthermore, the appropriate result calculation unit 54 presents information regarding the determined authentication method to the authentication method presenting unit 55 and the authentication unit 56 as authentication method determination information.

ステップS5において、認証方法提示部55は、ステップS4で決定された認証方法決定情報を提示する。   In step S5, the authentication method presentation unit 55 presents the authentication method determination information determined in step S4.

ステップS6において、サーバ1は、処理の終了指示があったか否かを判断する。ここで、処理の終了指示は、特に限定されないが、本実施形態ではサーバ1のいわゆる電源等の遮断指示が採用されている。つまり、サーバ1において電源の遮断指示がなされない限り、ステップS6においてNOであると判断されて処理はステップS1に戻され、それ以降の処理が繰り返される。
これに対して、サーバ1においてスリープ状態等への移行指示がなされると、ステップS6においてYESであると判断されて、サーバ1の実行するユーザ認証方法決定処理は終了になる。
In step S6, the server 1 determines whether or not there is an instruction to end the process. Here, the process termination instruction is not particularly limited, but in the present embodiment, a so-called power-off instruction for the server 1 is employed. That is, unless the server 1 is instructed to shut off the power, it is determined NO in step S6, the process returns to step S1, and the subsequent processes are repeated.
In contrast, when the server 1 is instructed to shift to the sleep state or the like, it is determined as YES in step S6, and the user authentication method determination process executed by the server 1 ends.

ここで、類似度の分布予測について図6乃至図8を用いて説明する。
図6は、類似度の分布予測の一例を示す図である。
Here, similarity distribution prediction will be described with reference to FIGS.
FIG. 6 is a diagram illustrating an example of similarity distribution prediction.

図6は、縦軸に生体情報の類似度、横軸に頻度、を採用した場合の例であり、認証対象とするユーザ(ユーザA)から取得された任意の指紋情報と、既登録のユーザの指紋情報との類似度の分布を示している。
ここで、図6で示すように、図6の左部には、ユーザAと既登録ユーザとの比較における、類似度が比較的低い類似度の頻度のピークが確認できる。そして、図6の右部には、ユーザAから生成された仮想ユーザ情報どうしの比較における、比較的高い類似度の頻度のピークが確認できる。
ここで、図6を見ると、図6の左右には、二つの異なる分布のピークが確認できる。例えば、ユーザAのユーザ情報と、ユーザA以外の既登録ユーザの既登録ユーザ情報とを比較した場合、全く異なる他者の指紋画像から取得された特徴点を比較することになるため、その類似度は傾向として低くなるはずである。
一方で、例えば、ユーザAのユーザ情報と当該ユーザ情報から生成された仮想ユーザ情報とを比較した場合、元々同一人から取得された指紋画像から取得された特徴点を比較することになるため、その類似度は傾向として高くなるはずである。
サーバ1の適正結果算出部54は、このように算出された類似度の分布予測に基づいて、ユーザAにとっての適正なNの値を算出するための閾値(類似度)を決定する。
FIG. 6 is an example in the case where the vertical axis represents biometric similarity and the horizontal axis represents frequency. Arbitrary fingerprint information acquired from a user to be authenticated (user A) and registered users The similarity distribution with fingerprint information is shown.
Here, as shown in FIG. 6, in the left part of FIG. 6, it is possible to confirm the peak of the frequency of similarity with a relatively low similarity in the comparison between the user A and the registered user. In the right part of FIG. 6, a peak of a relatively high similarity frequency in the comparison between the virtual user information generated from the user A can be confirmed.
Here, referring to FIG. 6, two different distribution peaks can be confirmed on the left and right of FIG. For example, when comparing user A's user information with registered user information of registered users other than user A, the feature points acquired from fingerprint images of completely different others will be compared. The degree should be low as a trend.
On the other hand, for example, when comparing the user information of the user A and the virtual user information generated from the user information, the feature points acquired from the fingerprint image originally acquired from the same person will be compared. The degree of similarity should be high as a trend.
The appropriate result calculation unit 54 of the server 1 determines a threshold (similarity) for calculating an appropriate value of N for the user A based on the distribution prediction of the similarity calculated in this way.

つまり、適正結果算出部54により決定される閾値(類似度)が高すぎれば、ユーザAから取得される指紋画像の状況等によっては、閾値(類似度)を下回ってしまい、指紋認証を行うユーザが、本人であるにも関わらず認証を拒否されてしまう事態が生じ得る。
一方で、適正結果算出部54により決定される閾値(類似度)が低すぎれば、ユーザA以外の第三者から取得された指紋画像で指紋認証を行ったにも関わらず、同一ユーザとして受け入れてしまう事態が生じ得る。
即ち、適正結果算出部54では、このように算出された類似度の分布予測から、他人受入率及び本人拒否率のバランスを考慮して、閾値(類似度)を決定し適正なNの値を算出する。そして、適正結果算出部54は、算出された適正なNの値に基づいて、ユーザAにとって適切な認証方法を決定する。
That is, if the threshold (similarity) determined by the appropriate result calculation unit 54 is too high, the threshold (similarity) may be below the threshold (similarity) depending on the status of the fingerprint image acquired from the user A, and the user who performs fingerprint authentication However, a situation may occur in which authentication is rejected even though the person is the person himself / herself.
On the other hand, if the threshold (similarity) determined by the appropriate result calculation unit 54 is too low, it is accepted as the same user even though fingerprint authentication is performed with a fingerprint image acquired from a third party other than the user A. It can happen.
In other words, the appropriate result calculation unit 54 determines a threshold value (similarity) from the distribution prediction of similarity calculated in this way, taking into account the balance between the acceptance rate of others and the rejection rate of the person, and sets an appropriate value of N. calculate. Then, the appropriate result calculation unit 54 determines an authentication method appropriate for the user A based on the calculated appropriate value of N.

図7は、ユーザ(ユーザA)の指紋情報との類似度が高い既登録ユーザが存在する場合の、類似度の分布予測の一例を示す図である。
ここで、図7の例では、図6と同様、図7の左部には、ユーザAと既登録ユーザとの比較における、類似度が比較的低い類似度の頻度のピークが確認できる。そして、図7の右部には、ユーザAから生成された仮想ユーザ情報どうしの比較における、比較的高い類似度の頻度のピークが確認できる。
図7は、図6の例とは異なり、二つの異なる分布のピークは確認できるものの、その差が比較的小さい場合の例である。
図7のような例は、例えば、ユーザAの指紋情報から取得された特徴量に特異性が少ないような場合に生じ得る。
つまり、ユーザAの指紋情報から取得された特徴量に特異性が少ないために、結果として、ユーザA以外の他の既登録ユーザの中にもユーザAと比較的類似度が高い第三者が存在してしまうのである。
ここで、適正結果算出部54は、上述の通り、他人受入率及び本人拒否率のバランスを考慮して、閾値(類似度)を決定し適正なNの値を算出する。しかしながら、図7の例のように、左右のピークの一部が重なり合っているような場合、閾値(類似度)の決定が困難な場合も生じ得る。
このような場合、例えば、適正結果算出部54は、暫定的に、閾値(類似度)を決定し適正なNの値を算出してもよい。そして、適正結果算出部54は、算出された適正なNの値に基づいて、ユーザAに合った最適な認証方法として、認証用のカードを別途配布して、1:1認証を推奨するようなことも可能である。
図7のような例は、例えば、ユーザAの指紋が薄い場合や、指紋画像の撮影条件が劣悪な場合等、指紋画像から十分な特徴量の取得ができない場合に生じ得る。
つまり、ユーザAの指紋画像から十分な特徴量の取得ができない場合等には、同一ユーザの指紋画像であっても、その類似度は、相対的に低下する場合がある。
FIG. 7 is a diagram illustrating an example of similarity distribution prediction when there is a registered user having a high similarity with the fingerprint information of the user (user A).
Here, in the example of FIG. 7, as in FIG. 6, in the left part of FIG. 7, a peak of the frequency of similarity with a relatively low similarity in the comparison between the user A and the registered user can be confirmed. In the right part of FIG. 7, a peak of a relatively high similarity frequency in the comparison between the virtual user information generated from the user A can be confirmed.
Unlike the example of FIG. 6, FIG. 7 is an example in which two different distribution peaks can be confirmed, but the difference between them is relatively small.
The example as illustrated in FIG. 7 may occur, for example, when the feature amount acquired from the fingerprint information of the user A is less specific.
In other words, since the feature amount acquired from the fingerprint information of the user A is less specific, as a result, among registered users other than the user A, a third party having a relatively high degree of similarity with the user A exists. It will exist.
Here, the appropriate result calculation unit 54 determines a threshold (similarity) and calculates an appropriate value of N in consideration of the balance between the acceptance rate of others and the rejection rate of the person as described above. However, as in the example of FIG. 7, when the left and right peaks partially overlap, it may be difficult to determine the threshold (similarity).
In such a case, for example, the appropriate result calculation unit 54 may temporarily determine a threshold value (similarity) and calculate an appropriate value of N. Then, the appropriate result calculation unit 54 recommends 1: 1 authentication by separately distributing an authentication card as an optimum authentication method suitable for the user A based on the calculated appropriate value of N. It is also possible.
The example shown in FIG. 7 may occur when a sufficient feature amount cannot be acquired from the fingerprint image, for example, when the fingerprint of the user A is thin or when the photographing condition of the fingerprint image is poor.
In other words, when a sufficient feature amount cannot be acquired from the fingerprint image of user A, the similarity may be relatively lowered even for fingerprint images of the same user.

図8は、図6及び図7の例とは異なり、環境の違いに応じて取得される画像のぶれにより、二つの異なる分布のピークは確認できるものの、その差が比較的小さい場合の例である。
ここで、図8の例では、図6及び図7と同様、図8の左部には、ユーザAと既登録ユーザとの比較における、類似度が比較的低い類似度の頻度のピークが確認できる。そして、図8の右部には、ユーザAから生成された仮想ユーザ情報どうしの比較における、比較的高い類似度の頻度のピークが確認できる。
ここで、図8は、図6や図7とは異なり、環境の異なる場合に生じ得る分布予測である。
即ち、例えば、指紋においては、水分含有量、指紋を押すときの姿勢、指紋の経年変化といった各種環境の違いによって取得される画像にぶれが生じる場合がある。このような場合、適正なNの値を算出するために、そのぶれを考慮する必要がある。
そのため、上述のぶれを考慮するために、例えば、指紋情報の変形、各種特徴量のランダムな追加・削除を行い、仮想ユーザ情報を生成する。
そのデータを用いて、適正結果算出部54は、生体情報の類似度の分布を算出することで、上述のブレを考慮することができる。
なお、概して、特に同一生体情報通しでの類似度の分布が広くなる傾向がある。
このような場合、図7の例と同様に、適正結果算出部54は、閾値(類似度)の決定が困難と考えられる。したがって、図7の場合と同様に、適正結果算出部54は、暫定的に、閾値(類似度)を決定し適正なNの値を算出してもよい。そして、適正結果算出部54は、算出された適正なNの値に基づいて、ユーザAに合った最適な認証法として、例えば、高い認証精度を要するような場合には、別途カード等を渡して1:1認証を推奨し、低い認証精度でも問題とならないような場合には、1:N認証を推奨するというような提案を行うこともできる。
FIG. 8 differs from the examples of FIGS. 6 and 7 in an example in which two different distribution peaks can be confirmed due to image blurring according to the difference in the environment, but the difference is relatively small. is there.
Here, in the example of FIG. 8, as in FIGS. 6 and 7, in the left part of FIG. 8, a peak of frequency of similarity with a relatively low similarity in the comparison between the user A and the registered user is confirmed. it can. And in the right part of FIG. 8, the peak of the frequency of comparatively high similarity in the comparison between the virtual user information produced | generated from the user A can be confirmed.
Here, unlike FIG. 6 and FIG. 7, FIG. 8 is a distribution prediction that may occur when the environment is different.
That is, for example, in the case of a fingerprint, there may be blurring in an image acquired due to differences in various environments such as moisture content, posture when pressing the fingerprint, and aging of the fingerprint. In such a case, in order to calculate an appropriate value of N, it is necessary to consider the fluctuation.
Therefore, in order to consider the above-described blur, for example, the fingerprint information is deformed and various feature amounts are randomly added / deleted to generate virtual user information.
Using the data, the appropriate result calculation unit 54 can consider the above-described blur by calculating the distribution of the similarity of the biological information.
In general, there is a tendency that the distribution of the similarity is widened especially through the same biological information.
In such a case, as in the example of FIG. 7, it is considered that the appropriate result calculation unit 54 has difficulty in determining a threshold value (similarity). Therefore, as in the case of FIG. 7, the appropriate result calculation unit 54 may temporarily determine a threshold value (similarity) and calculate an appropriate value of N. Then, the appropriate result calculation unit 54 passes a separate card or the like as an optimum authentication method suitable for the user A based on the calculated appropriate value of N, for example, when high authentication accuracy is required. If 1: 1 authentication is recommended and there is no problem even with low authentication accuracy, a proposal can be made to recommend 1: N authentication.

以上本発明の一実施形態について説明したが、本発明は、上述の実施形態に限定されるものではなく、本発明の目的を達成できる範囲での変形、改良等は本発明に含まれるものである。   Although one embodiment of the present invention has been described above, the present invention is not limited to the above-described embodiment, and modifications, improvements, and the like within a scope that can achieve the object of the present invention are included in the present invention. is there.

また例えば、上述の実施形態において、生体認証の一例として指紋認証を例として説明を行ったが、特にこれに限定されない。
即ち、本サービスの提供者は、本発明の一実施形態に係る情報処理システムの適用対象となる生体認証として、静脈認証、顔認証、声紋認証等のあらゆる生体認証を採用することができる。
For example, in the above-described embodiment, fingerprint authentication is described as an example of biometric authentication. However, the present invention is not particularly limited thereto.
That is, the provider of this service can employ any biometric authentication such as vein authentication, face authentication, and voiceprint authentication as biometric authentication to which the information processing system according to an embodiment of the present invention is applied.

また例えば、上述の実施形態において、指紋の照合を行う方法として、指紋の画像情報から取得された各種特徴量を抽出し、その特徴量の類似度を比較・検討する方法を採用して説明を行ったが、特にこれに限定されない。
即ち、サーバ1では、パターンマッチング方式(指紋認証)、キーワード方式(声紋認証)等、その他あらゆる方法を用いて生体情報の照合を行ってもよい。
また、ユーザ(ユーザA)の指紋情報との類似度が高い既登録ユーザが存在する場合、上述の実施形態では、ユーザAに合った最適な認証方法として、通常、ユーザの認証は1指(例えば右手の人差し指)で認証するところ、当該ユーザAに対しては、2指(例えば右手の人差し指と中指)を用いた指紋認証にする、という認証方法を提供することができる。
Further, for example, in the above-described embodiment, as a method for collating fingerprints, various feature amounts acquired from fingerprint image information are extracted, and a method for comparing and examining the similarity of the feature amounts is described. Although it went, it is not limited to this in particular.
That is, the server 1 may collate biometric information using any other method such as a pattern matching method (fingerprint authentication) or a keyword method (voiceprint authentication).
When there is a registered user who has a high degree of similarity with the fingerprint information of the user (user A), in the above-described embodiment, the user authentication is usually performed with one finger ( For example, when authentication is performed with the index finger of the right hand), for the user A, an authentication method of performing fingerprint authentication using two fingers (for example, the index finger and the middle finger of the right hand) can be provided.

また例えば、上述の実施形態において、指紋の画像情報から取得された各種特徴量を抽出し、その特徴量の類似度を比較・検討する方法を採用して説明を行ったが、特にこれに限定されない。
即ち、本サービスの提供者は、本発明の一実施形態に係る情報処理システムの適用対象となる指紋認証として、抽出された特徴量の数やクオリティ等の特徴量の性質を用いて、その特徴量の類似度を比較・検討することができる。
例えば、従来、指紋を扱ったサービスの際、ユーザに初回登録時に指紋認証装置にユーザの指を数回押してもらい、複数の指紋情報を取得することは可能だが、その程度である。その中で総当りに類似度を算出することは可能だが、類似度分布算出部53では、特徴量の性質を用いて類似度の予測分布も行なうことができる。例えば具体的に、類似度分布算出部53は、マニューシャ方式による抽出された特徴量の数とクオリティを算出し、クオリティの高い特徴量が多ければ、高い類似度を算出することは可能と推測する。一方で、類似度分布算出部53は、クオリティの高い特徴量が少なければ、そもそも高い類似度を算出することは困難である。
それにともない、類似度分布算出部53は、ユーザ本人の類似度の分布予測を行なうことができる。
Further, for example, in the above-described embodiment, the description has been made by adopting the method of extracting various feature amounts acquired from the image information of the fingerprint, and comparing and examining the similarity of the feature amounts. Not.
That is, the provider of the service uses the feature quantity characteristics such as the number of extracted feature quantities and quality as fingerprint authentication to be applied to the information processing system according to the embodiment of the present invention. The amount of similarity can be compared and examined.
For example, conventionally, in a service that handles fingerprints, it is possible to have a user press the finger of the fingerprint authentication device several times at the time of initial registration, but to acquire a plurality of fingerprint information, but only to that extent. Among them, it is possible to calculate the degree of similarity, but the degree-of-similarity distribution calculation unit 53 can also perform a predictive distribution of the degree of similarity using the characteristics of the feature amount. For example, specifically, the similarity distribution calculation unit 53 calculates the number and quality of feature quantities extracted by the minutiae method, and estimates that it is possible to calculate a high similarity if there are many high quality feature quantities. . On the other hand, it is difficult for the similarity distribution calculation unit 53 to calculate a high degree of similarity in the first place if there are few high-quality feature quantities.
Accordingly, the similarity distribution calculation unit 53 can perform the distribution prediction of the user's own similarity.

また例えば、上述の実施形態において、仮想ユーザ情報の生成の方法として、ユーザ情報に対して、画像の変形や、各種特徴量のランダムな追加、削除等を一例として説明した。以下、このような仮想ユーザ情報を行う場合に具体的な例について、簡単に説明する。
具体的に例えば、
(1) ユーザが指紋を撮像する場合、指の圧力により形状が変形し、特徴量の位置がずれる場合がある。このような場合に、当該画像の変形により、正しい指紋の形状を再現することができる。
(2) また、ユーザの指の水分含有率等により、センサでの隆線の取得にずれが生じて、特徴量の取得が不安定な場合がある。このような場合、特徴量の削除・追加により適正な特徴量を再現することができる。
(3) また、ユーザの指に怪我やかぶれ、ごみ等により、指紋の一部が欠損しているような場合がある。このような場合、画像の一部をベタ塗りすることにより正しい指紋の形状を再現することができる。
(4) また、ユーザの指の血管の伸縮により、指紋のパターンが見れないような場合がある。このような場合、例えば、静脈パターンの削除・追加等を行うことにより適正な指紋のパターンを再現することができる。
Further, for example, in the above-described embodiment, as a method for generating virtual user information, image deformation, random addition and deletion of various feature amounts, and the like have been described as examples of user information. Hereinafter, a specific example when performing such virtual user information will be briefly described.
Specifically, for example,
(1) When a user images a fingerprint, the shape may be deformed by finger pressure, and the position of the feature amount may be shifted. In such a case, a correct fingerprint shape can be reproduced by deformation of the image.
(2) Further, the acquisition of the feature amount may be unstable due to a deviation in the acquisition of the ridges by the sensor due to the moisture content of the user's finger or the like. In such a case, an appropriate feature amount can be reproduced by deleting / adding the feature amount.
(3) In addition, a part of the fingerprint may be missing due to injury, rash, dust, or the like on the user's finger. In such a case, a correct fingerprint shape can be reproduced by solidly painting a part of the image.
(4) In some cases, the fingerprint pattern cannot be seen due to the expansion and contraction of the blood vessel of the user's finger. In such a case, for example, an appropriate fingerprint pattern can be reproduced by deleting or adding a vein pattern.

また例えば、上述の実施形態において、生体認証において、指紋情報を用いた認証方法を採用して説明を行ったが、特にこれに限定されない。
即ち、サーバ1では、ユーザを認証する方法として、指紋情報のみだけでなく、当該指紋情報に加えて、静脈認証、顔認証、声紋認証等との組み合わせによる認証方法を提供してもよい。例えば具体的に、サーバ1では、顔、静脈、虹彩等のほか生体情報を用いた場合に、以下の具体例について、ユーザに合った最適な認証方法を提供できる。
(1)通常ユーザーは1指紋で認証する。
(2)指紋が既登録ユーザDB500に少数存在したユーザーは顔認証と組み合わせる。
(3)指紋の1:N適性が低い場合、カード認証等と組み合わせる。
また、上述の実施形態では、求められるセキュリティレベルに応じて、ユーザに合った最適な認証法を提供することができる。
(1)指紋情報について、重複を許可する場合、1指目のみ指紋情報の照合によるユーザに合った最適な認証方法を提供する。
(2)指紋情報について、重複が許されない場合、1指目の照合結果に応じて、2指目や、カード等の他、ユーザに合った最適な認証方法を提供する。
For example, in the above-described embodiment, biometric authentication has been described using an authentication method using fingerprint information, but the present invention is not particularly limited thereto.
That is, the server 1 may provide not only fingerprint information but also an authentication method in combination with vein authentication, face authentication, voiceprint authentication, etc. in addition to the fingerprint information as a method for authenticating the user. For example, specifically, the server 1 can provide an optimal authentication method suitable for the user in the following specific examples when biometric information such as a face, a vein, and an iris is used.
(1) A normal user authenticates with one fingerprint.
(2) A user with a small number of fingerprints in the registered user DB 500 is combined with face authentication.
(3) When the 1: N suitability of the fingerprint is low, it is combined with card authentication or the like.
In the above-described embodiment, an optimal authentication method suitable for the user can be provided according to the required security level.
(1) When duplication is permitted for fingerprint information, an optimal authentication method suitable for the user by collating fingerprint information with only the first finger is provided.
(2) When duplication is not allowed for fingerprint information, an optimal authentication method suitable for the user is provided in addition to the second finger, a card, and the like according to the result of the first finger collation.

また例えば、上述の実施形態において、指紋情報を用いてユーザに合った最適な認証方法の提供するサービスとして説明を行ったが、特にこれに限定されない。
即ち、例えば、
(1)虹彩・顔等の生体情報から仮想ユーザ情報の生成してもよい。
(2)取得された生体情報の種類等に応じて、ユーザ選別の傾向を考慮してもよい。
(3)本サービスの提供場所として、例えば、海の家など各種店舗や施設を採用してもよい。
Further, for example, in the above-described embodiment, the description has been given as a service that provides an optimal authentication method suitable for the user using fingerprint information, but the present invention is not particularly limited thereto.
That is, for example,
(1) Virtual user information may be generated from biological information such as iris and face.
(2) The tendency of user selection may be taken into account according to the type of biometric information acquired.
(3) For example, various stores and facilities such as a seaside house may be adopted as the service providing location.

また例えば、上述した一連の処理は、ハードウェアにより実行させることもできるし、ソフトウェアにより実行させることもできる。
換言すると、図4の機能的構成は例示に過ぎず、特に限定されない。
即ち、上述した一連の処理を全体として実行できる機能が情報処理システムに備えられていれば足り、この機能を実現するためにどのような機能ブロックを用いるのかは特に図4の例に限定されない。また、機能ブロックの存在場所も、図4に特に限定されず、任意でよい。例えば、サーバ1の機能ブロックを専用端末2等に移譲させてもよい。逆に専用端末2の機能ブロックをサーバ1等に移譲させてもよい。
また、1つの機能ブロックは、ハードウェア単体で構成してもよいし、ソフトウェア単体で構成してもよいし、それらの組み合わせで構成してもよい。
For example, the series of processes described above can be executed by hardware or can be executed by software.
In other words, the functional configuration of FIG. 4 is merely an example, and is not particularly limited.
That is, it is sufficient that the information processing system has a function capable of executing the above-described series of processes as a whole, and what functional block is used to realize this function is not particularly limited to the example of FIG. Further, the location of the functional block is not particularly limited to that in FIG. 4 and may be arbitrary. For example, the functional block of the server 1 may be transferred to the dedicated terminal 2 or the like. Conversely, the functional blocks of the dedicated terminal 2 may be transferred to the server 1 or the like.
In addition, one functional block may be constituted by hardware alone, software alone, or a combination thereof.

また例えば、一連の処理をソフトウェアにより実行させる場合には、そのソフトウェアを構成するプログラムが、コンピュータ等にネットワークや記録媒体からインストールされる。
コンピュータは、専用のハードウェアに組み込まれているコンピュータであってもよい。
また、コンピュータは、各種のプログラムをインストールすることで、各種の機能を実行することが可能なコンピュータ、例えばサーバの他汎用のスマートフォンやパーソナルコンピュータであってもよい。
For example, when a series of processing is executed by software, a program constituting the software is installed in a computer or the like from a network or a recording medium.
The computer may be a computer incorporated in dedicated hardware.
The computer may be a computer capable of executing various functions by installing various programs, for example, a general-purpose smartphone or personal computer other than a server.

また例えば、このようなプログラムを含む記録媒体は、ユーザにプログラムを提供するために装置本体とは別に配布される図示せぬリムーバブルメディアにより構成されるだけでなく、装置本体に予め組み込まれた状態でユーザに提供される記録媒体等で構成される。   In addition, for example, the recording medium including such a program is not only constituted by a removable medium (not shown) distributed separately from the apparatus main body in order to provide the program to the user, but is also incorporated in the apparatus main body in advance. And a recording medium provided to the user.

なお、本明細書において、記録媒体に記録されるプログラムを記述するステップは、その順序に沿って時系列的に行われる処理はもちろん、必ずしも時系列的に処理されなくとも、並列的或いは個別に実行される処理をも含むものである。
また、本明細書において、システムの用語は、複数の装置や複数の手段等より構成される全体的な装置を意味するものとする。
In the present specification, the step of describing the program recorded on the recording medium is not limited to the processing performed in time series along the order, but is not necessarily performed in time series, either in parallel or individually. The process to be executed is also included.
Further, in the present specification, the term “system” means an overall apparatus configured by a plurality of devices, a plurality of means, and the like.

以上を換言すると、本発明が適用される情報処理システムは、次のような構成を有していれば足り、各種各様な実施の形態を取ることができる。
即ち、本発明が適用される情報処理装置は、
認証対象となるユーザの生体情報を少なくとも含む情報を、ユーザ情報として取得するユーザ情報取得手段と、
前記ユーザ情報に基づいて、仮想ユーザ情報を生成する仮想ユーザ情報生成手段と、
前記ユーザと異なる複数のユーザについての既に登録された生体情報を少なくとも含む情報を、既登録ユーザ情報として管理する既登録ユーザ情報管理手段と、
前記仮想ユーザ情報又は前記ユーザ情報のうち少なくともいずれか一方の情報と、前記既登録ユーザ情報との比較に基づいて、前記仮想ユーザ情報又は前記ユーザ情報のうち少なくともいずれか一方の情報と前記既登録ユーザ情報との類似度の分布を算出する類似度分布算出手段と、
前記類似度分布算出手段により算出された類似度の分布に基づいて、前記ユーザが利用するのに適した所定の認証方法の決定に用いる値を算出する適正値算出手段と、
を備える。
In other words, an information processing system to which the present invention is applied only needs to have the following configuration, and can take various embodiments.
That is, an information processing apparatus to which the present invention is applied
User information acquisition means for acquiring, as user information, information including at least biometric information of the user to be authenticated;
Virtual user information generating means for generating virtual user information based on the user information;
Registered user information management means for managing, as registered user information, information including at least biometric information already registered for a plurality of users different from the user;
Based on a comparison between at least one of the virtual user information or the user information and the registered user information, at least one of the virtual user information or the user information and the registered A similarity distribution calculating means for calculating a distribution of similarity with user information;
Based on the similarity distribution calculated by the similarity distribution calculating means, an appropriate value calculating means for calculating a value used for determining a predetermined authentication method suitable for use by the user;
Is provided.

これにより、ユーザの生体情報の状況等に応じて、当該ユーザに対して、最適な認証方法による生体認証の提供を補助するための技術を提供することができる。   Accordingly, it is possible to provide a technique for assisting the provision of biometric authentication by an optimal authentication method for the user according to the state of the biometric information of the user.

また、前記ユーザ情報に含まれる前記ユーザの前記生体情報は、指紋情報であり、
前記仮想ユーザ情報生成手段は、前記ユーザの指紋に関する画像情報の変更を伴う方法、又は前記画像情報から取得される特徴量にランダムな追加又は変更を伴う方法のうち、少なくとも何れか一方の方法に基づいて、前記仮想ユーザ情報を生成する。
The biometric information of the user included in the user information is fingerprint information,
The virtual user information generation means may be at least one of a method involving a change in image information related to the user's fingerprint or a method involving a random addition or change in a feature amount acquired from the image information. Based on this, the virtual user information is generated.

これにより、ユーザの指紋の水分保有量、姿勢、経年変化等による指紋情報の変化を考慮して、指紋情報の類似度の分布を算出することができる。   Thereby, it is possible to calculate the distribution of the similarity of fingerprint information in consideration of the change in fingerprint information due to the moisture content, posture, aging, etc. of the user's fingerprint.

また、前記適正算出手段は、1:N(Nは2以上の整数値)認証の利用するのに適するか否かの決定に用いる値を算出する。   Further, the appropriate calculation means calculates a value used for determining whether or not it is suitable for use of 1: N (N is an integer value of 2 or more) authentication.

これにより、ユーザに対するNの正確な見極めが可能となる。   As a result, it is possible to accurately determine N for the user.

また、前記適正算出手段により算出された結果に基づいて、前記ユーザに適した認証の方法を提示する認証方法提示手段を備える。 In addition, an authentication method presenting means for presenting an authentication method suitable for the user based on the result calculated by the appropriateness calculating means is provided.

これにより、ユーザに適した、認証の方法を提示することができる。 Thereby, the authentication method suitable for the user can be presented.

1・・・サーバ、2・・・専用端末、3・・・指紋認証装置、11・・・CPU、18・・・記憶部、19・・・通信部、40・・・近距離無線通信部、51・・・ユーザ情報取得部、52・・・仮想ユーザ情報生成部、53・・・類似度分布算出部、54・・・適正結果算出部、55・・・認証方法提示部、56・・・認証部、81・・・指紋情報管理部、82・・・認証方法取得部、83・・・表示制御部、500・・・既登録ユーザDB   DESCRIPTION OF SYMBOLS 1 ... Server, 2 ... Dedicated terminal, 3 ... Fingerprint authentication apparatus, 11 ... CPU, 18 ... Memory | storage part, 19 ... Communication part, 40 ... Near field communication part , 51 ... User information acquisition unit, 52 ... Virtual user information generation unit, 53 ... Similarity distribution calculation unit, 54 ... Appropriate result calculation unit, 55 ... Authentication method presentation unit, 56 ..Authentication unit, 81 ... fingerprint information management unit, 82 ... authentication method acquisition unit, 83 ... display control unit, 500 ... registered user DB

Claims (5)

認証対象となるユーザの生体情報を少なくとも含む情報を、ユーザ情報として取得するユーザ情報取得手段と、
前記ユーザ情報に基づいて、仮想ユーザ情報を生成する仮想ユーザ情報生成手段と、
前記ユーザと異なる複数のユーザについての既に登録された生体情報を少なくとも含む情報を、既登録ユーザ情報として管理する既登録ユーザ情報管理手段と、
前記仮想ユーザ情報又は前記ユーザ情報のうち少なくともいずれか一方の情報と、前記既登録ユーザ情報との比較に基づいて、前記仮想ユーザ情報又は前記ユーザ情報のうち少なくともいずれか一方の情報と前記既登録ユーザ情報との類似度の分布を算出する類似度分布算出手段と、
前記類似度分布算出手段により算出された類似度の分布に基づいて、前記ユーザが利用するのに適した所定の認証方法の決定に用いる値を算出する適正値算出手段と、
を備える情報処理装置。
User information acquisition means for acquiring, as user information, information including at least biometric information of the user to be authenticated;
Virtual user information generating means for generating virtual user information based on the user information;
Registered user information management means for managing, as registered user information, information including at least biometric information already registered for a plurality of users different from the user;
Based on a comparison between at least one of the virtual user information or the user information and the registered user information, at least one of the virtual user information or the user information and the registered A similarity distribution calculating means for calculating a distribution of similarity with user information;
Based on the similarity distribution calculated by the similarity distribution calculating means, an appropriate value calculating means for calculating a value used for determining a predetermined authentication method suitable for use by the user;
An information processing apparatus comprising:
前記ユーザ情報に含まれる前記ユーザの前記生体情報は、指紋情報であり、
前記仮想ユーザ情報生成手段は、前記ユーザの前記指紋情報に関する画像情報の変更を伴う方法、又は前記画像情報から取得される特徴量にランダムな追加又は変更を伴う方法のうち、少なくとも何れか一方の方法に基づいて、前記仮想ユーザ情報を生成する、
請求項1に記載の情報処理装置。
The biometric information of the user included in the user information is fingerprint information,
The virtual user information generation means is at least one of a method involving a change in image information related to the fingerprint information of the user or a method involving a random addition or change in a feature amount acquired from the image information. Generating the virtual user information based on a method;
The information processing apparatus according to claim 1.
前記適正算出手段は、1:N(Nは2以上の整数値)認証の利用するのに適するか否かの決定に用いる値を算出する、
請求項1又は2に記載の情報処理装置。
The appropriate calculation means calculates a value used for determining whether or not it is suitable for use of 1: N (N is an integer value of 2 or more) authentication.
The information processing apparatus according to claim 1 or 2.
前記適正算出手段により算出された結果に基づいて、前記ユーザに適した認証の方法を提示する認証方法提示手段を備える、
請求項1乃至請求項3のうち何れか1項に記載の情報処理装置。
An authentication method presenting means for presenting an authentication method suitable for the user based on the result calculated by the appropriate calculation means;
The information processing apparatus according to any one of claims 1 to 3.
コンピュータに、
認証対象となるユーザの生体情報を少なくとも含む情報を、ユーザ情報として取得するユーザ情報取得ステップと、
前記ユーザ情報に基づいて、仮想ユーザ情報を生成する仮想ユーザ情報生成ステップと、
前記ユーザと異なる複数についての既に登録されたユーザの生体情報を少なくとも含む情報を、既登録ユーザ情報として管理する既登録ユーザ情報管理ステップと、
前記仮想ユーザ情報又は前記ユーザ情報のうち少なくともいずれか一方の情報と、前記既登録ユーザ情報との比較に基づいて、前記仮想ユーザ情報又は前記ユーザ情報のうち少なくともいずれか一方の情報と前記既登録ユーザ情報との類似度の分布を算出する類似度分布算出ステップと、
前記類似度分布算出ステップにより算出された類似度の分布に基づいて、前記ユーザが利用するのに適した所定の認証方法の決定に用いる値を算出する適正値算出ステップと、
を含む処理を実行させるプログラム。
On the computer,
A user information acquisition step of acquiring information including at least biometric information of the user to be authenticated as user information;
A virtual user information generation step of generating virtual user information based on the user information;
A registered user information management step for managing, as registered user information, information including at least biometric information of already registered users for a plurality different from the user;
Based on a comparison between at least one of the virtual user information or the user information and the registered user information, at least one of the virtual user information or the user information and the registered A similarity distribution calculating step for calculating a similarity distribution with the user information;
An appropriate value calculating step for calculating a value used for determining a predetermined authentication method suitable for use by the user, based on the similarity distribution calculated by the similarity distribution calculating step;
A program that executes processing including
JP2018015772A 2017-01-31 2018-01-31 Information processing device and program Pending JP2018124999A (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2017015983 2017-01-31
JP2017015983 2017-01-31

Publications (1)

Publication Number Publication Date
JP2018124999A true JP2018124999A (en) 2018-08-09

Family

ID=63110349

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018015772A Pending JP2018124999A (en) 2017-01-31 2018-01-31 Information processing device and program

Country Status (1)

Country Link
JP (1) JP2018124999A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102019117303A1 (en) 2018-06-29 2020-01-02 Okuma Corporation machine tool
WO2022092305A1 (en) 2020-10-30 2022-05-05 パナソニックIpマネジメント株式会社 Biological information acquisition device, biological authentication device, and biological information acquisition method
WO2022097721A1 (en) 2020-11-06 2022-05-12 パナソニックIpマネジメント株式会社 Bioinformation acquisition device

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012133603A (en) * 2010-12-22 2012-07-12 Hitachi Omron Terminal Solutions Corp Biometric authentication system and biometric authentication method

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012133603A (en) * 2010-12-22 2012-07-12 Hitachi Omron Terminal Solutions Corp Biometric authentication system and biometric authentication method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102019117303A1 (en) 2018-06-29 2020-01-02 Okuma Corporation machine tool
WO2022092305A1 (en) 2020-10-30 2022-05-05 パナソニックIpマネジメント株式会社 Biological information acquisition device, biological authentication device, and biological information acquisition method
WO2022097721A1 (en) 2020-11-06 2022-05-12 パナソニックIpマネジメント株式会社 Bioinformation acquisition device

Similar Documents

Publication Publication Date Title
KR101613233B1 (en) Improved biometric authentication and identification
US8418237B2 (en) Resource access based on multiple credentials
CN109657446B (en) System and method for providing blockchain based multi-factor personal identity verification
KR102132507B1 (en) Resource management based on biometric data
Baig et al. Security, privacy, and usability in continuous authentication: A survey
US10135817B2 (en) Enhancing authentication and source of proof through a dynamically updatable biometrics database
US9288669B2 (en) Mobile touch authentication refresh
US20210150006A1 (en) Obscuring data when gathering behavioral data
US10552596B2 (en) Biometric authentication
JP7090008B2 (en) Identity verification support device and identity verification support method
US11552944B2 (en) Server, method for controlling server, and terminal device
JP5659777B2 (en) Authentication processing apparatus, authentication processing method, and program
JP2018124999A (en) Information processing device and program
US10719593B2 (en) Biometric signature system and biometric certificate registration method
US11792189B1 (en) Systems and methods for authenticating a user using an image capture device
US9760767B1 (en) Rating applications based on emotional states
US20220245963A1 (en) Method, apparatus and computer program for authenticating a user
US20220414193A1 (en) Systems and methods for secure adaptive illustrations
JP2011090634A (en) Authentication device, authentication method and authentication program
WO2022014061A1 (en) Value transfer device, value transfer system, value transfer method, and non-transitory computer-readable medium
CN111353139A (en) Continuous authentication method and device, electronic equipment and storage medium
JP2007226519A (en) System, method, and program for updating and managing biological information
JP2021002084A (en) Authentication system, authentication method, and authentication program
JP2008065604A (en) Mobile type biological information storage device, biological information storage method, program, storage medium, and biometric authentication system and method
JP7266071B2 (en) Online authenticator, method and program

Legal Events

Date Code Title Description
AA64 Notification of invalidation of claim of internal priority (with term)

Free format text: JAPANESE INTERMEDIATE CODE: A241764

Effective date: 20180306

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180328

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210107

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20211222

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220106

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220307

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20220809

C60 Trial request (containing other claim documents, opposition documents)

Free format text: JAPANESE INTERMEDIATE CODE: C60

Effective date: 20221109

C22 Notice of designation (change) of administrative judge

Free format text: JAPANESE INTERMEDIATE CODE: C22

Effective date: 20230110

C22 Notice of designation (change) of administrative judge

Free format text: JAPANESE INTERMEDIATE CODE: C22

Effective date: 20230131

C23 Notice of termination of proceedings

Free format text: JAPANESE INTERMEDIATE CODE: C23

Effective date: 20230328