CN107692997B - Heart rate detection method and device - Google Patents

Heart rate detection method and device Download PDF

Info

Publication number
CN107692997B
CN107692997B CN201711091442.1A CN201711091442A CN107692997B CN 107692997 B CN107692997 B CN 107692997B CN 201711091442 A CN201711091442 A CN 201711091442A CN 107692997 B CN107692997 B CN 107692997B
Authority
CN
China
Prior art keywords
video frame
heart rate
neural network
sequence
face
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.)
Active
Application number
CN201711091442.1A
Other languages
Chinese (zh)
Other versions
CN107692997A (en
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.)
Tsinghua University
Original Assignee
Tsinghua University
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 Tsinghua University filed Critical Tsinghua University
Priority to CN201711091442.1A priority Critical patent/CN107692997B/en
Publication of CN107692997A publication Critical patent/CN107692997A/en
Application granted granted Critical
Publication of CN107692997B publication Critical patent/CN107692997B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • AHUMAN NECESSITIES
    • A61MEDICAL OR VETERINARY SCIENCE; HYGIENE
    • A61BDIAGNOSIS; SURGERY; IDENTIFICATION
    • A61B5/00Measuring for diagnostic purposes; Identification of persons
    • A61B5/02Detecting, measuring or recording pulse, heart rate, blood pressure or blood flow; Combined pulse/heart-rate/blood pressure determination; Evaluating a cardiovascular condition not otherwise provided for, e.g. using combinations of techniques provided for in this group with electrocardiography or electroauscultation; Heart catheters for measuring blood pressure
    • A61B5/024Detecting, measuring or recording pulse rate or heart rate
    • A61B5/02416Detecting, measuring or recording pulse rate or heart rate using photoplethysmograph signals, e.g. generated by infrared radiation
    • AHUMAN NECESSITIES
    • A61MEDICAL OR VETERINARY SCIENCE; HYGIENE
    • A61BDIAGNOSIS; SURGERY; IDENTIFICATION
    • A61B5/00Measuring for diagnostic purposes; Identification of persons
    • A61B5/02Detecting, measuring or recording pulse, heart rate, blood pressure or blood flow; Combined pulse/heart-rate/blood pressure determination; Evaluating a cardiovascular condition not otherwise provided for, e.g. using combinations of techniques provided for in this group with electrocardiography or electroauscultation; Heart catheters for measuring blood pressure
    • A61B5/024Detecting, measuring or recording pulse rate or heart rate
    • A61B5/02416Detecting, measuring or recording pulse rate or heart rate using photoplethysmograph signals, e.g. generated by infrared radiation
    • A61B5/02427Details of sensor
    • AHUMAN NECESSITIES
    • A61MEDICAL OR VETERINARY SCIENCE; HYGIENE
    • A61BDIAGNOSIS; SURGERY; IDENTIFICATION
    • A61B5/00Measuring for diagnostic purposes; Identification of persons
    • A61B5/72Signal processing specially adapted for physiological signals or for diagnostic purposes

