WO2002077908A1 - Adaptive facial recognition system and method - Google Patents

Adaptive facial recognition system and method Download PDF

Info

Publication number
WO2002077908A1
WO2002077908A1 PCT/IB2002/000657 IB0200657W WO02077908A1 WO 2002077908 A1 WO2002077908 A1 WO 2002077908A1 IB 0200657 W IB0200657 W IB 0200657W WO 02077908 A1 WO02077908 A1 WO 02077908A1
Authority
WO
WIPO (PCT)
Prior art keywords
face
image
detected
classes
face image
Prior art date
Application number
PCT/IB2002/000657
Other languages
French (fr)
Inventor
Yun-Ting Lin
Original Assignee
Koninklijke Philips Electronics N.V.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Koninklijke Philips Electronics N.V. filed Critical Koninklijke Philips Electronics N.V.
Publication of WO2002077908A1 publication Critical patent/WO2002077908A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V40/00Recognition of biometric, human-related or animal-related patterns in image or video data
    • G06V40/10Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
    • G06V40/16Human faces, e.g. facial parts, sketches or expressions
    • G06V40/172Classification, e.g. identification
    • G06V40/173Classification, e.g. identification face re-identification, e.g. recognising unknown faces across different face tracks

Definitions

  • the present invention relates to facial recognition, and more particularly relates to an adaptive system for detection and tracking of faces.
  • biometrics is a term that describes automated methods of establishing a person's identity from their unique physiological or behavioral characteristics. Fingerprinting, retina scans and handwriting recognition are all examples of biometrics that can or have been used to establish identity. Unfortunately, most security systems that use biometric applications not only require specialized hardware (e.g., a retinal scanner), but may also be seen as intrusive to one's personal privacy.
  • biometric security in which an image of a person's face can be digitally compared to a previously stored image.
  • An example of such a system is disclosed in U.S. Reissue Patent No. 36,041, entitled, "Face recognition system,” issued to Turk et al., and is hereby incorporated by reference.
  • a stored reference face which comprises facial images characterized as a set of eigenvectors or "eigenfaces,” can be used to identify or authenticate an individual.
  • the invention addresses the above-mentioned problems by providing an adaptive face recognition system and method that does not require off-line training.
  • the invention provides an adaptive face recognition system, comprising: a database configured to store a plurality of face classes; an image capturing system for capturing images; a detection system, wherein the detection system detects face images by comparing captured images with a generic face image; a search engine for determining if a detected face image belongs to one of a plurality of known face class; and a system for generating a new face class for the detected face image if the search engine determines that the detected face image does not belong to one of the known face classes.
  • the invention provides a method for performing adaptive face recognition, comprising the steps of: capturing a stream of image data; identifying a face image from the stream of image data by comparing the image data to a generic face image; searching a database of face classes to determine if the detected face image belongs to one of a plurality of known face classes; if the detected face image belongs to one of the known face classes, adding the detected face image to the face class that owns the face image; and if the face image does not belong to one of the known face classes, creating a new face class with the face image.
  • the invention provides a program product stored on a recordable medium for performing adaptive face recognition, that when executed, comprises: a system for receiving image data; a system for detecting a face image from the received images by comparing the image data to a generic face image; a system for searching a database of face classes to determine if a detected face image belongs to one of a plurality of known face classes; a system for adding the detected face image to an associated face class if the detected face image belongs to one of the known face classes; and a system for creating a new face class with the detected face image if the detected face image does not belong to one of the known face classes.
  • Fig. 1 depicts a block diagram of an adaptive face recognition system in accordance with a preferred embodiment of the present invention.
  • Fig. 2 depicts an exemplary database record for the system of Fig. 1.
  • the present invention provides a system that gradually learns different faces from ongoing "image collection events.”
  • An image collection event may occur anytime an individual's face is presented and detected by the system. Rather than pre-train the system with new faces off-line, the system generates a new face class each time a new face is presented, and associates the individual's face images presented at later times to the same class.
  • the system can be used for any application in which identity of an individual is required. Examples include, but are not limited to, intruder detection, enter-exit event detection, user profiling, human-machine interaction applications, ATM's, smart card access, etc.
  • the system automatically updates user face feature representations on-line so that the system gradually learns appearance changes of an individual over time in a cost effective manner.
  • the system implements what is referred to herein as an "adaptive eigenface," which gradually learns the specific traits of an individual's face as new images are presented to the system.
  • a face tracking system may be utilized to not only continuously follow the same face, but also automatically add acceptable face images of the person for on-line adaptive training. If the face is unrecognized, a new class for this person can be created. If a face image is recognized as belonging to a known class, acceptable face images can be sequentially added for adaptive training to further strengthen its class representation. Face detection (which occurs prior to face recognition) is accomplished by comparing an obtained image with a generic face.
  • Fig. 1 depicts an adaptive face recognition system 10, which adaptively learns and recognizes faces, such as that of individual 12.
  • the system 10 operates by first collecting image data with a video camera 16 or similar device.
  • Image data may comprise any type of image information, including streaming video, digital pictures, digital video, analog video, etc. Once captured, image data is then loaded into system 10 via image input 20.
  • Image data is then passed to face detection system 22, which determines if a face image exists in the inputted image data. Faces are detected by comparing information in an inputted image with a generic face 28 stored in a database 26.
  • Generic face 28 may be represented by a set of eigentemplates trained off-line by generic face off-line training system 29.
  • the processes for creating a generic face are readily known in the art.
  • search engine 24 searches the known face classes 30 of database 26 to determine if the face image belongs to one of the known classes (i.e., the face is recognized).
  • the search engine 24 may utilize a distance criterion such as that used by an eigenface method to determine if a detected face image belongs to a known class.
  • Such eigenface methods which are well known in the art, represent each face class by a subspace that is spanned by a small number of principal components extracted from a set of face data containing face images of the same class.
  • the eigenface method employs a distance criterion that considers the distance to the face subspace and the distance within the face subspace for determining if a candidate vector belongs to the same face class or not.
  • the face image belongs to one of the known classes (i.e., an owning class), it is characterized as known 32. If the face image is known 32, adaptive training system 38 may be used to sequentially update the owning class with the detected image. A selection mechanism 40 may be incorporated to select only acceptable images for training. Such on-line training may be achieved by applying a sequential eigen decomposition. Known methods for accomplishing this include the power method and/or orthogonal iterations that update the eigentemplates when new data vector information is presented to the system. As more and more faces for the same person are added, the class representation is improved, thereby improving the detection rate of the known class. Using this process, only a relatively small number of iterations will be required to either (1) adapt the generic face eigentemplates to those for a specific face, or (2) generate a new face representation from scratch.
  • a new class for the unrecognized face image is generated by new class generation system 36.
  • the new class with the detected image is added to database 26.
  • the newly created class therefore becomes one of the known classes for future searches by search engine 24.
  • a face tracking system 18 can be utilized to control the video recorder 16 to lock onto and follow an individual's face.
  • a tracking event can occur in which numerous different facial images of an individual can be collected during a single event.
  • system 10 provides a control system 44 for controlling access to, and use of, external applications 14 based on privileges set in database 26. For instance, if a known individual 12 was seeking access to a web browser application, the control system 44 could determine the privileges allocated to individual 12 for the web browser. Specifically, when search engine 24 recognizes an individual as belonging to a known class, an identifier 42 for that person can be communicated to control system 44, which will check the associated face class for the recognized individual 12 to determine the individual's privilege level for the application 14.
  • Control system 44 further includes an administrative interface 46 that allows an administrator to, among other things, preset privilege levels for each application. Additionally, administrative interface 46 provides access to reports 47 generated by control system 44 that show what applications were used, when they were used, and which identified person used which application. Thus, for example, a parent could determine when a child was surfing the web, watching television, etc.
  • Record 31 includes image data 33 collected during a tracking event.
  • the image data 33 may comprise, for example, eigentemplates that include frontal views, side views, etc. It should be understood that any system for storing feature representations or signatures could be utilized.
  • the settings include a name "Junior” for the face class and a label "Child.”
  • the label can be used to classify groups of similar individuals represented in known face classes. Other labels could include, for example, adult, employee, administrator, owner, etc. Each label could have a set of default privilege settings.
  • the label “Child,” has several default settings that dictate the privileges for the individuals having this label. Specifically, for the three applications “TV,” “web,” and “telephone,” the Child label dictates that Junior has privilege settings of "PG,” “G,” and “local.” Labels and associated default settings may be set via the administrative interface 46 by an administrator (e.g., a parent).
  • Control system 44 can communicate Junior's privilege settings for the application Junior seeks to use.
  • the application can then be configured to limit Junior's use to the prescribed settings. It should be understood that the described method of implementing control system 44 and the associated settings in the known face classes is for exemplary purposes only and should not be considered limiting.
  • systems, functions, mechanisms, and modules described herein can be implemented in hardware, software, or a combination of hardware and software. They may be implemented by any type of computer system or other apparatus adapted for carrying out the methods described herein.
  • a typical combination of hardware and software could be a general-purpose computer system with a computer program that, when loaded and executed, controls the computer system such that it carries out the methods described herein.
  • a specific use computer containing specialized hardware for carrying out one or more of the functional tasks of the invention could be utilized.
  • the present invention can also be embedded in a computer program product, which comprises all the features enabling the implementation of the methods and functions described herein, and which - when loaded in a computer system - is able to carry out these methods and functions.
  • Computer program, software program, program, program product, or software in the present context mean any expression, in any language, code or notation, of a set of instructions intended to cause a system having an information processing capability to perform a particular function either directly or after either or both of the following: (a) conversion to another language, code or notation; and/or (b) reproduction in a different material form.

