CN111126244A - Security authentication system and method based on facial expressions - Google Patents

Security authentication system and method based on facial expressions Download PDF

Info

Publication number
CN111126244A
CN111126244A CN201911321797.4A CN201911321797A CN111126244A CN 111126244 A CN111126244 A CN 111126244A CN 201911321797 A CN201911321797 A CN 201911321797A CN 111126244 A CN111126244 A CN 111126244A
Authority
CN
China
Prior art keywords
classification
module
authentication
expression
facial expressions
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201911321797.4A
Other languages
Chinese (zh)
Inventor
李华康
涂敏
程科
徐梦婷
孙国梓
余瀚
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Journal Of Jiangxi Public Security College
Nanjing University of Posts and Telecommunications
Original Assignee
Journal Of Jiangxi Public Security College
Nanjing University of Posts and Telecommunications
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 Journal Of Jiangxi Public Security College, Nanjing University of Posts and Telecommunications filed Critical Journal Of Jiangxi Public Security College
Priority to CN201911321797.4A priority Critical patent/CN111126244A/en
Publication of CN111126244A publication Critical patent/CN111126244A/en
Pending legal-status Critical Current

Links

Images

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/168Feature extraction; Face representation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/214Generating training patterns; Bootstrap methods, e.g. bagging or boosting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • 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
    • 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/174Facial expression recognition

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Oral & Maxillofacial Surgery (AREA)
  • Health & Medical Sciences (AREA)
  • Multimedia (AREA)
  • Human Computer Interaction (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • General Health & Medical Sciences (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • General Engineering & Computer Science (AREA)
  • Evolutionary Computation (AREA)
  • Evolutionary Biology (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Artificial Intelligence (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Collating Specific Patterns (AREA)
  • Image Analysis (AREA)

Abstract

The invention discloses a security authentication system and a security authentication method based on facial expressions, wherein the security authentication system comprises an input module, a classification module and an authentication module; the input module is used for inputting images or videos of the positive and negative facial expressions and transmitting data to the classification module; the classification module is used for carrying out feature extraction and model training on the acquired data and generating a classification model; the authentication module authenticates the identified face according to the classification result. The authentication of the facial expression of the invention can avoid the problem of forced face brushing, thereby improving the security of the authentication.

Description

Security authentication system and method based on facial expressions
Technical Field
The present invention relates to a system and a method for authenticating facial security, and more particularly, to a system and a method for authenticating facial security based on facial expressions.
Background
The development of artificial intelligence and its technical development in the field of image processing have promoted the development of face recognition technology. The micro expression recognition technology can recognize facial action units of people and can recognize more than 90% expression changes. At present, systems based on the face recognition technology in the market bloom all the time, and in daily life, people also often use the technology, such as paying treasures, brushing faces and opening doors, and the like.
The face recognition technology brings convenience to people, and meanwhile, many potential safety hazards are caused, such as stealing brushing, for example, brushing faces is forced under the condition that a party is reluctant to do so.
Disclosure of Invention
The purpose of the invention is as follows: the invention aims to provide a safe and efficient safety authentication system and method based on facial expressions.
The technical scheme is as follows: the invention relates to a safety authentication system based on facial expressions, which comprises an entry module, a classification module and an authentication module.
The input module is used for inputting videos of the positive and negative facial expressions and transmitting data to the classification module.
The positive and negative expressions include at least two expressions, respectively.
The expression images are two images with certain difference.
The classification module is used for carrying out feature extraction and model training on the collected data and generating a classification model.
The authentication module authenticates the identified face according to the classification result.
And if the identification result is not in the classification result, the authentication module rejects the authentication request.
A safety authentication method based on facial expressions comprises the following steps:
(1) recording videos of positive and negative facial expressions;
(2) extracting features and carrying out model training to generate a classification model;
(3) and carrying out face recognition and verification.
The generation of the classification model in the step (2) comprises the following steps: extracting features through a convolutional neural network identification, and storing a feature matrix; and classifying the acquired features by using a classification algorithm.
Has the advantages that: compared with the prior art, the invention has the following remarkable advantages: the authentication of the facial expression of the invention can avoid the problem of forced face brushing, thereby improving the security of the authentication.
Drawings
FIG. 1 is a schematic diagram of the system of the present invention;
FIG. 2 is a schematic flow diagram of an entry module according to the present invention;
FIG. 3 is a schematic flow diagram of a classification module according to the present invention;
FIG. 4 is a schematic flow diagram of an authentication module according to the present invention.
Detailed Description
The technical scheme of the invention is further explained by combining the attached drawings.
As shown in fig. 1, a security authentication system based on facial expressions of the present invention includes: and the positive and negative expression recording module 100 is used for recording facial expression videos including positive expression videos and negative expression videos.
The facial expression and emotion classification module 200 is mainly used for performing feature extraction and model training on expression data acquired by the module 100 to generate a classification model. In the recording process, two face photos or a video with certain difference are obtained.
The authentication scene verification module 300 checks face recognition using the model obtained in the facial expression emotion classification module 200, determines whether the input expression is a trusted expression, and determines whether the input expression can pass authentication.
Positive expressions refer to expressions such as happy or smiling, and negative expressions are expressions such as anger or embarrassment. By inputting the positive and negative expressions and classifying, whether the person is in a voluntary state or not can be judged during face authentication, the problem of face brushing is avoided, and the authentication safety is improved. The user can also input any expression as a negative expression to improve the safety in the authentication process.
In the positive and negative expression entry module 100, the positive and negative expression entry specifically includes the following steps:
step 101: starting facial expression input, and preparing to receive an expression video uploaded by a user; step 102: inputting a first positive expression video; step 103: inputting a second positive expression video; step 104: inputting a third positive expression video, and step 105: inputting a first negative expression video; step 106: inputting a second negative expression video; step 107: recording a third negative expression video; step 108: and finishing the facial expression input, and storing all expression videos uploaded by the user.
In the facial expression emotion classification module 200, the following steps are specifically included:
step 201: starting expression classification training, and reading the video expression uploaded by a user; step 202: extracting the face features of the video, namely extracting the features of the face of each frame of picture in the video through a convolutional neural network and storing a feature matrix; step 203: extracting expression video characteristics, namely extracting the characteristics of the expression of each frame of picture in the video through a convolutional neural network identification, and storing a characteristic matrix; step 204: training an expression video classification model, classifying the expression video classification model by using a classification algorithm according to the obtained characteristics, and finally forming a classification model; step 205: and finishing the expression classification training.
In the authentication scenario verification module 300, the following steps are specifically included:
step 301: starting expression verification to obtain an expression video uploaded by a user; step 302: extracting the facial features of the video, namely extracting the facial features of the video according to the method in the step 202; step 303: extracting expression video characteristics, and extracting expression characteristics according to the method in the step 203; step 304: classifying the expression video features by using a pre-trained expression classification model to obtain a classification result, and step 305: judging positive and negative expressions, judging whether the positive and negative expressions are classified according to the classification result, if so, performing step 306, otherwise, performing step 307; step 306: rejecting the negative expression authentication request; step 307: the positive expression authentication request is completed.

Claims (6)

1. A safety authentication system based on facial expressions is characterized by comprising an input module, a classification module and an authentication module; the input module is used for inputting images or videos of positive and negative facial expressions and transmitting data to the classification module; the classification module is used for carrying out feature extraction and model training on the acquired data and generating a classification model; the authentication module authenticates the identified face according to the classification result.
2. The facial expression-based security authentication system of claim 1, wherein the positive and negative expressions each comprise at least two expressions.
3. The system of claim 1, wherein the expression image is two images with a certain difference.
4. The system of claim 1, wherein the recognition result is not in the classification result, and the authentication module rejects the authentication request.
5. A safety authentication method based on facial expressions is characterized by comprising the following steps:
(1) recording videos of positive and negative facial expressions;
(2) extracting features and carrying out model training to generate a classification model;
(3) and carrying out face recognition and verification.
6. The method for security authentication based on facial expressions according to claim 5, wherein the classification model generation in the step (2) comprises the steps of: extracting features through a convolutional neural network identification, and storing a feature matrix; and classifying the acquired features by using a classification algorithm.
CN201911321797.4A 2019-12-20 2019-12-20 Security authentication system and method based on facial expressions Pending CN111126244A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911321797.4A CN111126244A (en) 2019-12-20 2019-12-20 Security authentication system and method based on facial expressions

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911321797.4A CN111126244A (en) 2019-12-20 2019-12-20 Security authentication system and method based on facial expressions

Publications (1)

Publication Number Publication Date
CN111126244A true CN111126244A (en) 2020-05-08

Family

ID=70500429

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911321797.4A Pending CN111126244A (en) 2019-12-20 2019-12-20 Security authentication system and method based on facial expressions

Country Status (1)

Country Link
CN (1) CN111126244A (en)

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104268963A (en) * 2014-08-06 2015-01-07 成都百威讯科技有限责任公司 Intelligent door lock system, intelligent door lock and intelligent alarm door
CN104751110A (en) * 2013-12-31 2015-07-01 汉王科技股份有限公司 Bio-assay detection method and device
CN106778625A (en) * 2016-12-20 2017-05-31 郭凯 A kind of social security card information acquisition system and its acquisition method
CN107133578A (en) * 2017-04-19 2017-09-05 华南理工大学 A kind of facial expression recognizing method transmitted based on file and system
CN107392112A (en) * 2017-06-28 2017-11-24 中山职业技术学院 A kind of facial expression recognizing method and its intelligent lock system of application
CN108268859A (en) * 2018-02-08 2018-07-10 南京邮电大学 A kind of facial expression recognizing method based on deep learning
US20180307815A1 (en) * 2017-04-19 2018-10-25 Qualcomm Incorporated Systems and methods for facial authentication
CN109017797A (en) * 2018-08-17 2018-12-18 大陆汽车投资(上海)有限公司 Driver's Emotion identification method and the vehicular control unit for implementing this method
CN109118626A (en) * 2018-08-08 2019-01-01 腾讯科技(深圳)有限公司 Control method, device, storage medium and the electronic device of lockset
CN109472608A (en) * 2018-10-16 2019-03-15 深圳壹账通智能科技有限公司 Business confirmation method and terminal device based on Emotion identification
CN109993100A (en) * 2019-03-27 2019-07-09 南京邮电大学 The implementation method of facial expression recognition based on further feature cluster
CN110298246A (en) * 2019-05-22 2019-10-01 深圳壹账通智能科技有限公司 Unlocking verification method, device, computer equipment and storage medium

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104751110A (en) * 2013-12-31 2015-07-01 汉王科技股份有限公司 Bio-assay detection method and device
CN104268963A (en) * 2014-08-06 2015-01-07 成都百威讯科技有限责任公司 Intelligent door lock system, intelligent door lock and intelligent alarm door
CN106778625A (en) * 2016-12-20 2017-05-31 郭凯 A kind of social security card information acquisition system and its acquisition method
CN107133578A (en) * 2017-04-19 2017-09-05 华南理工大学 A kind of facial expression recognizing method transmitted based on file and system
US20180307815A1 (en) * 2017-04-19 2018-10-25 Qualcomm Incorporated Systems and methods for facial authentication
CN107392112A (en) * 2017-06-28 2017-11-24 中山职业技术学院 A kind of facial expression recognizing method and its intelligent lock system of application
CN108268859A (en) * 2018-02-08 2018-07-10 南京邮电大学 A kind of facial expression recognizing method based on deep learning
CN109118626A (en) * 2018-08-08 2019-01-01 腾讯科技(深圳)有限公司 Control method, device, storage medium and the electronic device of lockset
CN109017797A (en) * 2018-08-17 2018-12-18 大陆汽车投资(上海)有限公司 Driver's Emotion identification method and the vehicular control unit for implementing this method
CN109472608A (en) * 2018-10-16 2019-03-15 深圳壹账通智能科技有限公司 Business confirmation method and terminal device based on Emotion identification
CN109993100A (en) * 2019-03-27 2019-07-09 南京邮电大学 The implementation method of facial expression recognition based on further feature cluster
CN110298246A (en) * 2019-05-22 2019-10-01 深圳壹账通智能科技有限公司 Unlocking verification method, device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
CN108509862B (en) Rapid face recognition method capable of resisting angle and shielding interference
WO2020168468A1 (en) Help-seeking method and device based on expression recognition, electronic apparatus and storage medium
KR102147052B1 (en) Emotional recognition system and method based on face images
US10275672B2 (en) Method and apparatus for authenticating liveness face, and computer program product thereof
WO2019104930A1 (en) Identity authentication method, electronic device and computer-readable storage medium
KR101254177B1 (en) A system for real-time recognizing a face using radial basis function neural network algorithms
CN111626371B (en) Image classification method, device, equipment and readable storage medium
WO2016084071A1 (en) Systems and methods for recognition of faces e.g. from mobile-device-generated images of faces
CN102509053A (en) Authentication and authorization method, processor, equipment and mobile terminal
CN104680375A (en) Identification verifying system for living human body for electronic payment
CN104361276A (en) Multi-mode biometric authentication method and multi-mode biometric authentication system
US10733279B2 (en) Multiple-tiered facial recognition
CN204667465U (en) Pay true man's live body authentication system by mails
CN111191564A (en) Multi-pose face emotion recognition method and system based on multi-angle neural network
CN111104852B (en) Face recognition technology based on heuristic Gaussian cloud transformation
EP3779775A1 (en) Media processing method and related apparatus
CN110599187A (en) Payment method and device based on face recognition, computer equipment and storage medium
CN109005104A (en) A kind of instant communicating method, device, server and storage medium
CN113627256A (en) Method and system for detecting counterfeit video based on blink synchronization and binocular movement detection
Wu et al. Comparative analysis and application of LBP face image recognition algorithms
Zakeri et al. WhisperNet: Deep siamese network for emotion and speech tempo invariant visual-only lip-based biometric
CN111126244A (en) Security authentication system and method based on facial expressions
Yu et al. Comparative study on face recognition based on SVM of one-against-one and one-against-rest methods
CN115862156A (en) Biological feature identification method and device, electronic equipment and storage medium
CN113190858B (en) Image processing method, system, medium and device based on privacy protection

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20200508

RJ01 Rejection of invention patent application after publication