WO2017068422A1 - Method for using eye tracking and eye biometrics for authentication - Google Patents
Method for using eye tracking and eye biometrics for authentication Download PDFInfo
- Publication number
- WO2017068422A1 WO2017068422A1 PCT/IB2016/001623 IB2016001623W WO2017068422A1 WO 2017068422 A1 WO2017068422 A1 WO 2017068422A1 IB 2016001623 W IB2016001623 W IB 2016001623W WO 2017068422 A1 WO2017068422 A1 WO 2017068422A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- eye
- parameters
- user
- authentication
- threshold value
- 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
- 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
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/22—Matching criteria, e.g. proximity measures
-
- 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
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/74—Image or video pattern matching; Proximity measures in feature spaces
- G06V10/761—Proximity, similarity or dissimilarity measures
-
- 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/197—Matching; Classification
Definitions
- the invention disclosed and claimed is a method for using eye tracking or eye parameters as a way to authenticate a user's access to a system either alone or in combination with other authentication subsystems and methods.
- eye tracking With eye tracking, one would look at an image, and in particular, at a specific area the user has predefined as an unlocking area. When the gaze coordinates are found to coincide with the unlock area's coordinates, and the gaze is maintained for some interval of time, the system is unlocked. [0005] In another embodiment, eye parameters are measured and stored for a user, and each time the system is used subsequently, new eye parameters are measured and compared. If the similarity between the initial stored parameters and the current parameters meet or exceed a threshold value, then the user is authenticated and operation of the system is enabled.
- Either or both embodiments may be used in conjunction with other authentication methods, such as fingerprint matching, to provide a higher level of security.
- Figure 1 depicts a person holding a smartphone system and gazing at an unlock area.
- Figure 2 illustrates how a particular area of a screen image may be designated by the user as the unlock area, and when gazed at for some interval of time, will serve as an authentication
- Figure 3 is a flow diagram of one embodiment of the method whereby eye tracking and gaze coordinates are used to determine if a user is gazing at an unlock area.
- Figure 4 illustrates a sequence in which the user's system displays a locked screen image, followed by the user gazing at the unlock area, and the system then unlocks.
- Figure 5 illustrates a combinatorial authentication scheme where by eye tracking and fingerprint detection is used to authenticate.
- Figure 6 shows a variety of eye parameters that may be measured and stored based on light-source illumination and camera capture of various eye metrics.
- Figure 7 is a flow diagram of another embodiment of the method whereby eye parameters are captured and compared, and if the similarity is above some predetermined threshold, then the user is authenticated.
- Figure 8 illustrates a sequence in which the user's system displays a locked screen containing an unlock object, followed by the user gazing at the unlock object, and the system then unlocks.
- a common method for authentication is a four-digit passcode, such as 1 2 3 4, which the user predefines when setting up the system for the first time. Subsequent operation will require inputting that same passcode. However, anyone who knows that code can enter it and gain operational access.
- Eye tracking makes use of sensors to determine where someone is gazing. There are many eye tracking technologies available.
- a user makes use of eye tracking technology to first predefine an area of the screen as an unlock area; then subsequently using eye tracking technology, the system can determine if a user is gazing at the unlock area.
- the user by gazing at the area 101 can designate that area as the unlock area, and subsequently if the user gazes at area 101 for some period of time, the eye tracking technology can substantiate it and authenticate the user.
- Figure 2 illustrates a system with a display screen image where one area (e.g. the cloud) has been previously defined as the unlock area.
- one area e.g. the cloud
- the eye tracking subsystem substantiates it and the system is then unlocked. Note that one can use gaze duration or a limit to the number of distinct gazes to mitigate attempts to establish authorization by someone other than the user
- FIG. 3 The flow diagram of Figure 3 shows one embodiment of the method disclosed and claimed.
- a display lock screen After a display lock screen has been displayed (301), a set of previously measured and computed user calibration parameters, CP, are retrieved (302).
- the current user gaze coordinates are measured and computed using the CP data (303). From the gaze coordinates and predetermined unlock area coordinates the distance between the two is computed (304). The distance is compared to a threshold distance (305), and if less than the threshold value, the user is authenticated (306). If greater than the threshold value (307) the authentication is rejected.
- the set of calibration parameters CP may include coefficients of regression equations, projective transformations, affme transformations, mappings between coordinate systems, or any combination of these.
- the set of calibration parameters may be computed when the user sets up the device for the first time, that is, via a calibration procedure.
- one or more calibration parameters may be computed and updated while the user uses the device, so that a set of recent calibration parameters is available for authentication.
- Figure 4 shows a typical sequence in which the system with locked screen display
- Figure 5 shows a similar sequence to Figure 4 with the addition of fingerprint detection with eye tracking detection as the authentication method.
- the locked screen display is shown (501) followed by a gaze at the unlock area (502) followed by the swipe of a fingertip (503).
- the gaze and fingerprint detection may occur simultaneously, too.
- the system may compare gaze data to the unlock area only during the time while the fingertip is place on the scanner. This could prevent a malicious user from just looking around the screen until it unlocks. If the fingerprint matches the fingerprint data profile and the gaze area is determined to be the unlock area, then the system is unlocked (504).
- Figure 6 illustrates some eye parameters that can be determined using one or more light sources and one or more cameras.
- the set of eye parameters could include the horizontal and vertical displacements between the optical axis and visual axis, which are designated as alpha and beta; it can also include the corneal radius, designated rc; it can also include the distance between cornea center and pupil center, designated h.
- the eye parameter data like fingerprint data, is essentially unique to each individual.
- a system outfitted with light source, camera, and pertinent computational algorithms could measure, calculate, and store one or plurality of such eye parameters.
- Figure 7 shows another embodiment of the method whereby eye parameter data is used for authentication.
- a locked system display screen is displayed (701).
- a previously computed set of eye parameter data is retrieved (702).
- the current eye parameter data of a user is measured and computed (703).
- the current user eye parameter data is compared to the previously stored data (704).
- One way of comparing one set of eye parameters to another, for example, would be to use the Mahalanobis distance.
- the comparison value is compared to a predetermined similarity threshold value (705). If the similarity value exceeds the threshold value, the user is authenticated (706). If the similarity value is less than the threshold value, the authentication is rejected (707).
- Figure 8 shows a typical sequence in which the system with locked screen display
- the system computes a set of current eye parameters, which are matched against the precomputed set of eye parameters, and the system is unlocked (803).
- the set of eye parameters may be computed when the user sets up the device for the first time, that is, via a calibration procedure.
- one or more eye parameters may be computed and updated while the user uses the device, so that an optimal set of eye parameters for the user is available for authentication.
- the set of eye parameters may include eye movement information, for example, saccade information (saccade latency, velocity and acceleration profile, saccade duration, or any combination of these). Saccade information may be computed by having the user look at two consecutive unlock areas, and tracking the eye movement and velocity during the saccadic movement taking place between those locations.
- saccade information may be computed by having the user look at two consecutive unlock areas, and tracking the eye movement and velocity during the saccadic movement taking place between those locations.
- the set of eye parameters may include information about smooth pursuit movement.
- the system may compute the smooth pursuit movement information by having the unlock object move smoothly with predetermined movement parameters such as acceleration, velocity and direction. When the user tracks the movement of the unlock object, a smooth pursuit eye movement takes place.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Human Computer Interaction (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Health & Medical Sciences (AREA)
- General Health & Medical Sciences (AREA)
- Multimedia (AREA)
- Computer Security & Cryptography (AREA)
- Software Systems (AREA)
- Evolutionary Computation (AREA)
- Ophthalmology & Optometry (AREA)
- Data Mining & Analysis (AREA)
- Artificial Intelligence (AREA)
- Computer Hardware Design (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Evolutionary Biology (AREA)
- Databases & Information Systems (AREA)
- Bioinformatics & Computational Biology (AREA)
- Computing Systems (AREA)
- Medical Informatics (AREA)
- Life Sciences & Earth Sciences (AREA)
- Collating Specific Patterns (AREA)
- Telephone Function (AREA)
Abstract
The invention is a method for authenticating a system user based on eye tracking or eye parameters.
Description
TITLE OF THE INVENTION METHOD FOR USING EYE TRACKING AND EYE BIOMETRICS FOR AUTHENTICATION
BACKGROUND
[0001] There is an indisputable trend where people are using handheld devices for communications, information access, financial transactions, and more. With tens of millions of smartphone systems in users' hands, these systems have become repositories for sensitive applications and data. As such, it is increasingly important the users feel secure that their systems will only operate under each user's control.
[0002] Many such systems now incorporate four-digit passcodes which allow operation only when someone enters the proper code. But, anyone can do so if the code is known. Fingerprint authentication subsystems and methods are also in limited use. With these, the user swipes a fingertip over a sensor and if the fingerprint matches a previously stored one, the user is authenticated and now able to operate the system.
SUMMARY
[0003] The invention disclosed and claimed is a method for using eye tracking or eye parameters as a way to authenticate a user's access to a system either alone or in combination with other authentication subsystems and methods.
[0004] With eye tracking, one would look at an image, and in particular, at a specific area the user has predefined as an unlocking area. When the gaze coordinates are found to coincide with the unlock area's coordinates, and the gaze is maintained for some interval of time, the system is unlocked.
[0005] In another embodiment, eye parameters are measured and stored for a user, and each time the system is used subsequently, new eye parameters are measured and compared. If the similarity between the initial stored parameters and the current parameters meet or exceed a threshold value, then the user is authenticated and operation of the system is enabled.
[0006] Either or both embodiments may be used in conjunction with other authentication methods, such as fingerprint matching, to provide a higher level of security.
BRIEF DESCRIPTIONS OF THE DRAWINGS
[0007] Figure 1 depicts a person holding a smartphone system and gazing at an unlock area.
[0008] Figure 2 illustrates how a particular area of a screen image may be designated by the user as the unlock area, and when gazed at for some interval of time, will serve as an authentication
[0009] Figure 3 is a flow diagram of one embodiment of the method whereby eye tracking and gaze coordinates are used to determine if a user is gazing at an unlock area.
[00010] Figure 4 illustrates a sequence in which the user's system displays a locked screen image, followed by the user gazing at the unlock area, and the system then unlocks.
[00011] Figure 5 illustrates a combinatorial authentication scheme where by eye tracking and fingerprint detection is used to authenticate.
[00012] Figure 6 shows a variety of eye parameters that may be measured and stored based on light-source illumination and camera capture of various eye metrics.
[00013] Figure 7 is a flow diagram of another embodiment of the method whereby eye parameters are captured and compared, and if the similarity is above some predetermined threshold, then the user is authenticated.
[00014] Figure 8 illustrates a sequence in which the user's system displays a locked screen containing an unlock object, followed by the user gazing at the unlock object, and the system then unlocks.
DETAILED DESCRIPTION
[00015] With tens of millions of smartphones in use with many hosting sensitive applications and data, it is important for users to feel secure that their systems can only be operated under their control.
[00016] A common method for authentication is a four-digit passcode, such as 1 2 3 4, which the user predefines when setting up the system for the first time. Subsequent operation will require inputting that same passcode. However, anyone who knows that code can enter it and gain operational access.
[00017] Many laptop computers manufactured since 2005 are outfitted with fingerprint detection sensors and fingerprint matching authentication software. When initially setting up the computer, the user swipes his or her finger over the sensor and establishes the fingerprint data profile. Subsequent access and operation can be enabled by again swiping the same fingertip and having a match occur with the stored fingerprint profile.
[00018] Using eye tracking or eye parameter technologies, one can develop an alternative or combinatorial authentication method that can bolster the authentication security of any one method.
[00019] Eye tracking makes use of sensors to determine where someone is gazing. There are many eye tracking technologies available.
[00020] If a user makes use of eye tracking technology to first predefine an area of the screen as an unlock area; then subsequently using eye tracking technology, the system can determine if a user is gazing at the unlock area. In figure 1, the user by gazing at the area 101 can
designate that area as the unlock area, and subsequently if the user gazes at area 101 for some period of time, the eye tracking technology can substantiate it and authenticate the user.
[00021] Figure 2 illustrates a system with a display screen image where one area (e.g. the cloud) has been previously defined as the unlock area. When a user then gazes at the cloud for some minimal period of time, the eye tracking subsystem substantiates it and the system is then unlocked. Note that one can use gaze duration or a limit to the number of distinct gazes to mitigate attempts to establish authorization by someone other than the user
[00022] The flow diagram of Figure 3 shows one embodiment of the method disclosed and claimed. After a display lock screen has been displayed (301), a set of previously measured and computed user calibration parameters, CP, are retrieved (302). The current user gaze coordinates are measured and computed using the CP data (303). From the gaze coordinates and predetermined unlock area coordinates the distance between the two is computed (304). The distance is compared to a threshold distance (305), and if less than the threshold value, the user is authenticated (306). If greater than the threshold value (307) the authentication is rejected.
[00023] The set of calibration parameters CP may include coefficients of regression equations, projective transformations, affme transformations, mappings between coordinate systems, or any combination of these.
[00024] The set of calibration parameters may be computed when the user sets up the device for the first time, that is, via a calibration procedure. In some embodiments, one or more calibration parameters may be computed and updated while the user uses the device, so that a set of recent calibration parameters is available for authentication.
[00025] Figure 4 shows a typical sequence in which the system with locked screen display
(401) is gazed at such that the unlock area (402) is determined to be the gaze area and the system is unlocked (403).
[00026] Figure 5 shows a similar sequence to Figure 4 with the addition of fingerprint detection with eye tracking detection as the authentication method. Here the locked screen
display is shown (501) followed by a gaze at the unlock area (502) followed by the swipe of a fingertip (503). The gaze and fingerprint detection may occur simultaneously, too. In that case, the system may compare gaze data to the unlock area only during the time while the fingertip is place on the scanner. This could prevent a malicious user from just looking around the screen until it unlocks. If the fingerprint matches the fingerprint data profile and the gaze area is determined to be the unlock area, then the system is unlocked (504).
[00027] Figure 6 illustrates some eye parameters that can be determined using one or more light sources and one or more cameras. The set of eye parameters could include the horizontal and vertical displacements between the optical axis and visual axis, which are designated as alpha and beta; it can also include the corneal radius, designated rc; it can also include the distance between cornea center and pupil center, designated h. The eye parameter data, like fingerprint data, is essentially unique to each individual. A system outfitted with light source, camera, and pertinent computational algorithms could measure, calculate, and store one or plurality of such eye parameters.
[00028] Figure 7 shows another embodiment of the method whereby eye parameter data is used for authentication. First, a locked system display screen is displayed (701). A previously computed set of eye parameter data is retrieved (702). The current eye parameter data of a user is measured and computed (703). The current user eye parameter data is compared to the previously stored data (704). One way of comparing one set of eye parameters to another, for example, would be to use the Mahalanobis distance. The comparison value is compared to a predetermined similarity threshold value (705). If the similarity value exceeds the threshold value, the user is authenticated (706). If the similarity value is less than the threshold value, the authentication is rejected (707).
[00029] Figure 8 shows a typical sequence in which the system with locked screen display
(801) is gazed at. In particular, the unlock area (802), e.g. the lock icon, is gazed at. The system
computes a set of current eye parameters, which are matched against the precomputed set of eye parameters, and the system is unlocked (803).
[00030] The set of eye parameters may be computed when the user sets up the device for the first time, that is, via a calibration procedure. In some embodiments, one or more eye parameters may be computed and updated while the user uses the device, so that an optimal set of eye parameters for the user is available for authentication.
[00031] In some embodiments, the set of eye parameters may include eye movement information, for example, saccade information (saccade latency, velocity and acceleration profile, saccade duration, or any combination of these). Saccade information may be computed by having the user look at two consecutive unlock areas, and tracking the eye movement and velocity during the saccadic movement taking place between those locations.
[00032] Similarly, the set of eye parameters may include information about smooth pursuit movement. The system may compute the smooth pursuit movement information by having the unlock object move smoothly with predetermined movement parameters such as acceleration, velocity and direction. When the user tracks the movement of the unlock object, a smooth pursuit eye movement takes place.
Claims
1. A method comprising: retrieving a set of one or more pre-computed stored eye tracking calibration parameters; using said calibration parameters to determine a gaze area; calculating a distance between said gaze area and the unlock area of a display screen; comparing said distance to a predetermined threshold value.
2. A method as in claim 1, further comprising: authenticating and unlocking a system if said distance is less than said threshold value, and rejecting access otherwise.
3. A method as in claim 2 further comprising: determining whether a second authentication criterion has been met; keeping said system locked if said second authentication criterion has not been met.
4. A method as in claim 1 further comprising: computing one or more said eye tracking calibration parameters during a calibration procedure.
5. A method as in claim 1 further comprising: computing one or more said eye tracking calibration parameters during system use.
6. A method as in claim 1 further comprising:
updating one or more said eye tracking calibration parameters after a successful authentication.
7. A method comprising: retrieving a set of one or more pre-computed stored user eye parameters; measuring current user eye parameters; comparing said stored eye parameters to said current user eye parameters; determining if said current user eye parameters match said stored eye parameters within a predetermined similarity threshold value.
8. A method as in claim 7 further comprising: authenticating and unlocking said system if said current user eye parameters equal or exceed said predetermined similarity threshold value, and rejecting access otherwise.
9. A method as in claim 8 further comprising: determining whether a second authentication criterion has been met; keeping said system locked if said second authentication criterion has not been met.
10. A method as in claim 7 further comprising: computing one or more said eye parameters during a calibration process.
11. A method as in claim 7 further comprising: computing one or more said eye parameters while the system is being used.
12. A method as in claim 7 further comprising:
updating one or more said eye parameters are updated after a successful authentication of the user.
Applications Claiming Priority (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US201562221225P | 2015-09-21 | 2015-09-21 | |
| US62/221,225 | 2015-09-21 | ||
| US15/286,877 | 2016-10-06 | ||
| US15/286,877 US20170083695A1 (en) | 2015-09-21 | 2016-10-06 | Method for using eye tracking and eye biometrics for authentication |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2017068422A1 true WO2017068422A1 (en) | 2017-04-27 |
Family
ID=57750297
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/IB2016/001623 Ceased WO2017068422A1 (en) | 2015-09-21 | 2016-10-21 | Method for using eye tracking and eye biometrics for authentication |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US20170083695A1 (en) |
| WO (1) | WO2017068422A1 (en) |
Cited By (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2023164268A1 (en) * | 2022-02-28 | 2023-08-31 | Apple Inc. | Devices, methods, and graphical user interfaces for authorizing a secure operation |
| US12105874B2 (en) | 2018-09-28 | 2024-10-01 | Apple Inc. | Device control using gaze information |
| US12417596B2 (en) | 2022-09-23 | 2025-09-16 | Apple Inc. | User interfaces for managing live communication sessions |
| US12572198B2 (en) | 2022-09-22 | 2026-03-10 | Apple Inc. | User interfaces for gaze tracking enrollment |
| US12619304B2 (en) | 2024-09-09 | 2026-05-05 | Apple Inc. | Device control using gaze information |
Families Citing this family (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP3159820B1 (en) * | 2014-06-19 | 2025-01-22 | Nec Corporation | Authentication device, authentication system, authentication method, and program storage medium |
| CN108154013A (en) * | 2017-12-22 | 2018-06-12 | 奇酷互联网络科技(深圳)有限公司 | Unlock interface restoration methods, device, readable storage medium storing program for executing and intelligent terminal |
| CN108762813B (en) * | 2018-05-22 | 2020-03-10 | 厦门美图移动科技有限公司 | Screen awakening method and device |
| CN113836973A (en) * | 2020-06-23 | 2021-12-24 | 中兴通讯股份有限公司 | Terminal control method, device, terminal and storage medium |
| US11789554B2 (en) * | 2020-07-29 | 2023-10-17 | Motorola Mobility Llc | Task invocation based on control actuation, fingerprint detection, and gaze detection |
| DE102021126907A1 (en) | 2021-10-18 | 2023-04-20 | Robert Bosch Gesellschaft mit beschränkter Haftung | Device, system and method for biometric user identification in a device |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7986816B1 (en) * | 2006-09-27 | 2011-07-26 | University Of Alaska | Methods and systems for multiple factor authentication using gaze tracking and iris scanning |
| US20120016798A1 (en) * | 2010-07-13 | 2012-01-19 | Tec Solutions, Inc. | Biometric authentication system and biometric sensor configured for single user authentication |
| US8594374B1 (en) * | 2011-03-30 | 2013-11-26 | Amazon Technologies, Inc. | Secure device unlock with gaze calibration |
| US20140055591A1 (en) * | 2012-08-24 | 2014-02-27 | Sagi Katz | Calibration of eye tracking system |
-
2016
- 2016-10-06 US US15/286,877 patent/US20170083695A1/en not_active Abandoned
- 2016-10-21 WO PCT/IB2016/001623 patent/WO2017068422A1/en not_active Ceased
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7986816B1 (en) * | 2006-09-27 | 2011-07-26 | University Of Alaska | Methods and systems for multiple factor authentication using gaze tracking and iris scanning |
| US20120016798A1 (en) * | 2010-07-13 | 2012-01-19 | Tec Solutions, Inc. | Biometric authentication system and biometric sensor configured for single user authentication |
| US8594374B1 (en) * | 2011-03-30 | 2013-11-26 | Amazon Technologies, Inc. | Secure device unlock with gaze calibration |
| US20140055591A1 (en) * | 2012-08-24 | 2014-02-27 | Sagi Katz | Calibration of eye tracking system |
Cited By (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US12105874B2 (en) | 2018-09-28 | 2024-10-01 | Apple Inc. | Device control using gaze information |
| WO2023164268A1 (en) * | 2022-02-28 | 2023-08-31 | Apple Inc. | Devices, methods, and graphical user interfaces for authorizing a secure operation |
| JP2025508872A (en) * | 2022-02-28 | 2025-04-10 | アップル インコーポレイテッド | DEVICE, METHOD, AND GRAPHICAL USER INTERFACE FOR ALLOWING SECURE OPERATION - Patent application |
| US12554815B2 (en) | 2022-02-28 | 2026-02-17 | Apple Inc. | Devices, methods, and graphical user interfaces for authorizing a secure operation |
| JP7828521B2 (en) | 2022-02-28 | 2026-03-12 | アップル インコーポレイテッド | Devices, methods, and graphical user interfaces for enabling secure operation |
| US12572198B2 (en) | 2022-09-22 | 2026-03-10 | Apple Inc. | User interfaces for gaze tracking enrollment |
| US12417596B2 (en) | 2022-09-23 | 2025-09-16 | Apple Inc. | User interfaces for managing live communication sessions |
| US12619304B2 (en) | 2024-09-09 | 2026-05-05 | Apple Inc. | Device control using gaze information |
Also Published As
| Publication number | Publication date |
|---|---|
| US20170083695A1 (en) | 2017-03-23 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US20170083695A1 (en) | Method for using eye tracking and eye biometrics for authentication | |
| JP6542324B2 (en) | Use of gaze determination and device input | |
| US9355236B1 (en) | System and method for biometric user authentication using 3D in-air hand gestures | |
| JP6849200B2 (en) | Non-contact multi-biometric recognition method and multi-biometric recognition device using multi-biometric data | |
| CN113348431B (en) | Multi-factor authentication for virtual reality | |
| TWI533230B (en) | User identification using biometric input | |
| EP3012769B1 (en) | Controlled access to functionality of a wireless device | |
| EP2528010B1 (en) | Embedded authentication systems in an electronic device | |
| US20160226865A1 (en) | Motion based authentication systems and methods | |
| US9953183B2 (en) | User verification using touch and eye tracking | |
| EP3559847B1 (en) | Electronic device for biometric authentication of a user | |
| CN114077726A (en) | System, method and machine-readable medium for authenticating a user | |
| US20200057847A1 (en) | Contactless multiple body part recognition method and multiple body part recognition device, using multiple biometric data | |
| Rogowski et al. | User authentication for mobile devices | |
| JP2016119095A (en) | Apparatus and method for authentication processing | |
| US11507646B1 (en) | User authentication using video analysis | |
| JP2018173891A (en) | Authentication device, authentication method, authentication program, and database | |
| TWM483471U (en) | An authorization system based on eye movement behavior | |
| TW201535138A (en) | An authorization method and system based on eye movement behavior | |
| KR20160045371A (en) | Certification method using biometric information | |
| WO2018222866A1 (en) | Touch input device for user authentication and systems using the same | |
| ElMenshawy | Touchscreen patterns based authentication approach for smart phones | |
| JP2016118910A (en) | Apparatus and method for authentication processing, and apparatus and method for registering authentication information | |
| Lee et al. | A skeleton and gesture based user authentication system |
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: 16822732 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 16822732 Country of ref document: EP Kind code of ref document: A1 |