Landscapes

  • Health & Medical Sciences (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Cardiology (AREA)
  • Engineering & Computer Science (AREA)
  • Medical Informatics (AREA)
  • Animal Behavior & Ethology (AREA)
  • Pathology (AREA)
  • Physics & Mathematics (AREA)
  • Biomedical Technology (AREA)
  • Heart & Thoracic Surgery (AREA)
  • Physiology (AREA)
  • Molecular Biology (AREA)
  • Surgery (AREA)
  • Biophysics (AREA)
  • General Health & Medical Sciences (AREA)
  • Public Health (AREA)
  • Veterinary Medicine (AREA)
  • Artificial Intelligence (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Psychiatry (AREA)
  • Signal Processing (AREA)
  • Measuring Pulse, Heart Rate, Blood Pressure Or Blood Flow (AREA)

Abstract

The disclosure relates to a heart rate detection method and device. The method comprises the following steps: intercepting a face area in each video frame of a video frame sequence to obtain a face area image corresponding to each video frame; extracting the characteristics of skin areas in the face area images through a convolutional neural network; and determining the heart rate corresponding to the video frame sequence according to the characteristics of the skin area in each face area image. The heart rate detection method and the heart rate detection device have the advantages that the face area in each video frame of the video frame sequence is intercepted, the face area image corresponding to each video frame is obtained, the skin area characteristics in each face area image are extracted through the convolutional neural network, the heart rate corresponding to the video frame sequence is determined according to the skin area characteristics in each face area image, and therefore the heart rate detection accuracy and robustness can be improved.

Description

Heart rate detection method and device
Technical Field
The disclosure relates to the field of computer vision, in particular to a heart rate detection method and device.
Background
The method for detecting the heart rate of an object in a video through the video containing the face is a method for obtaining the heart rate by analyzing pixel RGB (Red, Green, Blue) value changes of an area where the face is located in the video due to blood flow changes.
In the heart rate detection method based on the face video in the related art, the average value of the pixel values of the face region of each frame in the video is generally used as the RGB feature of each frame, and then the heart rate of the object in the video is obtained by using the RGB feature of the continuous frames through methods such as blind source separation or matrix completion. The method has the defects that the heart rate related characteristics of each frame are directly obtained through the RGB characteristics of the face area in each frame, the heart rate signals cannot be truly reflected easily due to the change of ambient light or the change of facial expression and the like, and the robustness is poor. In addition, because the blood flow changes of all parts in the human face have different reaction degrees to RGB, signals of some regions which can express the blood flow changes are often weak after the regions are averaged with other parts, so that the accuracy of heart rate detection is low.
Disclosure of Invention
In view of this, the present disclosure provides a heart rate detection method and apparatus to improve accuracy and robustness of heart rate detection.
According to an aspect of the present disclosure, there is provided a heart rate detection method, including:
intercepting a face area in each video frame of a video frame sequence to obtain a face area image corresponding to each video frame;
extracting the characteristics of skin areas in the face area images through a convolutional neural network;
and determining the heart rate corresponding to the video frame sequence according to the characteristics of the skin area in each face area image.
In a possible implementation manner, determining a heart rate corresponding to the video frame sequence according to a feature of a skin region in each of the face region images includes:
determining the characteristics corresponding to a plurality of groups of continuous frames according to the characteristics of skin areas in each face area image corresponding to the video frame sequence;
and inputting the characteristics corresponding to the multiple groups of continuous frames into a fully-connected neural network to obtain the heart rate corresponding to the video frame sequence.
In one possible implementation manner, extracting features of skin regions in each face region image through a convolutional neural network includes:
adjusting the frame rate of a face region image sequence corresponding to the video frame sequence according to the input frame rate of the convolutional neural network, wherein the face region image sequence is an image sequence obtained according to each face region image corresponding to the video frame sequence;
and inputting the human face region image sequence with the adjusted frame rate into the convolutional neural network to obtain the characteristics of the skin region in each human face region image in the human face region image sequence.
In one possible implementation, before extracting the features of the skin region in each face region image through the convolutional neural network, the method further includes:
and training the convolutional neural network and the fully-connected neural network by adopting a training data set, wherein the training data set comprises a human face video frame sequence and a heart rate corresponding to the human face video frame sequence.
According to another aspect of the present disclosure, there is provided a heart rate detection apparatus comprising:
the intercepting module is used for intercepting a face area in each video frame of the video frame sequence to obtain a face area image corresponding to each video frame;
the feature extraction module is used for extracting the features of the skin areas in the face area images through a convolutional neural network;
and the heart rate determining module is used for determining the heart rate corresponding to the video frame sequence according to the characteristics of the skin area in each face area image.
In one possible implementation, the heart rate determination module includes:
the first determining submodule is used for determining the characteristics corresponding to a plurality of groups of continuous frames according to the characteristics of skin areas in each face area image corresponding to the video frame sequence;
and the second determining submodule is used for inputting the characteristics corresponding to the multiple groups of continuous frames into the fully-connected neural network to obtain the heart rate corresponding to the video frame sequence.
In one possible implementation, the feature extraction module includes:
a frame rate adjusting submodule, configured to adjust a frame rate of a face area image sequence corresponding to the video frame sequence according to an input frame rate of the convolutional neural network, where the face area image sequence is an image sequence obtained according to each face area image corresponding to the video frame sequence;
and the feature extraction submodule is used for inputting the face region image sequence with the frame rate adjusted into the convolutional neural network to obtain the features of the skin regions in the face region images in the face region image sequence.
In one possible implementation, the apparatus further includes:
the training module is used for training the convolutional neural network and the fully-connected neural network by adopting a training data set, wherein the training data set comprises a human face video frame sequence and a heart rate corresponding to the human face video frame sequence.
According to another aspect of the present disclosure, there is provided a heart rate detection apparatus comprising: a processor; a memory for storing processor-executable instructions; wherein the processor is configured to perform the above method.
According to another aspect of the present disclosure, there is provided a non-transitory computer readable storage medium having computer program instructions stored thereon, wherein the computer program instructions, when executed by a processor, implement the above-described method.
The heart rate detection method and the heart rate detection device in each aspect of the disclosure obtain the face area images corresponding to each video frame by intercepting the face areas in each video frame of the video frame sequence, extract the features of the skin areas in each face area image through the convolutional neural network, and determine the heart rate corresponding to the video frame sequence according to the features of the skin areas in each face area image, thereby improving the accuracy and robustness of heart rate detection.
Other features and aspects of the present disclosure will become apparent from the following detailed description of exemplary embodiments, which proceeds with reference to the accompanying drawings.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate exemplary embodiments, features, and aspects of the disclosure and, together with the description, serve to explain the principles of the disclosure.
Fig. 1 shows a flow chart of a heart rate detection method according to an embodiment of the present disclosure.
Fig. 2 is a schematic diagram illustrating human face feature points in a certain video frame in a heart rate detection method according to an embodiment of the disclosure.
Fig. 3 is a schematic diagram illustrating a face region image corresponding to a certain video frame in a heart rate detection method according to an embodiment of the disclosure.
Fig. 4 shows an exemplary flowchart of step S13 of the heart rate detection method according to an embodiment of the present disclosure.
Fig. 5 shows an exemplary flowchart of step S12 of the heart rate detection method according to an embodiment of the present disclosure.
Fig. 6 shows a block diagram of a heart rate detection device according to an embodiment of the present disclosure.
Fig. 7 illustrates an exemplary block diagram of a heart rate detection device according to an embodiment of the present disclosure.
Fig. 8 is a block diagram illustrating an apparatus 800 for heart rate detection according to an example embodiment.
Detailed Description
Various exemplary embodiments, features and aspects of the present disclosure will be described in detail below with reference to the accompanying drawings. In the drawings, like reference numbers can indicate functionally identical or similar elements. While the various aspects of the embodiments are presented in drawings, the drawings are not necessarily drawn to scale unless specifically indicated.
The word "exemplary" is used exclusively herein to mean "serving as an example, embodiment, or illustration. Any embodiment described herein as "exemplary" is not necessarily to be construed as preferred or advantageous over other embodiments.
Furthermore, in the following detailed description, numerous specific details are set forth in order to provide a better understanding of the present disclosure. It will be understood by those skilled in the art that the present disclosure may be practiced without some of these specific details. In some instances, methods, means, elements and circuits that are well known to those skilled in the art have not been described in detail so as not to obscure the present disclosure.
Fig. 1 shows a flow chart of a heart rate detection method according to an embodiment of the present disclosure. As shown in fig. 1, the method includes steps S11 through S13.
In step S11, a face region in each video frame of the sequence of video frames is captured to obtain a face region image corresponding to each video frame.
In a possible implementation manner, a video acquisition device may be used to acquire a video including a face region, obtain a video frame sequence according to the video including the face region, and locate a face feature point in each video frame of the video frame sequence by using a face feature point location method, so as to determine the face region in each video frame of the video frame sequence.
Fig. 2 is a schematic diagram illustrating human face feature points in a certain video frame in a heart rate detection method according to an embodiment of the disclosure.
Fig. 3 is a schematic diagram illustrating a face region image corresponding to a certain video frame in a heart rate detection method according to an embodiment of the disclosure.
In step S12, the features of the skin region in each face region image are extracted by the convolutional neural network.
In a possible implementation manner, each face region image may be subjected to feature extraction through a convolutional neural network. And the convolutional neural network shares a weight value for each face region image.
In this embodiment, by avoiding non-skin areas such as eyes and eyebrows in the face area image and extracting only the features of the skin area, it is possible to avoid the non-skin areas from reducing the signal intensity of the blood flow change reflected by the extracted features, and thus the accuracy and reliability of the determined heart rate can be improved.
In a possible implementation manner, the extracting, by the convolutional neural network, the features of the skin region in each face region image may be: and extracting the characteristic vectors of the skin areas in the face area images through a convolutional neural network.
In step S13, a heart rate corresponding to the video frame sequence is determined according to the features of the skin area in each face area image.
In one possible implementation, the heart rate corresponding to the sequence of video frames may be determined by a fully connected neural network.
In another possible implementation manner, the heart rate signal corresponding to each video frame may be determined according to the feature of the skin region in each face region image, and the heart rate corresponding to the sequence of video frames may be determined according to the heart rate signal corresponding to each video frame.
In the embodiment, the face area in each video frame of the video frame sequence is intercepted to obtain the face area image corresponding to each video frame, the skin area characteristics in each face area image are extracted through the convolutional neural network, and the heart rate corresponding to the video frame sequence is determined according to the skin area characteristics in each face area image, so that the heart rate detection accuracy and robustness can be improved.
Fig. 4 shows an exemplary flowchart of step S13 of the heart rate detection method according to an embodiment of the present disclosure. As shown in fig. 4, step S13 may include step S131 and step S132.
In step S131, the features corresponding to multiple groups of continuous frames are determined according to the features of the skin regions in the face region images corresponding to the video frame sequence.
In a possible implementation manner, determining, according to features of skin regions in each face region image corresponding to a sequence of video frames, features corresponding to multiple groups of consecutive frames may be: and determining the characteristic vectors corresponding to a plurality of groups of continuous frames according to the characteristic vectors of the skin areas in the face area images corresponding to the video frame sequence. For example, the numbers of the respective video frames in the video frame sequence are 1 to 100 in this order, and the video frames numbered 1 to 20 may be taken as a first group of consecutive frames, the video frames numbered 21 to 40 may be taken as a second group of consecutive frames, the video frames numbered 41 to 60 may be taken as a third group of consecutive frames, the video frames numbered 61 to 80 may be taken as a fourth group of consecutive frames, and the video frames numbered 81 to 100 may be taken as a fifth group of consecutive frames. Taking the first group of continuous frames as an example, the feature vector corresponding to the first group of continuous frames can be determined according to the feature vector corresponding to each video frame in the first group of continuous frames, that is, according to the feature vector of the skin region in the face region image corresponding to each video frame in the first group of continuous frames.
In step S132, the features corresponding to the multiple groups of consecutive frames are input into the fully-connected neural network, so as to obtain the heart rate corresponding to the sequence of video frames.
Wherein, a fully-connected neural network may refer to a neural network of a fully-connected structure. In this embodiment, the fully-connected neural network may be used to derive the heart rate from the corresponding features of the consecutive frames. That is, the input of the fully-connected neural network may be the features corresponding to consecutive frames, and the output of the fully-connected neural network may be the heart rate.
In a possible implementation manner, the fully-connected neural network can perform regression processing on the heart rate data according to the characteristics corresponding to the multiple groups of continuous frames, so as to output a relatively accurate heart rate.
Fig. 5 shows an exemplary flowchart of step S12 of the heart rate detection method according to an embodiment of the present disclosure. As shown in fig. 5, step S12 may include step S121 and step S122.
In step S121, the frame rate of a face region image sequence corresponding to the video frame sequence is adjusted according to the input frame rate of the convolutional neural network, where the face region image sequence is an image sequence obtained according to each face region image corresponding to the video frame sequence.
In a possible implementation manner, when the frame rate of the face region image sequence is less than the input frame rate of the convolutional neural network, the frame rate of the face region image sequence may be adjusted in an interpolation manner, so that the frame rate of the adjusted face region image sequence is equal to the input frame rate of the convolutional neural network.
In step S122, the sequence of the face region images with the frame rate adjusted is input into a convolutional neural network, so as to obtain the features of the skin regions in the face region images in the sequence of the face region images.
In one possible implementation, before extracting the features of the skin regions in the respective face region images through the convolutional neural network, the method may further include: and training the convolutional neural network and the fully-connected neural network by adopting a training data set, wherein the training data set comprises a human face video frame sequence and a heart rate corresponding to the human face video frame sequence.
The training data set may be a standard data set or a self-made data set, and is not limited herein.
In the implementation mode, the convolutional neural network and the fully-connected neural network are trained on a training data set, so that the trained convolutional neural network can extract the characteristics of the skin area from the face area image, and the trained fully-connected neural network can determine the heart rate according to the characteristics of the skin area in the face area image.
Fig. 6 shows a block diagram of a heart rate detection device according to an embodiment of the present disclosure. As shown in fig. 6, the apparatus includes: an intercepting module 61, configured to intercept a face region in each video frame of a video frame sequence, to obtain a face region image corresponding to each video frame; a feature extraction module 62, configured to extract features of skin regions in each of the face region images through a convolutional neural network; and a heart rate determining module 63, configured to determine a heart rate corresponding to the sequence of video frames according to features of skin regions in the face region images.
Fig. 7 illustrates an exemplary block diagram of a heart rate detection device according to an embodiment of the present disclosure. As shown in fig. 7:
in one possible implementation, the heart rate determining module 63 includes: the first determining sub-module 631 is configured to determine, according to the features of the skin regions in the face region images corresponding to the video frame sequence, features corresponding to multiple groups of consecutive frames; the second determining submodule 632 is configured to input features corresponding to multiple groups of consecutive frames into the fully-connected neural network, so as to obtain a heart rate corresponding to the sequence of video frames.
In one possible implementation, the feature extraction module 62 includes: the frame rate adjusting submodule 621 is configured to adjust, according to an input frame rate of the convolutional neural network, a frame rate of a face area image sequence corresponding to the video frame sequence, where the face area image sequence is an image sequence obtained according to each face area image corresponding to the video frame sequence; and the feature extraction sub-module 622 is configured to input the sequence of the face region images with the adjusted frame rate into the convolutional neural network, so as to obtain features of skin regions in each face region image in the sequence of the face region images.
In one possible implementation, the apparatus further includes: a training module 64, configured to train the convolutional neural network and the fully-connected neural network by using a training data set, where the training data set includes a human face video frame sequence and a heart rate corresponding to the human face video frame sequence.
In the embodiment, the face area in each video frame of the video frame sequence is intercepted to obtain the face area image corresponding to each video frame, the skin area characteristics in each face area image are extracted through the convolutional neural network, and the heart rate corresponding to the video frame sequence is determined according to the skin area characteristics in each face area image, so that the heart rate detection accuracy and robustness can be improved.
Fig. 8 is a block diagram illustrating an apparatus 800 for heart rate detection according to an example embodiment. For example, the apparatus 800 may be a mobile phone, a computer, a digital broadcast terminal, a messaging device, a game console, a tablet device, a medical device, an exercise device, a personal digital assistant, and the like.
Referring to fig. 8, the apparatus 800 may include one or more of the following components: processing component 802, memory 804, power component 806, multimedia component 808, audio component 810, input/output (I/O) interface 812, sensor component 814, and communication component 816.
The processing component 802 generally controls overall operation of the device 800, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations. The processing components 802 may include one or more processors 820 to execute instructions to perform all or a portion of the steps of the methods described above. Further, the processing component 802 can include one or more modules that facilitate interaction between the processing component 802 and other components. For example, the processing component 802 can include a multimedia module to facilitate interaction between the multimedia component 808 and the processing component 802.
The memory 804 is configured to store various types of data to support operations at the apparatus 800. Examples of such data include instructions for any application or method operating on device 800, contact data, phonebook data, messages, pictures, videos, and so forth. The memory 804 may be implemented by any type or combination of volatile or non-volatile memory devices such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
Power components 806 provide power to the various components of device 800. The power components 806 may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for the apparatus 800.
The multimedia component 808 includes a screen that provides an output interface between the device 800 and a user. In some embodiments, the screen may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive an input signal from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation. In some embodiments, the multimedia component 808 includes a front facing camera and/or a rear facing camera. The front camera and/or the rear camera may receive external multimedia data when the device 800 is in an operating mode, such as a shooting mode or a video mode. Each front camera and rear camera may be a fixed optical lens system or have a focal length and optical zoom capability.
The audio component 810 is configured to output and/or input audio signals. For example, the audio component 810 includes a Microphone (MIC) configured to receive external audio signals when the apparatus 800 is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signals may further be stored in the memory 804 or transmitted via the communication component 816. In some embodiments, audio component 810 also includes a speaker for outputting audio signals.
The I/O interface 812 provides an interface between the processing component 802 and peripheral interface modules, which may be keyboards, click wheels, buttons, etc. These buttons may include, but are not limited to: a home button, a volume button, a start button, and a lock button.
The sensor assembly 814 includes one or more sensors for providing various aspects of state assessment for the device 800. For example, the sensor assembly 814 may detect the open/closed status of the device 800, the relative positioning of components, such as a display and keypad of the device 800, the sensor assembly 814 may also detect a change in the position of the device 800 or a component of the device 800, the presence or absence of user contact with the device 800, the orientation or acceleration/deceleration of the device 800, and a change in the temperature of the device 800. Sensor assembly 814 may include a proximity sensor configured to detect the presence of a nearby object without any physical contact. The sensor assembly 814 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor assembly 814 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
The communication component 816 is configured to facilitate communications between the apparatus 800 and other devices in a wired or wireless manner. The device 800 may access a wireless network based on a communication standard, such as WiFi, 2G or 3G, or a combination thereof. In an exemplary embodiment, the communication component 816 receives a broadcast signal or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component 816 further includes a Near Field Communication (NFC) module to facilitate short-range communications. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
In an exemplary embodiment, the apparatus 800 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, micro-controllers, microprocessors or other electronic components for performing the above-described methods.
In an exemplary embodiment, a non-transitory computer-readable storage medium, such as the memory 804, is also provided that includes computer program instructions executable by the processor 820 of the device 800 to perform the above-described methods.
The present disclosure may be systems, methods, and/or computer program products. The computer program product may include a computer-readable storage medium having computer-readable program instructions embodied thereon for causing a processor to implement various aspects of the present disclosure.
The computer readable storage medium may be a tangible device that can hold and store the instructions for use by the instruction execution device. The computer readable storage medium may be, for example, but not limited to, an electronic memory device, a magnetic memory device, an optical memory device, an electromagnetic memory device, a semiconductor memory device, or any suitable combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), a Static Random Access Memory (SRAM), a portable compact disc read-only memory (CD-ROM), a Digital Versatile Disc (DVD), a memory stick, a floppy disk, a mechanical coding device, such as punch cards or in-groove projection structures having instructions stored thereon, and any suitable combination of the foregoing. Computer-readable storage media as used herein is not to be construed as transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission medium (e.g., optical pulses through a fiber optic cable), or electrical signals transmitted through electrical wires.
The computer-readable program instructions described herein may be downloaded from a computer-readable storage medium to a respective computing/processing device, or to an external computer or external storage device via a network, such as the internet, a local area network, a wide area network, and/or a wireless network. The network may include copper transmission cables, fiber optic transmission, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers. The network adapter card or network interface in each computing/processing device receives computer-readable program instructions from the network and forwards the computer-readable program instructions for storage in a computer-readable storage medium in the respective computing/processing device.
The computer program instructions for carrying out operations of the present disclosure may be assembler instructions, Instruction Set Architecture (ISA) instructions, machine-related instructions, microcode, firmware instructions, state setting data, or source or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The computer-readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider). In some embodiments, the electronic circuitry that can execute the computer-readable program instructions implements aspects of the present disclosure by utilizing the state information of the computer-readable program instructions to personalize the electronic circuitry, such as a programmable logic circuit, a Field Programmable Gate Array (FPGA), or a Programmable Logic Array (PLA).
Various aspects of the present disclosure are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the disclosure. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer-readable program instructions.
These computer-readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks. These computer-readable program instructions may also be stored in a computer-readable storage medium that can direct a computer, programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer-readable medium storing the instructions comprises an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks.
The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer, other programmable apparatus or other devices implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
Having described embodiments of the present disclosure, the foregoing description is intended to be exemplary, not exhaustive, and not limited to the disclosed embodiments. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the described embodiments. The terms used herein were chosen in order to best explain the principles of the embodiments, the practical application, or technical improvements to the techniques in the marketplace, or to enable others of ordinary skill in the art to understand the embodiments disclosed herein.