Abstract

An adaptive face recognition system and method. The system includes a database configured to store a plurality of face classes; an image capturing system for capturing images; a detection system, wherein the detection system detects face images by comparing captured images with a generic face image; a search engine for determining if a detected face image belongs to one of a plurality of known face class; and a system for generating a new face class for the detected face image if the search engine determines that the detected face image does not belong to one of the known face classes. In the event that the search engine determines that the detected face image belongs to one of the known face classes, an adaptive training system adds the detected face to the associated face class.

Description

Adaptive facial recognition system and method
The present invention relates to facial recognition, and more particularly relates to an adaptive system for detection and tracking of faces.
As electronic commerce and information becomes more prevalent in our society, security issues have become an ongoing and important challenge. Such challenges exist both in peoples' business and in home environments. For instance, in business environments, security is required for transactions such as banking at an ATM, purchasing goods with a credit card, or downloading secure data from the Internet. Similarly, in some households it may be desirable to prevent children from viewing undesirable material on the internet or TV. In order to provide security in such environments, the particular systems need to correctly establish the identity of the participants. A traditional method of establishing identity is through the use of passwords, such as a PIN number. Unfortunately, because passwords can be forgotten, stolen, disseminated, etc., they provide only a limited form of security and can be readily defeated.
In order to overcome such limitations, recent security developments have focused on "biometrics," which is a term that describes automated methods of establishing a person's identity from their unique physiological or behavioral characteristics. Fingerprinting, retina scans and handwriting recognition are all examples of biometrics that can or have been used to establish identity. Unfortunately, most security systems that use biometric applications not only require specialized hardware (e.g., a retinal scanner), but may also be seen as intrusive to one's personal privacy.
One form of biometric security that is relatively non-intrusive involves facial recognition, in which an image of a person's face can be digitally compared to a previously stored image. An example of such a system is disclosed in U.S. Reissue Patent No. 36,041, entitled, "Face recognition system," issued to Turk et al., and is hereby incorporated by reference. As disclosed, a stored reference face, which comprises facial images characterized as a set of eigenvectors or "eigenfaces," can be used to identify or authenticate an individual.
One of the challenges of the above-mentioned face recognition system is the need to perform "off-line" training, which involves gathering multiple face images each time a new individual is added to the database of faces. Unfortunately, such a process is often too complicated, time-consuming, costly or impractical. For instance, in a relatively limited-scale environment, such as home or small office, people may lack the technical know-how or desire to set up and implement a training system. In a large-scale environment, such as a bank, it may be impractical to bring in each customer for video imaging so that they can be recognized for future ATM visits. Accordingly, a need exists for a face recognition system in which offline training is not required.
The present invention addresses the above-mentioned problems by providing an adaptive face recognition system and method that does not require off-line training. In a first aspect, the invention provides an adaptive face recognition system, comprising: a database configured to store a plurality of face classes; an image capturing system for capturing images; a detection system, wherein the detection system detects face images by comparing captured images with a generic face image; a search engine for determining if a detected face image belongs to one of a plurality of known face class; and a system for generating a new face class for the detected face image if the search engine determines that the detected face image does not belong to one of the known face classes.
In a second aspect, the invention provides a method for performing adaptive face recognition, comprising the steps of: capturing a stream of image data; identifying a face image from the stream of image data by comparing the image data to a generic face image; searching a database of face classes to determine if the detected face image belongs to one of a plurality of known face classes; if the detected face image belongs to one of the known face classes, adding the detected face image to the face class that owns the face image; and if the face image does not belong to one of the known face classes, creating a new face class with the face image.
In a third aspect, the invention provides a program product stored on a recordable medium for performing adaptive face recognition, that when executed, comprises: a system for receiving image data; a system for detecting a face image from the received images by comparing the image data to a generic face image; a system for searching a database of face classes to determine if a detected face image belongs to one of a plurality of known face classes; a system for adding the detected face image to an associated face class if the detected face image belongs to one of the known face classes; and a system for creating a new face class with the detected face image if the detected face image does not belong to one of the known face classes. The preferred exemplary embodiment of the present invention will hereinafter be described in conjunction with the appended drawings, where like designations denote like elements, and:
Fig. 1 depicts a block diagram of an adaptive face recognition system in accordance with a preferred embodiment of the present invention.
Fig. 2 depicts an exemplary database record for the system of Fig. 1.
The present invention provides a system that gradually learns different faces from ongoing "image collection events." An image collection event may occur anytime an individual's face is presented and detected by the system. Rather than pre-train the system with new faces off-line, the system generates a new face class each time a new face is presented, and associates the individual's face images presented at later times to the same class. The system can be used for any application in which identity of an individual is required. Examples include, but are not limited to, intruder detection, enter-exit event detection, user profiling, human-machine interaction applications, ATM's, smart card access, etc. The system automatically updates user face feature representations on-line so that the system gradually learns appearance changes of an individual over time in a cost effective manner.
The system implements what is referred to herein as an "adaptive eigenface," which gradually learns the specific traits of an individual's face as new images are presented to the system. In a live scene, once a face is detected, a face tracking system may be utilized to not only continuously follow the same face, but also automatically add acceptable face images of the person for on-line adaptive training. If the face is unrecognized, a new class for this person can be created. If a face image is recognized as belonging to a known class, acceptable face images can be sequentially added for adaptive training to further strengthen its class representation. Face detection (which occurs prior to face recognition) is accomplished by comparing an obtained image with a generic face. The generic face may be created off-line ahead of time using a large number of face images from various people and is represented by a set of eigentemplates. Referring now to the figures, Fig. 1 depicts an adaptive face recognition system 10, which adaptively learns and recognizes faces, such as that of individual 12. The system 10 operates by first collecting image data with a video camera 16 or similar device. Image data may comprise any type of image information, including streaming video, digital pictures, digital video, analog video, etc. Once captured, image data is then loaded into system 10 via image input 20. Image data is then passed to face detection system 22, which determines if a face image exists in the inputted image data. Faces are detected by comparing information in an inputted image with a generic face 28 stored in a database 26. Generic face 28 may be represented by a set of eigentemplates trained off-line by generic face off-line training system 29. The processes for creating a generic face are readily known in the art. When a face image is detected by face detection system 22, search engine 24 searches the known face classes 30 of database 26 to determine if the face image belongs to one of the known classes (i.e., the face is recognized). The search engine 24 may utilize a distance criterion such as that used by an eigenface method to determine if a detected face image belongs to a known class. Such eigenface methods, which are well known in the art, represent each face class by a subspace that is spanned by a small number of principal components extracted from a set of face data containing face images of the same class. The eigenface method employs a distance criterion that considers the distance to the face subspace and the distance within the face subspace for determining if a candidate vector belongs to the same face class or not.
If it is determined that the face image belongs to one of the known classes (i.e., an owning class), it is characterized as known 32. If the face image is known 32, adaptive training system 38 may be used to sequentially update the owning class with the detected image. A selection mechanism 40 may be incorporated to select only acceptable images for training. Such on-line training may be achieved by applying a sequential eigen decomposition. Known methods for accomplishing this include the power method and/or orthogonal iterations that update the eigentemplates when new data vector information is presented to the system. As more and more faces for the same person are added, the class representation is improved, thereby improving the detection rate of the known class. Using this process, only a relatively small number of iterations will be required to either (1) adapt the generic face eigentemplates to those for a specific face, or (2) generate a new face representation from scratch.
If the search engine 24 determines that a detected face image does not belong to one of the known classes 30 (i.e., it is unknown 34), then a new class for the unrecognized face image is generated by new class generation system 36. The new class with the detected image is added to database 26. The newly created class therefore becomes one of the known classes for future searches by search engine 24. Thus, the process of off-line training is eliminated in favor of on-line sequential training. To enhance the training process, a face tracking system 18 can be utilized to control the video recorder 16 to lock onto and follow an individual's face. Thus, a tracking event can occur in which numerous different facial images of an individual can be collected during a single event. Overall, the computational costs for sequential updating is far less than initial off-line training, which generally takes a large number of data vectors to build a sufficient class representation. In addition to detecting and adaptively training facial recognition, system 10 provides a control system 44 for controlling access to, and use of, external applications 14 based on privileges set in database 26. For instance, if a known individual 12 was seeking access to a web browser application, the control system 44 could determine the privileges allocated to individual 12 for the web browser. Specifically, when search engine 24 recognizes an individual as belonging to a known class, an identifier 42 for that person can be communicated to control system 44, which will check the associated face class for the recognized individual 12 to determine the individual's privilege level for the application 14. Control system 44 further includes an administrative interface 46 that allows an administrator to, among other things, preset privilege levels for each application. Additionally, administrative interface 46 provides access to reports 47 generated by control system 44 that show what applications were used, when they were used, and which identified person used which application. Thus, for example, a parent could determine when a child was surfing the web, watching television, etc.
Referring now to Fig. 2, an exemplary database record 31 for face class 1 is shown. Record 31 includes image data 33 collected during a tracking event. The image data 33 may comprise, for example, eigentemplates that include frontal views, side views, etc. It should be understood that any system for storing feature representations or signatures could be utilized. Also included in record 31 are exemplary application privilege settings 35 for face class 1. In this case, the settings include a name "Junior" for the face class and a label "Child." The label can be used to classify groups of similar individuals represented in known face classes. Other labels could include, for example, adult, employee, administrator, owner, etc. Each label could have a set of default privilege settings. In this example, the label "Child," has several default settings that dictate the privileges for the individuals having this label. Specifically, for the three applications "TV," "web," and "telephone," the Child label dictates that Junior has privilege settings of "PG," "G," and "local." Labels and associated default settings may be set via the administrative interface 46 by an administrator (e.g., a parent).
Accordingly, when Junior attempts to use of the three listed applications, his face image will be detected and recognized as belonging to known class 1. Control system 44 can communicate Junior's privilege settings for the application Junior seeks to use. The application can then be configured to limit Junior's use to the prescribed settings. It should be understood that the described method of implementing control system 44 and the associated settings in the known face classes is for exemplary purposes only and should not be considered limiting.
It is understood that the systems, functions, mechanisms, and modules described herein can be implemented in hardware, software, or a combination of hardware and software. They may be implemented by any type of computer system or other apparatus adapted for carrying out the methods described herein. A typical combination of hardware and software could be a general-purpose computer system with a computer program that, when loaded and executed, controls the computer system such that it carries out the methods described herein. Alternatively, a specific use computer, containing specialized hardware for carrying out one or more of the functional tasks of the invention could be utilized. The present invention can also be embedded in a computer program product, which comprises all the features enabling the implementation of the methods and functions described herein, and which - when loaded in a computer system - is able to carry out these methods and functions. Computer program, software program, program, program product, or software, in the present context mean any expression, in any language, code or notation, of a set of instructions intended to cause a system having an information processing capability to perform a particular function either directly or after either or both of the following: (a) conversion to another language, code or notation; and/or (b) reproduction in a different material form.
The foregoing description of the preferred embodiments of the invention have been presented for purposes of illustration and description. They are not intended to be exhaustive or to limit the invention to the precise form disclosed, and obviously many modifications and variations are possible in light of the above teachings. Such modifications and variations that are apparent to a person skilled in the art are intended to be included within the scope of this invention as defined by the accompanying claims.

