JP2016105293A - User detection device, method, and program - Google Patents

User detection device, method, and program Download PDF

Info

Publication number
JP2016105293A
JP2016105293A JP2016000455A JP2016000455A JP2016105293A JP 2016105293 A JP2016105293 A JP 2016105293A JP 2016000455 A JP2016000455 A JP 2016000455A JP 2016000455 A JP2016000455 A JP 2016000455A JP 2016105293 A JP2016105293 A JP 2016105293A
Authority
JP
Japan
Prior art keywords
detection
unit
user
authentication
color histogram
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
JP2016000455A
Other languages
Japanese (ja)
Inventor
厚一郎 新沼
Atsuichiro Niinuma
厚一郎 新沼
松田 高弘
Takahiro Matsuda
高弘 松田
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2016000455A priority Critical patent/JP2016105293A/en
Publication of JP2016105293A publication Critical patent/JP2016105293A/en
Pending legal-status Critical Current

Links

Landscapes

  • Image Analysis (AREA)
  • Collating Specific Patterns (AREA)
  • Image Processing (AREA)

Abstract

PROBLEM TO BE SOLVED: To suppress interruption of continuous detection of an area corresponding to a user when the luminance of an image to be used for the detection of the area corresponding to a user has rapidly changed.SOLUTION: In the beginning of continuous authentication, color histogram authentication (96) is performed, and while the similarity of the color histogram is equal to or larger than a threshold (Y in 98), the color histogram authentication is continued. When the similarity of the color histogram becomes less than the threshold (N in 98), it is determined if a rapid change in luminance has occurred to an image (102), and if the change in luminance has occurred, the continuous authentication is switched to optical flow authentication (110). While the optical flow authentication is performed, it is determined whether or not the rapid change in luminance of the image has stopped (114 and 116), if the change in luminance is determined to have stopped (Y in 116), the color histogram authentication is resumed.SELECTED DRAWING: Figure 4

Description

開示の技術は利用者検知装置、利用者検知方法及び利用者検知プログラムに関する。   The disclosed technology relates to a user detection device, a user detection method, and a user detection program.

近年、情報機器の急速な普及に伴い、情報機器内に多種多様な情報が保持されるようになっている。このため、情報機器内に保持されている情報の漏洩等を抑制するセキュリティ技術の確立は極めて重要な課題になってきており、様々な認証技術(例えばパスワード認証や生体認証、カード認証等)が提案されて実用化されている。しかし、既存の認証技術の多くは、ログイン時にのみ認証処理を実施するものであり、例えば、正規の利用者が情報機器の設置位置から離席している間に第三者が情報機器を不正に使用した場合、これを検知できないという共通の課題がある。   In recent years, with the rapid spread of information equipment, various kinds of information are held in the information equipment. For this reason, establishment of security technology that suppresses leakage of information held in information devices has become an extremely important issue, and various authentication technologies (for example, password authentication, biometric authentication, card authentication, etc.) It has been proposed and put to practical use. However, many of the existing authentication technologies perform authentication processing only at the time of login. For example, while a legitimate user is away from the installation location of the information device, a third party illegally uses the information device. When used for the above, there is a common problem that this cannot be detected.

上記の課題を解決するため、ログイン後も利用者に対して継続的に認証処理を行う継続認証技術が従来より提案されている。継続認証技術の中でも、利用者を撮影した画像の色ヒストグラムを用いる色ヒストグラム認証は、顔認証やキーストローク等を用いる他の方式と比較して、利用者の姿勢変化に対して頑健な継続認証が可能という特長を有している。色ヒストグラム認証では、例えば、画像中の利用者に対応する領域の色ヒストグラムを登録しておき、登録した色ヒストグラムとの色ヒストグラムの類似度に基づいて、画像中の利用者対応領域を検知し、その移動を追跡することで継続認証が実現される。   In order to solve the above problems, a continuous authentication technique for continuously performing authentication processing on a user even after login has been proposed. Among the continuous authentication technologies, color histogram authentication that uses the color histogram of the image taken of the user is continuous authentication that is more robust against changes in the user's posture than other methods that use face authentication or keystrokes. It has the feature that it is possible. In color histogram authentication, for example, a color histogram of an area corresponding to the user in the image is registered, and the user corresponding area in the image is detected based on the similarity of the color histogram with the registered color histogram. By following the movement, continuous authentication is realized.

K.Niinuma,U.Park,A.K.Jain,"Soft Biometric Traits For Continuous User Authentication",IEEE Transactions on Information Forensics and Security, Vol.5,No.4,pp.771-780,2010K. Niinuma, U. Park, A. K. Jain, "Soft Biometric Traits For Continuous User Authentication", IEEE Transactions on Information Forensics and Security, Vol. 5, No. 4, pp. 771-780, 2010 P.Viola and M.Jones,“Rapid object detection using a boosted cascade of simple features,”in Proc.IEEE Computer Vision and Pattern Recognition,pp.I_511-I_518,2001P. Viola and M. Jones, “Rapid object detection using a boosted cascade of simple features,” in Proc. IEEE Computer Vision and Pattern Recognition, pp. I_511-I_518, 2001 B.D.Lucas and T.Kanade,An iterative image registration technique with an application to stereo vision,in Proc.7th IJCAI,Vancouver,B.C.,Canada,pp.674-679,1981B.D.Lucas and T.Kanade, An iterative image registration technique with an application to stereo vision, in Proc.7th IJCAI, Vancouver, B.C., Canada, pp.674-679,1981

しかしながら、色ヒストグラムを用いた利用者対応領域の検知では、例えば、照明条件の急激な変化等によって認証に用いる画像の輝度が急激に変化した場合、色ヒストグラムが変化し、利用者が存在しているにも拘わらず利用者対応領域を特定できないことが生じ得る。この場合、認証が途切れてしまったり、利用者が情報機器から離れたと誤判定されることになる、という課題があった。   However, in the detection of the user corresponding area using the color histogram, for example, when the brightness of the image used for authentication changes suddenly due to a rapid change in lighting conditions, the color histogram changes and there is a user. In spite of this, it may happen that the user corresponding area cannot be specified. In this case, there are problems that the authentication is interrupted or that the user is erroneously determined to have left the information device.

画像の輝度の急激な変化は、例えば、情報機器を室内で使用している状況で室内の照明がオンオフされた場合や、情報機器を移動体の室内で使用している状況で移動体の室内に入射される外光の光量が急激に変化した場合に生ずる。また、例えば、利用者を撮影する撮影部に画像全体の輝度をおよそ一定に維持する露出制御機能が設けられている場合には、利用者の背後を人が通った等のような撮影範囲内の輝度変化に応じて露出が変更されたときにも利用者対応領域の輝度の急激な変化が生じる。なお、撮影部がPC(Personal Computer)等の情報機器に内蔵されたカメラであり、当該カメラが他のアプリケーションでも使用されている場合には、上記の露出制御機能をオフして利用者対応領域の輝度の急激な変化を抑制することは困難である。   An abrupt change in the brightness of an image can be caused by, for example, when indoor lighting is turned on or off while the information device is used indoors, or when the information device is used indoors or when the information device is used indoors. This occurs when the amount of external light incident on the abruptly changes. In addition, for example, when an exposure control function that keeps the brightness of the entire image approximately constant is provided in the imaging unit that captures the user, it is within the imaging range such as a person passing behind the user. Even when the exposure is changed according to the brightness change, the brightness of the user corresponding area changes rapidly. If the shooting unit is a camera built in an information device such as a PC (Personal Computer), and the camera is also used in other applications, the exposure control function is turned off and the user corresponding area It is difficult to suppress a sudden change in luminance.

開示の技術は、利用者対応領域の検知に用いる画像の輝度が急激に変化した場合に、利用者対応領域の継続的な検知が途切れることを抑制することが目的である。   An object of the disclosed technology is to prevent the continuous detection of the user corresponding area from being interrupted when the luminance of the image used for the detection of the user corresponding area rapidly changes.

開示の技術は、撮影部によって撮影された画像を順次取得する画像取得部を含んでいる。また開示の技術は、前記画像取得部によって順次取得された画像について、色ヒストグラムの類似度に基づいて、個々の前記画像中の利用者に対応する利用者対応領域を検知することを繰り返す第1検知部を含んでいる。また開示の技術は、前記画像取得部によって順次取得された画像について、個々の前記画像内に存在する特徴点を順次比較することで、個々の前記画像中の利用者対応領域を検知することを繰り返す第2検知部を含んでいる。そして開示の技術は、前記画像取得部によって順次取得された画像の輝度が所定値以上変化している間は前記第2検知部によって利用者対応領域の検知を行わせ、それ以外の期間は前記第1検知部によって利用者対応領域の検知を行わせる切替判定部を含んでいる。 The disclosed technology includes an image acquisition unit that sequentially acquires images captured by the imaging unit. In the first disclosed technique, detection of a user corresponding area corresponding to a user in each of the images based on the similarity of color histograms for the images sequentially acquired by the image acquisition unit is repeated. Includes a detector. In addition, the disclosed technology detects a user corresponding area in each of the images by sequentially comparing feature points existing in the images with respect to the images sequentially acquired by the image acquisition unit. It includes a second detector that repeats. The disclosed technique allows the second detection unit to detect the user corresponding area while the luminance of the images sequentially acquired by the image acquisition unit is changed by a predetermined value or more, and during other periods, that it includes a switching determination unit to perform the detection of the user corresponding regions by the first detection unit.

開示の技術は、利用者対応領域の検知に用いる画像の輝度が急激に変化した場合に、利用者対応領域の継続的な検知が途切れることを抑制できる、という効果を有する。   The disclosed technology has an effect that the continuous detection of the user corresponding area can be prevented from being interrupted when the brightness of the image used for the detection of the user corresponding area is rapidly changed.

第1実施形態で説明した認証装置の機能ブロック図である。It is a functional block diagram of the authentication apparatus demonstrated in 1st Embodiment. 認証装置として機能するコンピュータの概略ブロック図である。It is a schematic block diagram of the computer which functions as an authentication apparatus. 認証処理のフローチャートである。It is a flowchart of an authentication process. 第1実施形態で説明した継続認証処理のフローチャートである。It is a flowchart of the continuous authentication process demonstrated in 1st Embodiment. 初期登録処理のフローチャートである。It is a flowchart of an initial registration process. (A)は色ヒストグラム情報、(B)は特徴点情報の一例を各々示す概略図である。(A) is a color histogram information, (B) is a schematic diagram showing an example of feature point information. 色ヒストグラム認証処理のフローチャートである。It is a flowchart of a color histogram authentication process. オプティカルフロー認証処理のフローチャートである。It is a flowchart of an optical flow authentication process. オプティカルフロー認証処理における特徴点の対応関係の判別を説明するための説明図である。It is explanatory drawing for demonstrating discrimination | determination of the correspondence of the feature point in an optical flow authentication process. オプティカルフロー認証処理における顔領域の演算を説明するための説明図である。It is explanatory drawing for demonstrating the calculation of the face area | region in an optical flow authentication process. 第2及び第3実施形態で説明した認証装置の機能ブロック図である。It is a functional block diagram of the authentication apparatus demonstrated in 2nd and 3rd embodiment. 第2実施形態で説明した継続認証処理のフローチャートである。It is a flowchart of the continuous authentication process demonstrated in 2nd Embodiment. (A)は第1実施形態、(B)は第2実施形態における認証方式の切替えを示すタイミングチャートである。(A) is a timing chart showing switching of authentication methods in the first embodiment, and (B) is a second embodiment. 第2実施形態における認証方式の切替えの他の例を示すタイミングチャートである。It is a timing chart which shows the other example of the switching of the authentication method in 2nd Embodiment. 第3実施形態で説明した継続認証処理のフローチャートである。It is a flowchart of the continuous authentication process demonstrated in 3rd Embodiment. 併用認証モード処理のフローチャートである。It is a flowchart of a combined authentication mode process. 併用認証モードでのオプティカルフロー認証の停止条件を説明するためのタイミングチャートである。It is a timing chart for demonstrating the stop conditions of the optical flow authentication in combined authentication mode. 併用認証モードでの基準色ヒストグラムの更新等を説明するためのタイミングチャートである。6 is a timing chart for explaining updating of a reference color histogram in a combined authentication mode.

以下、図面を参照して開示の技術の実施形態の一例を詳細に説明する。なお、以下では開示の技術を継続認証に適用した態様を主に説明する。   Hereinafter, an example of an embodiment of the disclosed technology will be described in detail with reference to the drawings. In the following, an aspect in which the disclosed technique is applied to continuous authentication will be mainly described.

〔第1実施形態〕
図1には、本第1実施形態に係る認証装置10が示されている。認証装置10はPCや携帯端末等の情報機器を使用する利用者の認証を行う装置であり、情報機器の使用を開始する利用者の認証(ログイン認証)を行うログイン認証装置12と、情報機器を使用中の利用者の認証(継続認証)を行う継続認証装置14を備えている。認証装置10は、例えば、利用者によって使用される情報機器に内蔵する(情報機器を認証装置10としても機能させる)ことができるが、これに代えて、情報機器と通信回線を介して接続されたコンピュータを認証装置10として機能させることでも実現できる。また、ログイン認証装置12は、利用者の認証方式として、公知の各種の認証方式(例えば、パスワード認証や生体認証、カード認証等)の何れを適用した構成でもよい。
[First Embodiment]
FIG. 1 shows an authentication device 10 according to the first embodiment. The authentication device 10 is a device that performs authentication of a user who uses an information device such as a PC or a mobile terminal, and includes a login authentication device 12 that performs authentication (login authentication) of a user who starts using the information device, and an information device. Is provided with a continuous authentication device 14 for performing authentication (continuous authentication) of a user who is using the device. For example, the authentication device 10 can be built in an information device used by a user (the information device can also function as the authentication device 10). Instead, the authentication device 10 is connected to the information device via a communication line. This can also be realized by causing the computer to function as the authentication device 10. Further, the login authentication device 12 may have a configuration in which any of various known authentication methods (for example, password authentication, biometric authentication, card authentication, etc.) is applied as a user authentication method.

