Not Applicable
The present invention generally relates to infant monitors.
The best sensor for contactless detection of vitals of a living subject is radar because of its submillimeter sensitivity and ability to permeate materials such as blankets and clothing. Radar has its own set of problems, however, such as susceptibility to RF reflections, spatial sensitivity limited to aimed antennas which are at least partially sensitive in 4π sr, and low spatial resolution of static objects.
The best sensor for detecting presence of a living subject is an RGB/SW IR imaging sensor which is able to resolve the image of the target. This sensor can also detect vitals in certain circumstances, however, is not ideal for detecting vital signs due to its inability to directly resolve range motion, susceptibility to becoming occluded by blankets, objects, and clothing, and typically insufficient spatial resolution.
The current market for non-contact vitals monitoring has provided products which rely heavily on camera information to detect not only presence, but also for detecting vitals. These systems are compute-heavy, unreliable and easily fooled, are prone to error in dynamic lighting scenarios, and lack the sensitivity to achieve highly accurate vitals detection.
The best way to mitigate these problems is via the use of a doppler radar (pulsed or CW) to resolve vitals information off of a target identified via a RGB/SW IR imaging sensor. A camera is not fooled by RF reflections and has high spatial resolution enabling algorithms to be designed to identify and locate both static and dynamic objects. Meanwhile, a radar is orders of magnitude more sensitive for detecting vitals compared to a camera.
Under certain circumstances, radar is subject to RF reflections and interference which would obstruct its ability to reliably track vitals. Under certain circumstances, the system can then fall back on video processing for determining both presence and vitals from the target.
One aspect of the present invention is a system for presence and vitals detection of a living subject. The system comprises an RGB/IR imaging sensor, a radar, a processor, and a user interface. The RGB/IR imaging sensor is utilized to detect light reflected by a living subject from ambient or controlled light sources. The radar emits a radiofrequency at a specific frequency, and detects the frequency change of reflections of a plurality of targets which have subtle movements from the living subject. The processor is configured to run an algorithm to perform digital signal processing on data provided by the radar and the IR sensor to generate presence and vitals information for the living subject for communication to the user interface.
Another aspect of the present invention is a system for presence and vitals detection of a living subject. The system comprises a monitoring device and an interface device. The monitoring device comprises an RGB/IR imaging sensor, a radar, a processor, and a first communication module. The interface device comprises a second communication module and a user interface module. The RGB/IR imaging sensor is utilized to detect light reflected by a living subject from ambient or controlled light sources. The radar emits a radiofrequency at a specific frequency, and detects the frequency change of reflections of a plurality of targets which have subtle movements from the living subject. The processor is configured to run an algorithm to perform digital signal processing on data provided by the radar and the RGB/IR imaging sensor to generate presence and vitals information for the living subject for communication to the interface device.
Yet another aspect of the present invention is a method for presence and vitals detection of a living subject. The method includes detecting at an RGB/IR imaging sensor of a monitoring device, light reflected by a living subject from ambient or controlled light sources. The method also includes emitting from a radar emitter of the monitoring device a radiofrequency at a specific frequency, and detecting the frequency change of reflections of a plurality of targets which have subtle movements from the living subject. The method also includes receiving at a processor of the monitoring device the data from the radar and the IR imaging sensor. The method also includes running on the processor an algorithm to perform digital signal processing on the data provided by the radar and the IR imaging sensor to generate presence and vitals information for the living subject. The method also includes communicating from a first communication module of the monitoring device the presence and vitals information for the living subject to a second communication module of an interface device. The method also includes presenting on a user interface module of the interface device the presence and vitals information for the living subject.
Yet another aspect of the present invention is a system for presence and vitals detection of a living subject. The system comprises a device that monitors and is an interface. The device comprises an RGB/IR imaging sensor, a radar, a processor, and a first communication module. The device comprises a second communication module and a user interface module. The RGB/IR imaging sensor is utilized to detect light reflected by a living subject from ambient or controlled light sources. The radar emits a radiofrequency at a specific frequency, and detects the frequency change of reflections of a plurality of targets which have subtle movements from the living subject. The processor is configured to run an algorithm to perform digital signal processing on data provided by the radar and the RGB/IR imaging sensor to generate presence and vitals information for the living subject for communication to the device.
Having briefly described the present invention, the above and further objects, features and advantages thereof will be recognized by those skilled in the pertinent art from the following detailed description of the invention when taken in conjunction with the accompanying drawings.
Radar has the sensitivity to detect vitals but for presence detection has low confidence. A camera is able to detect presence with high confidence but does not have the resolution for reliable vitals detection. However, using both radar and a camera, presence and vitals detection with high confidence can be achieved.
An RGB/SW IR imaging sensor is used to detect light reflected by a living subject from ambient (sunlight, room lighting, etc.) or controlled (light bulb, SW IR LED, et.) light sources. A Doppler radar, either pulsed or continuous wave, emits RF at a specific frequency, and detects the frequency change of reflections of targets which have subtle movements caused by the respiration and/or ballistocardiography from a living subject.
The field of view of the imaging sensor and the transmit and receive antenna lobe sensitivity are roughly collocated with similar attitude (azimuth and zenith angle) or their offsets calibrated.
As shown in
A user interface system 40 consists of a communication module 42 which receives data from its corresponding sensor system 30. This data is presented to the user via a user interface 44 such as an LED, a display, a speaker, or any other manner of interface.
An RGB/SW IR imaging sensor determines a presence of a living subject and vitals under certain circumstances. An example commercial product is a Wyze camera, or a Ring camera. A Doppler radar detects the vitals of a living subject by detecting reflected RF. An example commercial product is a Xethru X4.
A compute module 36 with memory 35 and a communication module 38 performs the entirety of presence and vitals detection within the sensing system 30.
A user interface system 40 with communication module 42 receives data and presents information to the user.
The radar vitals detection includes the following: monitor a sensor output with a sample rate S Hz; X=x[n] for CW doppler radar; X=x1[i], x2[i], . . . xn[i] for pulsed doppler radar with range bins i in Lmin≤i≤Lmax for minimum observed range Lmin and maximum observed range Lmax); S could be 25 Hz, for example; Band pass filter x around vitals frequencies fc; For X, compute discrete Fourier transform Z for a window of time k; k could be 25 seconds, for example; Perform peak-search algorithm on Z and estimate peak level; Example peak search includes argmax; Using peak, estimate noise floor level; Example noise floor estimation includes argmin; Compute SNR[n] by subtracting noise floor from peak; Compare SNR[n] to threshold value b; If SNR[n]>b; Presence verified; Return frequency of peak; Else-Presence disqualified.
The video presence detection includes the following: Collect image I[t] output with sample rate S Hz or when otherwise requested by system; S could be 0.2 Hz for example; Perform classification or object detection model inference using trained model; Example trained model includes AWS Sagemaker Image Classifier ResNet model; Use response from model to update status of baby presence.
A video vitals detection includes the following: Collect image I[t] output with sample rate S Hz or when otherwise requested by system; S could be 25 Hz for example; For each image, compute points of interest using sobel operator; Estimate motion vector, X=x[n], by tracking change in k-means centroids per frame; Band pass filter x around vitals frequencies fc; For X, compute discrete fourier transform Z for a window of time k; k could be 25 seconds, for example; Perform peak-search algorithm on Z and estimate peak level; Example peak search includes argmax; Using peak, estimate noise floor level; Example noise floor estimation includes argmin; Compute SNR[n] by subtracting noise floor from peak; Compare SNR[n] to threshold value b; If SNR[n]>b; Presence verified; Return frequency of peak; Else-Presence disqualified.
of one embodiment of a system for presence and vitals detection of a living subject
In step 402, the radar emits a radiofrequency at a specific frequency, and then detects the frequency change of reflections of a plurality of targets which have subtle movements, caused by the respiration and/or ballistocardiography from the living subject.
At step 403, the processor of the monitoring device receives data from the radar and from the IR imaging sensor. Preferably, the monitoring device also comprises a memory configured to store sensor output from the IR imaging sensor. At step 404, the processor runs an algorithm to perform digital signal processing on the data, provided by the radar and by the IR imaging sensor, to generate presence and vitals information for the living subject.
At step 405, a first communication module of the monitoring device communicates the presence and vitals information for the living subject to a second communication module of an interface device. Preferably, both communication modules operate on a WiFi communication protocol, a BLUETOOTH communication protocol, a FM communication protocol, or a FHSS communication protocol.
Finally, at step 406, the presence and vitals information for the living subject is presented on a user interface module of the interface device, preferably using a LED, a display or a speaker.
White et al., U.S. patent Ser. No. 10/825,314 for a Baby Monitor, is hereby incorporated by reference in its entirety.
From the foregoing it is believed that those skilled in the pertinent art will recognize the meritorious advancement of this invention and will readily understand that while the present invention has been described in association with a preferred embodiment thereof, and other embodiments illustrated in the accompanying drawings, numerous changes modification and substitutions of equivalents may be made therein without departing from the spirit and scope of this invention which is intended to be unlimited by the foregoing except as may appear in the following appended claim. Therefore, the embodiments of the invention in which an exclusive property or privilege is claimed are defined in the following appended claims.
The Present application claims priority to U.S. Provisional Patent Application No. 63/233,388 filed on Aug. 16, 2021, and the Present application is a continuation-in-part application of U.S. patent application Ser. No. 17/872,952, filed on Jul. 25, 2022, which claims priority to U.S. Provisional Patent Application No. 63/226,703, filed on Jul. 28, 2021, each of which is hereby incorporated by reference in its entirety.
Number | Date | Country | |
---|---|---|---|
63233388 | Aug 2021 | US | |
63226703 | Jul 2021 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 17872952 | Jul 2022 | US |
Child | 17887426 | US |