Claims

CLAIMS:
1. An adaptive face recognition system (10), comprising:
- a database (26) configured to store a plurality of face classes (30);
- an image capturing system (16, 18) for capturing images;
- a detection system (22), wherein the detection system detects face images by comparing captured images with a generic face image (28);
- a search engine (24) for determining if a detected face image belongs to one of a plurality of known face classes; and
- a system for generating a new face class (36) for the detected face image if the search engine (24) determines that the detected face image does not belong to one of the known face classes (30) .
2. The adaptive face recognition system of claim 1, further comprising an adaptive training system (38) that adds the detected face to an associated face class when the search engine (24) determines that the detected image belongs to one of the known face classes (30).
3. The adaptive face recognition system of claim 2, wherein the adaptive training system (38) adds the detected face using a sequential eigen decomposition.
4. The adaptive face recognition system (10) of claim 1 , wherein the image capturing system comprises:
- a video camera (16); and
- a face tracking system (18) that causes the video camera (16) to following a face.
5. The adaptive face recognition system (10) of claim 1, wherein the generic face image is represented by a set of eigentemplates.
6. The adaptive face recognition system (10) of claim 1 , wherein the detection system (22) utilizes a distance criterion to determine if the detected face belongs to one of the known face classes.
7. The adaptive face recognition system (10) of claim 1, further comprising a control system (44) for controlling access to user applications (14).
8. The adaptive face recognition system (10) of claim 7, wherein the control system (44) controls access based on an identification (42) of one of the face classes (30) by the search engine.
9. The adaptive face recognition system (10) of claim 7, wherein the control system (44) includes an administrative interface (46) for labeling face classes and providing access to reports (47) regarding usage of user applications (14).
10. A method for performing adaptive face recognition, comprising the steps of:
- capturing a stream of image data;
- identifying a face image from the stream of image data by comparing the image data to a generic face image (28); - searching a database of face classes (30) to determine if the detected face image belongs to one of a plurality of known face classes;
- if the detected face image belongs to one of the known face classes, adding the detected face image to the face class that owns the face image; and
- if the face image does not belong to one of the known face classes, creating a new face class with the face image.
11. The method of claim 10, comprising the further steps of:
- tracking the detected face image;
- capturing additional views of the detected face image; and - adding additional views of the detected face image to the face class that owns the detected face image.
12. The method of claim 10, wherein the step of searching the database of face classes includes the step of using a distance criterion to determine if the detected face image belongs one of the known face classes.
13. The method of claim 10, comprising the further step of controlling access to an application based on the face class of the detected face image.
14. A program product stored on a recordable medium for performing adaptive face recognition, that when executed, comprises: - a system for receiving image data (20);
- a system for detecting a face image (22) from the received images by comparing the image data to a generic face image (28);
- a system for searching a database (26) of face classes to determine if a detected face image belongs to one of a plurality of known face classes (30); - a system for adding the detected face image (38) to an associated face class if the detected face image belongs to one of the known face classes (30); and
- a system for creating a new face class (36) with the detected face image if the detected face image does not belong to one of the known face classes.
15. The program product of claim 14, wherein the system for adding the detected face image (38) adds the detected face using a sequential eigen decomposition.
16. The program product of claim 14, further comprising a face tracking system
(18) that causes a video camera (16) to track the detected face.
17. The program product of claim 14, wherein the system for adding the detected face image (38) further comprising a selection system (40) that selects only acceptable face images for adding to the associated face class.
PCT/IB2002/000657 2001-03-26 2002-03-05 Adaptive facial recognition system and method WO2002077908A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/817,108 US20020136433A1 (en) 2001-03-26 2001-03-26 Adaptive facial recognition system and method
US09/817,108 2001-03-26