継続認証装置14は開示の技術における利用者検知装置の一例であり、画像取得部16、色ヒストグラム認証部18、オプティカルフロー認証部20、認証切替判定部22、通知部24、顔検出部26を備えている。また、継続認証装置14は色ヒストグラム情報28を記憶する第1記憶部30、特徴点情報32を記憶する第2記憶部34を備えている。なお、色ヒストグラム認証部18は開示の技術における第1検知部の一例であり、オプティカルフロー認証部20は開示の技術における第2検知部の一例であり、認証切替判定部22は開示の技術における切替判定部の一例である。   The continuous authentication device 14 is an example of a user detection device in the disclosed technology, and includes an image acquisition unit 16, a color histogram authentication unit 18, an optical flow authentication unit 20, an authentication switching determination unit 22, a notification unit 24, and a face detection unit 26. I have. In addition, the continuation authentication device 14 includes a first storage unit 30 that stores the color histogram information 28 and a second storage unit 34 that stores the feature point information 32. The color histogram authentication unit 18 is an example of a first detection unit in the disclosed technology, the optical flow authentication unit 20 is an example of a second detection unit in the disclosed technology, and the authentication switching determination unit 22 is in the disclosed technology. It is an example of a switching determination part.

画像取得部16は、ログイン認証装置12によるログイン認証を経て前記情報機器を使用している利用者(認証対象者)の顔や体の一部及び利用者の背景を被写体として撮影部が定期的に撮影を行うことで得られた画像の画像データを定期的に取得する。なお、例えば認証装置10が前記情報機器に内蔵されている場合、画像取得部16は、上記の撮影部を含んだ構成であってもよい。また、例えば情報機器と通信回線を介して接続されたコンピュータが認証装置10として機能する場合、画像取得部16は、情報機器に設けられた撮影部で撮影された画像の画像データを情報機器から受信することで取得する通信ユニットであってもよい。   The image acquisition unit 16 periodically takes the face and part of the user (authenticated person) who uses the information device through login authentication by the login authentication device 12 and the background of the user as subjects. The image data of the image obtained by performing shooting is periodically acquired. For example, when the authentication device 10 is built in the information device, the image acquisition unit 16 may include the above-described photographing unit. For example, when a computer connected to an information device via a communication line functions as the authentication device 10, the image acquisition unit 16 transmits image data of an image photographed by a photographing unit provided in the information device from the information device. It may be a communication unit acquired by receiving.

色ヒストグラム認証部18は、利用者がログイン認証装置12によるログイン認証に成功した直後のタイミングで、画像取得部16によって取得された画像中に存在する利用者の顔に対応する顔領域及び体に対応する体領域の色ヒストグラムを算出する。ここで算出した顔領域及び体領域の色ヒストグラムは、基準色ヒストグラムの色ヒストグラム情報28として第1記憶部30に記憶される。また色ヒストグラム認証部18は、以降に画像取得部16によって取得された画像に対し、基準色ヒストグラムを用いて色ヒストグラム認証(色ヒストグラムの類似度に基づく利用者対応領域の検知)を行う。すなわち、画像取得部16によって取得された画像に対し、基準色ヒストグラムとの色ヒストグラムの類似度が最大となる領域を顔領域及び体領域について各々探索する。そして、当該探索で抽出した領域における色ヒストグラムの類似度が閾値以上であれば抽出した領域に利用者が存在していると判定し、色ヒストグラムの類似度が閾値未満であれば利用者が情報機器から離席したと判定する。   The color histogram authentication unit 18 applies the facial region and body corresponding to the user's face existing in the image acquired by the image acquisition unit 16 at the timing immediately after the user succeeds in the login authentication by the login authentication device 12. A color histogram of the corresponding body region is calculated. The color histograms of the face area and body area calculated here are stored in the first storage unit 30 as the color histogram information 28 of the reference color histogram. Further, the color histogram authentication unit 18 performs color histogram authentication (detection of a user corresponding area based on the similarity of the color histograms) on the image acquired by the image acquisition unit 16 using the reference color histogram. That is, for the image acquired by the image acquisition unit 16, the face region and the body region are searched for regions where the similarity between the color histogram and the reference color histogram is maximum. If the similarity of the color histogram in the region extracted in the search is equal to or greater than the threshold, it is determined that the user exists in the extracted region. If the similarity of the color histogram is less than the threshold, the user is informed It is determined that the user has left the equipment.

オプティカルフロー認証部20は、認証開始当初は、画像取得部16によって取得された画像中の顔領域から特徴点(例えばエッジ、望ましくは複数方向の輝度変化を有するエッジ)を抽出し、抽出した特徴点を特徴点情報32として第2記憶部34に記憶させる。またオプティカルフロー認証部20は、以降に画像取得部16によって取得された画像に対し、特徴点情報32を用いてオプティカルフロー認証(特徴点を比較することによる利用者対応領域の検知)を行う。すなわち、画像取得部16によって取得された画像のうち、過去の顔領域及びその周辺を含む領域から特徴点を抽出し、抽出した特徴点に対し、特徴点情報32として情報が記憶されている過去の特徴点との対応関係を判別する処理を行う。そして、当該処理で過去の特徴点との対応関係が判別できた特徴点の数が所定数以上であれば、所定数以上の数の特徴点から特定される顔領域に利用者(の顔)が存在していると判定する。また、過去の特徴点との対応関係が判別できた特徴点の数が所定数未満の場合(例えば特徴点の減少数が所定値以上)であれば、利用者が情報機器から離席したと判定する。   At the beginning of authentication, the optical flow authentication unit 20 extracts feature points (for example, edges, preferably edges having luminance changes in multiple directions) from the face area in the image acquired by the image acquisition unit 16, and the extracted features. The point is stored in the second storage unit 34 as the feature point information 32. Further, the optical flow authentication unit 20 performs optical flow authentication (detection of a user corresponding region by comparing feature points) on the image acquired by the image acquisition unit 16 using the feature point information 32 thereafter. That is, from the image acquired by the image acquisition unit 16, feature points are extracted from a past face region and a region including the periphery thereof, and information is stored as feature point information 32 for the extracted feature points. A process for discriminating the correspondence relationship with the feature points is performed. Then, if the number of feature points whose correspondence with past feature points can be determined in the process is greater than or equal to a predetermined number, the user (face) is identified as a face region identified from a predetermined number or more of feature points. Is determined to exist. Also, if the number of feature points whose correspondence with past feature points can be determined is less than a predetermined number (for example, the number of feature points decreased is a predetermined value or more), the user has left the information device. judge.

認証切替判定部22は、利用者に対する継続認証(利用者対応領域の検知)に、色ヒストグラム認証部18による色ヒストグラム認証を適用するか、オプティカルフロー認証部20によるオプティカルフロー認証を適用するかを判定する。認証切替判定部22による認証方式の判定には、画像取得部16によって取得された画像の輝度変化、及び、色ヒストグラムの類似度の少なくとも一方が用いられる。   The authentication switching determination unit 22 determines whether to apply the color histogram authentication by the color histogram authentication unit 18 or the optical flow authentication by the optical flow authentication unit 20 to the continuous authentication (detection of the user corresponding area) for the user. judge. For the authentication method determination by the authentication switching determination unit 22, at least one of the luminance change of the image acquired by the image acquisition unit 16 and the similarity of the color histogram is used.

通知部24は、利用者に対する継続認証が色ヒストグラム認証からオプティカルフロー認証に切替えされる際に、それ迄の色ヒストグラム認証部18による色ヒストグラム認証で認識されていた顔領域の情報をオプティカルフロー認証部20へ通知する。また通知部24は、利用者に対する継続認証が、オプティカルフロー認証から色ヒストグラム認証に切替えされる際に、それ迄のオプティカルフロー認証で認識されていた顔領域の情報を色ヒストグラム認証部18へ通知する。   When the continuous authentication for the user is switched from the color histogram authentication to the optical flow authentication, the notification unit 24 uses the optical flow authentication to recognize the face area information recognized by the color histogram authentication by the color histogram authentication unit 18 until then. Notification to the unit 20. Further, when the continuous authentication for the user is switched from the optical flow authentication to the color histogram authentication, the notification unit 24 notifies the color histogram authentication unit 18 of information on the face area recognized by the optical flow authentication so far. To do.

顔検出部26は、利用者がログイン認証装置12によるログイン認証に成功した直後のタイミングで、画像取得部16によって取得された画像中に存在する利用者の顔に対応する顔領域を検出し、検出した顔領域を抽出する処理を行う。顔検出部26は、顔領域の検出結果を色ヒストグラム認証部18へ出力する。顔検出部26から色ヒストグラム認証部18へ出力された顔領域の検出結果は、色ヒストグラム認証部18による、画像中の顔領域及び体領域の特定に用いられる。   The face detection unit 26 detects a face region corresponding to the user's face existing in the image acquired by the image acquisition unit 16 at a timing immediately after the user succeeds in login authentication by the login authentication device 12. A process of extracting the detected face area is performed. The face detection unit 26 outputs the detection result of the face area to the color histogram authentication unit 18. The detection result of the face area output from the face detection unit 26 to the color histogram authentication unit 18 is used by the color histogram authentication unit 18 to specify the face area and the body area in the image.

認証装置10は、例えば図2に示すコンピュータ42で実現することができる。なお、以下では、コンピュータ42が利用者によって使用される情報機器に含まれる態様を説明するが、コンピュータ42は情報機器と通信回線を介して接続されたコンピュータであってもよい。コンピュータ42はCPU44、メモリ46、不揮発性の記憶部48、キーボード50、マウス52、ディスプレイ54、カメラ56を備え、これらはバス58を介して互いに接続されている。なお、カメラ56は撮影部の一例であり、情報機器(コンピュータ42)を使用している利用者の顔や体の一部及び利用者の背景を被写体として撮影可能に配置されている。   The authentication device 10 can be realized, for example, by a computer 42 shown in FIG. In the following, a mode in which the computer 42 is included in the information device used by the user will be described, but the computer 42 may be a computer connected to the information device via a communication line. The computer 42 includes a CPU 44, a memory 46, a nonvolatile storage unit 48, a keyboard 50, a mouse 52, a display 54, and a camera 56, which are connected to each other via a bus 58. The camera 56 is an example of a photographing unit, and is arranged so as to be able to photograph a face or part of a user who uses the information device (computer 42) and the background of the user as subjects.

また、記憶部48はHDD(Hard Disk Drive)やフラッシュメモリ等によって実現できる。記録媒体としての記憶部48には、コンピュータ42を認証装置10として機能させるためのログイン認証プログラム60及び継続認証プログラム62、色ヒストグラム情報28及び特徴点情報32が各々記憶されている。CPU44は、ログイン認証プログラム60及び継続認証プログラム62を記憶部48から読み出してメモリ46に展開し、各プログラム60,62が有するプロセスを順次実行する。   The storage unit 48 can be realized by an HDD (Hard Disk Drive), a flash memory, or the like. The storage unit 48 as a recording medium stores a login authentication program 60 and a continuous authentication program 62 for causing the computer 42 to function as the authentication device 10, the color histogram information 28, and the feature point information 32. The CPU 44 reads out the login authentication program 60 and the continuous authentication program 62 from the storage unit 48 and expands them in the memory 46, and sequentially executes the processes of the programs 60 and 62.

CPU44は、ログイン認証プログラム60が有するプロセスを実行することで、図1に示すログイン認証装置12として動作する。また継続認証プログラム62は、画像取得プロセス64、色ヒストグラム認証プロセス66、オプティカルフロー認証プロセス68、認証切替判定プロセス70、通知プロセス72及び顔検知プロセス74を有する。CPU44は、画像取得プロセス64を実行することで、図1に示す画像取得部16として動作する。またCPU44は、色ヒストグラム認証プロセス66を実行することで、図1に示す色ヒストグラム認証部18として動作する。またCPU44は、オプティカルフロー認証プロセス68を実行することで、図1に示すオプティカルフロー認証部20として動作する。またCPU44は、認証切替判定プロセス70を実行することで、図1に示す認証切替判定部22として動作する。またCPU44は、通知プロセス72を実行することで、図1に示す通知部24として動作する。またCPU44は、顔検知プロセス74を実行することで、図1に示す顔検出部26として動作する。なお、継続認証プログラム62は開示の技術における利用者検知プログラムの一例である。   The CPU 44 operates as the login authentication device 12 shown in FIG. 1 by executing the process of the login authentication program 60. The continuous authentication program 62 includes an image acquisition process 64, a color histogram authentication process 66, an optical flow authentication process 68, an authentication switching determination process 70, a notification process 72, and a face detection process 74. The CPU 44 operates as the image acquisition unit 16 illustrated in FIG. 1 by executing the image acquisition process 64. The CPU 44 operates as the color histogram authentication unit 18 shown in FIG. 1 by executing the color histogram authentication process 66. The CPU 44 operates as the optical flow authentication unit 20 shown in FIG. 1 by executing the optical flow authentication process 68. Further, the CPU 44 operates as the authentication switching determination unit 22 illustrated in FIG. 1 by executing the authentication switching determination process 70. The CPU 44 operates as the notification unit 24 illustrated in FIG. 1 by executing the notification process 72. The CPU 44 operates as the face detection unit 26 shown in FIG. 1 by executing the face detection process 74. The continuous authentication program 62 is an example of a user detection program in the disclosed technology.

認証装置10がコンピュータ42で実現される場合、色ヒストグラム情報28を記憶する記憶部48は第1記憶部30として用いられ、メモリ46の一部領域は色ヒストグラム情報28の記憶領域として用いられる。また、特徴点情報32を記憶する記憶部48は第2記憶部34としても用いられ、メモリ46の一部領域は特徴点情報32の記憶領域として用いられる。これにより、ログイン認証プログラム60及び継続認証プログラム62を実行したコンピュータ42が、認証装置10として機能することになる。   When the authentication device 10 is realized by the computer 42, the storage unit 48 that stores the color histogram information 28 is used as the first storage unit 30, and a partial region of the memory 46 is used as a storage region of the color histogram information 28. The storage unit 48 that stores the feature point information 32 is also used as the second storage unit 34, and a partial region of the memory 46 is used as a storage region of the feature point information 32. As a result, the computer 42 that has executed the login authentication program 60 and the continuous authentication program 62 functions as the authentication device 10.

