WO2014184436A1 - Method and apparatus for live user recognition - Google Patents
Method and apparatus for live user recognition Download PDFInfo
- Publication number
- WO2014184436A1 WO2014184436A1 PCT/FI2014/050352 FI2014050352W WO2014184436A1 WO 2014184436 A1 WO2014184436 A1 WO 2014184436A1 FI 2014050352 W FI2014050352 W FI 2014050352W WO 2014184436 A1 WO2014184436 A1 WO 2014184436A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- displayed
- image
- display screen
- gaze
- random position
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/011—Arrangements for interaction with the human body, e.g. for user immersion in virtual reality
- G06F3/013—Eye tracking input arrangements
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/30—Authentication, i.e. establishing the identity or authorisation of security principals
- G06F21/31—User authentication
- G06F21/32—User authentication using biometric data, e.g. fingerprints, iris scans or voiceprints
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V40/00—Recognition of biometric, human-related or animal-related patterns in image or video data
- G06V40/10—Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
- G06V40/16—Human faces, e.g. facial parts, sketches or expressions
- G06V40/161—Detection; Localisation; Normalisation
- G06V40/166—Detection; Localisation; Normalisation using acquisition arrangements
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V40/00—Recognition of biometric, human-related or animal-related patterns in image or video data
- G06V40/10—Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
- G06V40/18—Eye characteristics, e.g. of the iris
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V40/00—Recognition of biometric, human-related or animal-related patterns in image or video data
- G06V40/10—Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
- G06V40/18—Eye characteristics, e.g. of the iris
- G06V40/19—Sensors therefor
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V40/00—Recognition of biometric, human-related or animal-related patterns in image or video data
- G06V40/40—Spoof detection, e.g. liveness detection
- G06V40/45—Detection of the body part being alive
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2221/00—Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/21—Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/2133—Verifying human interaction, e.g., Captcha
Definitions
- Embodiments of the present invention relates to computing technology, and more specifically, to a method and apparatus for live user recognition.
- Face recognition takes an image and/or video containing a face as input and determines a user's identity by recognizing and analyzing facial features.
- face recognition can complete identity authentication efficiently without user focus and awareness, thereby causing slight disturbance to users. Therefore, face recognition has been widely applied to identity authentication in finance, justice, public safety, military and various respects in human daily life.
- face recognition can be implemented by means of various user terminals like a personal computer (PC), a mobile phone, a personal digital assistant (PDA) and so on, without precision and expensive specialized instruments.
- PC personal computer
- PDA personal digital assistant
- an image/video containing a legal user's face might be obtained by an illegal user using various means, such as via public web albums, personal resumes, pinhole cameras, etc. Then, the illegal user might place such image/video (such as legal users' facial photos) in front of an image acquisition device so as to input it into a face recognition system, thereby breaking into the legal user's accounts.
- Conventional face recognition systems are unable to cope with such situation, because they are unable to detect whether the inputted user facial image is obtained from a live user.
- pre-processing to a facial image such as three-dimensional depth analysis, blink detection and/or spectrum sensing has been proposed, thereby determining whether the recognized facial image is obtained from a live user or from a two-dimensional image like users' photo.
- this method imposes strict requirements on operating environment.
- the method cannot differentiate between live users and video containing faces, because faces in video may also have three-dimensional depth information and actions like blinks.
- Other known methods require before face recognition, users' specific parts (such as hands or eyes) perform predetermined actions, for example moving along a predetermined path.
- these predetermined actions are relatively fixed, illegal users might record actions performed by legal users during identity authentication and use recorded video clips to simulate live users.
- the present invention proposes a method and apparatus for live user recognition.
- a method for live user recognition comprises: obtaining an image containing a face; while recognizing the face based on the image, detecting whether gaze of the face moves into a proximity of a random position on a display screen every time an object is displayed at the random position; and determining whether the image is obtained from the live user based on the detection.
- an apparatus for live user recognition there is provided.
- the apparatus comprises: an image obtaining unit configured to obtain an image containing a face; a gaze detecting unit configured to detect, while recognizing the face based on the image, whether gaze of the face moves into a proximity of a random position on a display screen every time an object is displayed at the random position; and a live user recognizing unit configured to determine whether the image is obtained from the live user based on the detection.
- Fig. 1 shows an exemplary block diagram of hardware configuration of an environment in which embodiments of the present invention may be implemented
- Fig. 2 shows a schematic flowchart a method for live user recognition according to one exemplary embodiment of the present invention
- Fig. 3 shows a schematic block diagram of live user recognition by implementing the method shown in Fig. 2;
- Fig. 4 shows a schematic flowchart of a method for live user recognition according to one exemplary embodiment of the present invention
- Fig. 5 shows a schematic block diagram of a time relationship between object displaying and gaze detecting according to one exemplary embodiment of the present invention
- Figs. 6Ato 6D show a schematic block diagram of live user recognition by implementing the method shown in Fig. 4;
- Fig. 7 shows a schematic block diagram of an apparatus for live user recognition according to one exemplary embodiment of the present invention.
- Fig. 8 shows a schematic block diagram of a device which is applicable to implement the exemplary embodiments of the present invention.
- Fig. 1 shows a schematic block diagram of hardware configuration of a system 100 in which the exemplary embodiments of the present invention may be implemented.
- system 100 comprises an image capture device 101 for capturing an image containing the user's face.
- image capture device 101 may include, without limitation to, a camera, a video camera, or any other appropriate device capable of capturing static and/or dynamic images.
- System 100 further comprises a display screen (hereinafter referred to as a "screen” for short)
- screen 102 for presenting information to the user.
- screen 102 may be any device capable of presenting visualized information to the user, including without limitation to one or more of: a cathode ray tube (CRT) display, a liquid crystal display (LCD), a light-emitting diode (LED) display, a plasma display panel (PDP), a 3-dimensional display, a touch display, etc.
- CTR cathode ray tube
- LCD liquid crystal display
- LED light-emitting diode
- PDP plasma display panel
- 3-dimensional display a touch display, etc.
- image capture device 101 and display screen 102 are shown as separate devices in Fig. 1, the scope of the present invention is not limited thereto. In some embodiments, image capture device 101 and display screen 102 may be located on the same physical equipment. For example, where a mobile device is used to perform identity authentication to the user, image capture device 101 may be a camera of the mobile device, while display screen 102 may be a screen of the mobile device.
- system 100 may further comprise one or more sensors 103 for capturing one or more parameters indicative of environment state where the user is located.
- sensor 103 may include for example one or more of: parameters captured by sensor 103 are only used to support optional functions in some embodiments, while live user recognition does not rely on these parameters. Concrete operations and functions of sensor
- sensor 103 may also be located on the same physical equipment as image capture device 101 and/or display screen 102.
- image capture device 101 , display screen 102 and sensor 103 may be components of the same user equipment (such as a mobile phone), and they may be coupled to a central processing unit of the user equipment.
- Fig. 2 shows a schematic flowchart of a method 200 for live user recognition according to one exemplary embodiment of the present invention.
- an image containing a face is obtained.
- the facial image in any appropriate format may be obtained by means of image capture device 101 of system 100.
- the facial image may be one or more frames in captured video.
- an original image after being captured, may undergo various pre-processing and/or format conversion so as to be used for subsequent live user detection and/or face recognition.
- any image/video recognition techniques that are currently known or to be developed in future may be used in conjunction with embodiments of the present invention, and the scope of the present invention is not limited.
- step S202 while recognizing the face based on the image obtained at step S201, every time an object is displayed at a random position on the screen, it is detected whether or not the face's gaze moves into proximity of that random position.
- the image may be processed to recognize facial features and information contained in the image. Any face recognition and/or analysis method, no matter currently known or developed in future, may be used in conjunction with embodiments of the present invention, and the scope of the present invention is not limited in this regard.
- one or more objects may be displayed to the user by the display screen 102, so as to detect whether or not the currently processed image is obtained from a live user.
- live user detection is implemented concurrently with face recognition. This is because if they are not executed concurrently, then an illegal user might use a facial photo/video for face recognition and use a face of another (illegal) live user to pass live user recognition.
- Embodiments of the present invention can effectively discover and eliminate occurrence of such a phenomenon.
- each object is displayed at a randomly determined position on the screen.
- these objects may be displayed on screen 102 sequentially in temporal order and each of them is displayed at a corresponding random position on the screen.
- display of the current object may be removed from the screen, which will be described in detail. It would be understood that displaying an object at a random position on the screen allows effective recognition of a live user. Since an object is displayed at a random position on the screen each time, a non-live user (such as a photo or video containing a face) cannot move the gaze to the corresponding position in response to display of the objects.
- the displayed object may be a bright spot.
- the displayed object may be text, icon, pattern, or any appropriate content that may draw the user's attention.
- the object may be highlighted in order to draw sufficient attention from the user.
- the displayed object may differ from the screen background in following one or more respects: color, brightness, shape, action (for example, the object may rotate, jitter, zoom, etc.), etc.
- the image capture device 102 is configured to continuously capture images containing the user's face.
- a gaze tracking process is applied to a series of captured images, so as to detect whether or not the face's gaze moves to that random position where the object is displayed on the screen.
- a variety of gaze tracking techniques are known, which include without limitation to: shape-based tracking, feature-based tracking, appearance-based tracking, tracking based on mixed characteristics of geometric and optical features, etc.
- ASM active shape model
- AAM active appearance model
- any gaze detection and tracking methods that are currently known or to be developed in future may be used in conjunction with embodiments of the present invention, and the scope of the present invention is not limited in this regard.
- the user's gaze does not necessarily completely match a screen position where an object is displayed. Rather, a predetermined proximity may be set, such as a circular area with a predetermined radius or a polygonal area with predetermined side lengths. In gaze detection, as long as the gaze falls within the predetermined proximity of the object position, it may be determined the gaze has moved to the screen position of the object.
- step S203 it is determined whether the image obtained at step S201 is obtained from the live user based on the detection at step S202.
- the operation is based on physiological features of an organism. Specifically, when an object (e.g., bright spot) whose appearance differs from the background appears on the screen, the gaze of a live user will be consciously or sub-consciously drawn to the bright spot's position. Therefore, if it is detected at step S202 that the face's gaze moves to proximity of a random position on the screen every time an object is displayed at the random position, then at step S203 it may be determined the image containing a face is obtained from the live user.
- an object e.g., bright spot
- step S203 it may be determined the image containing a face is possibly not obtained from the live user.
- any appropriate subsequent processing may be performed, e.g., further estimating the risk that the image is obtained from a non-live user, or directly leading to failure of the identity authentication process, etc.
- image capture device 101 and display screen 102 are components of same physical equipment 301.
- image capture device 101 is configured to capture an image 303 of the face of a user 302 and display facial image 303 on screen 102.
- an object 304 is displayed at a random position on display screen 102. Then, if it is detected the gaze of user 302 moves to the random position of object 304, it may be determined the facial image being processed is obtained from a live user. Otherwise, if no movement of the gaze is detected after the object 304 is displayed on screen 102, then it may be determined there is a risk that the captured facial image comes from a non-live user.
- the gaze in a static image like a photo cannot change, while the probability that the gaze in video exactly moves to a random position of an object on the screen after the object is displayed is quite low. Therefore, according to embodiments of the present invention, it is possible to effectively prevent illegal users from successfully passing face recognition-based identity authentication by using facial photos and/or video.
- Fig. 4 shows a method 400 for live user recognition with a plurality of objects being displayed on a screen according to one embodiment of the present invention. It would be appreciated that the method 400 may be regarded as a specific implementation of the method 200 described with reference to Fig. 2 above.
- step S401 an image containing a face is obtained.
- This step corresponds to step S201 in method 200 that has been described with reference to Fig. 2 above, and various features described above are applicable here and thus not detailed any more.
- an object is displayed on a display screen while performing face recognition based on the obtained image.
- the displayed object may be, for example, a bright spot and may differ from the background of display screen 102 in various respects like color, brightness, shape, action and so on.
- the object's display position on the screen is determined at random.
- the method 400 proceeds to step S403, where it is detected whether or not the gaze of the face under recognition moves into proximity of a random position on the screen within a predetermined time period in response to the object being displayed at the random position. It would be appreciated according to the embodiment as discussed herein, in addition to detecting whether the gaze moves into proximity of the object's position, it is detected whether such movement is completed within a predetermined time period.
- a time window may be set for the gaze detection. Only the gaze's movement to the object's position detected within this time window is considered valid. Otherwise, if the movement is beyond the time window, it is considered there is a risk that the image is obtained from a non-live user, even if the gaze moves into proximity of a random position of the displayed object,
- the duration that the object is displayed on the screen may be recorded.
- the display of the object on the screen is removed.
- a concrete example is described in order to clearly depict a time relationship between object display and gaze detection. As shown in Fig. 5, suppose an object (referred to as 'a first object" for example) is displayed at a random position on the screen at an instant tn . Accordingly, as seen from two time axes (T) shown in Fig. 5, it is detected from the instant tn whether the gaze moves a corresponding random position on the screen.
- the display of the object on the screen is removed at an instant ti 2 ; that is, the duration that the object is displayed on the screen is a time period [tn, t 12 ].
- the gaze detection ends.
- a time window of the gaze detection is [tn, t 13 ].
- the psychological delay may also be compensated in a manner below: after the object is displayed at the instant tn, the gaze detection is re-initiated after a specific delay.
- steps S403 and S404 are optional.
- the gaze detection is not restrained by a time window.
- a time window of the gaze detection may be set as infinitely long.
- the object, after being displayed may be kept on the screen rather than being removed after a threshold time. The scope of the present invention is not limited in this regard.
- the stay time of the gaze within the proximity of the displayed object's random position is detected.
- a time starting point of the stay time is the instant when the gaze moves into the proximity, while a time ending point is the instant when the gaze moves outside the proximity.
- the detected gaze stay time may be recorded for later live user recognition, which will be described in detail below.
- Method 400 then proceeds to step S406, where it is detected whether the number of displayed objects reaches a predetermined threshold.
- the threshold may be a preset fixed number. Alternatively, the threshold may be randomly generated every time live user recognition is executed. If it is determined at step S406 that the threshold is not reached (branch "No"), then method 400 proceeds to step S407.
- at step S407 at least one parameter indicative of environmental status (referred to as "environmental parameters" for short) is obtained, and an appearance of a to-be-displayed object is adjusted based on the environmental parameters.
- the environmental parameters may be obtained by means of one or more sensors 103 shown in Fig. 1.
- examples of the environmental parameters include without limitation to: temperature parameters, brightness parameters, spectrum parameters, color parameters, sound parameters, etc.
- the object's appearance may be dynamically adjusted based on these environmental parameters. For example, where the object is a bright spot, the bright spot's brightness and/or size may be dynamically adjusted according to brightness of the environment where the user is located, or the bright spot's color is adjusted according to color information of the user's environment, etc.
- environmental parameters collected by means of sensors 103 are only used for supporting some optional functions, such as adjusting the object's appearance.
- the live user recognition itself can be completed by the image capture device and the screen only, without depending on any other sensor parameter.
- step S407 method 200 returns to step S402, where another object (referred to as "a second object” for example) is displayed according to the appearance adjusted at step S407.
- the second object's display position may be set such that it is sufficiently far away from the display position of the previously displayed first object.
- the first object is displayed at a first random position on the screen; at a second instant subsequently, the second object is displayed at a second random position on the screen.
- the distance from the second random position to the first random position may be made greater than a threshold distance.
- the distance from the candidate display position to a first random position may be calculated.
- the candidate display position is set as a second random position used for displaying the second object. Otherwise, if the distance is less than the predetermined threshold distance, then another candidate display position of the second object is generated, and the comparison is repeated until the distance from a candidate display position to the first random position is greater than the predetermined threshold distance.
- the second object is processed in a similar way to the above processing to the first object.
- the second object starts to be displayed at a subsequent second instant (an instant t 21 shown in Fig. 5).
- the display of the second object is removed at the instant t 22 .
- a time interval between objects displayed at two separate times may be fixed or varying (e.g., determined at random).
- step S406 if it is determined the predetermined display number is reached (branch "yes"), then method 400 proceeds to step S408, where it is recognized based on the detection at step S403 and/or step S405 whether the obtained image comes from the live user. Specifically, regarding any one object displayed on the screen, if it is detected at step S403 the gaze does not move into proximity of a random position where the object is located within the predetermined time period, then it is determined the image might be obtained from a non-live user.
- the actual stay time within which the gaze stays inside the proximity of the random position as obtained at step S405 may be compared with a predetermined threshold stay time. If the actual stay time is greater than the threshold stay time, then it is considered the gaze's stay is valid. Otherwise, if the actual stay time is less than the threshold stay time, then it is determined there is a risk that the image is obtained from a non-live user.
- PN ⁇ consisting of risk values may be obtained at step S408.
- an accumulated risk value ( ⁇ i Pi) that the image is obtained from a non-live user may be calculated. If the accumulated risk value is greater than a threshold accumulated risk value, then it may be determined the image being processed currently is not obtained from the live user. Alternatively, in other embodiments, each separate risk value Pi may be compared with an individual risk threshold. At this point, as an example, if the number of risk values Pi that exceeds the individual risk threshold exceeds a predetermined threshold, then it may be decided the image being processed currently is not obtained from the live user. Other various processing approaches are also applicable, and the scope of the present invention is not limited in this regard.
- step S408 If it is determined at step S408 that the image being processed currently is from a non-live user, various appropriate subsequent processing may be performed. For example, in some embodiments, the user's identity authentication may be rejected directly. Alternatively, further live user recognition may also be executed. At this point, for example the criterion for live user recognition may be enhanced accordingly, such as displaying more objects, shortening a display interval between multiple objects, etc. On the contrary, if it is determined at step S408 that the image being processed currently is from the live user, then the identity authentication is continued based on a result of face recognition. The scope of the present invention is not limited by any subsequent operation resulting from a result of the live user recognition.
- Method 400 ends after step S408.
- step S408 By sequentially displaying a plurality of objects at a plurality of random positions on the screen, the accuracy and reliability of the live user recognition may be further increased.
- a concrete example is now considered with reference to Figs. 6 A to 6D.
- a series of objects (4 in this example) 601 to 604 are sequentially displayed at different positions on screen 102. At this point, if the gaze in the facial image being processed currently moves to these random positions with the appearance of these objects, then it may be determined that facial image being processed currently is obtained from the live user.
- apparatus 700 comprises: an image obtaining unit 701 configured to obtain an image containing a face; a gaze detecting unit 702 configured to detect, while recognizing the face based on the image, whether gaze of the face moves into a proximity of a random position on a display screen every time an object is displayed at the random position; and a live user recognizing unit 703 configured to determine whether the image is obtained from the live user based on the detection.
- the gaze detecting unit 702 may comprise: a unit configured to detect whether the gaze of the face moves into the proximity of the random position in a predetermined time period after the object is displayed.
- a first object is displayed at a first random position on the display screen at a first instant; a second object is displayed at a second random position on the display screen at a subsequent second instant, wherein a distance between the first random position and the second random position is greater than a predetermined threshold distance. Moreover according to some embodiments, before the second instant, the first object is removed from the display screen.
- apparatus 700 may further comprise: a stay time detecting unit (not shown) configured to detect a stay within which the gaze stays inside the proximity of the random position, so as to determine whether the image is obtained from the live user.
- a stay time detecting unit (not shown) configured to detect a stay within which the gaze stays inside the proximity of the random position, so as to determine whether the image is obtained from the live user.
- apparatus 700 may further comprise: an environmental parameter obtaining unit (not shown) configured to obtain at least one parameter indicative of environmental state; and an object appearance adjusting unit (not shown) configured to dynamically adjust the object's appearance based on the at least one parameter.
- an environmental parameter obtaining unit (not shown) configured to obtain at least one parameter indicative of environmental state
- an object appearance adjusting unit (not shown) configured to dynamically adjust the object's appearance based on the at least one parameter.
- the object differs from the background of the display screen in at least one respect: color, brightness, shape, action.
- Fig. 7 does not show optional units or sub-units contained in apparatus 700. It is to be understood that all features described with respect to Figs. 2 and 4 are also applicable to apparatus 700. Moreover, the term "unit" used here may be a hardware module or a software unit module. Accordingly, apparatus 700 may be implemented in various forms. For example, in some embodiments apparatus 700 may be implemented using software and/or firmware partially or completely, e.g., implemented as a computer program product embodied on a computer readable medium.
- apparatus 700 may be implemented partially or completely based on hardware, for example, implemented as an integrated circuit (IC) chip, application-specific integrated circuit (ASIC), system on chip (SOC) or field programmable gate array (FPGA).
- IC integrated circuit
- ASIC application-specific integrated circuit
- SOC system on chip
- FPGA field programmable gate array
- FIG. 8 this figure illustrates a schematic block diagram of a device 800 which is applicable to implement embodiments of the present invention.
- device 800 may be any type of fixed or mobile device used for executing face recognition and/or live user recognition. As shown in Fig.
- device 800 includes: a central process unit (CPU) 801, which may be perform various appropriate actions and processing according to a program stored on a read only memory (ROM) 802 or a program loaded from a storage unit 808 to a random access memory (RAM) 803.
- RAM 803 there are further stored various required programs and data for operations performed by device 800.
- CPU 801, ROM 802 and RAM 803 are coupled to one another via a bus 804.
- An input/output (I/O) unit 805 is also coupled to bus 804.
- One or more units may further be coupled to bus 804: an input unit 806, including a keyboard, mouse, trackball, etc.; an output unit 807, including a display screen, loudspeaker, etc.; storage unit 808, including a hard disk, etc.; and a communication unit 809, including a network adapter like a local area network (LAN) card, modem, etc.
- Communication unit 809 is used for performing communication process via a network such as the Internet and the like.
- communication unit 809 may include one or more antennas for wireless data and/or voice communication.
- a drive 810 may be coupled to I/O unit 805, on which a removable medium 811 may be mounted, such as an optical disk, magneto-optical disk, semiconductor storage medium, etc.
- a computer program constituting the software may be downloaded and installed from a network via communication unit 809 and/or installed from removable medium 811.
- Embodiments of the present invention can be implemented in software, hardware or combination of software and hardware.
- the hardware portion can be implemented by using dedicated logic; the software portion can be stored in a memory and executed by an appropriate instruction executing system such as a microprocessor or dedicated design hardware.
- an appropriate instruction executing system such as a microprocessor or dedicated design hardware.
- Those of ordinary skill in the art may appreciate the above system and method can be implemented by using computer-executable instructions and/or by being contained in processor-controlled code, which is provided on carrier media like a magnetic disk, CD or DVD-ROM, programmable memories like a read-only memory (firmware), or data carriers like an optical or electronic signal carrier.
- the system of the present invention can be embodied as semiconductors like very large scale integrated circuits or gate arrays, logic chips and transistors, or hardware circuitry of programmable hardware devices like field programmable gate arrays and programmable logic devices, or software executable by various types of processors, or a combination of the above hardware circuits and software, such as firmware.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Multimedia (AREA)
- Health & Medical Sciences (AREA)
- General Health & Medical Sciences (AREA)
- General Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Ophthalmology & Optometry (AREA)
- Software Systems (AREA)
- Oral & Maxillofacial Surgery (AREA)
- Computer Hardware Design (AREA)
- Image Analysis (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
Embodiments of the present invention relate to a method and apparatus for live user recognition. There is disclosed a method for live user recognition. The method comprises: obtaining an image containing a face; while recognizing the face based on the image, detecting whether gaze of the face moves into proximity of a random position on a display screen every time an object is displayed at the random position; and determining whether the image is obtained from the live user based on the detection. The corresponding apparatus is disclosed as well.
Description
METHOD AND APPARATUS FOR LIVE USER RECOGNITION
FIELD OF THE INVENTION
Embodiments of the present invention relates to computing technology, and more specifically, to a method and apparatus for live user recognition.
BACKGROUND OF THE INVENTION
With the development of image/video processing and pattern recognition technology, face recognition has become a stable, accurate and efficient biometrics recognition technology. Face recognition takes an image and/or video containing a face as input and determines a user's identity by recognizing and analyzing facial features. Compared with iris recognition or other biometrics-based technology, face recognition can complete identity authentication efficiently without user focus and awareness, thereby causing slight disturbance to users. Therefore, face recognition has been widely applied to identity authentication in finance, justice, public safety, military and various respects in human daily life. Moreover, face recognition can be implemented by means of various user terminals like a personal computer (PC), a mobile phone, a personal digital assistant (PDA) and so on, without precision and expensive specialized instruments.
However, there also exist some drawbacks in face recognition-based identity authentication. For example, an image/video containing a legal user's face might be obtained by an illegal user using various means, such as via public web albums, personal resumes, pinhole cameras, etc. Then, the illegal user might place such image/video (such as legal users' facial photos) in front of an image acquisition device so as to input it into a face recognition system, thereby breaking into the legal user's accounts. Conventional face recognition systems are unable to cope with such situation, because they are unable to detect whether the inputted user facial image is obtained from a live user.
To alleviate this problem, pre-processing to a facial image such as three-dimensional depth analysis, blink detection and/or spectrum sensing has been proposed, thereby determining whether the recognized facial image is obtained from a live user or from a two-dimensional image like users' photo. However, this method imposes strict requirements on operating environment. In addition, the method cannot differentiate between live users and video containing faces, because faces in video may also have three-dimensional depth information and actions like blinks. Other known methods require before face recognition, users' specific parts (such as hands or eyes) perform predetermined actions, for example moving
along a predetermined path. However, since these predetermined actions are relatively fixed, illegal users might record actions performed by legal users during identity authentication and use recorded video clips to simulate live users. Moreover, these methods request users to remember predetermined actions, which increases interaction burden on users. Solutions using infrared detection and other means to measure human temperature and thus recognize live users are also known. However, these solutions have to be implemented by means of specialized devices, thereby increasing complexity and/or costs of the face recognition systems. In view of the foregoing discussion, there is a need in the art for a technical solution capable of live user recognition more effectively, accurately and conveniently.
SUMMARY OF THE INVENTION To overcome the above problems, the present invention proposes a method and apparatus for live user recognition.
According to one aspect of the present invention, there is provided a method for live user recognition. The method comprises: obtaining an image containing a face; while recognizing the face based on the image, detecting whether gaze of the face moves into a proximity of a random position on a display screen every time an object is displayed at the random position; and determining whether the image is obtained from the live user based on the detection. According to another aspect of the present invention, there is provided an apparatus for live user recognition. The apparatus comprises: an image obtaining unit configured to obtain an image containing a face; a gaze detecting unit configured to detect, while recognizing the face based on the image, whether gaze of the face moves into a proximity of a random position on a display screen every time an object is displayed at the random position; and a live user recognizing unit configured to determine whether the image is obtained from the live user based on the detection.
It would be appreciated from the following description that according to embodiments of the present invention, while performing face recognition to a user, whether a facial image is obtained from a live user can be recognized rapidly and effectively through the movement of the gaze to a random position on the screen. Moreover, according to embodiments of the present invention, illegal users can hardly pretend to be legal users by using facial images and/or video acquired in advance. In addition, since the solution's working principle is based on conventional physiological properties of the human body (such as the stress response), so the user burden can be maintained at acceptable lower level. The method and
apparatus according to embodiments of the present invention can be conveniently implemented using a common computer device without a need for any dedicated device or instrument, thereby helping to reducing the cost. BRIEF DESCRIPTION OF THE DRAWINGS
Through the detailed description with reference to the accompanying drawings, the above and other objects, features and advantages of the present invention will become easier to be understood. In the accompanying drawings, there are shown several embodiments of the present invention in an illustrative manner rather than limiting.
Fig. 1 shows an exemplary block diagram of hardware configuration of an environment in which embodiments of the present invention may be implemented;
Fig. 2 shows a schematic flowchart a method for live user recognition according to one exemplary embodiment of the present invention;
Fig. 3 shows a schematic block diagram of live user recognition by implementing the method shown in Fig. 2;
Fig. 4 shows a schematic flowchart of a method for live user recognition according to one exemplary embodiment of the present invention;
Fig. 5 shows a schematic block diagram of a time relationship between object displaying and gaze detecting according to one exemplary embodiment of the present invention;
Figs. 6Ato 6D show a schematic block diagram of live user recognition by implementing the method shown in Fig. 4;
Fig. 7 shows a schematic block diagram of an apparatus for live user recognition according to one exemplary embodiment of the present invention; and
Fig. 8 shows a schematic block diagram of a device which is applicable to implement the exemplary embodiments of the present invention.
The same or corresponding numerals generally refer to the same or corresponding parts throughout the figures.
DETAILED DESCRIPTION OF EMBODIMENTS
Description is presented below to principles and spirit of the present invention with reference to several embodiments in the accompanying drawings. It should be understood these embodiments are described only for enabling those skilled in the art to better understand and thus implement the present invention, rather than limiting the scope of the present invention in any manner. Reference is first made to Fig. 1 which shows a schematic block diagram of hardware
configuration of a system 100 in which the exemplary embodiments of the present invention may be implemented. As shown in this figure, system 100 comprises an image capture device 101 for capturing an image containing the user's face. According to embodiments of the present invention, image capture device 101 may include, without limitation to, a camera, a video camera, or any other appropriate device capable of capturing static and/or dynamic images.
System 100 further comprises a display screen (hereinafter referred to as a "screen" for short)
102 for presenting information to the user. According to embodiments of the present invention, screen 102 may be any device capable of presenting visualized information to the user, including without limitation to one or more of: a cathode ray tube (CRT) display, a liquid crystal display (LCD), a light-emitting diode (LED) display, a plasma display panel (PDP), a 3-dimensional display, a touch display, etc.
Note although image capture device 101 and display screen 102 are shown as separate devices in Fig. 1, the scope of the present invention is not limited thereto. In some embodiments, image capture device 101 and display screen 102 may be located on the same physical equipment. For example, where a mobile device is used to perform identity authentication to the user, image capture device 101 may be a camera of the mobile device, while display screen 102 may be a screen of the mobile device.
Optionally, system 100 may further comprise one or more sensors 103 for capturing one or more parameters indicative of environment state where the user is located. In some embodiments, sensor 103 may include for example one or more of: parameters captured by sensor 103 are only used to support optional functions in some embodiments, while live user recognition does not rely on these parameters. Concrete operations and functions of sensor
103 will be described in detail below. Like the foregoing description, sensor 103 may also be located on the same physical equipment as image capture device 101 and/or display screen 102. For example, in some embodiments, image capture device 101 , display screen 102 and sensor 103 may be components of the same user equipment (such as a mobile phone), and they may be coupled to a central processing unit of the user equipment.
Fig. 2 shows a schematic flowchart of a method 200 for live user recognition according to one exemplary embodiment of the present invention. After method 200 starts, at step S201 an image containing a face is obtained. As described above, the facial image in any appropriate format may be obtained by means of image capture device 101 of system 100. In particular, the facial image may be one or more frames in captured video. Here according to some embodiments of the present invention, an original image, after being captured, may undergo various pre-processing and/or format conversion so as to be used for subsequent live user detection and/or face recognition. In this regard, any image/video recognition
techniques that are currently known or to be developed in future may be used in conjunction with embodiments of the present invention, and the scope of the present invention is not limited. Next method 200 proceeds to step S202. At step S202, while recognizing the face based on the image obtained at step S201, every time an object is displayed at a random position on the screen, it is detected whether or not the face's gaze moves into proximity of that random position.
During operation, after obtaining an image at step S201, the image may be processed to recognize facial features and information contained in the image. Any face recognition and/or analysis method, no matter currently known or developed in future, may be used in conjunction with embodiments of the present invention, and the scope of the present invention is not limited in this regard. In parallel to face recognition, one or more objects may be displayed to the user by the display screen 102, so as to detect whether or not the currently processed image is obtained from a live user. According to embodiments of the present invention, live user detection is implemented concurrently with face recognition. This is because if they are not executed concurrently, then an illegal user might use a facial photo/video for face recognition and use a face of another (illegal) live user to pass live user recognition. Embodiments of the present invention can effectively discover and eliminate occurrence of such a phenomenon.
Still with reference to Fig. 2, at step S202, each object is displayed at a randomly determined position on the screen. When more than one object is to be displayed on the screen, these objects may be displayed on screen 102 sequentially in temporal order and each of them is displayed at a corresponding random position on the screen. In particular, prior to displaying a next object, display of the current object may be removed from the screen, which will be described in detail. It would be understood that displaying an object at a random position on the screen allows effective recognition of a live user. Since an object is displayed at a random position on the screen each time, a non-live user (such as a photo or video containing a face) cannot move the gaze to the corresponding position in response to display of the objects.
According to some embodiments of the present invention, the displayed object may be a bright spot. Alternatively, the displayed object may be text, icon, pattern, or any appropriate content that may draw the user's attention. Compared with background presented by display screen 102, the object may be highlighted in order to draw sufficient attention from the user. For example, the displayed object may differ from the screen background in following one or more respects: color, brightness, shape, action (for example, the object may rotate, jitter, zoom, etc.), etc.
According to embodiments of the present invention, while implementing face detection, the image capture device 102 is configured to continuously capture images containing the user's face. Thus, every time an object is displayed at a random position on the display screen, a gaze tracking process is applied to a series of captured images, so as to detect whether or not the face's gaze moves to that random position where the object is displayed on the screen. A variety of gaze tracking techniques are known, which include without limitation to: shape-based tracking, feature-based tracking, appearance-based tracking, tracking based on mixed characteristics of geometric and optical features, etc. For example, there has been proposed a solution for human eye recognition and gaze tracking through an active shape model (ASM) or an active appearance model (AAM). In fact, any gaze detection and tracking methods that are currently known or to be developed in future may be used in conjunction with embodiments of the present invention, and the scope of the present invention is not limited in this regard.
In particular, considering possible errors in the gaze detection process, in implementation, the user's gaze does not necessarily completely match a screen position where an object is displayed. Rather, a predetermined proximity may be set, such as a circular area with a predetermined radius or a polygonal area with predetermined side lengths. In gaze detection, as long as the gaze falls within the predetermined proximity of the object position, it may be determined the gaze has moved to the screen position of the object.
Returning to Fig. 2, method 200 proceeds to step S203, where it is determined whether the image obtained at step S201 is obtained from the live user based on the detection at step S202. The operation here is based on physiological features of an organism. Specifically, when an object (e.g., bright spot) whose appearance differs from the background appears on the screen, the gaze of a live user will be consciously or sub-consciously drawn to the bright spot's position. Therefore, if it is detected at step S202 that the face's gaze moves to proximity of a random position on the screen every time an object is displayed at the random position, then at step S203 it may be determined the image containing a face is obtained from the live user.
Otherwise, if it is detected at step S202 the gaze does not move with an object displayed on the screen, then at step S203 it may be determined the image containing a face is possibly not obtained from the live user. At this point, any appropriate subsequent processing may be performed, e.g., further estimating the risk that the image is obtained from a non-live user, or directly leading to failure of the identity authentication process, etc.
Method 200 ends after step S203. Now reference is made to Fig. 3 to discuss a specific example. In the example shown in Fig.
3, image capture device 101 and display screen 102 are components of same physical equipment 301. In operation, image capture device 101 is configured to capture an image 303 of the face of a user 302 and display facial image 303 on screen 102. While performing face recognition on the image, an object 304 is displayed at a random position on display screen 102. Then, if it is detected the gaze of user 302 moves to the random position of object 304, it may be determined the facial image being processed is obtained from a live user. Otherwise, if no movement of the gaze is detected after the object 304 is displayed on screen 102, then it may be determined there is a risk that the captured facial image comes from a non-live user.
It would be appreciated that the gaze in a static image like a photo cannot change, while the probability that the gaze in video exactly moves to a random position of an object on the screen after the object is displayed is quite low. Therefore, according to embodiments of the present invention, it is possible to effectively prevent illegal users from successfully passing face recognition-based identity authentication by using facial photos and/or video.
As described above, while performing face recognition, one object may be displayed on the screen 102. Alternatively, a plurality of objects may be sequentially displayed. Fig. 4 shows a method 400 for live user recognition with a plurality of objects being displayed on a screen according to one embodiment of the present invention. It would be appreciated that the method 400 may be regarded as a specific implementation of the method 200 described with reference to Fig. 2 above.
As shown in Fig. 4, after method 400 starts, at step S401 an image containing a face is obtained. This step corresponds to step S201 in method 200 that has been described with reference to Fig. 2 above, and various features described above are applicable here and thus not detailed any more.
Next at step S402, an object is displayed on a display screen while performing face recognition based on the obtained image. As described above, the displayed object may be, for example, a bright spot and may differ from the background of display screen 102 in various respects like color, brightness, shape, action and so on. In particular, the object's display position on the screen is determined at random. Then the method 400 proceeds to step S403, where it is detected whether or not the gaze of the face under recognition moves into proximity of a random position on the screen within a predetermined time period in response to the object being displayed at the random position. It would be appreciated according to the embodiment as discussed herein, in addition to detecting whether the gaze moves into proximity of the object's position, it is detected whether such movement is completed within a predetermined time period. In other words, a
time window may be set for the gaze detection. Only the gaze's movement to the object's position detected within this time window is considered valid. Otherwise, if the movement is beyond the time window, it is considered there is a risk that the image is obtained from a non-live user, even if the gaze moves into proximity of a random position of the displayed object,
According to the physiological stress response of organisms, when an obvious object appears on the screen, usually a live user will "gaze" at the object immediately. Moreover, such a physiological characteristic of organisms can hardly be simulated by manually manipulating facial images or video. Therefore, by detecting whether the gaze moves to the object's position within a sufficient time period, the accuracy of live user recognition can be enhanced further.
In order to further avoid the risk of misjudging a non-live user as a live user, optionally the duration that the object is displayed on the screen may be recorded. When the duration that the object is displayed on the screen reaches a threshold, at step S404 the display of the object on the screen is removed. With reference to Fig. 5, a concrete example is described in order to clearly depict a time relationship between object display and gaze detection. As shown in Fig. 5, suppose an object (referred to as 'a first object" for example) is displayed at a random position on the screen at an instant tn . Accordingly, as seen from two time axes (T) shown in Fig. 5, it is detected from the instant tn whether the gaze moves a corresponding random position on the screen. The display of the object on the screen is removed at an instant ti2; that is, the duration that the object is displayed on the screen is a time period [tn, t12]. At an instant t13 after the instant t12, the gaze detection ends. In other words, a time window of the gaze detection is [tn, t13]. It can be seen that in this embodiment, there is an increment Ah between the instant t12 when the object is removed and the instant t13 when the gaze detection ends. The time difference compensates the user's psychological delay. Specifically, usually there exists certain delay from the instant when an object is displayed on the screen to the instant when the user perceives the object and starts to move the gaze. By compensating the delay using the time increment Δίι, the probability of misjudging a live user as a non-live user can be reduced. Alternatively, the psychological delay may also be compensated in a manner below: after the object is displayed at the instant tn, the gaze detection is re-initiated after a specific delay.
Returning to Fig. 4, it should be understood both steps S403 and S404 are optional. Specifically, in some alternative embodiments, the gaze detection is not restrained by a time window. In other words, a time window of the gaze detection may be set as infinitely long. Alternatively or additionally, the object, after being displayed, may be kept on the screen rather than being removed after a threshold time. The scope of the present invention is not
limited in this regard.
At optional step S405, the stay time of the gaze within the proximity of the displayed object's random position is detected. A time starting point of the stay time is the instant when the gaze moves into the proximity, while a time ending point is the instant when the gaze moves outside the proximity. The detected gaze stay time may be recorded for later live user recognition, which will be described in detail below.
Method 400 then proceeds to step S406, where it is detected whether the number of displayed objects reaches a predetermined threshold. According to embodiments of the present invention, the threshold may be a preset fixed number. Alternatively, the threshold may be randomly generated every time live user recognition is executed. If it is determined at step S406 that the threshold is not reached (branch "No"), then method 400 proceeds to step S407. At step S407, at least one parameter indicative of environmental status (referred to as "environmental parameters" for short) is obtained, and an appearance of a to-be-displayed object is adjusted based on the environmental parameters. The environmental parameters may be obtained by means of one or more sensors 103 shown in Fig. 1. According to embodiments of the present invention, examples of the environmental parameters include without limitation to: temperature parameters, brightness parameters, spectrum parameters, color parameters, sound parameters, etc. The object's appearance may be dynamically adjusted based on these environmental parameters. For example, where the object is a bright spot, the bright spot's brightness and/or size may be dynamically adjusted according to brightness of the environment where the user is located, or the bright spot's color is adjusted according to color information of the user's environment, etc. In particular, as described above, environmental parameters collected by means of sensors 103 are only used for supporting some optional functions, such as adjusting the object's appearance. The live user recognition itself can be completed by the image capture device and the screen only, without depending on any other sensor parameter.
After step S407, method 200 returns to step S402, where another object (referred to as "a second object" for example) is displayed according to the appearance adjusted at step S407. In particular, according to some embodiments of the present invention, the second object's display position may be set such that it is sufficiently far away from the display position of the previously displayed first object. Specifically, suppose at a first instant, the first object is displayed at a first random position on the screen; at a second instant subsequently, the second object is displayed at a second random position on the screen. The distance from the second random position to the first random position may be made greater than a threshold distance. In implementation, after randomly generating a candidate display position of the second object, the distance from the candidate display position to a first random position may
be calculated. If this distance is greater than a predetermined threshold distance, then the candidate display position is set as a second random position used for displaying the second object. Otherwise, if the distance is less than the predetermined threshold distance, then another candidate display position of the second object is generated, and the comparison is repeated until the distance from a candidate display position to the first random position is greater than the predetermined threshold distance. Advantageously, by ensuring the distance between display positions of two objects to be large enough, it makes the gaze movement more recognizable and further increase the accuracy of live user recognition.
At steps S403 to S405, the second object is processed in a similar way to the above processing to the first object. In particular, still with reference to Fig. 5, according to some embodiments of the present invention, when the display of the first object is removed at the instant t12, the second object starts to be displayed at a subsequent second instant (an instant t21 shown in Fig. 5). Afterwards, in response to the duration that the second object is displayed on the screen (a time period [t22, t2i] shown in Fig. 5) reaching a predetermined threshold time, the display of the second object is removed at the instant t22. In particular, it would be appreciated a time interval between objects displayed at two separate times (time period [t22, t21] shown in Fig. 5) may be fixed or varying (e.g., determined at random).
At step S406, if it is determined the predetermined display number is reached (branch "yes"), then method 400 proceeds to step S408, where it is recognized based on the detection at step S403 and/or step S405 whether the obtained image comes from the live user. Specifically, regarding any one object displayed on the screen, if it is detected at step S403 the gaze does not move into proximity of a random position where the object is located within the predetermined time period, then it is determined the image might be obtained from a non-live user.
Alternatively or additionally, at step S408 the actual stay time within which the gaze stays inside the proximity of the random position as obtained at step S405 may be compared with a predetermined threshold stay time. If the actual stay time is greater than the threshold stay time, then it is considered the gaze's stay is valid. Otherwise, if the actual stay time is less than the threshold stay time, then it is determined there is a risk that the image is obtained from a non-live user. For the purpose of convenient discussion, a non-live user risk (probability) value determined according to the detection on the ith object is recorded as Pi (i=l , 2, . .. , N, wherein N is the number of displayed objects). Thereby, a sequence {Pi, P2, . .. , PN} consisting of risk values may be obtained at step S408. Later, according to some embodiments, an accumulated risk value (∑i Pi) that the image is obtained from a non-live user may be calculated. If the accumulated risk value is greater than a threshold accumulated risk value, then it may be determined the image being processed currently is not obtained from the live user. Alternatively, in other embodiments, each separate risk value Pi
may be compared with an individual risk threshold. At this point, as an example, if the number of risk values Pi that exceeds the individual risk threshold exceeds a predetermined threshold, then it may be decided the image being processed currently is not obtained from the live user. Other various processing approaches are also applicable, and the scope of the present invention is not limited in this regard.
If it is determined at step S408 that the image being processed currently is from a non-live user, various appropriate subsequent processing may be performed. For example, in some embodiments, the user's identity authentication may be rejected directly. Alternatively, further live user recognition may also be executed. At this point, for example the criterion for live user recognition may be enhanced accordingly, such as displaying more objects, shortening a display interval between multiple objects, etc. On the contrary, if it is determined at step S408 that the image being processed currently is from the live user, then the identity authentication is continued based on a result of face recognition. The scope of the present invention is not limited by any subsequent operation resulting from a result of the live user recognition.
Method 400 ends after step S408. By sequentially displaying a plurality of objects at a plurality of random positions on the screen, the accuracy and reliability of the live user recognition may be further increased. A concrete example is now considered with reference to Figs. 6 A to 6D. In the example shown in Fig. 6, while performing the face recognition, a series of objects (4 in this example) 601 to 604 are sequentially displayed at different positions on screen 102. At this point, if the gaze in the facial image being processed currently moves to these random positions with the appearance of these objects, then it may be determined that facial image being processed currently is obtained from the live user. On the contrary, if after one or more of objects 601 to 604 are displayed on screen 102, it is not detected the gaze moves to display positions of these objects, then it may be determined there exists a risk of non-live user. It would be appreciated that the gaze in video might just fall within proximity of the position of a target object in an appropriate detection window (an event of small probability), this phenomenon would not happen repeatedly. Therefore, by displaying a plurality of objects at random positions on the screen, it is possible to better prevent illegal users from face recognition by using face video.
With reference to Fig. 7, this figure shows a schematic block diagram of an apparatus 700 for live user recognition according to one exemplary embodiment of the present invention. As shown in Fig. 7, apparatus 700 comprises: an image obtaining unit 701 configured to obtain an image containing a face; a gaze detecting unit 702 configured to detect, while recognizing the face based on the image, whether gaze of the face moves into a proximity of a random
position on a display screen every time an object is displayed at the random position; and a live user recognizing unit 703 configured to determine whether the image is obtained from the live user based on the detection. According to some embodiments, the gaze detecting unit 702 may comprise: a unit configured to detect whether the gaze of the face moves into the proximity of the random position in a predetermined time period after the object is displayed.
According to some embodiments, a first object is displayed at a first random position on the display screen at a first instant; a second object is displayed at a second random position on the display screen at a subsequent second instant, wherein a distance between the first random position and the second random position is greater than a predetermined threshold distance. Moreover according to some embodiments, before the second instant, the first object is removed from the display screen.
According to some embodiments, the duration for which an object is displayed on the display screen is less than a predetermined threshold time. Alternatively or additionally, according to some embodiments, apparatus 700 may further comprise: a stay time detecting unit (not shown) configured to detect a stay within which the gaze stays inside the proximity of the random position, so as to determine whether the image is obtained from the live user.
According to some embodiments, apparatus 700 may further comprise: an environmental parameter obtaining unit (not shown) configured to obtain at least one parameter indicative of environmental state; and an object appearance adjusting unit (not shown) configured to dynamically adjust the object's appearance based on the at least one parameter. Alternatively or additionally, the object differs from the background of the display screen in at least one respect: color, brightness, shape, action.
It should be understood that for the clarity purpose, Fig. 7 does not show optional units or sub-units contained in apparatus 700. It is to be understood that all features described with respect to Figs. 2 and 4 are also applicable to apparatus 700. Moreover, the term "unit" used here may be a hardware module or a software unit module. Accordingly, apparatus 700 may be implemented in various forms. For example, in some embodiments apparatus 700 may be implemented using software and/or firmware partially or completely, e.g., implemented as a computer program product embodied on a computer readable medium. Alternatively or additionally, apparatus 700 may be implemented partially or completely based on hardware, for example, implemented as an integrated circuit (IC) chip, application-specific integrated circuit (ASIC), system on chip (SOC) or field programmable gate array (FPGA). The scope of the present invention is not limited in this regard.
With reference to Fig. 8, this figure illustrates a schematic block diagram of a device 800 which is applicable to implement embodiments of the present invention. According to embodiments of the present invention, device 800 may be any type of fixed or mobile device used for executing face recognition and/or live user recognition. As shown in Fig. 8, device 800 includes: a central process unit (CPU) 801, which may be perform various appropriate actions and processing according to a program stored on a read only memory (ROM) 802 or a program loaded from a storage unit 808 to a random access memory (RAM) 803. In RAM 803, there are further stored various required programs and data for operations performed by device 800. CPU 801, ROM 802 and RAM 803 are coupled to one another via a bus 804. An input/output (I/O) unit 805 is also coupled to bus 804.
One or more units may further be coupled to bus 804: an input unit 806, including a keyboard, mouse, trackball, etc.; an output unit 807, including a display screen, loudspeaker, etc.; storage unit 808, including a hard disk, etc.; and a communication unit 809, including a network adapter like a local area network (LAN) card, modem, etc. Communication unit 809 is used for performing communication process via a network such as the Internet and the like. Alternatively or additionally, communication unit 809 may include one or more antennas for wireless data and/or voice communication. Optionally, a drive 810 may be coupled to I/O unit 805, on which a removable medium 811 may be mounted, such as an optical disk, magneto-optical disk, semiconductor storage medium, etc.
In particular, when the method and process according to embodiments of the present invention is implemented by software, a computer program constituting the software may be downloaded and installed from a network via communication unit 809 and/or installed from removable medium 811.
For the purpose of illustration only, several exemplary embodiments of the present invention have been described above. Embodiments of the present invention can be implemented in software, hardware or combination of software and hardware. The hardware portion can be implemented by using dedicated logic; the software portion can be stored in a memory and executed by an appropriate instruction executing system such as a microprocessor or dedicated design hardware. Those of ordinary skill in the art may appreciate the above system and method can be implemented by using computer-executable instructions and/or by being contained in processor-controlled code, which is provided on carrier media like a magnetic disk, CD or DVD-ROM, programmable memories like a read-only memory (firmware), or data carriers like an optical or electronic signal carrier. The system of the present invention can be embodied as semiconductors like very large scale integrated circuits or gate arrays, logic chips and transistors, or hardware circuitry of programmable hardware devices like field programmable gate arrays and programmable logic devices, or software executable by various types of processors, or a combination of the above hardware circuits
and software, such as firmware.
Note although several means or sub-means of the system have been mentioned in the above detailed description, such division is merely exemplary and not mandatory. In fact, according to embodiments of the present invention, the features and functions of two or more means described above may be embodied in one means. On the contrary, the features and functions of one means described above may be embodied by a plurality of means. In addition, although in the accompanying drawings operations of the method of the present invention are described in specific order, it is not required or suggested these operations be necessarily executed in the specific order or the desired result be achieved by executing all illustrated operations. On the contrary, the steps depicted in the flowcharts may change their execution order. Additionally or alternatively, some steps may be omitted, a plurality of steps may be combined into one step for execution, and/or one step may be decomposed into a plurality of steps for execution.
Although the present invention has been described with reference to several embodiments, it is to be understood the present invention is not limited to the embodiments disclosed herein. The present invention is intended to embrace various modifications and equivalent arrangements comprised in the spirit and scope of the appended claims. The scope of the appended claims accords with the broadest interpretation, thereby embracing all such modifications and equivalent structures and functions.
Claims
1. A method for live user recognition, the method comprising:
obtaining an image containing a face;
while recognizing the face based on the image, detecting whether gaze of the face moves into a proximity of a random position on a display screen every time an object is displayed at the random position; and
determining whether the image is obtained from the live user based on the detection.
2. The method according to Claim 1, wherein detecting whether gaze of the face moves into a proximity of a random position on a display screen every time an object is displayed at the random position comprises:
detecting whether the gaze of the face moves into the proximity of the random position in a predetermined time period after the object is displayed.
3. The method according to Claim 1, wherein
a first object is displayed at a first random position on the display screen at a first instant;
a second object is displayed at a second random position on the display screen at a subsequent second instant, a distance between the first and second random positions being greater than a predetermined threshold distance.
4. The method according to Claim 3, wherein the first object is removed from the display screen prior to the second instant.
5. The method according to Claim 1, wherein the object is displayed on the display screen for a time duration that is less than a predetermined threshold time.
6. The method according to Claim 1, further comprising:
detecting stay time within which the gaze stays inside the proximity of the random position for determining whether the image is obtained from the live user.
7. The method according to Claim 1, further comprising:
obtaining at least one parameter indicative of environmental state; and
dynamically adjusting appearance of the object based on the at least one parameter.
8. The method according to any of Claims 1 to 7, wherein the object differs from background of the display screen in at least one of: color, brightness, shape, and action.
9. An apparatus for live user recognition, the apparatus comprising:
an image obtaining unit configured to obtain an image containing a face;
a gaze detecting unit configured to detect, while recognizing the face based on the image, whether gaze of the face moves into a proximity of a random position on a display screen every time an object is displayed at the random position; and
a live user recognizing unit configured to determine whether the image is obtained from the live user based on the detection.
10. The apparatus according to Claim 9, wherein the gaze detecting unit comprises: a unit configured to detect whether the gaze of the face moves into the proximity of the random position in a predetermined time period after the object is displayed.
11. The apparatus according to Claim 9, wherein
a first object is displayed at a first random position on the display screen at a first instant;
a second object is displayed at a second random position on the display screen at a subsequent second instant, a distance between the first and second random positions being greater than a predetermined threshold distance.
12. The apparatus according to Claim 11, wherein the first object is removed from the display screen prior to the second instant.
13. The apparatus according to Claim 9, wherein the object is displayed on the display screen for a time duration that is less than a predetermined threshold time.
14. The apparatus according to Claim 9, further comprising:
a stay time detecting unit configured to detect stay time within which the gaze stays inside the proximity of the random position for determining whether the image is obtained from the live user.
15. The apparatus according to Claim 9, further comprising:
an environmental parameter obtaining unit configured to obtain at least one parameter indicative of environmental state; and
an object appearance adjusting unit configured to dynamically adjust appearance of the object based on the at least one parameter.
16. The apparatus according to any of Claims 9 to 15, wherein the object differs from background of the display screen in at least one of: color, brightness, shape, and action.
17. A user equipment, comprising:
a central processing unit (CPU);
an image capture device coupled to the CPU; a display screen; and
an apparatus according to any of Claims 9 to 16.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US14/784,230 US20160062456A1 (en) | 2013-05-17 | 2014-05-13 | Method and apparatus for live user recognition |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201310193848.6 | 2013-05-17 | ||
| CN201310193848.6A CN104166835A (en) | 2013-05-17 | 2013-05-17 | Method and device for identifying living user |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2014184436A1 true WO2014184436A1 (en) | 2014-11-20 |
Family
ID=51897813
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/FI2014/050352 Ceased WO2014184436A1 (en) | 2013-05-17 | 2014-05-13 | Method and apparatus for live user recognition |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US20160062456A1 (en) |
| CN (1) | CN104166835A (en) |
| WO (1) | WO2014184436A1 (en) |
Cited By (14)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN105518713A (en) * | 2015-02-15 | 2016-04-20 | 北京旷视科技有限公司 | Live face verification method and system, computer program product |
| CN105518710A (en) * | 2015-04-30 | 2016-04-20 | 北京旷视科技有限公司 | Video detecting method, video detecting system and computer program product |
| WO2016172872A1 (en) * | 2015-04-29 | 2016-11-03 | 北京旷视科技有限公司 | Method and device for verifying real human face, and computer program product |
| WO2016201016A1 (en) * | 2015-06-10 | 2016-12-15 | Alibaba Group Holding Limited | Liveness detection method and device, and identity authentication method and device |
| US20160366129A1 (en) * | 2015-06-10 | 2016-12-15 | Alibaba Group Holding Limited | Liveness detection method and device, and identity authentication method and device |
| WO2018017319A1 (en) * | 2016-07-22 | 2018-01-25 | Nec Laboratories America, Inc. | Liveness detection for antispoof face recognition |
| CN107710221A (en) * | 2015-06-12 | 2018-02-16 | 北京释码大华科技有限公司 | A kind of method, apparatus and mobile terminal for being used to detect live subject |
| CN108363947A (en) * | 2017-12-29 | 2018-08-03 | 武汉烽火众智数字技术有限责任公司 | Delay demographic method for early warning based on big data and device |
| EP3373202A1 (en) * | 2017-03-07 | 2018-09-12 | Eyn Limited | Verification method and system |
| US11343277B2 (en) | 2019-03-12 | 2022-05-24 | Element Inc. | Methods and systems for detecting spoofing of facial recognition in connection with mobile devices |
| US11425562B2 (en) | 2017-09-18 | 2022-08-23 | Element Inc. | Methods, systems, and media for detecting spoofing in mobile authentication |
| US11507248B2 (en) | 2019-12-16 | 2022-11-22 | Element Inc. | Methods, systems, and media for anti-spoofing using eye-tracking |
| EP4128142A4 (en) * | 2020-03-27 | 2023-04-12 | Nec Corporation | IMAGE PROCESSING DEVICE AND METHOD, AND STORAGE MEDIA |
| US12380190B1 (en) * | 2021-08-31 | 2025-08-05 | United Services Automobile Association (Usaa) | Reflexive response-based video authentication method and system |
Families Citing this family (43)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR101827550B1 (en) | 2014-01-31 | 2018-02-08 | 엠파이어 테크놀로지 디벨롭먼트 엘엘씨 | Augmented reality skin manager |
| JP6334715B2 (en) | 2014-01-31 | 2018-05-30 | エンパイア テクノロジー ディベロップメント エルエルシー | Augmented Reality Skin Evaluation |
| WO2015116183A2 (en) * | 2014-01-31 | 2015-08-06 | Empire Technology Development, Llc | Subject selected augmented reality skin |
| US11256792B2 (en) | 2014-08-28 | 2022-02-22 | Facetec, Inc. | Method and apparatus for creation and use of digital identification |
| US10614204B2 (en) * | 2014-08-28 | 2020-04-07 | Facetec, Inc. | Facial recognition authentication system including path parameters |
| US12130900B2 (en) * | 2014-08-28 | 2024-10-29 | Facetec, Inc. | Method and apparatus to dynamically control facial illumination |
| CA2902093C (en) * | 2014-08-28 | 2023-03-07 | Kevin Alan Tussy | Facial recognition authentication system including path parameters |
| US9584510B2 (en) * | 2014-09-30 | 2017-02-28 | Airwatch Llc | Image capture challenge access |
| CN106295288B (en) * | 2015-06-10 | 2019-04-16 | 阿里巴巴集团控股有限公司 | A kind of information calibration method and device |
| CN105518715A (en) * | 2015-06-30 | 2016-04-20 | 北京旷视科技有限公司 | Liveness detection method and device, computer program product |
| CN105518714A (en) * | 2015-06-30 | 2016-04-20 | 北京旷视科技有限公司 | Vivo detection method and equipment, and computer program product |
| CN105518582B (en) * | 2015-06-30 | 2018-02-02 | 北京旷视科技有限公司 | Biopsy method and equipment |
| WO2017025573A1 (en) * | 2015-08-10 | 2017-02-16 | Yoti Ltd | Liveness detection |
| KR101688168B1 (en) * | 2015-08-17 | 2016-12-20 | 엘지전자 주식회사 | Mobile terminal and method for controlling the same |
| CN105005779A (en) * | 2015-08-25 | 2015-10-28 | 湖北文理学院 | Face verification anti-counterfeit recognition method and system thereof based on interactive action |
| CN105184246B (en) | 2015-08-28 | 2020-05-19 | 北京旷视科技有限公司 | Living body detection method and living body detection system |
| CN106557726B (en) * | 2015-09-25 | 2020-06-09 | 北京市商汤科技开发有限公司 | Face identity authentication system with silent type living body detection and method thereof |
| CN105260726B (en) * | 2015-11-11 | 2018-09-21 | 杭州海量信息技术有限公司 | Interactive video biopsy method and its system based on human face posture control |
| CN107016270A (en) * | 2015-12-01 | 2017-08-04 | 由田新技股份有限公司 | Dynamic graphic eye movement authentication system and method combining face authentication or hand authentication |
| CA3015492C (en) | 2016-03-21 | 2021-11-23 | The Procter & Gamble Company | Systems and methods for providing customized product recommendations |
| CN105867621B (en) * | 2016-03-30 | 2020-05-22 | 上海斐讯数据通信技术有限公司 | Method and device for operating intelligent equipment in air isolation mode |
| US10956544B1 (en) | 2016-04-01 | 2021-03-23 | Massachusetts Mutual Life Insurance Company | Access control through head imaging and biometric authentication |
| US10733275B1 (en) * | 2016-04-01 | 2020-08-04 | Massachusetts Mutual Life Insurance Company | Access control through head imaging and biometric authentication |
| USD987653S1 (en) | 2016-04-26 | 2023-05-30 | Facetec, Inc. | Display screen or portion thereof with graphical user interface |
| CN106920256B (en) * | 2017-03-14 | 2020-05-05 | 张志航 | Effective missing child searching system |
| CN106803829A (en) * | 2017-03-30 | 2017-06-06 | 北京七鑫易维信息技术有限公司 | A kind of authentication method, apparatus and system |
| KR102297301B1 (en) | 2017-05-31 | 2021-09-06 | 더 프록터 앤드 갬블 캄파니 | Systems and methods for determining apparent skin age |
| JP6849824B2 (en) * | 2017-05-31 | 2021-03-31 | ザ プロクター アンド ギャンブル カンパニーThe Procter & Gamble Company | Systems and methods for guiding users to take selfies |
| CN107358157B (en) | 2017-06-07 | 2020-10-02 | 创新先进技术有限公司 | Face living body detection method and device and electronic equipment |
| CN107292285B (en) * | 2017-07-14 | 2020-01-14 | Oppo广东移动通信有限公司 | Iris living body detection method and related product |
| US10740446B2 (en) * | 2017-08-24 | 2020-08-11 | International Business Machines Corporation | Methods and systems for remote sensing device control based on facial information |
| CN107590463A (en) * | 2017-09-12 | 2018-01-16 | 广东欧珀移动通信有限公司 | Face identification method and Related product |
| US10679082B2 (en) * | 2017-09-28 | 2020-06-09 | Ncr Corporation | Self-Service Terminal (SST) facial authentication processing |
| TWI625679B (en) * | 2017-10-16 | 2018-06-01 | 緯創資通股份有限公司 | Live facial recognition method and system |
| CN110018733B (en) * | 2018-01-10 | 2025-11-21 | 北京三星通信技术研究有限公司 | Method, device and memory device for determining user trigger intention |
| WO2019142958A1 (en) * | 2018-01-22 | 2019-07-25 | 엘지전자(주) | Electronic device and control method therefor |
| JP7070588B2 (en) * | 2018-02-01 | 2022-05-18 | 日本電気株式会社 | Biometrics, systems, methods and programs |
| KR102647637B1 (en) * | 2019-01-08 | 2024-03-15 | 삼성전자주식회사 | Method for authenticating a user and electronic device thereof |
| US11403884B2 (en) * | 2019-01-16 | 2022-08-02 | Shenzhen GOODIX Technology Co., Ltd. | Anti-spoofing face ID sensing |
| JP6906023B2 (en) * | 2019-08-13 | 2021-07-21 | 本田技研工業株式会社 | Vehicle authentication device |
| US11381680B1 (en) | 2019-10-31 | 2022-07-05 | Meta Platforms, Inc. | Call status effects |
| PH12021553067A1 (en) | 2020-02-04 | 2023-08-23 | Grabtaxi Holdings Pte Ltd | Method, server and communication system of verifying user for transportation purposes |
| CN119922341A (en) * | 2023-10-31 | 2025-05-02 | 腾讯科技(深圳)有限公司 | A method and related device for adjusting live broadcast images |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20120140993A1 (en) * | 2010-12-05 | 2012-06-07 | Unisys Corp. | Secure biometric authentication from an insecure device |
| US20120243729A1 (en) * | 2011-03-21 | 2012-09-27 | Research In Motion Limited | Login method based on direction of gaze |
Family Cites Families (20)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6351273B1 (en) * | 1997-04-30 | 2002-02-26 | Jerome H. Lemelson | System and methods for controlling automatic scrolling of information on a display or screen |
| KR100299759B1 (en) * | 1998-06-29 | 2001-10-27 | 구자홍 | Automatic display device and method of video display device |
| US6603491B2 (en) * | 2000-05-26 | 2003-08-05 | Jerome H. Lemelson | System and methods for controlling automatic scrolling of information on a display or screen |
| KR101030864B1 (en) * | 2003-09-11 | 2011-04-22 | 파나소닉 주식회사 | Visual processing device, visual processing method, visual processing program, integrated circuit, display device, photographing device and portable information terminal |
| US7965859B2 (en) * | 2006-05-04 | 2011-06-21 | Sony Computer Entertainment Inc. | Lighting control of a user environment via a display device |
| US7529042B2 (en) * | 2007-01-26 | 2009-05-05 | Losee Paul D | Magnifying viewer and projector for portable electronic devices |
| US20080259099A1 (en) * | 2007-04-17 | 2008-10-23 | Seiko Epson Corporation | Display device, method for driving display device, and electronic apparatus |
| JP5121367B2 (en) * | 2007-09-25 | 2013-01-16 | 株式会社東芝 | Apparatus, method and system for outputting video |
| KR101571334B1 (en) * | 2009-02-12 | 2015-11-24 | 삼성전자주식회사 | Apparatus for processing digital image and method for controlling thereof |
| WO2010150973A1 (en) * | 2009-06-23 | 2010-12-29 | Lg Electronics Inc. | Shutter glasses, method for adjusting optical characteristics thereof, and 3d display system adapted for the same |
| JP2011017910A (en) * | 2009-07-09 | 2011-01-27 | Panasonic Corp | Liquid crystal display device |
| WO2011149558A2 (en) * | 2010-05-28 | 2011-12-01 | Abelow Daniel H | Reality alternate |
| EP2695049A1 (en) * | 2011-05-10 | 2014-02-12 | NDS Limited | Adaptive presentation of content |
| US8605199B2 (en) * | 2011-06-28 | 2013-12-10 | Canon Kabushiki Kaisha | Adjustment of imaging properties for an imaging assembly having light-field optics |
| KR101180119B1 (en) * | 2012-02-23 | 2012-09-05 | (주)올라웍스 | Method, apparatusand computer-readable recording medium for controlling display by head trackting using camera module |
| US9400551B2 (en) * | 2012-09-28 | 2016-07-26 | Nokia Technologies Oy | Presentation of a notification based on a user's susceptibility and desired intrusiveness |
| US8856541B1 (en) * | 2013-01-10 | 2014-10-07 | Google Inc. | Liveness detection |
| US9596508B2 (en) * | 2013-03-15 | 2017-03-14 | Sony Corporation | Device for acquisition of viewer interest when viewing content |
| US9734797B2 (en) * | 2013-08-06 | 2017-08-15 | Crackle, Inc. | Selectively adjusting display parameter of areas within user interface |
| CN105280158A (en) * | 2014-07-24 | 2016-01-27 | 扬升照明股份有限公司 | Display device and control method of backlight module thereof |
-
2013
- 2013-05-17 CN CN201310193848.6A patent/CN104166835A/en active Pending
-
2014
- 2014-05-13 WO PCT/FI2014/050352 patent/WO2014184436A1/en not_active Ceased
- 2014-05-13 US US14/784,230 patent/US20160062456A1/en not_active Abandoned
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20120140993A1 (en) * | 2010-12-05 | 2012-06-07 | Unisys Corp. | Secure biometric authentication from an insecure device |
| US20120243729A1 (en) * | 2011-03-21 | 2012-09-27 | Research In Motion Limited | Login method based on direction of gaze |
Non-Patent Citations (3)
| Title |
|---|
| ALI, A. ET AL.: "Liveness detection using gaze collinearity", INT. CONF. ON EMERGING SECURITY TECHNOLOGIES (EST, 5 September 2012 (2012-09-05) - 7 September 2012 (2012-09-07), LISBON, PORTUGAL, pages 62 - 65, XP032248288, DOI: doi:10.1109/EST.2012.12 * |
| FRISCHHOLT, R. W. ET AL.: "Avoiding replay-attacks in a face recognition system using head-pose estimation", IEEE INT. WORKSHOP ON ANALYSIS AND MODELING OF FACES AND GESTURES (AMFG, 17 October 2003 (2003-10-17), NICE, FRANCE, pages 234 - 235, XP010664370, DOI: doi:10.1109/AMFG.2003.1240849 * |
| KÄHN, O. ET AL.: "2D face liveness detection: An overview", INT. CONF. OF THE BIOMETRICS SPECIAL INTEREST GROUP (BIOSIG), 6 September 2012 (2012-09-06) - 7 September 2012 (2012-09-07), DARMSTADT, GERMANY * |
Cited By (26)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9985963B2 (en) | 2015-02-15 | 2018-05-29 | Beijing Kuangshi Technology Co., Ltd. | Method and system for authenticating liveness face, and computer program product thereof |
| CN105518713A (en) * | 2015-02-15 | 2016-04-20 | 北京旷视科技有限公司 | Live face verification method and system, computer program product |
| WO2016172872A1 (en) * | 2015-04-29 | 2016-11-03 | 北京旷视科技有限公司 | Method and device for verifying real human face, and computer program product |
| US10275672B2 (en) | 2015-04-29 | 2019-04-30 | Beijing Kuangshi Technology Co., Ltd. | Method and apparatus for authenticating liveness face, and computer program product thereof |
| CN105518710A (en) * | 2015-04-30 | 2016-04-20 | 北京旷视科技有限公司 | Video detecting method, video detecting system and computer program product |
| US9990555B2 (en) | 2015-04-30 | 2018-06-05 | Beijing Kuangshi Technology Co., Ltd. | Video detection method, video detection system and computer program product |
| WO2016201016A1 (en) * | 2015-06-10 | 2016-12-15 | Alibaba Group Holding Limited | Liveness detection method and device, and identity authentication method and device |
| KR20180017056A (en) * | 2015-06-10 | 2018-02-20 | 알리바바 그룹 홀딩 리미티드 | Liveiness detection method and device, and identity authentication method and device |
| KR102036978B1 (en) * | 2015-06-10 | 2019-10-25 | 알리바바 그룹 홀딩 리미티드 | Liveness detection method and device, and identity authentication method and device |
| US20160366129A1 (en) * | 2015-06-10 | 2016-12-15 | Alibaba Group Holding Limited | Liveness detection method and device, and identity authentication method and device |
| EP3308325A4 (en) * | 2015-06-10 | 2019-01-23 | Alibaba Group Holding Limited | LIVE CHARACTER DETECTION METHOD AND DEVICE, AND IDENTITY AUTHENTICATION METHOD AND DEVICE |
| JP2018524654A (en) * | 2015-06-10 | 2018-08-30 | アリババ・グループ・ホールディング・リミテッドAlibaba Group Holding Limited | Activity detection method and device, and identity authentication method and device |
| US10250598B2 (en) | 2015-06-10 | 2019-04-02 | Alibaba Group Holding Limited | Liveness detection method and device, and identity authentication method and device |
| CN107710221B (en) * | 2015-06-12 | 2021-06-29 | 北京释码大华科技有限公司 | A method, device and mobile terminal for detecting a living object |
| CN107710221A (en) * | 2015-06-12 | 2018-02-16 | 北京释码大华科技有限公司 | A kind of method, apparatus and mobile terminal for being used to detect live subject |
| WO2018017319A1 (en) * | 2016-07-22 | 2018-01-25 | Nec Laboratories America, Inc. | Liveness detection for antispoof face recognition |
| EP3373202A1 (en) * | 2017-03-07 | 2018-09-12 | Eyn Limited | Verification method and system |
| US10853677B2 (en) | 2017-03-07 | 2020-12-01 | Eyn Limited | Verification method and system |
| US11425562B2 (en) | 2017-09-18 | 2022-08-23 | Element Inc. | Methods, systems, and media for detecting spoofing in mobile authentication |
| CN108363947A (en) * | 2017-12-29 | 2018-08-03 | 武汉烽火众智数字技术有限责任公司 | Delay demographic method for early warning based on big data and device |
| US11343277B2 (en) | 2019-03-12 | 2022-05-24 | Element Inc. | Methods and systems for detecting spoofing of facial recognition in connection with mobile devices |
| US11507248B2 (en) | 2019-12-16 | 2022-11-22 | Element Inc. | Methods, systems, and media for anti-spoofing using eye-tracking |
| EP4128142A4 (en) * | 2020-03-27 | 2023-04-12 | Nec Corporation | IMAGE PROCESSING DEVICE AND METHOD, AND STORAGE MEDIA |
| US11881056B2 (en) | 2020-03-27 | 2024-01-23 | Nec Corporation | Image processing device, image processing method, and storage medium |
| US12499714B2 (en) | 2020-03-27 | 2025-12-16 | Nec Corporation | Image processing device, image processing method, and storage medium |
| US12380190B1 (en) * | 2021-08-31 | 2025-08-05 | United Services Automobile Association (Usaa) | Reflexive response-based video authentication method and system |
Also Published As
| Publication number | Publication date |
|---|---|
| US20160062456A1 (en) | 2016-03-03 |
| CN104166835A (en) | 2014-11-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US20160062456A1 (en) | Method and apparatus for live user recognition | |
| KR102142232B1 (en) | Face liveness detection method and apparatus, and electronic device | |
| US11532180B2 (en) | Image processing method and device and storage medium | |
| CN109344793B (en) | Method, apparatus, device and computer readable storage medium for recognizing handwriting in the air | |
| KR101805090B1 (en) | Method and device for region identification | |
| US9436816B2 (en) | Supplementing biometric identification with device identification | |
| EP2866170B1 (en) | Image processing device and image processing method | |
| CN108629354B (en) | Object detection method and device | |
| EP2336949B1 (en) | Apparatus and method for registering plurality of facial images for face recognition | |
| CN105718844B (en) | Blink detection method and device | |
| US9594958B2 (en) | Detection of spoofing attacks for video-based authentication | |
| EP3699808B1 (en) | Facial image detection method and terminal device | |
| KR102094953B1 (en) | Method for eye-tracking and terminal for executing the same | |
| KR102065912B1 (en) | Apparatus and method for obtaining image for user authentication using sensing pressure | |
| WO2016197389A1 (en) | Method and device for detecting living object, and mobile terminal | |
| US10747327B2 (en) | Technologies for adaptive downsampling for gesture recognition | |
| US20170006212A1 (en) | Device, system and method for multi-point focus | |
| WO2021239000A1 (en) | Method and apparatus for identifying motion blur image, and electronic device and payment device | |
| CN113947400A (en) | Payment mode recommendation processing method, device, equipment and system | |
| TWI581174B (en) | Method and system for displaying system information | |
| CN114359922B (en) | A text recognition method, device, terminal device and storage medium | |
| CN110659384A (en) | Video structured analysis method and device | |
| CN119169678A (en) | User portrait data determination method and electronic device | |
| Shen et al. | SvfEye: A Semantic-Visual Fusion Framework with Multi-Scale Visual Context for Multimodal Reasoning | |
| OA19067A (en) | Face liveness detection method and apparatus, and electronic device. |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 14797543 Country of ref document: EP Kind code of ref document: A1 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 14784230 Country of ref document: US |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 14797543 Country of ref document: EP Kind code of ref document: A1 |