Publications (1)

Publication Number Publication Date
WO2002077908A1 true WO2002077908A1 (en) 2002-10-03

Family

ID=25222362

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IB2002/000657 WO2002077908A1 (en) 2001-03-26 2002-03-05 Adaptive facial recognition system and method

Country Status (2)

Country Link
US (1) US20020136433A1 (en)
WO (1) WO2002077908A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104298748A (en) * 2014-10-13 2015-01-21 中南民族大学 Device and method for face search in videos
CN105243738A (en) * 2015-11-04 2016-01-13 深圳先进技术研究院 ATM operation monitoring system and method based on face recognition
US9384386B2 (en) 2014-08-29 2016-07-05 Motorola Solutions, Inc. Methods and systems for increasing facial recognition working rang through adaptive super-resolution

Families Citing this family (72)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001285787A (en) * 2000-03-31 2001-10-12 Nec Corp Video recording method, system therefor and recording medium therefor
US20040228504A1 (en) * 2003-05-13 2004-11-18 Viswis, Inc. Method and apparatus for processing image
US8553949B2 (en) 2004-01-22 2013-10-08 DigitalOptics Corporation Europe Limited Classification and organization of consumer digital images using workflow, and face detection and recognition
US7362368B2 (en) * 2003-06-26 2008-04-22 Fotonation Vision Limited Perfecting the optics within a digital image acquisition device using face detection
US8948468B2 (en) 2003-06-26 2015-02-03 Fotonation Limited Modification of viewing parameters for digital images using face detection information
US8593542B2 (en) 2005-12-27 2013-11-26 DigitalOptics Corporation Europe Limited Foreground/background separation using reference images
US7620218B2 (en) 2006-08-11 2009-11-17 Fotonation Ireland Limited Real-time face tracking with reference images
US8682097B2 (en) 2006-02-14 2014-03-25 DigitalOptics Corporation Europe Limited Digital image enhancement with reference images
US8330831B2 (en) 2003-08-05 2012-12-11 DigitalOptics Corporation Europe Limited Method of gathering visual meta data using a reference image
US7616233B2 (en) * 2003-06-26 2009-11-10 Fotonation Vision Limited Perfecting of digital image capture parameters within acquisition devices using face detection
US9692964B2 (en) 2003-06-26 2017-06-27 Fotonation Limited Modification of post-viewing parameters for digital images using image region or feature information
US7574016B2 (en) 2003-06-26 2009-08-11 Fotonation Vision Limited Digital image processing using face detection information
US8363951B2 (en) 2007-03-05 2013-01-29 DigitalOptics Corporation Europe Limited Face recognition training method and apparatus
US7269292B2 (en) 2003-06-26 2007-09-11 Fotonation Vision Limited Digital image adjustable compression and resolution using face detection information
US7565030B2 (en) 2003-06-26 2009-07-21 Fotonation Vision Limited Detecting orientation of digital images using face detection information
US7315630B2 (en) 2003-06-26 2008-01-01 Fotonation Vision Limited Perfecting of digital image rendering parameters within rendering devices using face detection
US7440593B1 (en) 2003-06-26 2008-10-21 Fotonation Vision Limited Method of improving orientation and color balance of digital images using face detection information
US8155397B2 (en) 2007-09-26 2012-04-10 DigitalOptics Corporation Europe Limited Face tracking in a camera processor
US7844076B2 (en) 2003-06-26 2010-11-30 Fotonation Vision Limited Digital image processing using face detection and skin tone information
US8498452B2 (en) 2003-06-26 2013-07-30 DigitalOptics Corporation Europe Limited Digital image processing using face detection information
US7587068B1 (en) 2004-01-22 2009-09-08 Fotonation Vision Limited Classification database for consumer digital images
US8896725B2 (en) 2007-06-21 2014-11-25 Fotonation Limited Image capture device with contemporaneous reference image capture mechanism
US7317815B2 (en) * 2003-06-26 2008-01-08 Fotonation Vision Limited Digital image processing composition using face detection information
US8989453B2 (en) 2003-06-26 2015-03-24 Fotonation Limited Digital image processing using face detection information
US9129381B2 (en) 2003-06-26 2015-09-08 Fotonation Limited Modification of post-viewing parameters for digital images using image region or feature information
US7792970B2 (en) 2005-06-17 2010-09-07 Fotonation Vision Limited Method for establishing a paired connection between media devices
US8494286B2 (en) 2008-02-05 2013-07-23 DigitalOptics Corporation Europe Limited Face detection in mid-shot digital images
US7471846B2 (en) 2003-06-26 2008-12-30 Fotonation Vision Limited Perfecting the effect of flash within an image acquisition devices using face detection
KR100543707B1 (en) * 2003-12-04 2006-01-20 삼성전자주식회사 Face recognition method and apparatus using PCA learning per subgroup
US7558408B1 (en) 2004-01-22 2009-07-07 Fotonation Vision Limited Classification system for consumer digital images using workflow and user interface modules, and face detection and recognition
US7555148B1 (en) 2004-01-22 2009-06-30 Fotonation Vision Limited Classification system for consumer digital images using workflow, face detection, normalization, and face recognition
US7551755B1 (en) 2004-01-22 2009-06-23 Fotonation Vision Limited Classification and organization of consumer digital images using workflow, and face detection and recognition
US7564994B1 (en) 2004-01-22 2009-07-21 Fotonation Vision Limited Classification system for consumer digital images using automatic workflow and face detection and recognition
TW200539046A (en) * 2004-02-02 2005-12-01 Koninkl Philips Electronics Nv Continuous face recognition with online learning
JP4606779B2 (en) * 2004-06-07 2011-01-05 グローリー株式会社 Image recognition apparatus, image recognition method, and program causing computer to execute the method
JP2006018551A (en) * 2004-07-01 2006-01-19 Sony Corp Information processing apparatus and method, and program
US8320641B2 (en) 2004-10-28 2012-11-27 DigitalOptics Corporation Europe Limited Method and apparatus for red-eye detection using preview or other reference images
US8503800B2 (en) 2007-03-05 2013-08-06 DigitalOptics Corporation Europe Limited Illumination detection using classifier chains
US7715597B2 (en) 2004-12-29 2010-05-11 Fotonation Ireland Limited Method and component for image recognition
US7315631B1 (en) 2006-08-11 2008-01-01 Fotonation Vision Limited Real-time face tracking in a digital image acquisition device
CN100454978C (en) * 2005-03-17 2009-01-21 佳能株式会社 Imaging apparatus and method for controlling display device
DE602007012246D1 (en) 2006-06-12 2011-03-10 Tessera Tech Ireland Ltd PROGRESS IN EXTENDING THE AAM TECHNIQUES FROM GRAY CALENDAR TO COLOR PICTURES
US7515740B2 (en) 2006-08-02 2009-04-07 Fotonation Vision Limited Face recognition with combined PCA-based datasets
US7916897B2 (en) 2006-08-11 2011-03-29 Tessera Technologies Ireland Limited Face tracking for controlling imaging parameters
US7403643B2 (en) 2006-08-11 2008-07-22 Fotonation Vision Limited Real-time face tracking in a digital image acquisition device
DE102006057948A1 (en) * 2006-12-08 2008-06-12 Giesecke & Devrient Gmbh Portable data carrier for biometric user recognition
US8055067B2 (en) 2007-01-18 2011-11-08 DigitalOptics Corporation Europe Limited Color segmentation
DE102007003448A1 (en) * 2007-01-19 2008-07-24 Perner, Petra, Dr.-Ing. Method and data processing system for the automatic detection, processing, interpretation and conclusion of objects present as digital data sets
DE602008001607D1 (en) 2007-02-28 2010-08-05 Fotonation Vision Ltd SEPARATION OF DIRECTIONAL ILLUMINATION VARIABILITY IN STATISTICAL FACE MODELING BASED ON TEXTURE SPACE MODULES
EP2123008A4 (en) 2007-03-05 2011-03-16 Tessera Tech Ireland Ltd Face categorization and annotation of a mobile phone contact list
EP2188759A1 (en) 2007-03-05 2010-05-26 Fotonation Vision Limited Face searching and detection in a digital image acquisition device
KR100886557B1 (en) * 2007-05-03 2009-03-02 삼성전자주식회사 System and method for face recognition based on adaptive learning
US7916971B2 (en) 2007-05-24 2011-03-29 Tessera Technologies Ireland Limited Image processing method and apparatus
KR101319544B1 (en) * 2007-10-25 2013-10-21 삼성전자주식회사 Photographing apparatus for detecting appearance of person and method thereof
US7855737B2 (en) 2008-03-26 2010-12-21 Fotonation Ireland Limited Method of making a digital camera image of a scene including the camera user
CN106919911A (en) 2008-07-30 2017-07-04 快图有限公司 Modified using the automatic face and skin of face detection
KR101527408B1 (en) * 2008-11-04 2015-06-17 삼성전자주식회사 System and method for sensing facial gesture
WO2010063463A2 (en) 2008-12-05 2010-06-10 Fotonation Ireland Limited Face recognition using face tracker classifier data
JP5247480B2 (en) * 2009-01-13 2013-07-24 キヤノン株式会社 Object identification device and object identification method
US8379917B2 (en) 2009-10-02 2013-02-19 DigitalOptics Corporation Europe Limited Face recognition performance using additional image features
US20130030875A1 (en) * 2011-07-29 2013-01-31 Panasonic Corporation System and method for site abnormality recording and notification
CN102799874A (en) * 2012-07-23 2012-11-28 常州蓝城信息科技有限公司 Identification system based on face recognition software
US10890965B2 (en) * 2012-08-15 2021-01-12 Ebay Inc. Display orientation adjustment using facial landmark information
US8559684B1 (en) 2012-08-15 2013-10-15 Google Inc. Facial recognition similarity threshold adjustment
CN104053060A (en) * 2013-03-15 2014-09-17 富泰华工业(深圳)有限公司 Intelligent television and television program playing method thereof
CN103366163B (en) * 2013-07-15 2016-07-20 北京丰华联合科技有限公司 Face detection system and method based on incremental learning
CN103400122A (en) * 2013-08-20 2013-11-20 江苏慧视软件科技有限公司 Method for recognizing faces of living bodies rapidly
JP6427973B2 (en) * 2014-06-12 2018-11-28 オムロン株式会社 Image recognition apparatus and feature data registration method in image recognition apparatus
US9430696B2 (en) * 2014-10-09 2016-08-30 Sensory, Incorporated Continuous enrollment for face verification
CN105844220A (en) * 2016-03-18 2016-08-10 中兴智能视觉大数据技术(湖北)有限公司 Intelligent dynamic face-identification enjoyable identity management system
CN110826371A (en) * 2018-08-10 2020-02-21 京东数字科技控股有限公司 Animal identification method, device, medium and electronic equipment
CN109658572B (en) * 2018-12-21 2020-09-15 上海商汤智能科技有限公司 Image processing method and device, electronic equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2674651A1 (en) * 1991-03-29 1992-10-02 Bull Sa ADAPTABLE PERFORMANCE EVALUATION DEVICE.
US5164992A (en) * 1990-11-01 1992-11-17 Massachusetts Institute Of Technology Face recognition system
EP0944019A2 (en) * 1998-03-16 1999-09-22 Hewlett-Packard Company A person identifier and management system
US6108437A (en) * 1997-11-14 2000-08-22 Seiko Epson Corporation Face recognition apparatus, method, system and computer readable medium thereof

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6111517A (en) * 1996-12-30 2000-08-29 Visionics Corporation Continuous video monitoring using face recognition for access control
US6700999B1 (en) * 2000-06-30 2004-03-02 Intel Corporation System, method, and apparatus for multiple face tracking

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5164992A (en) * 1990-11-01 1992-11-17 Massachusetts Institute Of Technology Face recognition system
FR2674651A1 (en) * 1991-03-29 1992-10-02 Bull Sa ADAPTABLE PERFORMANCE EVALUATION DEVICE.
US6108437A (en) * 1997-11-14 2000-08-22 Seiko Epson Corporation Face recognition apparatus, method, system and computer readable medium thereof
EP0944019A2 (en) * 1998-03-16 1999-09-22 Hewlett-Packard Company A person identifier and management system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
DARRELL T ET AL: "ACTIVE FACE TRACKING AND POSE ESTIMATION IN AN INTERACTIVE ROOM", PROCEEDINGS OF THE 1996 IEEE COMPUTER SOCIETY CONFERENCE ON COMPUTER VISION AND PATTERN RECOGNITION. SAN FRANCISCO, JUNE 18 - 20, 1996, PROCEEDINGS OF THE IEEE COMPUTER SOCIETY CONFERENCE ON COMPUTER VISION AND PATTERN RECOGNITION, LOS ALAMITOS, IEEE, 18 June 1996 (1996-06-18), pages 67 - 72, XP000640231, ISBN: 0-8186-7258-7 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9384386B2 (en) 2014-08-29 2016-07-05 Motorola Solutions, Inc. Methods and systems for increasing facial recognition working rang through adaptive super-resolution
CN104298748A (en) * 2014-10-13 2015-01-21 中南民族大学 Device and method for face search in videos
CN105243738A (en) * 2015-11-04 2016-01-13 深圳先进技术研究院 ATM operation monitoring system and method based on face recognition