なお、認証装置10は、例えば半導体集積回路、より詳しくはASIC(Application Specific Integrated Circuit)等で実現することも可能である。   The authentication device 10 can also be realized by, for example, a semiconductor integrated circuit, more specifically, an ASIC (Application Specific Integrated Circuit) or the like.

次に本第1実施形態の作用を説明する。先に説明したように、色ヒストグラム認証は、認識対象の姿勢変化に対して頑健な継続認証が可能であるものの、照明条件の急激な変化等によって認証に用いる画像の輝度が急激に変化した場合に、継続認証が途切れてしまうことが生じ得る。一方、オプティカルフロー認証は、照明変化等に起因する画像の輝度の急激な変化に対しては頑健であるものの、例えば利用者の顔が横を向いた等のように、特徴点の数や対応関係の変化を引き起こす姿勢変化が生じると、認証の継続が困難になる。また、オプティカルフロー認証は処理負荷が大きく、長時間の認証には適さないという欠点も有している。このように、色ヒストグラム認証とオプティカルフロー認証が互いに異なる特徴を有していることに鑑み、本実施形態では、画像の輝度が変化している期間はオプティカルフロー認証を適用し、それ以外の期間は色ヒストグラム認証を適用して継続認証を行う。   Next, the operation of the first embodiment will be described. As explained earlier, color histogram authentication allows continuous authentication that is robust against changes in the posture of the recognition target, but the brightness of the image used for authentication changes suddenly due to a sudden change in lighting conditions, etc. In addition, the continuous authentication may be interrupted. On the other hand, optical flow authentication is robust against sudden changes in the brightness of the image due to changes in lighting, etc., but the number of feature points and correspondences such as the user's face facing sideways, etc. If a posture change that causes a relationship change occurs, it is difficult to continue authentication. Further, the optical flow authentication has a drawback that it has a large processing load and is not suitable for long-time authentication. As described above, in view of the fact that the color histogram authentication and the optical flow authentication have different characteristics, in the present embodiment, the optical flow authentication is applied during the period in which the luminance of the image is changed, and the other periods. Applies color histogram authentication to perform continuous authentication.

以下、まず図3のフローチャートを参照し、本実施形態に係る認証装置10による認証処理を説明する。図3に示す認証処理は、利用者によって情報機器の使用が開始される際に実行され、まずステップ80において、ログイン認証装置12は、ログイン認証処理を行う。このログイン認証処理における認証方式は、前述のように、公知の各種の認証方式(例えばパスワード認証や生体認証、カード認証等)の何れでもよい。次のステップ82において、ログイン認証装置12は、ログイン認証によって利用者が正規の利用者であることを確認できたか否か判定する。   Hereinafter, the authentication process by the authentication apparatus 10 according to the present embodiment will be described first with reference to the flowchart of FIG. The authentication process shown in FIG. 3 is executed when the use of the information device is started by the user. First, in step 80, the login authentication device 12 performs the login authentication process. The authentication method in this login authentication process may be any of various known authentication methods (for example, password authentication, biometric authentication, card authentication, etc.) as described above. In the next step 82, the login authentication device 12 determines whether or not the user has been confirmed to be a regular user by the login authentication.

ステップ82の判定が否定された場合は認証処理を終了する。これにより、正規の利用者以外の他者が情報機器を使用することが阻止される。一方、ステップ82の判定が肯定された場合、ログイン認証装置12は継続認証装置14を起動してステップ84へ移行し、ステップ84において、継続認証装置14は継続認証処理を行う。これにより、ログイン認証によって正規の利用者であることが確認された利用者は、継続認証装置14によって継続認証処理が行われている間、情報機器を使用することが可能となる。   If the determination in step 82 is negative, the authentication process ends. This prevents others other than the authorized user from using the information device. On the other hand, if the determination in step 82 is affirmed, the login authentication device 12 activates the continuous authentication device 14 and proceeds to step 84. In step 84, the continuous authentication device 14 performs continuous authentication processing. As a result, a user who has been confirmed to be a legitimate user by login authentication can use the information device while the continuous authentication device 14 is performing the continuous authentication process.

次に、図3に示す認証処理のステップ84で継続認証装置14によって行われる継続認証処理の詳細を、図4を参照して説明する。図4に示す継続認証処理では、まずステップ90で初期登録処理が行われる。   Next, details of the continuous authentication process performed by the continuous authentication apparatus 14 in step 84 of the authentication process shown in FIG. 3 will be described with reference to FIG. In the continuous authentication process shown in FIG. 4, an initial registration process is first performed at step 90.

この初期登録処理について、図5を参照して説明すると、まずステップ130において、画像取得部16は、撮像部(カメラ56)によって撮影された最新の画像の画像データを取得する。次のステップ132において、顔検出部26は、画像取得部16によって取得された画像データが表す画像中に存在する利用者の顔領域を検出する。なお、顔検出部26による顔領域の検出には、例えばHaar classifierを用いる手法(非特許文献2参照)等の任意の手法を適用することができる。次のステップ134において、顔検出部26は、ステップ132の顔領域の検出により、利用者の顔に対応する顔領域を抽出できたか否か判定する。例えば、撮影時に利用者の顔が撮像部(カメラ56)の正面を向いていなかった等の場合には、ステップ134の判定が否定されてステップ130に戻り、ステップ134の判定が肯定される迄、ステップ130〜ステップ134を繰り返す。   This initial registration process will be described with reference to FIG. 5. First, in step 130, the image acquisition unit 16 acquires image data of the latest image taken by the imaging unit (camera 56). In the next step 132, the face detection unit 26 detects a user's face area present in the image represented by the image data acquired by the image acquisition unit 16. Note that any method such as a method using a Haar classifier (see Non-Patent Document 2) can be applied to the detection of the face area by the face detection unit 26. In the next step 134, the face detection unit 26 determines whether the face area corresponding to the user's face has been extracted by the detection of the face area in step 132. For example, when the user's face is not facing the front of the imaging unit (camera 56) at the time of shooting, the determination in step 134 is negative, the process returns to step 130, and the determination in step 134 is affirmed. Step 130 to Step 134 are repeated.

一方、ステップ134の判定が肯定された場合はステップ136へ移行し、ステップ136において、色ヒストグラム認証部18は、顔検出部26による顔領域の抽出結果に基づき、利用者の顔におよそ対応する一定形状(例えば楕円形状や他の形状)の顔領域を設定する。また、設定した顔領域の下方に、利用者の体の一部におよそ対応する一定形状(例えば矩形状)の体領域を設定する。なお、体領域の設定には他の手法を用いることも可能である。図6(A)には、色ヒストグラム認証部18によって設定された顔領域の一例を実線で、体領域の一例を破線で各々示す。   On the other hand, if the determination in step 134 is affirmative, the process proceeds to step 136. In step 136, the color histogram authentication unit 18 roughly corresponds to the user's face based on the face region extraction result by the face detection unit 26. A face region having a certain shape (for example, an elliptical shape or another shape) is set. Further, below the set face area, a body area having a fixed shape (for example, a rectangular shape) approximately corresponding to a part of the user's body is set. Note that other methods may be used for setting the body region. In FIG. 6A, an example of the face area set by the color histogram authentication unit 18 is indicated by a solid line, and an example of the body area is indicated by a broken line.

次のステップ138において、色ヒストグラム認証部18は、ステップ136で設定した利用者の顔領域及び体領域の色ヒストグラムを各々生成する。なお、例えば、画像の各画素毎の色をR,G,B3色の組み合わせで表す画像データが画像取得部16によって取得される場合、上記で生成される色ヒストグラムは、図6(A)に示すように、R,G,B3色の各組み合わせ毎の頻度を表す色ヒストグラムとなる。なお、RGB色空間以外の他の色空間を用いてもよい。   In the next step 138, the color histogram authentication unit 18 generates a color histogram of the user's face area and body area set in step 136, respectively. For example, when the image data representing the color of each pixel of the image as a combination of R, G, B3 colors is acquired by the image acquisition unit 16, the color histogram generated above is shown in FIG. As shown, a color histogram representing the frequency of each combination of R, G, and B colors is obtained. A color space other than the RGB color space may be used.

ステップ140において、色ヒストグラム認証部18は、ステップ138で生成した利用者の顔領域及び体領域の色ヒストグラムを基準色ヒストグラム(色ヒストグラム情報28の一部)として第1記憶部30に記憶させる。またステップ142において、色ヒストグラム認証部18は、ステップ136で設定した利用者の顔領域の位置やサイズを表す情報を、色ヒストグラム情報28の一部として第1記憶部30に記憶させる。これにより、第1記憶部30には、色ヒストグラム情報28として、図6(A)に示すような情報が記憶される。そしてステップ144において、認証切替判定部22は、継続認証の動作モードとして色ヒストグラム認証モードを設定し、初期登録処理を終了する。   In step 140, the color histogram authentication unit 18 causes the first storage unit 30 to store the color histograms of the user's face area and body area generated in step 138 as reference color histograms (part of the color histogram information 28). In step 142, the color histogram authentication unit 18 stores information representing the position and size of the user's face area set in step 136 in the first storage unit 30 as part of the color histogram information 28. As a result, information as shown in FIG. 6A is stored in the first storage unit 30 as the color histogram information 28. In step 144, the authentication switching determination unit 22 sets the color histogram authentication mode as the continuous authentication operation mode, and ends the initial registration process.

なお、図6(A)に示す色ヒストグラム情報28のうちの「対象領域」は、顔領域の中心が画像中の座標(200,100)に位置しており、幅が100画素分、高さが150画素分のサイズであることを表している。また、図6(A)に示す色ヒストグラム情報28のうちの「ヒストグラム(R,G,B)」は、R,G,Bそれぞれ0〜255の数値範囲を16個の数値範囲に分割し、各々の数値範囲内に入る色の割合によって色ヒストグラムを表している。例えば図6(A)に示すヒストグラム(15,15,15)は、(R,G,B)=(0,0,0)〜(15,15,15)の数値範囲の色の画素数の全体に占める割合が0.01=1%であることを表している。   The “target region” in the color histogram information 28 shown in FIG. 6A has the center of the face region located at the coordinates (200, 100) in the image, the width is 100 pixels, and the height is 150. This represents the size of the pixel. Also, “Histogram (R, G, B)” in the color histogram information 28 shown in FIG. 6A divides a numerical range of 0 to 255 for each of R, G, and B into 16 numerical ranges, The color histogram is represented by the proportion of colors that fall within each numerical range. For example, the histogram (15,15,15) shown in FIG. 6 (A) shows the number of pixels of the color in the numerical range of (R, G, B) = (0,0,0) to (15,15,15). It represents that the ratio to the whole is 0.01 = 1%.

上述した初期登録処理が終了すると、図4の継続認証処理のステップ92へ移行する。ステップ92において、画像取得部16は、撮像部(カメラ56)によって撮影された最新の画像の画像データを取得する。次のステップ94において、認証切替判定部22は、継続認証の現在の動作モードが色ヒストグラム認証モードか否か判定する。ステップ94の判定が肯定された場合、認証切替判定部22は色ヒストグラム認証部18を呼び出してステップ96へ移行する。これにより、ステップ96では、色ヒストグラム認証部18によって色ヒストグラム認証処理が行われる。   When the initial registration process described above ends, the process proceeds to step 92 in the continuous authentication process of FIG. In step 92, the image acquisition unit 16 acquires image data of the latest image captured by the imaging unit (camera 56). In the next step 94, the authentication switching determination unit 22 determines whether or not the current operation mode of continuous authentication is the color histogram authentication mode. If the determination in step 94 is affirmative, the authentication switching determination unit 22 calls the color histogram authentication unit 18 and proceeds to step 96. Thus, in step 96, the color histogram authentication unit 18 performs color histogram authentication processing.

この色ヒストグラム認証処理について、図7を参照して説明すると、まずステップ150において、色ヒストグラム認証部18は、第1記憶部30に記憶されている色ヒストグラム情報28から、利用者の顔領域の情報(位置及びサイズ)を取得する。次のステップ152において、色ヒストグラム認証部18は、ステップ150で情報を取得した顔領域を基準として、先のステップ92で取得された画像のうち、顔領域の基準色ヒストグラムに対する色ヒストグラムの類似度が最大となる領域(現在の顔領域)を探索する。この探索は、ステップ150で取得した顔領域の位置を基準として、基準位置及びその周辺の複数位置に存在する複数の候補領域について色ヒストグラムの類似度を各々演算し、複数の候補領域の中から類似度が最大の候補領域を選択することで行うことができる。   The color histogram authentication process will be described with reference to FIG. 7. First, in step 150, the color histogram authentication unit 18 uses the color histogram information 28 stored in the first storage unit 30 to identify the face area of the user. Get information (position and size). In the next step 152, the color histogram authentication unit 18 uses the face area acquired in step 150 as a reference, and the similarity of the color histogram to the reference color histogram of the face area in the image acquired in the previous step 92. The region where the maximum is (the current face region) is searched. This search is based on the position of the face area acquired in step 150 as a reference, and the similarity of the color histogram is calculated for each of the plurality of candidate areas existing at the reference position and a plurality of positions around the reference position. This can be done by selecting a candidate region having the maximum similarity.

