IP Library Granted Patent US 10,712,204
Granted Patent B2
US 10,712,204 · App. 15/430,256 · Granted Jul 14, 2020

Method, apparatus and system for passive infrared sensor framework

Inventors: Yash Modi (San Mateo, CA); Mark Rajan Malhotra (San Mateo, CA); Gwendolyn van der Linden (Redwood City, CA); Dongeek Shin (Mountain View, CA); Michael Dixon (Sunnyvale, CA)
Assignee: GOOGLE LLC
G01J5/0025G01J5/025G01J5/10G08B13/191G08B13/193
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,712,204
App. No.
15/430,256
Granted
Jul 14, 2020
Kind
B2
Abstract

A method includes detecting, with a passive infrared sensor (PIR), a level of infrared radiation in a field of view (FOV) of the PIR, generating a signal based on detected levels over a period of time, the signal having values that exhibit a change in the detected levels, extracting a local feature from a sample of the signal, wherein the local feature indicates a probability that a human in the FOV caused the change in the detected levels, extracting a global feature from the sample of the signal, wherein the global feature indicates a probability that an environmental radiation source caused the change in the detected levels, determining a score based on the local feature and the global feature, and determining that a human motion has been detected in the FOV based on the score.

Claims (61)

1. A method comprising:

detecting, with a passive infrared sensor (PIR), levels of infrared radiation in a field of view (FOV) of the PIR;

generating a signal based on the levels of infrared radiation detected with the PIR over a period of time, the signal having values that exhibit a change in a level of infrared radiation as detected with the PIR;

extracting a local feature from a sample of the signal, wherein the local feature indicates a first probability that a human in the FOV caused the change in the detected levels of infrared radiation;

extracting a global feature from the sample of the signal, wherein the global feature indicates a second probability that an environmental radiation source caused the change in the detected levels of infrared radiation;

determining a score based on the local feature and the global feature by concatenating the global feature and the local feature to form a sample vector, and inputting the sample vector into a scoring function having parameters determined by a classifier; and

determining that a human motion has been detected in the FOV based on the score.

2. The method of claim 1 , wherein the local feature (c local ) of a k th sample of the signal (x) is determined by the function:

c local ( x k )=| x k |.

3. The method of claim 1 , wherein the local feature (c local ) of a k th sample of the signal (x) is determined by the function:

c local ( x k )= Ax k +b

where A and b are learned parameters determined, through training on a dataset of prior PIR values, to achieve linear dimensionality reduction.

4. The method of claim 1 , wherein the global feature (c global ) of a k th sample of the signal (x) is determined by the function:

c global ( x k )=(1−ε) x′+ε|x k −x k-1 |

where ε is a learned parameter determined through training on a dataset of prior PIR values.

5. The method of claim 1 , wherein the global feature (c global ) of a k th sample of the signal (x) is determined by the function:

c global ( x k )=(1−ε) x′+ε|x k |

where ε is a learned parameter determined through training on a dataset of prior PIR values.

6. The method of claim 1 , wherein the classifier is a linear support vector machine (SVM).

7. The method of claim 6 , wherein a number of elementary operations executed per sample of the signal to detect human motion is less than 10.

8. The method of claim 6 , wherein a number of instructions per signal sample is less than 7.

9. The method of claim 1 , further comprising transmitting a notification indicating that the FOV of the PIR is not optimal for human detection when the global feature remains above a threshold value for a predetermined length of time.

10. A passive infrared (PIR) sensor device, comprising:

a plurality of radiation sensitive elements that detect radiation levels in a field of view (FOV) and generate charges based on the radiation levels;

a circuit that receives the generated charges and generates a single output signal based on the charges; and

a processor that receives the signal and extracts a local feature and a global feature from a sample of the signal, the local feature indicating a first probability that a human in the FOV caused a change in the detected radiation levels and the global feature indicating a second probability that an environmental radiation source in the FOV caused the change in the detected radiation levels,

wherein the processor is configured

to determine a score by concatenating the global feature and the local feature to form a sample vector, and inputting the sample vector into a scoring function having parameters determined by a classifier, and

to determine that a human motion has been detected in the FOV based on the score.

11. The device of claim 10 , wherein the processer extracts the local feature (c local ) of a k th sample of the signal (x) by executing the function:

c local ( x k )=| x k |.

12. The device of claim 10 , wherein the processer extracts the local feature (c local ) of a k th sample of the signal (x) by executing the function:

c local ( x k )= Ax k +b

where A and b are learned parameters determined, through training on a dataset, to achieve linear dimensionality reduction.

13. The device of claim 10 , wherein the processer extracts the global feature (c global ) of a k th sample of the signal (x) by executing the function:

c global ( x k )=(1−ε) x′+ε|x k −x k-1 |

where ε is a learned parameter determined through training on a dataset.

14. The device of claim 10 , wherein the processer extracts the global feature (c global ) of a k th sample of the signal (x) by executing the function:

c global ( x k )=(1−ε) x′+ε|x k |

where ε is a learned parameter determined through training on a dataset.

15. The device of claim 10 , wherein the classifier is a linear support vector machine (SVM).

16. The device of claim 15 , wherein a number of elementary operations executed by the processor per sample of the signal to detect human motion is less than 10.

17. The device of claim 15 , wherein a number of instructions executed by the processor per signal sample is less than 7.

18. The device of claim 10 , further comprising:

a communication interface configured to transmit a notification indicating that the environment within the FOV is not optimal for human detection when the processor determines that the global feature remains above a threshold value for a predetermined length of time.

19. A system, comprising:

a network;

a controller configured to transmit and receive data through the network; and

at least one passive infrared (PIR) sensor device configured to transmit data to the controller through the network, the PIR sensor device comprising:

a plurality of radiation sensitive elements that detect radiation levels in a field of view (FOV) and generate charges based on the detected radiation levels;

a circuit that receives the generated charges and generates a single output signal based on the charges; and

a processor that receives the signal and extracts a local feature and a global feature from a sample of the signal, the local feature indicating a first probability that a human in the FOV caused the change in the detected radiation levels and the global feature indicating a second probability that an environmental radiation source caused the change in the detected radiation levels,

wherein the processor is configured

to determine a score by concatenating the global feature and the local feature to form a sample vector, and inputting the sample vector into a scoring function having parameters determined by a classifier and

to determine that a human motion has been detected in the FOV based on the score.

20. The system of claim 19 , wherein the processer extracts the local feature (c local ) of a k th sample of the signal (x) by executing the function:

c local ( x k )=| x k |.

21. The system of claim 19 , wherein the processer extracts the global feature (c global ) of a k th sample of the signal (x) by executing the function:

c global ( x k )=(1−ε) x′+ε|x k −x k-1 |

where ε is a learned parameter determined through training on a dataset.

22. The system of claim 20 , wherein the classifier is a linear support vector machine (SVM).

Assignments (2)
CHANGE OF NAME Recorded Oct 20, 2017
From: GOOGLE INC.
To: GOOGLE LLC
Reel/Frame 044567/0001 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Feb 10, 2017
From: MODI, YASH; MALHOTRA, MARK RAJAN; VAN DER LINDEN, GWENDOLYN; SHIN, DONGEEK; DIXON, MICHAEL
To: GOOGLE INC.
Reel/Frame 041230/0222 →
Continuity (1)
Related Publication 20180231419A1 · Aug 16, 2018