Also Published As

Publication number Publication date
US20020136433A1 (en) 2002-09-26

Similar Documents

Publication Publication Date Title
US20020136433A1 (en) Adaptive facial recognition system and method
Lin An introduction to face recognition technology
US7054470B2 (en) System and method for distortion characterization in fingerprint and palm-print image sequences and using this distortion as a behavioral biometrics
Galbally et al. On the vulnerability of face verification systems to hill-climbing attacks
Duc et al. Your face is not your password face authentication bypassing lenovo–asus–toshiba
US7158657B2 (en) Face image recording system
Sultana et al. A concept of social behavioral biometrics: motivation, current developments, and future trends
Pisani et al. Adaptive biometric systems: Review and perspectives
Dahia et al. Continuous authentication using biometrics: An advanced review
Annapurani et al. Fusion of shape of the ear and tragus–a unique feature extraction method for ear authentication system
CN112380512B (en) Convolutional neural network dynamic gesture authentication method and device, storage medium and equipment
Nguyen et al. Generating master faces for use in performing wolf attacks on face recognition systems
Qi et al. Adversarial camera alignment network for unsupervised cross-camera person re-identification
Jaafar et al. A review of multibiometric system with fusion strategies and weighting factor
US20040117308A1 (en) Instant, physiologically-based execution of customer-oriented transactions
Yin et al. Fusion of face recognition and facial expression detection for authentication: a proposed model
Yoganand et al. Pose and occlusion invariant face recognition system for video surveillance using extensive feature set
Pop et al. Multimodal biometric systems overview
GB2356961A (en) Biometrics system
Zolotarev et al. Liveness detection methods implementation to face identification reinforcement in gaming services
Manju et al. Improving net banking security with face recognition based bio-metric verification
Drosou et al. Event-based unobtrusive authentication using multi-view image sequences
Zhou et al. A Survey on Biometrics Authentication
Perronnin et al. An introduction to biometrics and face recognition
EP3270313B1 (en) Optical authorization method for programs and files

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): CN JP KR

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR

121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase

Ref country code: JP

WWW Wipo information: withdrawn in national office

Country of ref document: JP