次のステップ154において、色ヒストグラム認証部18は、まずステップ150で情報を取得した顔領域の下方に、顔領域のサイズに応じた大きさの対応する体領域を設定する。そして、設定した体領域を基準として、先のステップ92で取得された画像のうち、体領域の基準色ヒストグラムに対する色ヒストグラムの類似度が最大となる領域(現在の体領域)を探索する。この探索も、先に設定した体領域の位置を基準として、基準位置及びその周辺の複数位置に存在する複数の候補領域について色ヒストグラムの類似度を各々演算し、複数の候補領域の中から類似度が最大の候補領域を選択することで行うことができる。   In the next step 154, the color histogram authentication unit 18 first sets a corresponding body region having a size corresponding to the size of the face region below the face region for which information has been acquired in step 150. Then, using the set body region as a reference, a region (current body region) in which the similarity of the color histogram with respect to the reference color histogram of the body region is maximized is searched for in the image acquired in the previous step 92. In this search as well, the color histogram similarity is calculated for each of a plurality of candidate regions existing at the reference position and a plurality of positions around it based on the position of the body region set in advance, and the similarity is determined from the plurality of candidate regions. This can be done by selecting the candidate region with the maximum degree.

次のステップ156において、色ヒストグラム認証部18は、ステップ152の探索で抽出した顔領域の色ヒストグラムの類似度と、ステップ154の探索で抽出した体領域の色ヒストグラムの類似度と、から最終類似度を算出する。顔領域の色ヒストグラムの類似度をSface、体領域の色ヒストグラムの類似度をSbodyとした場合、最終類似度Sfinalは次の(1)式で算出することができる。
Sfinal=t×Sface+(1−t)×Sbody …(1)
但し、tは顔領域の色ヒストグラムの類似度Sfaceに対する重み係数で、0≦t≦1である。
In the next step 156, the color histogram authentication unit 18 determines the final similarity from the similarity of the color histogram of the face region extracted in the search of step 152 and the similarity of the color histogram of the body region extracted in the search of step 154. Calculate the degree. When the similarity of the color histogram of the face region is Sface and the similarity of the color histogram of the body region is Sbody, the final similarity Sfinal can be calculated by the following equation (1).
Sfinal = t × Sface + (1−t) × Sbody (1)
However, t is a weighting factor for the similarity Sface of the color histogram of the face region, and 0 ≦ t ≦ 1.

そしてステップ158において、色ヒストグラム認証部18は、抽出した利用者の顔領域の情報(位置及びサイズ)と、顔領域及び体領域の色ヒストグラムと、を色ヒストグラム情報28として第1記憶部30に記憶させ、色ヒストグラム認証処理を終了する。   In step 158, the color histogram authentication unit 18 stores the extracted information (position and size) of the user's face area and the color histograms of the face area and the body area as color histogram information 28 in the first storage unit 30. The color histogram authentication process is terminated.

上述した色ヒストグラム認証処理が終了すると、図4の継続認証処理のステップ98へ移行する。ステップ98において、認証切替判定部22は、色ヒストグラム認証部18による色ヒストグラム認証処理(ステップ96)で得られた色ヒストグラムの類似度(最終類似度Sfinal)が閾値以上か否かを判定することで、色ヒストグラム認証を継続するか否か判定する。色ヒストグラムの類似度が閾値以上の場合には、ステップ98の判定が肯定されてステップ100へ移行し、認証切替判定部22は、継続認証の動作モードとして色ヒストグラム認証モードを設定し、ステップ92に戻る。   When the above-described color histogram authentication process ends, the process proceeds to step 98 of the continuous authentication process of FIG. In step 98, the authentication switching determination unit 22 determines whether or not the color histogram similarity (final similarity Sfinal) obtained in the color histogram authentication process (step 96) by the color histogram authentication unit 18 is equal to or greater than a threshold value. It is then determined whether or not to continue color histogram authentication. If the similarity between the color histograms is equal to or greater than the threshold value, the determination in step 98 is affirmed and the process proceeds to step 100. The authentication switching determination unit 22 sets the color histogram authentication mode as the operation mode of continuous authentication, and step 92 Return to.

これにより、色ヒストグラム認証処理で得られた色ヒストグラムの類似度が閾値以上の間は、ステップ92〜ステップ100が繰り返され、色ヒストグラム認証によって継続認証が行われる。   Thereby, while the similarity of the color histogram obtained by the color histogram authentication process is equal to or greater than the threshold value, Step 92 to Step 100 are repeated, and continuous authentication is performed by color histogram authentication.

一方、色ヒストグラムの類似度が閾値未満になると、ステップ98の判定が否定されてステップ102へ移行する。ステップ102において、認証切替判定部22は、色ヒストグラムの類似度が閾値未満になった原因が画像全体に急激な輝度変化が生じたためか否かを判定することで、継続認証の認証方式をオプティカルフロー認証に切替えるか否かを判定する認証方式切替判定を行う。具体的には、画像取得部16によって連続して取得された画像Iと画像Iについて対応する画素同士の輝度値の差分I(x,y)−I(x,y)を算出し、この差分が閾値Th以上の画素数Nを計数する。画素数Nが一定値以上の場合には、大きな照明のオンオフ等に起因する急激な輝度変化が画像に生じていると判定することができる。なお、輝度変化の算出対象は画像全体に限られるものではなく、例えば顔領域と体領域を除外した領域等のように、画像の一部の領域を輝度変化の算出対象としてもよい。 On the other hand, when the similarity of the color histogram is less than the threshold value, the determination in step 98 is negative and the process proceeds to step 102. In step 102, the authentication switching determination unit 22 determines whether or not the cause of the similarity of the color histogram being less than the threshold value is that a sudden luminance change has occurred in the entire image, whereby the authentication method for continuous authentication is optical. Authentication method switching determination is performed to determine whether to switch to flow authentication. Specifically, the difference I 1 (x, y) −I 2 (x, y) between the luminance values of the corresponding pixels for the images I 1 and I 2 continuously acquired by the image acquisition unit 16 is calculated. Then, the number N of pixels whose difference is equal to or greater than the threshold Th is counted. When the number of pixels N is equal to or greater than a certain value, it can be determined that an abrupt luminance change due to large illumination on / off or the like has occurred in the image. Note that the luminance change calculation target is not limited to the entire image. For example, a partial region of the image may be the luminance change calculation target, such as a region excluding the face region and the body region.

次のステップ104において、認証切替判定部22は、ステップ102の認証方式切替判定で画像の急激な輝度変化が検出されたか否かに基づいて、認証方式をオプティカルフロー認証に切替えて継続認証を続行するか否か判定する。ステップ102の認証方式切替判定で画像の急激な輝度変化が検出されなかった場合、色ヒストグラムの類似度が閾値未満になった原因は画像に急激な輝度変化が生じたためではないと判断できるので、ステップ104の判定が否定されてステップ124へ移行する。そしてステップ124において、認証切替判定部22は、利用者が離席したとの判定結果を出力し、継続認証処理を終了する。   In the next step 104, the authentication switching determination unit 22 switches the authentication method to optical flow authentication and continues the continuous authentication based on whether or not an abrupt luminance change of the image is detected in the authentication method switching determination in step 102. Judge whether to do. If a sudden change in brightness of the image is not detected in the authentication method switching determination in step 102, it can be determined that the cause of the similarity of the color histogram being less than the threshold value is not because of a sudden change in brightness in the image. The determination at step 104 is negative and the routine proceeds to step 124. In step 124, the authentication switching determination unit 22 outputs a determination result that the user has left the table and ends the continuous authentication process.

また、ステップ102の認証方式切替判定で急激な輝度変化が検出された場合、画像に急激な輝度変化が生じたことを原因として色ヒストグラムの類似度が閾値未満になった可能性があるので、ステップ104の判定が肯定されてステップ106へ移行する。ステップ106において、認証切替判定部22は、継続認証の動作モードを色ヒストグラム認証モードからオプティカルフロー認証モードへ切替える。次のステップ108において、通知部24は、第1記憶部30に記憶されている色ヒストグラム情報28から顔領域の情報(位置及びサイズ)を抽出し、抽出した顔領域の情報をオプティカルフロー認証部20へ通知する。次のステップ110では、オプティカルフロー認証部20によってオプティカルフロー認証処理が行われる。   In addition, when a sudden brightness change is detected in the authentication method switching determination in step 102, the similarity of the color histogram may have become less than the threshold because the sudden brightness change has occurred in the image. The determination at step 104 is affirmed and the routine proceeds to step 106. In step 106, the authentication switching determination unit 22 switches the continuous authentication operation mode from the color histogram authentication mode to the optical flow authentication mode. In the next step 108, the notification unit 24 extracts face area information (position and size) from the color histogram information 28 stored in the first storage unit 30, and uses the extracted face area information as an optical flow authentication unit. 20 is notified. In the next step 110, the optical flow authentication unit 20 performs an optical flow authentication process.

このように、色ヒストグラム認証で色ヒストグラムの類似度が閾値未満となり、画像の急激な輝度変化を検出した場合に、継続認証の認証方式をオプティカルフロー認証に切替えることで、画像の急激な輝度変化を原因として継続認証が途切れることを抑制できる。   In this way, when the similarity of the color histogram is less than the threshold in color histogram authentication and a sudden change in brightness of the image is detected, the rapid change in brightness of the image can be achieved by switching the authentication method for continuous authentication to optical flow authentication. It is possible to suppress the interruption of continuous authentication due to the above.

ステップ110のオプティカルフロー認証処理について、図8を参照して説明すると、まずステップ160において、オプティカルフロー認証部20は、第2記憶部34に特徴点情報32が未登録(前周期ではオプティカルフロー認証を行っていなかった)か否か判定する。ステップ160の判定が肯定された場合はステップ162へ移行し、ステップ162において、オプティカルフロー認証部20は、先の図4のステップ108で通知部24から通知された利用者の顔領域の情報(位置及びサイズ)を取得する。   The optical flow authentication process in step 110 will be described with reference to FIG. 8. First, in step 160, the optical flow authentication unit 20 has not registered the feature point information 32 in the second storage unit 34 (in the previous cycle, the optical flow authentication process). It was determined whether or not. If the determination in step 160 is affirmed, the process proceeds to step 162. In step 162, the optical flow authentication unit 20 receives the information on the user's face area (from the notification unit 24 in step 108 of FIG. 4) ( Get position and size).

次のステップ164において、オプティカルフロー認証部20は、画像取得部16によって取得された画像のうち、ステップ162で情報を取得した顔領域内から特徴点(例えばエッジ等)を抽出する。そして次のステップ172において、オプティカルフロー認証部20は、例として図6(B)に示すように、利用者の顔領域の情報(位置及びサイズ)及び特徴点の情報(位置)を特徴点情報32として第2記憶部34に記憶させる。ステップ172の処理を行うと、オプティカルフロー認証処理を終了する。   In the next step 164, the optical flow authentication unit 20 extracts a feature point (for example, an edge or the like) from the face area acquired in step 162 from the image acquired by the image acquisition unit 16. In the next step 172, as shown in FIG. 6B as an example, the optical flow authentication unit 20 uses information (position and size) of the user's face area and information (position) of the feature point as feature point information. 32 is stored in the second storage unit 34. When the process of step 172 is performed, the optical flow authentication process is terminated.

なお、図6(B)に示す特徴点情報32のうちの「対象領域」は、顔領域の中心が画像中の座標(200,100)に位置しており、幅が100画素分、高さが150画素分のサイズであることを表している。また、図6(B)に示す特徴点情報32のうちの「特徴点群」は、個々の特徴点の位置を表しており、例えば特徴点1は画像中の座標(130,70)に位置していることを表している。   Note that the “target region” in the feature point information 32 shown in FIG. 6B has the center of the face region located at the coordinates (200, 100) in the image, the width is 100 pixels, and the height is 150. This represents the size of the pixel. Further, the “feature point group” in the feature point information 32 shown in FIG. 6B represents the position of each feature point. For example, the feature point 1 is located at the coordinates (130, 70) in the image. It represents that.

また、上記のように、第2記憶部34に特徴点情報32を記憶させると、次の周期では先のステップ160の判定が否定されてステップ166へ移行する。ステップ166において、オプティカルフロー認証部20は、第2記憶部34に記憶されている特徴点情報32から顔領域の情報(位置及びサイズ)を抽出する。そして、オプティカルフロー認証部20は、情報を抽出した顔領域の位置を基準として、基準位置及びその周辺領域を含む抽出対象領域から特徴点を抽出する。   As described above, when the feature point information 32 is stored in the second storage unit 34, the determination in the previous step 160 is denied in the next cycle, and the process proceeds to step 166. In step 166, the optical flow authentication unit 20 extracts face area information (position and size) from the feature point information 32 stored in the second storage unit 34. Then, the optical flow authentication unit 20 extracts feature points from the extraction target area including the reference position and the surrounding area with reference to the position of the face area from which the information is extracted.

次のステップ168において、オプティカルフロー認証部20は、オプティカルフロー(移動ベクトル)を算出することで、ステップ166で抽出した特徴点と、第2記憶部34に特徴点情報32として記憶されている特徴点と、の対応関係を判別する(図9も参照)。なお、オプティカルフローの算出には、例えば非特許文献3に記載の方式など、任意の方式を適用することができる。   In the next step 168, the optical flow authentication unit 20 calculates the optical flow (movement vector), and thereby the feature points extracted in step 166 and the features stored as the feature point information 32 in the second storage unit 34. The correspondence between the points is determined (see also FIG. 9). For the calculation of the optical flow, any method such as the method described in Non-Patent Document 3 can be applied.

なお、本実施形態では、オプティカルフロー認証処理として、顔領域についてのみ特徴点の抽出、対応関係の判別を行う例を説明しているが(図9も同様)、体領域に対しても同様の処理を行うようにしてもよい。   In this embodiment, as an example of the optical flow authentication process, an example is described in which feature points are extracted only for face regions and correspondences are determined (same for FIG. 9), but the same applies to body regions. Processing may be performed.

次のステップ170において、オプティカルフロー認証部20は、対応関係が判別できた特徴点群の分布に基づいて利用者の顔領域を判定する。顔領域の判定は、例えば、対応関係が判別できた特徴点群の平均位置(重心位置)を算出し、算出した重心位置を中心とし、対応関係が判別できた全ての特徴点群が含まれる一定形状の領域を設定することで実現できる。   In the next step 170, the optical flow authentication unit 20 determines the face area of the user based on the distribution of the feature point group for which the correspondence relationship can be determined. The determination of the face area includes, for example, calculating the average position (centroid position) of the feature point group for which the correspondence relationship can be determined, and including all the feature point groups for which the correspondence relationship can be determined with the calculated center position as the center. This can be realized by setting an area having a fixed shape.

