IP Library Granted Patent US 10,930,010
Granted Patent B2
US 10,930,010 · App. 16/234,434 · Granted Feb 23, 2021

Method and apparatus for detecting living body, system, electronic device, and storage medium

Inventors: Kai Yang (Beijing, CN); Tianpeng Bao (Beijing, CN); Rui Zhang (Beijing, CN); Liwei Wu (Beijing, CN)
Assignee: BEIJING SENSETIME TECHNOLOGY DEVELOPMENT CO., LTD
G06T7/73G06T7/50G06T2207/30196
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 10,930,010
App. No.
16/234,434
Granted
Feb 23, 2021
Kind
B2
Abstract

A method for detecting a living body includes: acquiring depth information of a target object sensed by a first sensor and a target image sensed by a second sensor; performing key point detection on the target image to obtain key point information of the target object; and obtaining a living body detection result of the target object based on the depth information of the target object and the key point information of the target object.

Claims (64)

1. A method for detecting a living body, comprising:

acquiring depth information of a target object sensed by a first sensor and a target image sensed by a second sensor;

aligning the depth information of the target object with the target image according to a parameter of the first sensor and a parameter of the second sensor;

performing key point detection on the target image to obtain key point information of the target object; and

obtaining a living body detection result of the target object by processing the depth information of the target object and the key point information of the target object through a neural network.

2. The method according to claim 1 , wherein the first sensor is a Time of Flight (ToF) sensor or a structured light sensor, and the second sensor is an RGB (Red, Green, and Blue) sensor or a near-infrared sensor.

3. The method according to claim 1 , wherein the operation of obtaining a living body detection result of the target object by processing the depth information of the target object and the key point information of the target object through a neural network comprises:

obtaining first feature information by processing the depth information of the target object and the key point information of the target object through the neural network;

obtaining second feature information by processing the key point information of the target object through the neural network; and

determining a living body detection result of the target object based on the first feature information and the second feature information.

4. The method according to claim 3 , wherein the neural network comprises a first neural network and a second neural network, and the obtaining first feature information by processing the depth information of the target object and the key point information of the target object through the neural network comprises:

inputting the depth information of the target object and the key point information of the target object into the first neural network for processing to obtain first feature information;

the obtaining second feature information by processing the key point information of the target object through the neural network comprises:

inputting the target image and the key point information of the target object into the second neural network for processing to obtain second feature information.

5. The method according to claim 3 , wherein the obtaining first feature information by processing the depth information of the target object and the key point information of the target object through the neural network comprises:

convoluting the depth information of the target object and the key point information of the target object to obtain a first convolution result;

down-sampling the first convolution result to obtain a first down-sampling result; and

obtaining first feature information based on the first down-sampling result.

6. The method according to claim 3 , wherein the obtaining second feature information by processing the key point information of the target object through the neural network comprises:

convoluting the target image and the key point information of the target object to obtain a second convolution result;

down-sampling the second convolution result to obtain a second down-sampling result; and

obtaining second feature information based on the second down-sampling result.

7. The method according to claim 3 , wherein the determining a living body detection result of the target object based on the first feature information and the second feature information comprises:

performing fusion processing on the first feature information and the second feature information to obtain third feature information; and

determining a living body detection result of the target object according to the third feature information.

8. The method according to claim 7 , wherein the determining a living body detection result according to the third feature information comprises:

obtaining a probability that the target object is a living body based on the third feature information; and

determining a living body detection result of the target object according to the probability that the target object is a living body.

9. An apparatus for detecting a living body, comprising:

a processor; and

memory for storing instructions executable by the processor;

wherein execution of the instructions by the processor causes the processor to perform:

acquiring depth information of a target object sensed by a first sensor and a target image sensed by a second sensor;

aligning the depth information of the target object with the target image according to a parameter of the first sensor and a parameter of the second sensor;

performing key point detection on the target image to obtain key point information of the target object; and

obtaining a living body detection result of the target object by processing the depth information of the target object and the key point information of the target object through a neural network.

10. The apparatus according to claim 9 , wherein the first sensor is a Time of Flight (ToF) sensor or a structured light sensor, and the second sensor is an RGB (Red, Green, and Blue) sensor or a near-infrared sensor.

11. The apparatus according to claim 9 , wherein the obtaining a living body detection result of the target object by processing the depth information of the target object and the key point information of the target object through a neural network comprises:

obtaining first feature information by processing the depth information of the target object and the key point information of the target object through the neural network;

obtaining second feature information by processing the key point information of the target object through the neural network; and

determining a living body detection result of the target object based on the first feature information and the second feature information.

12. The apparatus according to claim 11 , wherein the neural network comprises a first neural network and a second neural network, and the obtaining first feature information by processing the depth information of the target object and the key point information of the target object through the neural network comprises:

inputting the depth information of the target object and the key point information of the target object into the first neural network for processing to obtain first feature information; and

the obtaining second feature information by processing the key point information of the target object through the neural network comprises:

inputting the target image and the key point information of the target object into the second neural network for processing to obtain second feature information.

13. The apparatus according to claim 11 , wherein the obtaining first feature information by processing the depth information of the target object and the key point information of the target object through the neural network comprises:

convoluting the depth information of the target object and the key point information of the target object to obtain a first convolution result;

down-sampling the first convolution result to obtain a first down-sampling result; and

obtaining first feature information based on the first down-sampling result.

14. The apparatus according to claim 11 , wherein the obtaining second feature information by processing the key point information of the target object through the neural network comprises:

convoluting the target image and the key point information of the target object to obtain a second convolution result;

down-sampling the second convolution result to obtain a second down-sampling result; and

obtaining second feature information based on the second down-sampling result.

15. The apparatus according to claim 11 , wherein the determining a living body detection result of the target object based on the first feature information and the second feature information comprises:

performing fusion processing on the first feature information and the second feature information to obtain third feature information; and

determining a living body detection result of the target object according to the third feature information.

16. The apparatus according to claim 15 , wherein the determining a living body detection result according to the third feature information comprises:

obtaining a probability that the target object is a living body based on the third feature information; and

determining a living body detection result of the target object according to the probability that the target object is a living body.

17. A non-transitory computer-readable storage medium, having computer program instructions stored thereon, wherein execution of the instructions by the processor causes the processor to implement the method according to claim 1 .

18. An electronic device, comprising:

a first sensor, configured to detect depth information of a target object;

a second sensor, configured to collect a target image comprising the target object; and

a processor, configured to align the depth information of the target object with the target image according to a parameter of the first sensor and a parameter of the second sensor, perform key point detection on the target image collected by the second sensor to obtain key point information of the target object, and obtain a living body detection result of the target object by processing the depth information of the target object detected by the first sensor and the key point information of the target object through a neural network.

Assignments (1)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Apr 10, 2019
From: YANG, KAI; BAO, TIANPENG; ZHANG, RUI; WU, LIWEI
To: BEIJING SENSETIME TECHNOLOGY DEVELOPMENT CO., LTD
Reel/Frame 048838/0437 →
Priority Claims (1)
CN 201810444105.4 · May 10, 2018 · national
Continuity (2)
Continuation PCTCN2018115499 · Nov 14, 2018
Related Publication 20190347823A1 · Nov 14, 2019