Claims (8)

1. A method of heart rate detection, comprising:
intercepting a face area in each video frame of a video frame sequence to obtain a face area image corresponding to each video frame;
extracting the characteristics of skin areas in the face area images through a convolutional neural network;
determining the heart rate corresponding to the video frame sequence according to the characteristics of the skin area in each face area image, wherein,
determining a heart rate corresponding to the video frame sequence according to the characteristics of the skin area in each face area image, wherein the heart rate comprises the following steps:
determining the characteristics corresponding to a plurality of groups of continuous frames according to the characteristics of skin areas in each face area image corresponding to the video frame sequence;
and inputting the characteristics corresponding to the multiple groups of continuous frames into a fully-connected neural network to obtain the heart rate corresponding to the video frame sequence.
2. The method of claim 1, wherein extracting the features of the skin region in each face region image through a convolutional neural network comprises:
adjusting the frame rate of a face region image sequence corresponding to the video frame sequence according to the input frame rate of the convolutional neural network, wherein the face region image sequence is an image sequence obtained according to each face region image corresponding to the video frame sequence;
and inputting the human face region image sequence with the adjusted frame rate into the convolutional neural network to obtain the characteristics of the skin region in each human face region image in the human face region image sequence.
3. The method according to claim 1, wherein before extracting the features of the skin region in each of the face region images by the convolutional neural network, the method further comprises:
and training the convolutional neural network and the fully-connected neural network by adopting a training data set, wherein the training data set comprises a human face video frame sequence and a heart rate corresponding to the human face video frame sequence.
4. A heart rate detection device, comprising:
the intercepting module is used for intercepting a face area in each video frame of the video frame sequence to obtain a face area image corresponding to each video frame;
the feature extraction module is used for extracting the features of the skin areas in the face area images through a convolutional neural network;
a heart rate determining module, configured to determine a heart rate corresponding to the sequence of video frames according to features of skin regions in the face region images, where,
the heart rate determination module comprises:
the first determining submodule is used for determining the characteristics corresponding to a plurality of groups of continuous frames according to the characteristics of skin areas in each face area image corresponding to the video frame sequence;
and the second determining submodule is used for inputting the characteristics corresponding to the multiple groups of continuous frames into the fully-connected neural network to obtain the heart rate corresponding to the video frame sequence.
5. The apparatus of claim 4, wherein the feature extraction module comprises:
a frame rate adjusting submodule, configured to adjust a frame rate of a face area image sequence corresponding to the video frame sequence according to an input frame rate of the convolutional neural network, where the face area image sequence is an image sequence obtained according to each face area image corresponding to the video frame sequence;
and the feature extraction submodule is used for inputting the face region image sequence with the frame rate adjusted into the convolutional neural network to obtain the features of the skin regions in the face region images in the face region image sequence.
6. The apparatus of claim 4, further comprising:
the training module is used for training the convolutional neural network and the fully-connected neural network by adopting a training data set, wherein the training data set comprises a human face video frame sequence and a heart rate corresponding to the human face video frame sequence.
7. A heart rate detection device, comprising:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to perform the method of any one of claims 1 to 4.
8. A non-transitory computer readable storage medium having computer program instructions stored thereon, wherein the computer program instructions, when executed by a processor, implement the method of any of claims 1 to 4.
CN201711091442.1A 2017-11-08 2017-11-08 Heart rate detection method and device Active CN107692997B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711091442.1A CN107692997B (en) 2017-11-08 2017-11-08 Heart rate detection method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711091442.1A CN107692997B (en) 2017-11-08 2017-11-08 Heart rate detection method and device