また、顔領域の判定は上記に限られるものではなく、例えばオプティカルフロー認証処理を最初に実行した際の、顔領域の重心(中心)位置から特徴点迄の距離と、特徴点から顔領域の境界迄の距離と、の比を用いて判定することも可能である。すなわち、図10に示すように、オプティカルフロー認証処理を最初に実行した際に、顔領域の重心位置と各特徴点との距離d1と、各特徴点と顔領域の境界との距離d2を記憶しておけば、顔領域の重心位置から顔領域の境界迄の距離Dは次の(2)式で算出できる。
D=e1×(d1+d2)/d1 …(2)
In addition, the determination of the face area is not limited to the above. For example, when the optical flow authentication process is first executed, the distance from the center of gravity (center) position of the face area to the feature point, and from the feature point to the face area. It is also possible to determine using the ratio of the distance to the boundary. That is, as shown in FIG. 10, when the optical flow authentication process is first executed, the distance d1 between the center of gravity of the face area and each feature point and the distance d2 between each feature point and the boundary of the face area are stored. If this is done, the distance D from the center of gravity of the face area to the boundary of the face area can be calculated by the following equation (2).
D = e1 × (d1 + d2) / d1 (2)

なお、(2)式において、e1は顔領域を判定する際に求めた顔領域の重心位置から特徴点までの距離である。図10では、単一の特徴点のみ示しているが、上記処理を全ての特徴点に対して行い、顔領域の境界の平均位置を求めた後に、一定形状の領域をフィッティングさせることで顔領域を判定することができる。   In equation (2), e1 is the distance from the gravity center position of the face area to the feature point obtained when determining the face area. Although only a single feature point is shown in FIG. 10, the above processing is performed for all feature points, and after obtaining the average position of the boundary of the face region, the face region is fitted by fitting a region having a fixed shape. Can be determined.

また、特徴点を抽出した際の利用者の実際の顔位置によっては、抽出した特徴点の中に背景領域に対応する特徴点が一部含まれていることも考えられる。これを考慮すると、抽出した個々の特徴点に個別に信頼度を付与して顔領域を判定するようにしてもよい。信頼度は、例えば、特徴点群の重心からの距離に基づき、この距離が小さくなるに従って信頼度が高くなるように付与することができる。顔領域を判定する際には、信頼度の高い特徴点のみを使用するか、或いは、信頼度に応じて個々の特徴点を重み付けすることで、顔領域の判定精度を向上させることができる。   Further, depending on the actual face position of the user when the feature points are extracted, it may be possible that some of the feature points corresponding to the background region are included in the extracted feature points. In consideration of this, the face area may be determined by adding reliability to each extracted feature point individually. For example, the reliability can be given based on the distance from the center of gravity of the feature point group so that the reliability increases as the distance decreases. When determining the face area, only the feature points with high reliability are used, or the individual feature points are weighted according to the reliability, so that the accuracy of determining the face area can be improved.

そして次のステップ172において、オプティカルフロー認証部20は、上記処理で得られた利用者の顔領域の情報(位置及びサイズ)及び特徴点の情報(位置)を特徴点情報32として第2記憶部34に記憶させ、オプティカルフロー認証処理を終了する。   In the next step 172, the optical flow authentication unit 20 uses the information (position and size) of the user's face area and the information (position) of the feature points obtained by the above processing as the feature point information 32 in the second storage unit. 34, and the optical flow authentication process is terminated.

上述したオプティカルフロー認証処理が終了すると、図4の継続認証処理のステップ112へ移行する。ステップ112において、認証切替判定部22は、オプティカルフロー認証処理の結果に基づき、継続認証を続けるか否か判定する。すなわち、オプティカルフロー認証処理において、対応関係が判別できた特徴点の数が所定値未満の場合には、利用者が離席した可能性が高いので、ステップ112の判定が否定されてステップ124へ移行する。そしてステップ124において、認証切替判定部22は、利用者が離席したとの判定結果を出力し、継続認証処理を終了する。   When the optical flow authentication process described above ends, the process proceeds to step 112 of the continuous authentication process in FIG. In step 112, the authentication switching determination unit 22 determines whether or not to continue the authentication based on the result of the optical flow authentication process. That is, in the optical flow authentication process, if the number of feature points whose correspondence relationship can be determined is less than a predetermined value, the user is likely to have left the seat, so the determination in step 112 is negative and the process proceeds to step 124. Transition. In step 124, the authentication switching determination unit 22 outputs a determination result that the user has left the table and ends the continuous authentication process.

また、ステップ112の判定が肯定された場合はステップ114へ移行する。ステップ114において、認証切替判定部22は、画像の急激な輝度変化が収まったか否かを判定することで、継続認証の認証方式を色ヒストグラム認証に切替えるか否かを判定する認証方式切替判定を行う。具体的には、画像取得部16によって連続して取得された画像Iと画像Iについて対応する画素同士の輝度値の差分I(x,y)−I(x,y)を算出し、この差分が閾値Th以上の画素数Nを計数する。画素数Nが一定値未満の場合には、大きな照明のオンオフ等に起因して生じた画像の急激な輝度変化が収まったと判定することができる。なお、輝度変化の算出対象は画像全体に限られるものではなく、例えば顔領域と体領域を除外した領域等のように、画像の一部の領域を輝度変化の算出対象としてもよい。 If the determination at step 112 is affirmative, the routine proceeds to step 114. In step 114, the authentication switching determination unit 22 performs authentication method switching determination for determining whether or not to switch the authentication method for continuous authentication to color histogram authentication by determining whether or not the sudden brightness change of the image has subsided. Do. Specifically, the difference I 1 (x, y) −I 2 (x, y) between the luminance values of the corresponding pixels for the images I 1 and I 2 continuously acquired by the image acquisition unit 16 is calculated. Then, the number N of pixels whose difference is equal to or greater than the threshold Th is counted. When the number of pixels N is less than a certain value, it can be determined that a sudden change in luminance of the image caused by turning on / off a large illumination has been settled. Note that the luminance change calculation target is not limited to the entire image. For example, a partial region of the image may be the luminance change calculation target, such as a region excluding the face region and the body region.

なお、ステップ114の認証方式切替判定は、色ヒストグラムの類似度を用いて行ってもよい。すなわち、画像取得部16によって連続して取得された画像I,Iから顔領域の色ヒストグラムC,Cを各々求め、これら色ヒストグラムの類似度が十分に高い場合には、画像の急激な輝度変化が収まったと判定するようにしてもよい。 Note that the authentication method switching determination in step 114 may be performed using the similarity of color histograms. That is, the face region color histograms C 1 and C 2 are obtained from the images I 1 and I 2 successively acquired by the image acquisition unit 16, and when the similarity of these color histograms is sufficiently high, You may make it determine with the rapid brightness | luminance change having settled.

次のステップ116において、認証切替判定部22は、ステップ114の認証方式切替判定で画像の急激な輝度変化が収まったか否かに基づいて、オプティカルフロー認証による継続認証を終了するか否か判定する。ステップ114の認証方式切替判定で画像の急激な輝度変化が収まっていないと判定された場合、継続認証の認証方式を色ヒストグラム認証に切替えると、画像の急激な輝度変化を原因として継続認証が途切れる可能性がある。このため、ステップ116の判定が否定された場合はステップ118へ移行し、認証切替判定部22は、継続認証の動作モードとしてオプティカルフロー認証モードを設定し、ステップ92に戻る。   In the next step 116, the authentication switching determination unit 22 determines whether or not to end the continuous authentication based on the optical flow authentication based on whether or not the rapid brightness change of the image has been settled in the authentication method switching determination in step 114. . If it is determined in step 114 that the sudden change in luminance of the image is not settled, the continuous authentication is interrupted due to the sudden change in luminance of the image when the authentication method for continuous authentication is switched to color histogram authentication. there is a possibility. For this reason, if the determination in step 116 is negative, the process proceeds to step 118, and the authentication switching determination unit 22 sets the optical flow authentication mode as the operation mode of continuous authentication, and returns to step 92.

これにより、画像に急激な輝度変化が生じている間は、ステップ94及びステップ116の判定が各々否定されることで、ステップ92、ステップ94、ステップ110〜ステップ118が繰り返され、オプティカルフロー認証によって継続認証が行われる。   As a result, while a sudden luminance change occurs in the image, the determinations in step 94 and step 116 are respectively negated, so that step 92, step 94, step 110 to step 118 are repeated, and optical flow authentication is performed. Continuous authentication is performed.

一方、前述のように、オプティカルフロー認証は、処理負荷が大きく、利用者の姿勢変化に対する頑健さも色ヒストグラム認証より低いので長時間の認証には適さない。また、画像の急激な輝度変化が収まっていれば、色ヒストグラム認証による継続認証で継続認証が途切れる可能性も低下している。このため、ステップ116の判定が肯定された場合はステップ120へ移行し、認証切替判定部22は、継続認証の動作モードをオプティカルフロー認証モードから色ヒストグラム認証モードへ切替える。次のステップ122において、通知部24は、第2記憶部34に記憶されている特徴点情報32から顔領域の情報(位置及びサイズ)を抽出し、抽出した顔領域の情報を色ヒストグラム認証部18へ通知し、ステップ92に戻る。   On the other hand, as described above, the optical flow authentication is not suitable for long-time authentication because the processing load is large and the robustness with respect to the user's posture change is lower than the color histogram authentication. Further, if the sudden change in luminance of the image is settled, the possibility that the continuous authentication is interrupted by the continuous authentication by the color histogram authentication is also reduced. Therefore, if the determination in step 116 is affirmed, the process proceeds to step 120, and the authentication switching determination unit 22 switches the operation mode of continuous authentication from the optical flow authentication mode to the color histogram authentication mode. In the next step 122, the notification unit 24 extracts face area information (position and size) from the feature point information 32 stored in the second storage unit 34, and uses the extracted face area information as a color histogram authentication unit. 18 and returns to step 92.

これにより、以降の処理では、ステップ94及びステップ98の判定が各々肯定されることで、ステップ92〜ステップ100が繰り返され、色ヒストグラム認証による継続認証が再開されることになる。   As a result, in the subsequent processing, the determinations in step 94 and step 98 are affirmed, so that steps 92 to 100 are repeated, and continuous authentication by color histogram authentication is resumed.

〔第2実施形態〕
次に開示の技術の第2実施形態について説明する。なお、第1実施形態と同一の部分には同一の符号を付して説明を省略し、以下、第1実施形態と異なる部分のみ説明する。
[Second Embodiment]
Next, a second embodiment of the disclosed technique will be described. In addition, the same code | symbol is attached | subjected to the part same as 1st Embodiment, description is abbreviate | omitted and hereafter, only a different part from 1st Embodiment is demonstrated.

図11には、本第2実施形態に係る認証装置10が示されている。本第2実施形態は、継続認証装置14が、過去画像保存部36と、過去画像情報38を記憶するための第3記憶部40を更に備えている点で第1実施形態と相違している。過去画像保存部36は、画像取得部16によって画像が取得される度に、取得された画像の画像データを、過去画像情報38として第3記憶部40に記憶させる。また、本第2実施形態では、第3記憶部40に過去画像情報38として記憶可能な画像の数には上限値が設定されている。過去画像保存部36は、第3記憶部40に記憶されている画像の数が上限値に達すると、新たな画像の画像データを第3記憶部40に記憶させるにあたり、記憶されている画像のうち、記憶時期が最も古い画像の画像データを第3記憶部40から削除する。   FIG. 11 shows an authentication device 10 according to the second embodiment. The second embodiment is different from the first embodiment in that the continuous authentication device 14 further includes a past image storage unit 36 and a third storage unit 40 for storing past image information 38. . Each time an image is acquired by the image acquisition unit 16, the past image storage unit 36 stores the image data of the acquired image in the third storage unit 40 as past image information 38. In the second embodiment, an upper limit is set for the number of images that can be stored as the past image information 38 in the third storage unit 40. When the number of images stored in the third storage unit 40 reaches the upper limit, the past image storage unit 36 stores the image data stored in the third storage unit 40 when storing the image data of the new image. Among them, the image data of the image having the oldest storage time is deleted from the third storage unit 40.

また、本第2実施形態に係る認証装置10が、図2に示すコンピュータ42で実現される場合、本第2実施形態に係る継続認証プログラム62は、図2に破線で示すように、過去画像保存プロセス76を更に有する。この場合、CPU44は、過去画像保存プロセス76を実行することで、図11に示す過去画像保存部36として動作する。また、本第2実施形態に係る認証装置10が、図2に示すコンピュータ42で実現される場合、記憶部48には、過去画像情報38が更に記憶される。この場合、過去画像情報38を記憶する記憶部48は第3記憶部40としても用いられ、メモリ46の一部領域は過去画像情報38の記憶領域として用いられる。   Further, when the authentication device 10 according to the second embodiment is realized by the computer 42 illustrated in FIG. 2, the continuous authentication program 62 according to the second embodiment includes the past image as illustrated by a broken line in FIG. 2. A storage process 76 is further included. In this case, the CPU 44 operates as the past image storage unit 36 illustrated in FIG. 11 by executing the past image storage process 76. When the authentication apparatus 10 according to the second embodiment is realized by the computer 42 illustrated in FIG. 2, the past image information 38 is further stored in the storage unit 48. In this case, the storage unit 48 that stores the past image information 38 is also used as the third storage unit 40, and a partial area of the memory 46 is used as a storage area of the past image information 38.

次に本第2実施形態の作用を説明する。第1実施形態で説明した継続認証処理(図4)では、色ヒストグラム認証による継続認証を行っている期間に画像の輝度の急激な変化が生じた場合、認証方式に切替にあたって最新の顔領域の情報をオプティカルフロー認証部20へ通知していた(ステップ108)。しかし、画像の輝度変化が生じ始めてから、色ヒストグラムの類似度が閾値未満になり、画像の輝度の急激な変化が生じたことが検出される迄には若干のタイムラグがある。このため、オプティカルフロー認証部20に対しても、画像の輝度変化が生じ始めることで色ヒストグラム認証部18の処理精度が低下し始めた後に検出された低精度の顔領域の情報が通知される可能性がある(図13(A)も参照)。この場合、オプティカルフロー認証も影響を受けて処理精度が低下することが生じ得る。   Next, the operation of the second embodiment will be described. In the continuous authentication process (FIG. 4) described in the first embodiment, when a sudden change in the luminance of the image occurs during the period of continuous authentication by color histogram authentication, the latest face area is switched to the authentication method. Information was notified to the optical flow authentication unit 20 (step 108). However, there is a slight time lag from when the luminance change of the image starts to occur until it is detected that the similarity of the color histogram becomes less than the threshold value and a sudden change in the luminance of the image has occurred. For this reason, the optical flow authentication unit 20 is also notified of low-accuracy face area information detected after the processing accuracy of the color histogram authentication unit 18 starts to decrease due to the start of image brightness change. There is a possibility (see also FIG. 13A). In this case, the optical flow authentication may be affected and the processing accuracy may be reduced.

本第2実施形態は上記を考慮したものであり、以下、本第2実施形態に係る継続認証処理について、図12を参照し、第1実施形態で説明した継続認証処理(図4)と異なる部分についてのみ説明する。   The second embodiment considers the above, and hereinafter, the continuous authentication process according to the second embodiment is different from the continuous authentication process (FIG. 4) described in the first embodiment with reference to FIG. Only the part will be described.

本第2実施形態に係る継続認証処理では、ステップ92で画像取得部16が画像を取得した後、ステップ180において、過去画像保存部36により、画像取得部16によって取得された画像の画像データが過去画像情報38として第3記憶部40に記憶される。また、継続認証の認証方式を色ヒストグラム認証からオプティカルフロー認証へ切替える場合(ステップ104の判定が肯定された場合)、ステップ106で認証切替判定部22が継続認証の動作モードを切替えた後、ステップ182へ移行する。   In the continuous authentication process according to the second embodiment, after the image acquisition unit 16 acquires an image in step 92, the image data of the image acquired by the image acquisition unit 16 is acquired by the past image storage unit 36 in step 180. The past image information 38 is stored in the third storage unit 40. Further, when the authentication method of continuous authentication is switched from color histogram authentication to optical flow authentication (when the determination in step 104 is affirmative), after the authentication switch determination unit 22 switches the operation mode of continuous authentication in step 106, the step Move to 182.

本第2実施形態では、色ヒストグラム認証部18がx+1フレーム(但しx≧1)分の画像の色ヒストグラム情報28を第1記憶部30に記憶させている。ステップ182において、通知部24は、輝度変化が検出された時点の最新の画像よりもxフレーム前の画像の色ヒストグラム情報28に含まれる顔領域の情報を第1記憶部30から抽出し、抽出した顔領域の情報をオプティカルフロー認証部20に通知する。   In the second embodiment, the color histogram authentication unit 18 stores the color histogram information 28 of images for x + 1 frames (where x ≧ 1) in the first storage unit 30. In step 182, the notification unit 24 extracts the facial area information included in the color histogram information 28 of the image x frames before the latest image at the time when the luminance change is detected from the first storage unit 30 and extracts it. The optical flow authentication unit 20 is notified of the information on the face area that has been processed.

これにより、オプティカルフロー認証部20では、最新の画像よりxフレーム前の画像の顔領域の情報と、第3記憶部40に記憶された過去画像情報38のうち最新の画像よりxフレーム前の画像の画像データと、に基づいてオプティカルフロー認証を行う。このように、色ヒストグラム認証からオプティカルフロー認証への認証方式の切替えにあたり、図13(B)に(1)として示すように、色ヒストグラム認証部18の処理精度が低下する前の情報を用いてオプティカルフロー認証が開始される。従って、前述したタイムラグの影響でオプティカルフロー認証の処理精度が低下することを回避することができる。   As a result, the optical flow authentication unit 20 detects the face area of the image before x frames from the latest image and the image before x frames from the latest image among the past image information 38 stored in the third storage unit 40. The optical flow authentication is performed based on the image data. As described above, when switching the authentication method from color histogram authentication to optical flow authentication, as shown in FIG. 13B as (1), the information before the processing accuracy of the color histogram authentication unit 18 is lowered is used. Optical flow authentication is started. Therefore, it is possible to avoid a decrease in the processing accuracy of the optical flow authentication due to the influence of the time lag described above.

なお、上記では色ヒストグラム認証からオプティカルフロー認証への切替えにあたり、最新の画像よりxフレーム前の画像の情報(顔領域の情報及び画像データ)を用いてオプティカルフロー認証を開始しているが、これに限られるものではない。例えば図14に示すように、輝度変化が検出された時点で、その時点までの色ヒストグラムの類似度の推移を参照し、輝度変化の影響で色ヒストグラムの類似度が低下し始めるよりも前の画像の情報を用いてオプティカルフロー認証を開始してもよい。すなわち、輝度変化が色ヒストグラムの類似度に影響を及ぼし始めるタイミングに応じて、フレーム数xを動的に変更するようにしてもよい。これにより、オプティカルフロー認証の処理精度の低下を、より確実に回避することができる。   In the above, when switching from color histogram authentication to optical flow authentication, optical flow authentication is started using image information (face area information and image data) x frames before the latest image. It is not limited to. For example, as shown in FIG. 14, when a change in luminance is detected, the transition of the similarity of the color histogram up to that point is referred to and before the similarity of the color histogram starts to decrease due to the influence of the luminance change. Optical flow authentication may be started using image information. That is, the number of frames x may be dynamically changed according to the timing at which the luminance change starts to affect the similarity of the color histogram. Thereby, the fall of the processing precision of optical flow authentication can be avoided more reliably.

〔第3実施形態〕
次に開示の技術の第3実施形態について説明する。なお、本第3実施形態は、第2実施形態と同一の構成であるので、各部分に同一の符号を付して構成の説明を省略し、以下、本第3実施形態の作用を説明する。
[Third Embodiment]
Next, a third embodiment of the disclosed technique will be described. Since the third embodiment has the same configuration as that of the second embodiment, the same reference numerals are given to the respective parts, description of the configuration is omitted, and the operation of the third embodiment will be described below. .

図13(A),(B)に示すように、先に説明した第1及び第2実施形態では、オプティカルフロー認証の実行中に画像の急激な輝度変化が収まったことを検知すると、オプティカルフロー認証を停止させると同時に色ヒストグラム認証を再開させていた。しかし、色ヒストグラム認証を再開した直後に画像の急激な輝度変化が再び発生したとすると、継続認証が途切れてしまう懸念があった。上記のように画像の急激な輝度変化が頻繁に生ずる状態としては、例えば、携帯型の情報機器を電車や自動車等の移動体の車内で利用しているために、照明条件が刻々と変わる状況等が挙げられる。   As shown in FIGS. 13A and 13B, in the first and second embodiments described above, when it is detected that a sudden change in luminance of an image has occurred during execution of optical flow authentication, the optical flow is detected. At the same time authentication was stopped, color histogram authentication was restarted. However, if the sudden brightness change of the image occurs again immediately after resuming the color histogram authentication, there is a concern that the continuous authentication is interrupted. As a state in which a sudden change in brightness of an image frequently occurs as described above, for example, a situation where lighting conditions change every moment because a portable information device is used in a moving body such as a train or a car. Etc.

本第3実施形態は上記を考慮したものであり、以下、本第3実施形態に係る継続認証処理について、図15を参照し、第2実施形態で説明した継続認証処理(図12)と異なる部分についてのみ説明する。   The third embodiment considers the above, and hereinafter, the continuous authentication process according to the third embodiment is different from the continuous authentication process (FIG. 12) described in the second embodiment with reference to FIG. Only the part will be described.

本第3実施形態に係る継続認証処理では、ステップ180で画像データが第3記憶部40に記憶された後、次のステップ184において、認証切替判定部22は、継続認証の動作モードが色ヒストグラム・オプティカルフロー併用認証モードか否か判定される。ステップ184の判定が否定された場合はステップ94へ移行し、第2実施形態と同様にステップ94以降の処理が行われる。   In the continuous authentication process according to the third embodiment, after the image data is stored in the third storage unit 40 in step 180, in the next step 184, the authentication switching determination unit 22 determines that the operation mode of continuous authentication is a color histogram. -It is determined whether or not the optical flow combination authentication mode is set. If the determination in step 184 is negative, the process proceeds to step 94, and the processing after step 94 is performed as in the second embodiment.