Publications (2)

Publication Number Publication Date
CN107692997A CN107692997A (en) 2018-02-16
CN107692997B true CN107692997B (en) 2020-04-21

Family

ID=61179357

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711091442.1A Active CN107692997B (en) 2017-11-08 2017-11-08 Heart rate detection method and device

Country Status (1)

Country Link
CN (1) CN107692997B (en)

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108968920A (en) * 2018-07-12 2018-12-11 维沃移动通信有限公司 A kind of data detection method and electronic equipment
CN109938718A (en) * 2019-03-18 2019-06-28 深圳和而泰数据资源与云技术有限公司 A kind of heart rate information monitoring method, device, inflatable neck pillow and system
CN109846469B (en) * 2019-04-16 2021-05-04 合肥工业大学 Non-contact heart rate measurement method based on convolutional neural network
CN111407245B (en) * 2020-03-19 2021-11-02 南京昊眼晶睛智能科技有限公司 Non-contact heart rate and body temperature measuring method based on camera
CN111626182B (en) * 2020-05-25 2021-03-26 浙江大学 Method and system for accurately detecting human heart rate and facial blood volume based on video
CN111797794A (en) * 2020-07-13 2020-10-20 中国人民公安大学 Facial dynamic blood flow distribution detection method
CN112200162B (en) * 2020-12-03 2021-02-23 中国科学院自动化研究所 Non-contact heart rate measuring method, system and device based on end-to-end network
CN112826483B (en) * 2021-01-08 2022-03-08 中国科学院自动化研究所 Fingertip video-based heart rate detection method, system and device
CN113197558B (en) * 2021-03-26 2022-06-17 中南大学 Heart rate and respiratory rate detection method and system and computer storage medium
CN113892930B (en) * 2021-12-10 2022-04-22 之江实验室 Facial heart rate measuring method and device based on multi-scale heart rate signals
JP2023166041A (en) * 2022-05-08 2023-11-20 知行 宍戸 Ai skin analysis method, device or system, and skin unit identification ai model training method or skin feature analysis ai model training method as well as learned skin unit identification ai model or learned skin feature analysis ai model
JP7348448B1 (en) 2022-06-01 2023-09-21 株式会社 サティス製薬 AI skin moisture analysis method, device, or system and trained AI skin moisture analysis model

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104699931A (en) * 2013-12-09 2015-06-10 广州华久信息科技有限公司 Neural network blood pressure prediction method and mobile phone based on human face
CN105989357A (en) * 2016-01-18 2016-10-05 合肥工业大学 Human face video processing-based heart rate detection method
CN106031631A (en) * 2015-03-16 2016-10-19 阿里巴巴集团控股有限公司 Method, device, and system for heart rate detection
CN106650694A (en) * 2016-12-30 2017-05-10 江苏四点灵机器人有限公司 Human face recognition method taking convolutional neural network as feature extractor
CN106845395A (en) * 2017-01-19 2017-06-13 北京飞搜科技有限公司 A kind of method that In vivo detection is carried out based on recognition of face

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103793690B (en) * 2014-01-27 2017-08-18 天津科技大学 A kind of human-body biological biopsy method detected based on subcutaneous haematic flow and application
CN205680247U (en) * 2016-04-19 2016-11-09 陈进民 Cell/convolutional neural networks intelligent vision driving fatigue monitoring accelerator

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104699931A (en) * 2013-12-09 2015-06-10 广州华久信息科技有限公司 Neural network blood pressure prediction method and mobile phone based on human face
CN106031631A (en) * 2015-03-16 2016-10-19 阿里巴巴集团控股有限公司 Method, device, and system for heart rate detection
CN105989357A (en) * 2016-01-18 2016-10-05 合肥工业大学 Human face video processing-based heart rate detection method
CN106650694A (en) * 2016-12-30 2017-05-10 江苏四点灵机器人有限公司 Human face recognition method taking convolutional neural network as feature extractor
CN106845395A (en) * 2017-01-19 2017-06-13 北京飞搜科技有限公司 A kind of method that In vivo detection is carried out based on recognition of face