また本第3実施形態に係る継続認証処理では、オプティカルフロー認証による継続認証を行っている状態でステップ116の判定が肯定されると(画像の急激な輝度変化が収まったことでオプティカルフロー認証を終了する場合)、ステップ118へ移行する。ステップ188において、認証切替判定部22は、継続認証の動作モードをオプティカルフロー認証モードから色ヒストグラム・オプティカルフロー併用認証モードへ切替える。これにより、前述のステップ184の判定が肯定されてステップ186へ移行し、併用認証モード処理が行われた後にステップ92に戻る。   Further, in the continuous authentication process according to the third embodiment, when the determination in step 116 is affirmed in a state where the continuous authentication is performed by the optical flow authentication (the optical flow authentication is performed because the sudden change in luminance of the image is settled. If completed, the process proceeds to step 118. In step 188, the authentication switching determination unit 22 switches the operation mode of continuous authentication from the optical flow authentication mode to the color histogram / optical flow combined authentication mode. As a result, the determination in step 184 described above is affirmed, the process proceeds to step 186, and after the combined authentication mode process is performed, the process returns to step 92.

この併用認証モード処理について、図16を参照して説明すると、まずステップ190において、色ヒストグラム認証部18は色ヒストグラム認証処理(図7も参照)を行う。次のステップ192において、認証切替判定部22は、色ヒストグラム認証部18による色ヒストグラム認証処理(ステップ190)で得られた色ヒストグラムの類似度が閾値以上か否かを判定することで、色ヒストグラム認証を継続するか否か判定する。色ヒストグラムの類似度が閾値以上の場合には、ステップ192の判定が肯定されてステップ194へ移行し、認証切替判定部22は、色ヒストグラムの類似度が閾値以上の状態が一定期間以上継続しているか否か判定する。   This combined authentication mode process will be described with reference to FIG. 16. First, in step 190, the color histogram authentication unit 18 performs a color histogram authentication process (see also FIG. 7). In the next step 192, the authentication switching determination unit 22 determines whether or not the similarity of the color histogram obtained by the color histogram authentication process (step 190) by the color histogram authentication unit 18 is equal to or greater than a threshold value. Determine whether to continue authentication. If the similarity of the color histogram is equal to or greater than the threshold, the determination in step 192 is affirmed and the process proceeds to step 194. The authentication switching determination unit 22 continues the state where the similarity of the color histogram is equal to or greater than the threshold for a certain period or more. It is determined whether or not.

ステップ194の判定が否定された場合はステップ196へ移行し、ステップ196において、オプティカルフロー認証部20はオプティカルフロー認証処理(図8も参照)を行う。次のステップ198において、認証切替判定部22は、継続認証の動作モードとして色ヒストグラム・オプティカルフロー併用認証モードを設定することで、当該モードを継続させ、併用認証モード処理を一旦終了する。これにより、例として図17に示すように、色ヒストグラム認証で得られた色ヒストグラムの類似度が閾値以上の状態が一定期間以上継続する迄の間は、色ヒストグラム認証とオプティカルフロー認証が並列に各々実行される。   If the determination in step 194 is negative, the process proceeds to step 196, and in step 196, the optical flow authentication unit 20 performs an optical flow authentication process (see also FIG. 8). In the next step 198, the authentication switching determination unit 22 sets the color histogram / optical flow combined authentication mode as the operation mode of continuous authentication, thereby continuing the mode, and temporarily ends the combined authentication mode process. Thus, as shown in FIG. 17 as an example, the color histogram authentication and the optical flow authentication are performed in parallel until the similarity of the color histogram obtained by the color histogram authentication continues for a certain period or longer. Each is executed.

色ヒストグラムの類似度が閾値以上の状態が一定期間以上維持されると、ステップ194の判定が肯定されてステップ200へ移行する。ステップ200において、認証切替判定部22は、オプティカルフロー認証部20によるオプティカルフロー認証を停止させると共に、継続認証の動作モードを色ヒストグラム・オプティカルフロー併用認証モードから色ヒストグラム認証モードへ切替える。このように、画像の急激な輝度変化が収まったと判定した場合、色ヒストグラムの類似度が閾値以上の状態が一定期間以上継続した後にオプティカルフロー認証を終了するので、処理負荷が過大となったり継続認証の安定性が低下することを回避することができる。   If the state where the similarity of the color histogram is equal to or higher than the threshold is maintained for a certain period or longer, the determination in step 194 is affirmed and the routine proceeds to step 200. In step 200, the authentication switching determination unit 22 stops the optical flow authentication by the optical flow authentication unit 20 and switches the operation mode of continuous authentication from the color histogram / optical flow combined authentication mode to the color histogram authentication mode. As described above, when it is determined that the sudden change in luminance of the image has subsided, the optical flow authentication is terminated after the state where the similarity of the color histogram is equal to or higher than the threshold value continues for a certain period or more, so the processing load becomes excessive or continued. It is possible to avoid a decrease in the stability of authentication.

また、色ヒストグラムの類似度が閾値以上の状態が一定期間以上継続する前に、色ヒストグラムの類似度が閾値未満になった場合は、ステップ194の判定が肯定される前にステップ192の判定が否定されることでステップ202へ移行する。ステップ202において、通知部24は、第2記憶部34に記憶されている特徴点情報32から顔領域の情報(位置及びサイズ)を抽出し、抽出した顔領域の情報を色ヒストグラム認証部18へ通知する。次のステップ204において、色ヒストグラム認証部18は、通知部24から通知された顔領域の情報に基づき、利用者の顔領域及び体領域の色ヒストグラムを各々生成する。   If the similarity of the color histogram becomes less than the threshold before the state where the similarity of the color histogram is equal to or higher than the threshold continues for a certain period or longer, the determination of step 192 is made before the determination of step 194 is affirmed. If the result is negative, the process proceeds to step 202. In step 202, the notification unit 24 extracts face area information (position and size) from the feature point information 32 stored in the second storage unit 34, and sends the extracted face area information to the color histogram authentication unit 18. Notice. In the next step 204, the color histogram authentication unit 18 generates color histograms of the user's face region and body region based on the face region information notified from the notification unit 24.

またステップ206において、色ヒストグラム認証部18は、ステップ204で生成した利用者の顔領域及び体領域の色ヒストグラムを基準色ヒストグラムとして第1記憶部30に記憶させる。これにより、色ヒストグラム情報28の一部として第1記憶部30に記憶されている基準色ヒストグラムが更新される。そしてステップ208において、認証切替判定部22は、継続認証の動作モードとして色ヒストグラム・オプティカルフロー併用認証モードを設定することで、当該モードを継続させる。   In step 206, the color histogram authentication unit 18 stores the color histograms of the user's face area and body area generated in step 204 in the first storage unit 30 as reference color histograms. As a result, the reference color histogram stored in the first storage unit 30 as part of the color histogram information 28 is updated. In step 208, the authentication switching determination unit 22 sets the color histogram / optical flow combined authentication mode as the operation mode for continuous authentication, thereby continuing the mode.

このように、色ヒストグラム認証とオプティカルフロー認証が並列に各々実行されている期間に、照明条件の変化等によって画像に急激な輝度の変化が生じ、これに伴って色ヒストグラムの類似度が低下した場合には、基準色ヒストグラムが更新される。これにより、図18に示すように、色ヒストグラムの類似度が回復し、これに伴い色ヒストグラム認証の精度も回復される。そして、その後、色ヒストグラムの類似度が閾値以上の状態が一定期間以上継続すると、前述のように、オプティカルフロー認証が停止され、継続認証の動作モードが色ヒストグラム認証モードへ切替えされる。これにより、オプティカルフロー認証の頻繁な停止・再開が抑制されるので、画像の急激な輝度変化が頻繁に発生した場合に継続認証が途切れてしまうことを回避することができる。   As described above, during the period in which the color histogram authentication and the optical flow authentication are performed in parallel, a sudden luminance change occurs in the image due to a change in the illumination condition, and the similarity of the color histogram decreases accordingly. In that case, the reference color histogram is updated. Thereby, as shown in FIG. 18, the similarity of the color histogram is restored, and the accuracy of the color histogram authentication is also restored accordingly. After that, when the state where the similarity of the color histogram is equal to or greater than the threshold value continues for a certain period or longer, as described above, the optical flow authentication is stopped and the operation mode of continuous authentication is switched to the color histogram authentication mode. Thus, frequent stop / restart of the optical flow authentication is suppressed, so that it is possible to prevent the continuous authentication from being interrupted when a sudden change in luminance of the image occurs frequently.

なお、上記では継続認証処理を開始する際に、顔検出部26によって抽出された顔領域と、当該顔領域から特定される体領域の色ヒストグラムを基準ヒストグラムとして登録する態様を説明したが、これに限定されるものではない。例えばログイン認証装置12が、ログイン認証として、利用者の顔が予め登録された正規の利用者の顔に対応しているか否かを判定する顔認証を行う構成であれば、当該顔認証での顔領域の抽出結果に基づいて基準色ヒストグラムの登録を行うようにしてもよい。この場合、顔検出部26を省略することで継続認証装置14の構成を簡単にすることが可能となる。   In the above description, when the continuous authentication process is started, the aspect in which the face area extracted by the face detection unit 26 and the color histogram of the body area specified from the face area are registered as the reference histogram has been described. It is not limited to. For example, if the login authentication device 12 is configured to perform face authentication for determining whether or not the user's face corresponds to a regular user's face registered in advance as login authentication, The reference color histogram may be registered based on the face region extraction result. In this case, the configuration of the continuous authentication apparatus 14 can be simplified by omitting the face detection unit 26.

また、上記では、ログイン認証完了後に顔検出を行って顔領域が検出された直後に基準色ヒストグラムの登録を行っているが、これに限定されるものではない。例えば、色ヒストグラム認証による継続認証を行っている途中で、定期的に、或いは、日射角度の変化等に起因する画像の緩やかな輝度変化が検出された等のタイミングで、顔領域の検出及び基準色ヒストグラムの更新を行うようにしてもよい。また、基準色ヒストグラムを登録する部位についても、利用者の顔領域及び体領域に限定されるものではなく、例えば顔領域及び体領域の一方のみを登録してもよいし、顔や体の一部分の色ヒストグラムのみ登録するようにしてもよい。   In the above description, the face detection is performed after the login authentication is completed, and the reference color histogram is registered immediately after the face area is detected. However, the present invention is not limited to this. For example, during the continuous authentication by color histogram authentication, the detection of the face area and the reference periodically or at the timing when a gradual brightness change of the image due to a change in the solar radiation angle is detected, etc. The color histogram may be updated. Also, the part for registering the reference color histogram is not limited to the user's face area and body area. For example, only one of the face area and body area may be registered, or a part of the face or body may be registered. Only the color histogram may be registered.

また、上記ではログイン認証の後、ログイン認証を経た同一の利用者が情報機器を継続的に使用しているか否かを認証する継続認証に開示の技術を適用した態様を説明したが、開示の技術は上記の態様に限定されるものではない。例えば、利用者が情報機器を利用している間のみ映像(動画像)や音声の再生やアプリケーション・プログラムの実行を行い、利用者が情報機器の設置場所から離れている間は映像等の再生等を停止させる態様において、利用者の在/不在の検知に適用してもよい。   In the above description, after the login authentication, the aspect in which the disclosed technology is applied to the continuous authentication for authenticating whether the same user who has undergone the login authentication is continuously using the information device has been described. The technique is not limited to the above embodiment. For example, video (moving image) and audio playback and application programs are executed only while the user is using the information device, and video is played while the user is away from the installation location of the information device. In the aspect of stopping the above, the present invention may be applied to detection of the presence / absence of the user.

また、上記では継続認証プログラム62が記憶部48に予め記憶(インストール)されている態様を説明したが、継続認証プログラム62は、CD−ROMやDVD−ROM等の記録媒体に記録されている形態で提供することも可能である。   In the above description, the continuous authentication program 62 is stored (installed) in the storage unit 48 in advance. However, the continuous authentication program 62 is recorded on a recording medium such as a CD-ROM or a DVD-ROM. Can also be provided.

本明細書に記載された全ての文献、特許出願及び技術規格は、個々の文献、特許出願及び技術規格が参照により取り込まれることが具体的かつ個々に記された場合と同程度に、本明細書中に参照により取り込まれる。   All documents, patent applications and technical standards mentioned in this specification are to the same extent as if each individual document, patent application and technical standard were specifically and individually stated to be incorporated by reference. Incorporated by reference in the book.

10 認証装置
14 継続認証装置
16 画像取得部
18 色ヒストグラム認証部
20 オプティカルフロー認証部
22 認証切替判定部
24 通知部
26 顔検出部
30 第1記憶部
34 第2記憶部
36 過去画像保存部
40 第3記憶部
42 コンピュータ
44 CPU
48 記憶部
56 カメラ
DESCRIPTION OF SYMBOLS 10 Authentication apparatus 14 Continuous authentication apparatus 16 Image acquisition part 18 Color histogram authentication part 20 Optical flow authentication part 22 Authentication switching determination part 24 Notification part 26 Face detection part 30 1st memory | storage part 34 2nd memory | storage part 36 Past image preservation | save part 40 1st 3 storage unit 42 computer 44 CPU
48 storage unit 56 camera

Claims (16)

撮影部によって撮影された画像を順次取得する画像取得部と、
前記画像取得部によって順次取得された画像について、色ヒストグラムの類似度に基づいて、個々の前記画像中の利用者に対応する利用者対応領域を検知することを繰り返す第1検知部と、
前記画像取得部によって順次取得された画像について、個々の前記画像内に存在する特徴点を順次比較することで、個々の前記画像中の利用者対応領域を検知することを繰り返す第2検知部と、
前記画像取得部によって順次取得された画像の輝度が所定値以上変化している間は前記第2検知部によって利用者対応領域の検知を行わせ、それ以外の期間は前記第1検知部によって利用者対応領域の検知を行わせる切替判定部と、
を含む利用者検知装置。
An image acquisition unit that sequentially acquires images taken by the imaging unit;
A first detection unit that repeatedly detects a user corresponding region corresponding to a user in each of the images based on the similarity of color histograms for images sequentially acquired by the image acquisition unit;
A second detector that repeats detecting user-corresponding areas in each of the images by sequentially comparing feature points in the images of the images sequentially acquired by the image acquisition unit; ,
The second detection unit detects the user corresponding area while the luminance of the images sequentially acquired by the image acquisition unit changes by a predetermined value or more, and the other detection period is used by the first detection unit. A switching determination unit that performs detection of the person corresponding area;
A user detection device including:
前記切替判定部は、前記画像取得部によって順次取得された画像の輝度の差分値を算出し、画像全体又は一部分の輝度の差分値が所定値以上になった場合に、前記第1検知部による利用者対応領域の検知から前記第2検知部による利用者対応領域の検知に切替える請求項1記載の利用者検知装置。   The switching determination unit calculates the difference value of the luminance of the images sequentially acquired by the image acquisition unit, and when the difference value of the luminance of the whole image or a part of the image becomes a predetermined value or more, the first detection unit The user detection apparatus according to claim 1, wherein the detection is switched from detection of a user corresponding area to detection of a user corresponding area by the second detection unit. 前記切替判定部は、前記第1検知部によって前記色ヒストグラムの類似度が閾値未満と判定された場合に、前記画像取得部によって順次取得された画像の輝度が所定値以上変化しているか否かを判定する請求項2記載の利用者検知装置。   The switching determination unit determines whether the luminance of images sequentially acquired by the image acquisition unit has changed by a predetermined value or more when the similarity of the color histogram is determined to be less than a threshold value by the first detection unit. The user detection device according to claim 2, wherein the user detection device is determined. 前記切替判定部は、前記第2検知部によって利用者対応領域の検知が行われている期間に、前記画像中の利用者対応領域の色ヒストグラムの類似度が閾値以上の状態が一定期間以上継続した場合に、前記第2検知部による利用者対応領域の検知から前記第1検知部による利用者対応領域の検知に切替える請求項1〜請求項3の何れか1項記載の利用者検知装置。   The switching determination unit continues a state where the similarity of the color histogram of the user corresponding region in the image is equal to or higher than a threshold during a period in which the user corresponding region is detected by the second detection unit. 4. The user detection device according to claim 1, wherein the user detection area is switched from detection of the user corresponding area by the second detection unit to detection of the user corresponding area by the first detection unit. 前記切替判定部は、前記画像取得部によって順次取得された画像の輝度の差分値を算出し、画像全体又は一部分の輝度の差分値が所定値未満になった場合に、前記第2検知部による利用者対応領域の検知から前記第1検知部による利用者対応領域の検知に切替える請求項1〜請求項3の何れか1項記載の利用者検知装置。   The switching determination unit calculates the difference value of the luminance of the images sequentially acquired by the image acquisition unit, and when the difference value of the luminance of the whole image or a part of the image becomes less than a predetermined value, the second detection unit The user detection device according to claim 1, wherein the detection is switched from detection of a user corresponding area to detection of a user corresponding area by the first detection unit. 前記画像取得部によって取得された前記画像中の利用者対応領域の色ヒストグラムを基準色ヒストグラムとして記憶する第1記憶部を更に備え、
前記第1検知部は、前記基準色ヒストグラムに対する、前記画像取得部によって取得された画像中の複数の領域の色ヒストグラムの類似度を各々演算し、前記複数の領域のうち前記類似度が閾値以上の領域を前記画像中の利用者対応領域と判断する請求項1〜請求項5の何れか1項記載の利用者検知装置。
A first storage unit that stores a color histogram of the user corresponding area in the image acquired by the image acquisition unit as a reference color histogram;
The first detection unit calculates a similarity of a color histogram of a plurality of regions in the image acquired by the image acquisition unit with respect to the reference color histogram, and the similarity is equal to or greater than a threshold among the plurality of regions. The user detection device according to claim 1, wherein the area is determined as a user corresponding area in the image.
前記第1検知部によって利用者対応領域の検知が行われていた状態から前記第2検知部による利用者対応領域の検知が開始される際に、前記第1検知部によって検知されている利用者対応領域の位置情報を前記第2検知部に通知する通知部を更に備え、
前記第2検知部は、前記通知部から通知された位置情報で特定される領域内に存在する特徴点に基づいて利用者対応領域の検知を行う請求項6記載の利用者検知装置。
The user detected by the first detection unit when the detection of the user corresponding region by the second detection unit is started from the state in which the user detection region is detected by the first detection unit. A notification unit for notifying the position information of the corresponding area to the second detection unit;
The user detection device according to claim 6, wherein the second detection unit detects a user corresponding area based on a feature point existing in an area specified by the position information notified from the notification unit.
前記画像取得部によって取得された前記画像中の利用者対応領域内から前記第2検知部によって抽出された特徴点の情報を記憶する第2記憶部を更に備え、
前記第2検知部は、前記画像取得部によって新たに取得された前記画像から特徴点を抽出し、抽出した特徴点と前記第2記憶部に情報が記憶された特徴点との対応関係を判断し、前記第2記憶部に情報が記憶された特徴点と対応していると判断した特徴点から特定される領域を前記画像中の利用者対応領域と判断する請求項1〜請求項7の何れか1項記載の利用者検知装置。
A second storage unit that stores information on feature points extracted by the second detection unit from within the user corresponding area in the image acquired by the image acquisition unit;
The second detection unit extracts a feature point from the image newly acquired by the image acquisition unit, and determines a correspondence relationship between the extracted feature point and the feature point whose information is stored in the second storage unit And determining a region identified from the feature point determined to correspond to the feature point whose information is stored in the second storage unit as a user corresponding region in the image. The user detection device according to any one of the preceding claims.
前記第2検知部によって利用者対応領域の検知が行われていた状態から前記第1検知部による利用者対応領域の検知が開始される際に、前記第2検知部によって検知されている利用者対応領域の位置情報を前記第1検知部に通知する通知部を更に備え、
前記第1検知部は、前記通知部から通知された位置情報で特定される領域内の色ヒストグラムに基づいて利用者対応領域の検知を行う請求項8記載の利用者検知装置。
The user detected by the second detection unit when the detection of the user corresponding region by the first detection unit is started from the state in which the user corresponding region is detected by the second detection unit. A notification unit for notifying the first detection unit of position information of the corresponding region;
The user detection device according to claim 8, wherein the first detection unit detects a user-corresponding region based on a color histogram in a region specified by position information notified from the notification unit.
前記画像取得部によって過去に取得された画像を第3記憶部に記憶させる過去画像保存部を更に備え、
前記第1検知部によって利用者対応領域の検知が行われていた状態から前記第2検知部による利用者対応領域の検知が開始される際に、前記第2検知部は、前記第3記憶部に記憶された画像を用いて利用者対応領域の検知を開始する請求項1〜請求項9の何れか1項記載の利用者検知装置。
A past image storage unit for storing images acquired in the past by the image acquisition unit in a third storage unit;
When the detection of the user corresponding area by the second detection unit is started from the state in which the user corresponding area is detected by the first detection unit, the second detection unit is configured to store the third storage unit. The user detection device according to claim 1, wherein detection of a user corresponding area is started using an image stored in the image.
前記第1検知部は、前記基準色ヒストグラムに対する、前記画像取得部によって取得された画像中の複数の領域の色ヒストグラムの類似度を各々演算し、前記複数の領域のうち前記類似度が閾値以上の領域を前記画像中の利用者対応領域と判断し、
前記第1検知部によって利用者対応領域の検知が行われていた状態から前記第2検知部による利用者対応領域の検知が開始される際に、前記第1検知部による利用者対応領域の検知で前記類似度が閾値以上の領域が存在していたときの前記領域の位置情報を前記第2検知部に通知する通知部を更に備え、
前記第1検知部によって利用者対応領域の検知が行われていた状態から前記第2検知部による利用者対応領域の検知が開始される際に、前記第2検知部は、前記第3記憶部に記憶された画像のうち、前記第1検知部による利用者対応領域の検知で前記類似度が閾値以上の領域が存在していたときの画像を用いて利用者対応領域の検知を開始する請求項10記載の利用者検知装置。
The first detection unit calculates a similarity of a color histogram of a plurality of regions in the image acquired by the image acquisition unit with respect to the reference color histogram, and the similarity is equal to or greater than a threshold among the plurality of regions. Is determined as a user-corresponding area in the image,
When the user detection area is detected by the second detection unit from the state where the user detection area is detected by the first detection unit, the user detection area is detected by the first detection unit. And a notification unit for notifying the second detection unit of the position information of the region when the region having the similarity equal to or greater than a threshold exists.
When the detection of the user corresponding area by the second detection unit is started from the state in which the user corresponding area is detected by the first detection unit, the second detection unit is configured to store the third storage unit. The detection of the user corresponding area is started by using the image when the area having the similarity equal to or higher than the threshold is detected by the detection of the user corresponding area by the first detection unit. Item 10. The user detection device according to Item 10.
前記切替判定部は、前記第2検知部によって利用者対応領域の検知が行われていた状態で、前記画像の利用者対応領域内の色ヒストグラムの類似度が閾値以上の状態が一定期間以上継続するか、又は、前記画像取得部によって順次取得された画像の輝度の差分値が所定値未満になった場合に、前記第1検知部による利用者対応領域の検知を開始させると共に、前記第1検知部による利用者対応領域の検知を開始させてから所定期間が経過する迄の間は前記第2検知部による利用者対応領域の検知も継続させる請求項1〜請求項11の何れか1項記載の利用者検知装置。   In the state where the user detection area is detected by the second detection unit, the switching determination unit continues a state where the similarity of the color histogram in the user corresponding area of the image is equal to or more than a threshold for a certain period or more. Or when the difference value of the luminance of the images sequentially acquired by the image acquisition unit becomes less than a predetermined value, the detection of the user corresponding area by the first detection unit is started and the first The detection of the user corresponding area by the second detection unit is continued until a predetermined period elapses after the detection of the user corresponding area by the detecting unit is started. 12. The user detection device described. 前記切替判定部は、前記第1検知部及び前記第2検知部が各々利用者対応領域の検知を行っている期間内に、前記第1検知部によって前記色ヒストグラムの類似度が閾値以上と判定されている状態が一定期間以上継続した場合には、前記第2検知部による利用者対応領域の検知を停止させる請求項12記載の利用者検知装置。   The switching determination unit determines that the similarity of the color histogram is greater than or equal to a threshold value by the first detection unit within a period in which the first detection unit and the second detection unit each detect a user corresponding area. The user detection device according to claim 12, wherein when the state that has been performed continues for a certain period or longer, the detection of the user corresponding area by the second detection unit is stopped. 前記画像取得部によって取得された前記画像中の利用者対応領域の色ヒストグラムを基準色ヒストグラムとして記憶する第1記憶部を更に備え、
前記第1検知部及び前記第2検知部が各々利用者対応領域の検知を行っている期間内に、前記第1検知部によって前記色ヒストグラムの類似度が閾値未満と判定された場合に、前記第2検知部によって検知されている利用者対応領域の位置情報を前記第1検知部に通知する通知部を更に備え、
前記第1検知部は、前記基準色ヒストグラムを用いて前記色ヒストグラムの類似度を演算すると共に、前記第1検知部及び前記第2検知部が利用者対応領域の検知を各々行っている期間内に、前記通知部によって前記位置情報が通知された場合に、通知された前記位置情報で特定される領域内の色ヒストグラムを前記基準色ヒストグラムとして前記第1記憶部に記憶させる請求項12又は請求項13記載の利用者検知装置。
A first storage unit that stores a color histogram of the user corresponding area in the image acquired by the image acquisition unit as a reference color histogram;
When the first detection unit determines that the similarity of the color histogram is less than a threshold value within a period in which each of the first detection unit and the second detection unit detects a user corresponding area, A notification unit for notifying the first detection unit of positional information of the user corresponding area detected by the second detection unit;
The first detection unit calculates the similarity of the color histogram using the reference color histogram, and the first detection unit and the second detection unit each detect a user corresponding area. In addition, when the position information is notified by the notification unit, a color histogram in an area specified by the notified position information is stored in the first storage unit as the reference color histogram. Item 14. The user detection device according to Item 13.
撮影部によって撮影された画像を順次取得する画像取得ステップと、
前記画像取得ステップによって順次取得された画像について、色ヒストグラムの類似度に基づいて、個々の前記画像中の利用者に対応する利用者対応領域を検知することを繰り返す第1検知ステップと、
前記画像取得ステップによって順次取得された画像について、個々の前記画像内に存在する特徴点を順次比較することで、個々の前記画像中の利用者対応領域を検知することを繰り返す第2検知ステップと、
前記画像取得ステップによって順次取得された画像の輝度が所定値以上変化している間は前記第2検知ステップによって利用者対応領域の検知を行わせ、それ以外の期間は前記第1検知ステップによって利用者対応領域の検知を行わせる切替判定ステップと、
を含む利用者検知方法。
An image acquisition step for sequentially acquiring images captured by the imaging unit;
A first detection step for repeatedly detecting a user corresponding area corresponding to a user in each of the images based on the similarity of color histograms for the images sequentially acquired by the image acquisition step;
A second detection step of repeatedly detecting a user corresponding region in each of the images by sequentially comparing feature points existing in each of the images sequentially acquired by the image acquisition step; ,
While the brightness of the images sequentially acquired by the image acquisition step changes by a predetermined value or more, the user corresponding area is detected by the second detection step, and other periods are used by the first detection step. Switching determination step for detecting the person corresponding area;
User detection method including
コンピュータに、
撮影部によって撮影された画像を順次取得する画像取得ステップと、
前記画像取得ステップによって順次取得された画像について、色ヒストグラムの類似度に基づいて、個々の前記画像中の利用者に対応する利用者対応領域を検知することを繰り返す第1検知ステップと、
前記画像取得ステップによって順次取得された画像について、個々の前記画像内に存在する特徴点を順次比較することで、個々の前記画像中の利用者対応領域を検知することを繰り返す第2検知ステップと、
前記画像取得ステップによって順次取得された画像の輝度が所定値以上変化している間は前記第2検知ステップによって利用者対応領域の検知を行わせ、それ以外の期間は前記第1検知ステップによって利用者対応領域の検知を行わせる切替判定ステップと、
を含む処理を実行させるための利用者検知プログラム。
On the computer,
An image acquisition step for sequentially acquiring images captured by the imaging unit;
A first detection step for repeatedly detecting a user corresponding area corresponding to a user in each of the images based on the similarity of color histograms for the images sequentially acquired by the image acquisition step;
A second detection step of repeatedly detecting a user corresponding region in each of the images by sequentially comparing feature points existing in each of the images sequentially acquired by the image acquisition step; ,
While the brightness of the images sequentially acquired by the image acquisition step changes by a predetermined value or more, the user corresponding area is detected by the second detection step, and other periods are used by the first detection step. Switching determination step for detecting the person corresponding area;
A user detection program for executing processing including
JP2016000455A 2016-01-05 2016-01-05 User detection device, method, and program Pending JP2016105293A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016000455A JP2016105293A (en) 2016-01-05 2016-01-05 User detection device, method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016000455A JP2016105293A (en) 2016-01-05 2016-01-05 User detection device, method, and program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2011272519A Division JP5935308B2 (en) 2011-12-13 2011-12-13 User detection device, method and program

Publications (1)

Publication Number Publication Date
JP2016105293A true JP2016105293A (en) 2016-06-09

Family

ID=56102808

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016000455A Pending JP2016105293A (en) 2016-01-05 2016-01-05 User detection device, method, and program

Country Status (1)

Country Link
JP (1) JP2016105293A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2022535033A (en) * 2019-07-19 2022-08-04 ネイバーラボス コーポレーション Apparatus and method for generating three-dimensional maps using aerial photographs

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005309746A (en) * 2004-04-21 2005-11-04 Nippon Telegr & Teleph Corp <Ntt> Method and program for tracking moving body, recording medium therefor, and moving body tracking device
JP2009103682A (en) * 2007-10-03 2009-05-14 Toshiba Corp Visual examination device and visual examination method
JP2010238034A (en) * 2009-03-31 2010-10-21 Nohmi Bosai Ltd Smoke detection device
JP5935308B2 (en) * 2011-12-13 2016-06-15 富士通株式会社 User detection device, method and program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005309746A (en) * 2004-04-21 2005-11-04 Nippon Telegr & Teleph Corp <Ntt> Method and program for tracking moving body, recording medium therefor, and moving body tracking device
JP2009103682A (en) * 2007-10-03 2009-05-14 Toshiba Corp Visual examination device and visual examination method
JP2010238034A (en) * 2009-03-31 2010-10-21 Nohmi Bosai Ltd Smoke detection device
JP5935308B2 (en) * 2011-12-13 2016-06-15 富士通株式会社 User detection device, method and program

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
藤吉弘亘: ""ねらった被写体を逃がさない 物体追跡技術"", 映像情報メディア学会誌, vol. 第62巻,第6号, JPN6016044390, 1 June 2008 (2008-06-01), pages 849 - 855, ISSN: 0003442201 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2022535033A (en) * 2019-07-19 2022-08-04 ネイバーラボス コーポレーション Apparatus and method for generating three-dimensional maps using aerial photographs
JP7460660B2 (en) 2019-07-19 2024-04-02 ネイバーラボス コーポレーション Apparatus and method for generating 3D maps using aerial photographs

Similar Documents

Publication Publication Date Title
JP5935308B2 (en) User detection device, method and program
JP5831193B2 (en) User detection device, method and program
JP6287047B2 (en) Image processing apparatus, image processing method, and image processing program
US9864756B2 (en) Method, apparatus for providing a notification on a face recognition environment, and computer-readable recording medium for executing the method
US10163027B2 (en) Apparatus for and method of processing image based on object region
JP5888034B2 (en) User detection device, method and program
JP4367424B2 (en) Personal identification device and personal identification method
US9262614B2 (en) Image processing device, image processing method, and storage medium storing image processing program
US20160260226A1 (en) Method and apparatus for detecting object in moving image and storage medium storing program thereof
US20160110586A1 (en) Image recognition apparatus, image recognition method and computer-readable medium
EP2591460A1 (en) Method, apparatus and computer program product for providing object tracking using template switching and feature adaptation
WO2019163065A1 (en) Spoofing detector, spoofing detection method, and computer-readable recording medium
WO2019163066A1 (en) Impersonation detection device, impersonation detection method, and computer-readable storage medium
JP2007233871A (en) Image processor, control method for computer, and program
JP6157165B2 (en) Gaze detection device and imaging device
JP5861530B2 (en) User detection apparatus, method, and program
JP2016105293A (en) User detection device, method, and program
JP4550768B2 (en) Image detection method and image detection apparatus
JP2013029996A (en) Image processing device
JP2012221002A (en) User detection apparatus, user detection method, and user detection program
KR101785191B1 (en) Face Detection Using Region of Interest Combined Skin-Color Model and Motion Information and Apparatus Therefor

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20161110

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20161122

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20170120

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20170516