Also Published As

Publication number Publication date
CN107692997A (en) 2018-02-16

Similar Documents

Publication Publication Date Title
CN107692997B (en) Heart rate detection method and device
US20210326587A1 (en) Human face and hand association detecting method and a device, and storage medium
CN108764069B (en) Living body detection method and device
US10452890B2 (en) Fingerprint template input method, device and medium
CN109819229B (en) Image processing method and device, electronic equipment and storage medium
CN110569777B (en) Image processing method and device, electronic device and storage medium
CN111553864B (en) Image restoration method and device, electronic equipment and storage medium
CN109934275B (en) Image processing method and device, electronic equipment and storage medium
CN112465843A (en) Image segmentation method and device, electronic equipment and storage medium
CN111241887B (en) Target object key point identification method and device, electronic equipment and storage medium
CN107944367B (en) Face key point detection method and device
CN108596093B (en) Method and device for positioning human face characteristic points
CN110532957B (en) Face recognition method and device, electronic equipment and storage medium
EP3113071A1 (en) Method and device for acquiring iris image
CN111243011A (en) Key point detection method and device, electronic equipment and storage medium
CN110933488A (en) Video editing method and device
CN110928627A (en) Interface display method and device, electronic equipment and storage medium
CN112184787A (en) Image registration method and device, electronic equipment and storage medium
CN108174269B (en) Visual audio playing method and device
CN111523346A (en) Image recognition method and device, electronic equipment and storage medium
CN113850275A (en) Image processing method, image processing device, electronic equipment and storage medium
CN112102300A (en) Counting method and device, electronic equipment and storage medium
CN110121115B (en) Method and device for determining wonderful video clip
CN110333903B (en) Method and device for determining page loading duration
CN110969569A (en) Method and device for generating test-mirror video

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
GR01 Patent grant
GR01 Patent grant