WO2020147098A1 - Ground vibration signal-based human body fall detection system - Google Patents

Ground vibration signal-based human body fall detection system Download PDF

Info

Publication number
WO2020147098A1
WO2020147098A1 PCT/CN2019/072282 CN2019072282W WO2020147098A1 WO 2020147098 A1 WO2020147098 A1 WO 2020147098A1 CN 2019072282 W CN2019072282 W CN 2019072282W WO 2020147098 A1 WO2020147098 A1 WO 2020147098A1
Authority
WO
WIPO (PCT)
Prior art keywords
signal
fall
vibration
vibration signal
detection method
Prior art date
Application number
PCT/CN2019/072282
Other languages
French (fr)
Chinese (zh)
Inventor
伍楷舜
陈文强
王璐
陈鸿杰
黄彦道
Original Assignee
深圳大学
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 深圳大学 filed Critical 深圳大学
Priority to PCT/CN2019/072282 priority Critical patent/WO2020147098A1/en
Publication of WO2020147098A1 publication Critical patent/WO2020147098A1/en

Links

Images

Classifications

    • AHUMAN NECESSITIES
    • A61MEDICAL OR VETERINARY SCIENCE; HYGIENE
    • A61BDIAGNOSIS; SURGERY; IDENTIFICATION
    • A61B5/00Measuring for diagnostic purposes; Identification of persons
    • AHUMAN NECESSITIES
    • A61MEDICAL OR VETERINARY SCIENCE; HYGIENE
    • A61BDIAGNOSIS; SURGERY; IDENTIFICATION
    • A61B5/00Measuring for diagnostic purposes; Identification of persons
    • A61B5/103Detecting, measuring or recording devices for testing the shape, pattern, colour, size or movement of the body or parts thereof, for diagnostic purposes
    • A61B5/11Measuring movement of the entire body or parts thereof, e.g. head or hand tremor, mobility of a limb
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01HMEASUREMENT OF MECHANICAL VIBRATIONS OR ULTRASONIC, SONIC OR INFRASONIC WAVES
    • G01H17/00Measuring mechanical vibrations or ultrasonic, sonic or infrasonic waves, not provided for in the preceding groups

Definitions

  • the invention relates to the field of information processing technology and intelligent perception, and in particular to a method and system for detecting a human body fall based on ground vibration signals.
  • the global population aging trend is irreversible. According to United Nations statistics, as of 2017, there are more than 960 million people over the age of 60 in the world, and it is expected that this number will double to 2.1 billion in 2050. For the elderly, falling is a health-threatening event they face every day. According to statistics from the World Health Organization, one-third of the elderly over the age of 65 falls at least once a year. And 60% of falls occur at home. Therefore, we urgently need to invent a method and system that is convenient, effective and can automatically detect the fall of the elderly.
  • the existing fall detection methods are mainly vision-based, wearable device-based and wireless signal-based. Vision-based detection methods can effectively detect fall events, but there are major privacy issues.
  • the fall detection system based on wearable devices uses the inertial sensors in the device to detect whether the user has fallen. However, it is not user-friendly to carry the device, especially the elderly in the home environment. Keep the device worn on the body, once the device is taken off, the test will fail. Although the fall detection method based on radio communication technology does not require the user to wear the device, the high false alarm rate has been criticized for a long time, and the multipath effect of the signal also makes it difficult to work normally in the complex and dynamic home environment.
  • the present invention proposes to use geophones to collect ground vibration signals and process them through information technology to achieve a more accurate, low false alarm rate, no privacy risk, no user training, and no wearable equipment for human fall detection.
  • the method and system specifically adopt the following technical solutions:
  • a human fall detection method based on ground vibration signals includes the following steps:
  • S2 Perform filtering and noise reduction and end-point segmentation processing on the collected vibration signal to determine the starting point and ending point of the effective vibration signal;
  • S6 Use ground vibration signals during actual use as test data, and process the test data by processing training data;
  • S8 Use the EoA positioning algorithm to track the coordinates in a short period of time. If the target moving range is less than the threshold, it is confirmed as a fall for the second time, otherwise it is not a fall.
  • the effective vibration signal after the end point segmentation is aligned by the overall cross-correlation method, and the specific operation of the alignment processing is to calculate the offset between the two effective vibration signals, Then move the current effective vibration signal, and only take the integral part common between the two vibration signals after the movement.
  • O(A,B) P(A,B)-n to calculate the offset O(A,B) between two effective vibration signals, where a and b represent the effective vibration of two signal lengths n Signal, a(i) represents the amplitude of the i-th point of the effective vibration signal a, b(i) represents the amplitude of the i-th point of the effective vibration signal b, and C(a,b) represents the effective vibration signal a and The correlation degree of the effective vibration signal b; A means that the length of the part of the effective vibration signal a on both sides is filled with zero, and then a first signal with a length of 3n is obtained; B is the effective vibration signal b of length n; P(A ,B) represents the signal position of length n with the highest correlation between the first signal A and the second signal B; O(A,B) is the calculated offset between the first signal A and the second signal B .
  • step S4 after the effective vibration signals from the three geophones are superimposed, they are processed by a pre-emphasis filter, and then the signals are decomposed into multiple layers of different frequency components through discrete wavelet transform, respectively.
  • the number of states of the hidden Markov model in step S5 is 7
  • the initial state is 1
  • the output observation probability function of each state is composed of multiple Gaussian mixture functions, where the number of Gaussian mixture functions It is equal to the number of layers decomposed by discrete wavelet transform in step S4, and each Gaussian mixture function has 3 Gaussian components.
  • step S7 the probability that the test data is a fall signal is calculated based on the hidden Markov model obtained in step S5, and if it is greater than the threshold, the second confirmation is performed through step S8, otherwise directly It is not considered a fall.
  • the EoA positioning algorithm full name Energy-of-Arrival
  • Amp 0 represents the initial amplitude of the vibration signal
  • d represents the distance the vibration propagates
  • is the attenuation coefficient based on the propagation medium
  • the logarithmic value of, the coordinate position of the vibration source can be solved by the above formula.
  • the EoA positioning algorithm calculates the coordinate position of the suspected fall after the test data is recognized as a suspicious fall by the hidden Markov model, and then continues to calculate the coordinates of the target within a short period of time , If the displacement exceeds the set threshold, it indicates that the user can move normally and is not considered a fall; otherwise, the second confirmation is passed and it is confirmed as a fall.
  • a Butterworth filter is used to perform filtering and noise reduction processing on the collected vibration signal, and a high-pass filter with a cut-off frequency of 10 Hz is used to filter out DC components and low-frequency noise.
  • the entire segment of the vibration signal is divided into frames first, and then the variance of each frame signal is used as the criterion.
  • the variance of a certain frame signal exceeds the given value
  • the threshold it is considered that an effective vibration signal appears, and the signal of a certain length before and after the frame signal is taken as the vibration signal after the end point is cut.
  • a human fall detection system is characterized by comprising three geophones and a processor, and the processor executes the above-mentioned human fall detection method based on ground vibration signals.
  • the invention realizes real-time monitoring of falls based on ground vibration, calculates the probability that the vibration signal is a fall through the hidden Markov model, and then combines the positioning algorithm EoA to perform secondary confirmation.
  • the fall recognition is accurate and the false alarm rate is low, so Injuries caused by falls can be treated in time, which solves the problems of poor robustness, troublesome wearable devices, accuracy problems, and privacy hazards in the prior art, and improves user experience.
  • the detection method of the present invention is novel, convenient and reliable, and can meet various requirements. It is widely used and low-cost for the use of living environment.
  • Fig. 1 is a flow chart of the human body fall detection method of the present invention.
  • Figure 2 is an external view of the geophone of the present invention.
  • FIG. 3 is a schematic diagram of the simulation of the effect of the present invention before the effective vibration signal alignment processing after the end point is segmented.
  • FIG. 4 is a schematic diagram of the simulation of the effect of the present invention after the effective vibration signal alignment processing after the end point is segmented.
  • FIG. 5 is a schematic diagram of the EoA algorithm of the present invention.
  • the present invention provides a fall detection method based on hidden Markov model and EoA algorithm, including the following steps:
  • Step S1 arranging a geophone (or other sensor capable of detecting vibration) in the corner of the use environment, detecting the vibration signal acting on the ground when the human body falls and converting it into an analog electrical signal, and then converting the above analog electrical signal
  • three geophones can be specifically used.
  • Figure 2 shows the appearance of the geophone.
  • a Butterworth filter is used to perform filtering and noise reduction processing on the collected vibration signal using a band-pass filter with a frequency band greater than 10 Hz. More specifically, this embodiment uses a high-pass filter with a cut-off frequency of 10 Hz to filter out the DC component and Low frequency noise.
  • the end-point segmentation processing is also called end-point detection processing. It is executed by the cut-off algorithm in the computer program to determine the starting point and the end point of the effective vibration signal.
  • the processing process is to first divide the entire segment of the vibration signal into frames, and then use each The variance of the frame signal is used as the criterion. When the variance of a frame signal exceeds a given threshold, it is considered that a valid vibration signal appears, and the signal of a certain length before and after the frame signal is taken as the vibration signal after the end segment is cut.
  • the vibration signal is also called effective vibration signal.
  • the given threshold can be customized according to the needs of the user, or can be based on the numerical value in the training library of the sample as a reference value.
  • Step S3 align the effective vibration signals after the end segment is cut by the general cross correlation method (GCC).
  • GCC general cross correlation method
  • the specific operation of the alignment processing is to calculate the offset between the two effective vibration signals, and then Move the current effective vibration signal, and only take the integral part common between the two effective vibration signals after moving.
  • the alignment processing described in this embodiment can align all effective vibration signals, which is beneficial to the improvement of the classification accuracy of the machine learning algorithm.
  • the simulation effect diagrams before and after the alignment processing are shown in Figures 3 and 4, which shows that , After the cut signal is processed by GCC, it is further aligned in the time series to facilitate more accurate judgment of the fall signal.
  • Step S4 superimpose the aligned signals from the three geophones after one vibration, process the pre-emphasis filter, and then perform discrete wavelet transform to extract the energy intensity of the vibration signal in different frequency domains and different times as the extracted signal feature.
  • step S5 the extracted characteristic signals are formed into a training set for training the hidden Markov model; during training, only falling ground vibration signals from other people (such as volunteers or participants) are used as the training set.
  • the number of transition states of the hidden Markov model is 7, and the initial state is 1, and the output observation probability function of each state is composed of several Gaussian mixture functions containing multiple Gaussian components.
  • the number of Gaussian mixture functions is Step S4 Discrete wavelet transform has the same number of layers.
  • the relevant parameters are initialized according to the training set, namely the initial state probability, state transition probability and output observation probability, and an initial hidden Markov model is obtained. Then use the baum-welch algorithm to optimize the parameters of the model based on the training set. After each optimization, all samples in the training set will be calculated one by one through the viterbi algorithm to match the model (that is, the probability of falling. In fact, the result is It is not probability.
  • the calculation process takes the logarithmic operation, so the result is a negative value), and records it; then from the second call to the baum-welch algorithm for optimization, compare the optimization results What is the difference between the total matching degree of the training set and the model (that is, the probability of falling) and the difference after the last optimization. If it is less than the threshold, it means that the training has converged and jumped out of the loop.
  • the trained hidden Markov model is obtained. For the subsequent test samples, you only need to use the viterbi algorithm to calculate the degree of matching with the model (that is, the probability of falling).
  • step S6 the ground vibration signal during actual use is used as test data, and the test data is processed by the method of processing training data; in actual use, the test data is collected in the same manner as steps S1, S2, S3, and S4.
  • Step S7 Calculate the probability that the test data is a fall based on the hidden Markov model obtained in Step S5. If the above probability is greater than the threshold, proceed to Step S8 for a second confirmation; otherwise, it is directly confirmed that it is not a fall;
  • Step S8 Calculate the target position when the suspicious fall event occurs and within a short period of time after the suspicious fall event occurs through the EoA positioning algorithm, and perform coordinate tracking on the target. If a movement exceeding the threshold occurs, the warning is cancelled; otherwise, the second confirmation is successful and the confirmation is fall.
  • Amp 0 represents the initial amplitude of the vibration signal
  • d represents the distance of vibration propagation
  • is the attenuation coefficient based on the propagation medium.
  • c 1 , c 2 can be obtained based on the ⁇ obtained in advance and the obtained energy ratio, so that the position of the vibration source can be obtained and the positioning can be realized.
  • the trained hidden Markov model is combined with the EoA algorithm, and then the hidden Markov model can be used for fall detection.
  • the vibration signal is detected in real time by the geophone. When a fall event occurs or other actions (such as things Falling, etc.) will generate a vibration signal with greater energy.
  • the system detects the vibration signal, takes out the vibration signal and filters the vibration signal for denoising, endpoint detection, GCC alignment and signal feature extraction, and the vibration signal
  • the generated signal features are used as the input of the hidden Markov model, and the result returned by the hidden Markov model is obtained.
  • the signal suspected of falling is confirmed by the EoA algorithm for a second time, and finally a conclusion is drawn.
  • This example also provides a fall detection system based on the hidden Markov model and the EoA algorithm, and adopts the fall detection method based on the hidden Markov model and the EoA algorithm as described above.

Landscapes

  • Health & Medical Sciences (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Physics & Mathematics (AREA)
  • Surgery (AREA)
  • General Health & Medical Sciences (AREA)
  • Engineering & Computer Science (AREA)
  • Biomedical Technology (AREA)
  • Heart & Thoracic Surgery (AREA)
  • Medical Informatics (AREA)
  • Molecular Biology (AREA)
  • Biophysics (AREA)
  • Animal Behavior & Ethology (AREA)
  • Pathology (AREA)
  • Public Health (AREA)
  • Veterinary Medicine (AREA)
  • Physiology (AREA)
  • Dentistry (AREA)
  • Oral & Maxillofacial Surgery (AREA)
  • General Physics & Mathematics (AREA)
  • Geophysics And Detection Of Objects (AREA)

Abstract

A ground vibration signal-based human body fall detection method and human body fall detection system, the method comprising: three geophones collecting ground vibration signals (S1); performing filtering noise reduction and endpoint segmentation processing on the collected vibration signals (S2); performing an alignment processing on the vibration signals after endpoint segmentation (S3); performing signal feature extraction on the aligned vibration signals (S4); grouping the extracted feature signals into a training set and training to obtain a hidden Markov model (S5); using ground vibration signals during actual use as test data to detect whether the test data are valid vibration signals, and then processing the test data by using a method of processing training data (S6); on the basis of the hidden Markov model, calculating the probability that the test data are fall signals, and if the probability is greater than a threshold, entering a second confirmation stage, otherwise directly determining that the test data are not related to a fall (S7); by means of an EoA positioning algorithm, calculating the displacement of a target within a short period of time after a suspected fall, and if the movement distance is less than a threshold, a fall is confirmed for a second time, otherwise determining that a fall has not occurred (S8). The described detection method uses the hidden Markov model to calculate the probability of vibration signals being related to a fall, and then uses an EoA positioning algorithm to perform second confirmation, thus fall recognition is accurate and the rate of false alarms is low. In addition, a worn device is not required, privacy is protected and user experience is improved.

Description

基于地面振动信号的人体摔倒检测系统Human fall detection system based on ground vibration signal 技术领域Technical field
本发明涉及信息处理技术与智能感知领域,尤其涉及基于地面振动信号的人体摔倒检测方法及系统。The invention relates to the field of information processing technology and intelligent perception, and in particular to a method and system for detecting a human body fall based on ground vibration signals.
背景技术Background technique
全球范围的人口老龄化趋势无可逆转,据联合国统计,截止2017年,全球60岁以上的人口超过9.6亿人,并预计在2050年,这个数字将会翻倍,达21亿人。对于老人来说,摔倒是他们每天都要面临的威胁健康的事件。根据世界卫生组织统计,有三分之一的65岁以上的老年人每年至少摔倒一次。而且有60%的摔倒事件发生在家中。因此,我们迫切需要发明一种方便、有效且能自动检测老年人摔倒的方法及系统。现有的摔倒检测方法主要是有基于视觉的、基于可穿戴设备的和基于无线信号的。基于视觉的检测方法可以有效地检测摔倒事件,但存在较大隐私问题,针对地面湿滑、摔倒事件高发地的浴室等敏感环境也难以部署,此外摄像头也存在视觉死角,且在黑暗环境下无法工作;而基于可穿戴设备的摔倒检测系统,利用设备中的惯性传感器能检测用户是否摔倒,不过随身携带设备对用户并不友好,特别是家居环境中的老年人,无法时刻都保持设备的随身佩戴,一旦脱下设备则检测失效。基于无线电通信技术的摔倒检测方法虽然不需要用户佩戴设备,但高误报率长期以来一直受到诟病,信号的多径效应也使其难以在复杂、动态变化的的家庭环境中正常工作。The global population aging trend is irreversible. According to United Nations statistics, as of 2017, there are more than 960 million people over the age of 60 in the world, and it is expected that this number will double to 2.1 billion in 2050. For the elderly, falling is a health-threatening event they face every day. According to statistics from the World Health Organization, one-third of the elderly over the age of 65 falls at least once a year. And 60% of falls occur at home. Therefore, we urgently need to invent a method and system that is convenient, effective and can automatically detect the fall of the elderly. The existing fall detection methods are mainly vision-based, wearable device-based and wireless signal-based. Vision-based detection methods can effectively detect fall events, but there are major privacy issues. It is also difficult to deploy for sensitive environments such as wet floors and bathrooms where fall incidents are high. In addition, the camera also has visual blind spots and is in a dark environment. The fall detection system based on wearable devices uses the inertial sensors in the device to detect whether the user has fallen. However, it is not user-friendly to carry the device, especially the elderly in the home environment. Keep the device worn on the body, once the device is taken off, the test will fail. Although the fall detection method based on radio communication technology does not require the user to wear the device, the high false alarm rate has been criticized for a long time, and the multipath effect of the signal also makes it difficult to work normally in the complex and dynamic home environment.
发明内容Summary of the invention
为了解决上述技术问题,本发明提出利用地震检波器采集地面振动信号,通过信息技术处理以实现一种更加准确、低误报率、无隐私风险、免用户训练且免穿戴设备的人体摔倒检测方法及系统,具体采用了如下技术方案:In order to solve the above technical problems, the present invention proposes to use geophones to collect ground vibration signals and process them through information technology to achieve a more accurate, low false alarm rate, no privacy risk, no user training, and no wearable equipment for human fall detection. The method and system specifically adopt the following technical solutions:
一种基于地面振动信号的人体摔倒检测方法,包括以下步骤:A human fall detection method based on ground vibration signals includes the following steps:
S1,三个地震检波器采集地面振动信号;S1: Three geophones collect ground vibration signals;
S2,对采集的振动信号进行滤波降噪和端点切段处理,确定有效振动信号起始点和结束点;S2: Perform filtering and noise reduction and end-point segmentation processing on the collected vibration signal to determine the starting point and ending point of the effective vibration signal;
S3,对端点切段后的有效振动信号进行对齐处理;S3, aligning the effective vibration signal after the end point is cut;
S4,对三个地震检波器的有效振动信号进行叠加,然后进行信号特征提取;S4, superimpose the effective vibration signals of the three geophones, and then perform signal feature extraction;
S5,将提取到的特征信号组成训练集用于训练隐马尔可夫模型;S5, forming a training set of the extracted feature signals to train a hidden Markov model;
S6,以实际使用时的地面振动信号作为测试数据,以处理训练数据的方法处理测试数据;S6: Use ground vibration signals during actual use as test data, and process the test data by processing training data;
S7,基于隐马尔可夫模型计算摔倒的概率,若上述大于阈值则进行二次确认,否则不认定为摔倒;S7: Calculate the probability of falling based on the Hidden Markov Model, and if the above is greater than the threshold, perform a second confirmation, otherwise it is not recognized as a fall;
S8,通过EoA定位算法对短暂时间段内进行坐标跟踪,若目标移动范围小于阈值,则二次确认为摔倒,否则不为摔倒。S8: Use the EoA positioning algorithm to track the coordinates in a short period of time. If the target moving range is less than the threshold, it is confirmed as a fall for the second time, otherwise it is not a fall.
作为一种优选,所述步骤S3中,通过总体互相关法对端点切段后的有效振动信号进行对齐处理,所述对齐处理的具体操作是计算两个有效振动信号之间的偏移量,然后对当前有效振动信号进行移动,移动完之后只取两个振动信号之间共有的完整部分。As a preference, in the step S3, the effective vibration signal after the end point segmentation is aligned by the overall cross-correlation method, and the specific operation of the alignment processing is to calculate the offset between the two effective vibration signals, Then move the current effective vibration signal, and only take the integral part common between the two vibration signals after the movement.
作为一种优选,所述步骤S3中,通过公式As a preference, in the step S3, the formula
Figure PCTCN2019072282-appb-000001
Figure PCTCN2019072282-appb-000001
以及O(A,B)=P(A,B)-n计算两个有效振动信号之间的偏移量O(A,B),其中,a和b代表两个信号长度为n的有效振动信号,a(i)表示有效振动信号a的第i个点的振幅大小,b(i)表示有效振动信号b的第i个点的振幅大小,C(a,b)表示有效振动信号a和有效振动信号b的相关度;A表示对有效振动信号a两边长度为n的部分进行补零,进而获得的一个长度为3n的第一信号;B表示长度n的有效振动信号b;P(A,B)表示第一信号A中与第二信号B相关度最高的长度为n的信号位置;O(A,B)为计算所得的第一信号A与第二信号B之间的偏移量。And O(A,B)=P(A,B)-n to calculate the offset O(A,B) between two effective vibration signals, where a and b represent the effective vibration of two signal lengths n Signal, a(i) represents the amplitude of the i-th point of the effective vibration signal a, b(i) represents the amplitude of the i-th point of the effective vibration signal b, and C(a,b) represents the effective vibration signal a and The correlation degree of the effective vibration signal b; A means that the length of the part of the effective vibration signal a on both sides is filled with zero, and then a first signal with a length of 3n is obtained; B is the effective vibration signal b of length n; P(A ,B) represents the signal position of length n with the highest correlation between the first signal A and the second signal B; O(A,B) is the calculated offset between the first signal A and the second signal B .
作为一种优选,所述步骤S4中,将来自三个地震检波器的有效振动信号叠加后,通过预加重滤波器处理,然后通过离散小波变换将信号分解为多层不同的频率分量,分别以一定的时间间隔计算出对应的能量,最后通过公式Feature=10log 10E得到时域和频域上的能量特征,其中,E为初步求得的不同频率层次上每个时间间隔的能量,Feature为经过对数转换后对应的特征。 As a preference, in the step S4, after the effective vibration signals from the three geophones are superimposed, they are processed by a pre-emphasis filter, and then the signals are decomposed into multiple layers of different frequency components through discrete wavelet transform, respectively. The corresponding energy is calculated at a certain time interval, and finally the energy characteristics in the time domain and the frequency domain are obtained by the formula Feature=10log 10 E, where E is the energy of each time interval at different frequency levels obtained initially, and Feature is The corresponding feature after logarithmic transformation.
作为一种优选,所述步骤S5的隐马尔可夫模型的状态数为7,初始状态为1,每个状态的输出观测概率函数都由多个高斯混合函数构成,其中高斯混合函数的个数等于步骤S4中离散小波变换分解的层数,每个高斯混合函数具备3个高斯分量。As a preference, the number of states of the hidden Markov model in step S5 is 7, the initial state is 1, and the output observation probability function of each state is composed of multiple Gaussian mixture functions, where the number of Gaussian mixture functions It is equal to the number of layers decomposed by discrete wavelet transform in step S4, and each Gaussian mixture function has 3 Gaussian components.
作为一种优选,其特征在于,所述步骤S7中,基于步骤S5得到的隐马尔可夫模型计算测试数据为摔倒信号的概率,若其大于阈值则通过步骤S8进行二次确认,否则直接认定不为摔倒。As a preference, it is characterized in that, in the step S7, the probability that the test data is a fall signal is calculated based on the hidden Markov model obtained in step S5, and if it is greater than the threshold, the second confirmation is performed through step S8, otherwise directly It is not considered a fall.
作为一种优选,其特征在于,所述步骤S8中,采用了本发明提出的EoA定位算法(全称为Energy‐of‐Arrival)进行定位,其基于信号衰减模型Amp(d)=Amp 0e -α×d,其中Amp 0代表振动信号的初始振幅,d表示振动传播的距离,α为基于传播介质的衰减系数,则有如下公式: As a preference, it is characterized in that, in the step S8, the EoA positioning algorithm (full name Energy-of-Arrival) proposed by the present invention is used for positioning, which is based on the signal attenuation model Amp(d)=Amp 0 e − α×d , where Amp 0 represents the initial amplitude of the vibration signal, d represents the distance the vibration propagates, and α is the attenuation coefficient based on the propagation medium, then the following formula:
Figure PCTCN2019072282-appb-000002
Figure PCTCN2019072282-appb-000002
Figure PCTCN2019072282-appb-000003
Figure PCTCN2019072282-appb-000003
其中d 1,d 2,d 3分别振动源到三个检波器A,B,C的距离,ln E AB=-2α(d 1-d 2)为A、B检波器接收到的信号能量比的对数值,通过上述公式即可求解振动源的坐标位置。 Among them, d 1 , d 2 , and d 3 are the distances from the vibration source to the three detectors A, B, C, and ln E AB = -2α (d 1 -d 2 ) is the ratio of signal energy received by the A and B detectors The logarithmic value of, the coordinate position of the vibration source can be solved by the above formula.
作为一种优选,所述步骤S8中,EoA定位算法在测试数据被隐马尔可夫模型识别为可疑摔倒后,计算出疑似摔倒的坐标位置,然后在短暂时间段内继续计算目标的坐标,若位移超过设定阈值,则表明用户能正常活动,认定不为摔倒;否则,二次确认通过,确认为摔倒。As a preference, in the step S8, the EoA positioning algorithm calculates the coordinate position of the suspected fall after the test data is recognized as a suspicious fall by the hidden Markov model, and then continues to calculate the coordinates of the target within a short period of time , If the displacement exceeds the set threshold, it indicates that the user can move normally and is not considered a fall; otherwise, the second confirmation is passed and it is confirmed as a fall.
作为一种优选,所述步骤S2中,采用巴特沃兹滤波器对采集的振动信号进行滤波降噪处理,使用截止频率为10hz的高通滤波滤除直流分量和低频噪音。As a preference, in the step S2, a Butterworth filter is used to perform filtering and noise reduction processing on the collected vibration signal, and a high-pass filter with a cut-off frequency of 10 Hz is used to filter out DC components and low-frequency noise.
作为一种优选,所述步骤S2中,所述端点切段处理中,先对整段振动信号进行分帧处理,然后采用每帧信号的方差作为判断标准,当某一帧信号的方差超过给定阈值时,则认为有效振动信号出现,取出该帧信号前后一定长度的信号作为端点切段后的振动信号。As a preference, in the step S2, in the end-point segmentation processing, the entire segment of the vibration signal is divided into frames first, and then the variance of each frame signal is used as the criterion. When the variance of a certain frame signal exceeds the given value When the threshold is set, it is considered that an effective vibration signal appears, and the signal of a certain length before and after the frame signal is taken as the vibration signal after the end point is cut.
一种人体摔倒检测系统,其特征在于,包括三个地震检波器及处理器,所述处理器执行上述基于地面振动信号的人体摔倒检测方法。A human fall detection system is characterized by comprising three geophones and a processor, and the processor executes the above-mentioned human fall detection method based on ground vibration signals.
本发明基于地面振动实现针对摔倒的实时监测,通过隐马尔可夫模型计算振动信号为摔倒的概率再结合定位算法EoA进行二次确认,对摔倒的识别准确且误报率低,令摔倒所致伤害能得到及时救治,解决了现有技术中鲁棒性差,穿戴设备麻烦,精度问题以及隐私隐患问题,提升了用户体验,本发明的检测方式新颖且方便可靠,能够满足各类生活起居环境的使用需求,应用广泛,低成本。The invention realizes real-time monitoring of falls based on ground vibration, calculates the probability that the vibration signal is a fall through the hidden Markov model, and then combines the positioning algorithm EoA to perform secondary confirmation. The fall recognition is accurate and the false alarm rate is low, so Injuries caused by falls can be treated in time, which solves the problems of poor robustness, troublesome wearable devices, accuracy problems, and privacy hazards in the prior art, and improves user experience. The detection method of the present invention is novel, convenient and reliable, and can meet various requirements. It is widely used and low-cost for the use of living environment.
附图说明BRIEF DESCRIPTION
图1是本发明人体摔倒检测方法的流程图。Fig. 1 is a flow chart of the human body fall detection method of the present invention.
图2是本发明地震检波器的外观图。Figure 2 is an external view of the geophone of the present invention.
图3是本发明对端点切段后的有效振动信号对齐处理前的效果仿真示意图。FIG. 3 is a schematic diagram of the simulation of the effect of the present invention before the effective vibration signal alignment processing after the end point is segmented.
图4是本发明对端点切段后的有效振动信号对齐处理后的效果仿真示意图。FIG. 4 is a schematic diagram of the simulation of the effect of the present invention after the effective vibration signal alignment processing after the end point is segmented.
图5是本发明EoA算法的原理图。Figure 5 is a schematic diagram of the EoA algorithm of the present invention.
具体实施方式detailed description
为了使本发明的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本发明进行进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。In order to make the objectives, technical solutions and advantages of the present invention clearer, the present invention will be further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are only used to explain the present invention and are not intended to limit the present invention.
下面结合附图,对本发明的较优的实施例作进一步的详细说明。The preferred embodiments of the present invention will be further described in detail below in conjunction with the accompanying drawings.
如图1所示,本发明提供基于隐马尔可夫模型与EoA算法的摔倒检测方法,包括以下步骤:As shown in Figure 1, the present invention provides a fall detection method based on hidden Markov model and EoA algorithm, including the following steps:
步骤S1,将地震检波器(或其他可检测振动的传感器)布置于使用环境的角落,检测人体摔倒时作用于地面的振动信号并将其转化为模拟电信号,再将上述模拟电信号转化为可供处理的数字信号,具体可采用三个地震检波器,图2所示的就是地震检波器的外观图。Step S1, arranging a geophone (or other sensor capable of detecting vibration) in the corner of the use environment, detecting the vibration signal acting on the ground when the human body falls and converting it into an analog electrical signal, and then converting the above analog electrical signal For digital signals that can be processed, three geophones can be specifically used. Figure 2 shows the appearance of the geophone.
步骤S2,采用巴特沃兹滤波器使用频段大于10hz的带通滤波对采集的上述振动信号进行滤波降噪处理,更为具体的,本实施例使用截止频率为10hz的高通滤波滤除直流分量和低频噪音。In step S2, a Butterworth filter is used to perform filtering and noise reduction processing on the collected vibration signal using a band-pass filter with a frequency band greater than 10 Hz. More specifically, this embodiment uses a high-pass filter with a cut-off frequency of 10 Hz to filter out the DC component and Low frequency noise.
所述端点切段处理也称为端点检测处理,通过电脑程序中的切断算法执行,确定有效振 动信号起始点和结束点,其处理过程为先对整段振动信号进行分帧处理,然后采用每帧信号的方差作为判断标准,当某一帧信号的方差超过给定阈值时,则认为有效振动信号出现,取出该帧信号前后一定长度的信号作为端点切段后的振动信号,端点切段后的振动信号也称为有效振动信号。该给定阈值可以根据用户的需求进行自定义设置,也可以根据样本的训练库中的数值作为参考值。The end-point segmentation processing is also called end-point detection processing. It is executed by the cut-off algorithm in the computer program to determine the starting point and the end point of the effective vibration signal. The processing process is to first divide the entire segment of the vibration signal into frames, and then use each The variance of the frame signal is used as the criterion. When the variance of a frame signal exceeds a given threshold, it is considered that a valid vibration signal appears, and the signal of a certain length before and after the frame signal is taken as the vibration signal after the end segment is cut. The vibration signal is also called effective vibration signal. The given threshold can be customized according to the needs of the user, or can be based on the numerical value in the training library of the sample as a reference value.
步骤S3,通过总体互相关法(general cross correlation,GCC)对端点切段后的有效振动信号进行对齐处理,所述对齐处理的具体操作为计算两个有效振动信号之间的偏移量,然后对当前的有效振动信号进行移动,移动完之后只取两个有效振动信号之间共有的完整部分。本实施例所述对齐处理处理能够将所有有效振动信号对齐,有利于机器学习算法分类精度的提升,其对齐处理前和对齐处理后的仿真效果图如图3和图4所示,由此可知,切断信号在经过GCC处理后,在时间序列上得到进一步对齐,以便于更加精准的判断摔倒信号。Step S3: align the effective vibration signals after the end segment is cut by the general cross correlation method (GCC). The specific operation of the alignment processing is to calculate the offset between the two effective vibration signals, and then Move the current effective vibration signal, and only take the integral part common between the two effective vibration signals after moving. The alignment processing described in this embodiment can align all effective vibration signals, which is beneficial to the improvement of the classification accuracy of the machine learning algorithm. The simulation effect diagrams before and after the alignment processing are shown in Figures 3 and 4, which shows that , After the cut signal is processed by GCC, it is further aligned in the time series to facilitate more accurate judgment of the fall signal.
本例所述步骤S3中,通过公式
Figure PCTCN2019072282-appb-000004
Figure PCTCN2019072282-appb-000005
以及O(A,B)=P(A,B)-n计算两个有效振动信号之间的偏移量O(A,B),其中,a和b代表长度为n的两个有效振动信号,a(i)表示有效振动信号a的第i个点的振幅大小,b(i)表示有效振动信号b的第i个点的振幅大小,C(a,b)表示有效振动信号a和有效振动信号b的相关度;第一信号A表示对有效振动信号a两边长度为n的部分进行补零,进而获得的一个长度为3n的第一信号;第二信号B表示长度n的振动信号b;P(A,B)表示第一信号A中与第二信号B相关度最高的长度为n的信号位置;O(A,B)为计算所得的第一信号A与第二信号B之间的偏移量。
In step S3 in this example, the formula
Figure PCTCN2019072282-appb-000004
Figure PCTCN2019072282-appb-000005
And O(A,B)=P(A,B)-n to calculate the offset O(A,B) between two effective vibration signals, where a and b represent two effective vibration signals of length n , A(i) represents the amplitude of the i-th point of the effective vibration signal a, b(i) represents the amplitude of the i-th point of the effective vibration signal b, and C(a,b) represents the effective vibration signal a and the effective The correlation degree of the vibration signal b; the first signal A represents the zero-filling of the length n on both sides of the effective vibration signal a, and then a first signal with a length of 3n is obtained; the second signal B represents a vibration signal b with a length of n ; P(A, B) represents the signal position of length n with the highest correlation between the first signal A and the second signal B; O(A, B) is the calculated value between the first signal A and the second signal B The offset.
步骤S4,将一次振动后来自三个地震检波器对齐后的信号进行叠加,通过预加重滤波器处理,再经过离散小波变换提取振动信号的不同频域不同时间的能量强度作为提取的信号特征。优选的,所述步骤S4中,通过公式Feature=10log 10E得到时域和频域上的能量特征,其中,E为初步求得的不同频率层次上每个时间间隔的能量,Feature为经过对数转换后的特征信号。 Step S4, superimpose the aligned signals from the three geophones after one vibration, process the pre-emphasis filter, and then perform discrete wavelet transform to extract the energy intensity of the vibration signal in different frequency domains and different times as the extracted signal feature. Preferably, in the step S4, the energy characteristics in the time domain and the frequency domain are obtained by the formula Feature=10log 10 E, where E is the energy of each time interval at different frequency levels obtained preliminarily, and Feature is the passed-pair Characteristic signal after digital conversion.
步骤S5,将提取到的特征信号组成训练集用于训练隐马尔可夫模型;在进行训练时只需来自其他人(如志愿者或参与人员)的摔倒地面振动信号作为训练集。In step S5, the extracted characteristic signals are formed into a training set for training the hidden Markov model; during training, only falling ground vibration signals from other people (such as volunteers or participants) are used as the training set.
具体为隐马尔可夫模型的转移状态数为7,初始状态为1,每个状态的输出观测概率函数都由若干个包含多个高斯分量的高斯混合函数构成,其中高斯混合函数的个数与步骤S4离散 小波变换分解的层数相同。Specifically, the number of transition states of the hidden Markov model is 7, and the initial state is 1, and the output observation probability function of each state is composed of several Gaussian mixture functions containing multiple Gaussian components. The number of Gaussian mixture functions is Step S4 Discrete wavelet transform has the same number of layers.
一开始根据训练集对相关的参数进行初始化,即初始状态概率、状态转移概率和输出观测概率,得到一个初始的隐马尔可夫模型。随后运用baum‐welch算法基于训练集对模型的参数进行优化,每优化一次之后将会对训练集中所有样本逐个通过viterbi算法计算其与模型的匹配程度(即属于摔倒的概率。实际上得出的不是概率,为了提高计算性能,计算过程取对数操作,所以得出的是负值),并记录下来;随后从第二次调用baum‐welch算法进行优化开始,都要比较此次优化后训练集和模型总的匹配程度(即摔倒概率)与上次优化后的差值为多少,若小于阈值,则说明训练收敛,跳出循环。得到了训练完毕的隐马尔可夫模型。后续针对测试样本,只需通过viterbi算法计算其与模型的匹配程度(即为摔倒的概率)即可。At the beginning, the relevant parameters are initialized according to the training set, namely the initial state probability, state transition probability and output observation probability, and an initial hidden Markov model is obtained. Then use the baum-welch algorithm to optimize the parameters of the model based on the training set. After each optimization, all samples in the training set will be calculated one by one through the viterbi algorithm to match the model (that is, the probability of falling. In fact, the result is It is not probability. In order to improve the calculation performance, the calculation process takes the logarithmic operation, so the result is a negative value), and records it; then from the second call to the baum-welch algorithm for optimization, compare the optimization results What is the difference between the total matching degree of the training set and the model (that is, the probability of falling) and the difference after the last optimization. If it is less than the threshold, it means that the training has converged and jumped out of the loop. The trained hidden Markov model is obtained. For the subsequent test samples, you only need to use the viterbi algorithm to calculate the degree of matching with the model (that is, the probability of falling).
步骤S6,以实际使用时的地面振动信号作为测试数据,以处理训练数据的方法处理测试数据;在实际使用情况下,以同步骤S1、S2、S3、S4的方式采集到测试数据。In step S6, the ground vibration signal during actual use is used as test data, and the test data is processed by the method of processing training data; in actual use, the test data is collected in the same manner as steps S1, S2, S3, and S4.
步骤S7,基于步骤S5得到的隐马尔可夫模型计算测试数据为摔倒的概率,若上述概率大于阈值,则进入步骤S8进行二次确认;否则直接确认不为摔倒;Step S7: Calculate the probability that the test data is a fall based on the hidden Markov model obtained in Step S5. If the above probability is greater than the threshold, proceed to Step S8 for a second confirmation; otherwise, it is directly confirmed that it is not a fall;
步骤S8,通过EoA定位算法计算可疑摔倒事件发生时且之后短暂时间段内的目标位置,对目标进行坐标跟踪,若发生了超过阈值的移动,则预警解除;否则二次确认成功,确认为摔倒。Step S8: Calculate the target position when the suspicious fall event occurs and within a short period of time after the suspicious fall event occurs through the EoA positioning algorithm, and perform coordinate tracking on the target. If a movement exceeding the threshold occurs, the warning is cancelled; otherwise, the second confirmation is successful and the confirmation is fall.
具体为基于信号衰减模型Amp(d)=Amp 0e -α×d进行定位计算,示意图如图5。其中Amp 0代表振动信号的初始振幅,d表示振动传播的距离,α为基于传播介质的衰减系数。给定三个地震检波器A、B和C,接收到的信号振幅如下: Specifically, the positioning calculation is performed based on the signal attenuation model Amp(d)=Amp 0 e -α×d , as shown in Figure 5. Among them, Amp 0 represents the initial amplitude of the vibration signal, d represents the distance of vibration propagation, and α is the attenuation coefficient based on the propagation medium. Given three geophones A, B, and C, the received signal amplitude is as follows:
Figure PCTCN2019072282-appb-000006
Figure PCTCN2019072282-appb-000006
Figure PCTCN2019072282-appb-000007
Figure PCTCN2019072282-appb-000007
Figure PCTCN2019072282-appb-000008
Figure PCTCN2019072282-appb-000008
其中,d 1,d 2,d 3分别振动源为到三个地震检波器的距离。则A和B检波器接收到的信号能量比如下:
Figure PCTCN2019072282-appb-000009
取对数后为ln E AB=-2α(d 1-d 2),则通过如下公式:
Among them, d 1 , d 2 , and d 3 are the distances from the three geophones respectively. Then the signal energy received by the A and B detectors is as follows:
Figure PCTCN2019072282-appb-000009
After taking the logarithm, it is ln E AB =-2α(d 1 -d 2 ), then the following formula is adopted:
Figure PCTCN2019072282-appb-000010
Figure PCTCN2019072282-appb-000010
Figure PCTCN2019072282-appb-000011
Figure PCTCN2019072282-appb-000011
其中,基于提前求得的α以及求得的能量比可以求得c 1,c 2,从而可求出振动源的位置,实现定位。 Among them, c 1 , c 2 can be obtained based on the α obtained in advance and the obtained energy ratio, so that the position of the vibration source can be obtained and the positioning can be realized.
本发明得到训练完的隐马尔可夫模型结合EoA算法,之后便可以利用该隐马尔可夫模型进行摔倒检测,通过地震检波器实时检测振动信号,发生摔倒事件时或其他动作(如东西掉落等)会产生一个能量较大的振动信号,此时系统检测到该振动信号,取出该振动信号并对该振动信号滤波去噪、端点检测、GCC对齐以及信号特征提取,将该振动信号产生的信号特征作为隐马尔可夫模型的输入,得到隐马尔可夫模型返回的结果,疑似摔倒的信号通过EoA算法进行二次确认,最终得出结论。In the present invention, the trained hidden Markov model is combined with the EoA algorithm, and then the hidden Markov model can be used for fall detection. The vibration signal is detected in real time by the geophone. When a fall event occurs or other actions (such as things Falling, etc.) will generate a vibration signal with greater energy. At this time, the system detects the vibration signal, takes out the vibration signal and filters the vibration signal for denoising, endpoint detection, GCC alignment and signal feature extraction, and the vibration signal The generated signal features are used as the input of the hidden Markov model, and the result returned by the hidden Markov model is obtained. The signal suspected of falling is confirmed by the EoA algorithm for a second time, and finally a conclusion is drawn.
本例还提供一种基于隐马尔可夫模型与EoA算法的摔倒检测系统,采用了如上所述的基于隐马尔可模型和EoA算法的摔倒检测方法。This example also provides a fall detection system based on the hidden Markov model and the EoA algorithm, and adopts the fall detection method based on the hidden Markov model and the EoA algorithm as described above.
以上内容是结合具体的优选实施方式对本发明所作的进一步详细说明,不能认定本发明的具体实施只局限于这些说明。对于本发明所属技术领域的普通技术人员来说,在不脱离本发明构思的前提下,还可以做出若干简单推演或替换,都应当视为属于本发明的保护范围。The above content is a further detailed description of the present invention in conjunction with specific preferred embodiments, and it cannot be considered that the specific implementation of the present invention is limited to these descriptions. For a person of ordinary skill in the technical field to which the present invention belongs, without departing from the concept of the present invention, several simple deductions or replacements can be made, which should be regarded as falling within the protection scope of the present invention.

Claims (11)

  1. 一种基于地面振动信号的人体摔倒检测方法,其特征在于,包括以下步骤:A human fall detection method based on ground vibration signals is characterized in that it comprises the following steps:
    S1,三个地震检波器采集地面振动信号;S1: Three geophones collect ground vibration signals;
    S2,对采集的振动信号进行滤波降噪和端点切段处理,确定有效振动信号起始点和结束点;S2: Perform filtering and noise reduction and end-point segmentation processing on the collected vibration signal to determine the starting point and ending point of the effective vibration signal;
    S3,对端点切段后的有效振动信号进行对齐处理;S3, aligning the effective vibration signal after the end point is cut;
    S4,对三个地震检波器的有效振动信号进行叠加,然后进行信号特征提取;S4, superimpose the effective vibration signals of the three geophones, and then perform signal feature extraction;
    S5,将提取到的特征信号组成训练集用于训练隐马尔可夫模型;S5, forming a training set of the extracted feature signals to train a hidden Markov model;
    S6,以实际使用时的地面振动信号作为测试数据,以处理训练数据的方法处理测试数据;S6: Use ground vibration signals during actual use as test data, and process the test data by processing training data;
    S7,基于隐马尔可夫模型计算摔倒的概率,若上述大于阈值则进行二次确认,否则不认定为摔倒;S7: Calculate the probability of falling based on the Hidden Markov Model, and if the above is greater than the threshold, perform a second confirmation, otherwise it is not recognized as a fall;
    S8,通过EoA定位算法对短暂时间段内进行坐标跟踪,若目标移动范围小于阈值,则二次确认为摔倒,否则不为摔倒。S8: Use the EoA positioning algorithm to track the coordinates in a short period of time. If the target moving range is less than the threshold, it is confirmed as a fall for the second time, otherwise it is not a fall.
  2. 根据权利要求1所述的检测方法,其特征在于,所述步骤S3中,通过总体互相关法对端点切段后的有效振动信号进行对齐处理,所述对齐处理的具体操作是计算两个有效振动信号之间的偏移量,然后对当前有效振动信号进行移动,移动完之后只取两个振动信号之间共有的完整部分。The detection method according to claim 1, characterized in that, in the step S3, the effective vibration signal after the end point segmentation is aligned by the overall cross-correlation method, and the specific operation of the alignment processing is to calculate two effective vibration signals. Offset between the vibration signals, and then move the current effective vibration signal. After the movement, only the integral part shared between the two vibration signals is taken.
  3. 根据权利要求2的检测有效方法,其特征在于,所述步骤S3中,通过公式The effective detection method according to claim 2, characterized in that, in the step S3, the formula
    Figure PCTCN2019072282-appb-100001
    Figure PCTCN2019072282-appb-100001
    以及O(A,B)=P(A,B)-n计算两个有效振动信号之间的偏移量O(A,B),其中,a和b代表两个信号长度为n的有效振动信号,a(i)表示有效振动信号a的第i个点的振幅大小,b(i)表示有效振动信号b的第i个点的振幅大小,C(a,b)表示有效振动信号a和有效振动信号b的相关度;A表示对有效振动信号a两边长度为n的部分进行补零,进而获得的一个长度为3n的第一信号;B表示长度n的有效振动信号b;P(A,B)表示第一信号A中与第二信号B相关度最高的长度为n的信号位置;O(A,B)为计算所得的第一信号A与第二信号B之间的偏移量。And O(A,B)=P(A,B)-n to calculate the offset O(A,B) between two effective vibration signals, where a and b represent the effective vibration of two signal lengths n Signal, a(i) represents the amplitude of the i-th point of the effective vibration signal a, b(i) represents the amplitude of the i-th point of the effective vibration signal b, and C(a,b) represents the effective vibration signal a and The correlation degree of the effective vibration signal b; A means that the length of the part of the effective vibration signal a on both sides is filled with zero, and then a first signal with a length of 3n is obtained; B is the effective vibration signal b of length n; P(A ,B) represents the signal position of length n with the highest correlation between the first signal A and the second signal B; O(A,B) is the calculated offset between the first signal A and the second signal B .
  4. 根据权利要求1至3任意一项所述的检测方法,其特征在于,所述步骤 S4中,将来自三个地震检波器的有效振动信号叠加后,通过预加重滤波器处理,然后通过离散小波变换将信号分解为多层不同的频率分量,分别以一定的时间间隔计算出对应的能量,最后通过公式Feature=10log 10E得到时域和频域上的能量特征,其中,E为初步求得的不同频率层次上每个时间间隔的能量,Feature为经过对数转换后对应的特征。 The detection method according to any one of claims 1 to 3, characterized in that, in the step S4, the effective vibration signals from the three geophones are superimposed, processed by a pre-emphasis filter, and then passed through a discrete wavelet The transform decomposes the signal into multiple layers of different frequency components, and calculates the corresponding energy at a certain time interval. Finally, the energy characteristics in the time domain and frequency domain are obtained by the formula Feature=10log 10 E, where E is the preliminary calculation For the energy of each time interval at different frequency levels, Feature is the corresponding feature after logarithmic conversion.
  5. 根据权利要求1所述的检测方法,其特征在于,所述步骤S5的隐马尔可夫模型的状态数为7,初始状态为1,每个状态的输出观测概率函数都由多个高斯混合函数构成,其中高斯混合函数的个数等于步骤S4中离散小波变换分解的层数,每个高斯混合函数具备3个高斯分量。The detection method according to claim 1, wherein the number of states of the hidden Markov model in step S5 is 7, the initial state is 1, and the output observation probability function of each state is composed of multiple Gaussian mixture functions The composition, where the number of Gaussian mixture functions is equal to the number of layers decomposed by discrete wavelet transform in step S4, and each Gaussian mixture function has 3 Gaussian components.
  6. 根据权利要求1所述的检测方法,其特征在于,所述步骤S7中,基于步骤S5得到的隐马尔可夫模型计算测试数据为摔倒信号的概率,若其大于阈值则通过步骤S8进行二次确认,否则直接认定不为摔倒。The detection method according to claim 1, wherein in the step S7, the probability that the test data is a fall signal is calculated based on the hidden Markov model obtained in step S5, and if it is greater than the threshold, the second step is performed through step S8. Confirmation times, otherwise it is directly regarded as a fall.
  7. 根据权利要求1所述的检测方法,其特征在于,所述步骤S8中,采用了本发明提出的EoA定位算法(全称为Energy‐of‐Arrival)进行定位,其基于信号衰减模型Amp(d)=Amp 0e -α×d,其中Amp 0代表振动信号的初始振幅,d表示振动传播的距离,α为基于传播介质的衰减系数,则有如下公式: The detection method according to claim 1, characterized in that, in the step S8, the EoA positioning algorithm (full name Energy-of-Arrival) proposed by the present invention is used for positioning, which is based on the signal attenuation model Amp(d) =Amp 0 e -α×d , where Amp 0 represents the initial amplitude of the vibration signal, d represents the distance the vibration propagates, and α is the attenuation coefficient based on the propagation medium, then the following formula:
    Figure PCTCN2019072282-appb-100002
    Figure PCTCN2019072282-appb-100002
    Figure PCTCN2019072282-appb-100003
    Figure PCTCN2019072282-appb-100003
    其中d 1,d 2,d 3分别振动源到三个检波器A,B,C的距离,lnE AB=-2α(d 1-d 2)为A、B检波器接收到的信号能量比的对数值,通过上述公式即可求解振动源的坐标位置。 Among them, d 1 , d 2 , d 3 are the distances from the vibration source to the three detectors A, B, C, lnE AB = -2α (d 1 -d 2 ) is the ratio of the signal energy received by the A and B detectors Log the value, the coordinate position of the vibration source can be solved by the above formula.
  8. 根据权利要求7所述的检测方法,其特征在于,所述步骤S8中,EoA定位算法在测试数据被隐马尔可夫模型识别为可疑摔倒后,计算出疑似摔倒的坐标位置,然后在短暂时间段内继续计算目标的坐标,若位移超过设定阈值,则表明用户能正常活动,认定不为摔倒;否则,二次确认通过,确认为摔倒。The detection method according to claim 7, characterized in that, in the step S8, the EoA positioning algorithm calculates the coordinate position of the suspected fall after the test data is recognized as a suspicious fall by the hidden Markov model, and then Continue to calculate the coordinates of the target within a short period of time. If the displacement exceeds the set threshold, it indicates that the user can move normally and is not considered as a fall; otherwise, the second confirmation is passed and it is confirmed as a fall.
  9. 根据权利要求1至3任意一项所述的摔倒检测方法,其特征在于,所述步骤S2中,采用巴特沃兹滤波器对采集的振动信号进行滤波降噪处理,使用截止频率为10hz的高通滤波滤除直流分量和低频噪音。The fall detection method according to any one of claims 1 to 3, characterized in that, in the step S2, a Butterworth filter is used to perform filtering and noise reduction processing on the collected vibration signal, and a cutoff frequency of 10hz is used. High-pass filtering filters out DC components and low-frequency noise.
  10. 根据权利要求1至3任意一项所述的摔倒检测方法,其特征在于,所述步骤S2中,所述端点切段处理中,先对整段振动信号进行分帧处理,然后采用每帧信号的方差作为判断标准,当某一帧信号的方差超过给定阈值时,则认为有 效振动信号出现,取出该帧信号前后一定长度的信号作为端点切段后的振动信号。The fall detection method according to any one of claims 1 to 3, wherein in the step S2, in the end point segmentation processing, the entire segment of the vibration signal is first subjected to frame processing, and then each frame The variance of the signal is used as the criterion. When the variance of a certain frame signal exceeds a given threshold, it is considered that a valid vibration signal appears, and the signal of a certain length before and after the frame signal is taken as the vibration signal after the end segment.
  11. 一种人体摔倒检测系统,其特征在于,包括三个地震检波器及处理器,所述处理器执行权利要求1至10任意一项所述的基于地面振动信号的人体摔倒检测方法。A human fall detection system, which is characterized by comprising three geophones and a processor, and the processor executes the human fall detection method based on ground vibration signals according to any one of claims 1 to 10.
PCT/CN2019/072282 2019-01-18 2019-01-18 Ground vibration signal-based human body fall detection system WO2020147098A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2019/072282 WO2020147098A1 (en) 2019-01-18 2019-01-18 Ground vibration signal-based human body fall detection system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2019/072282 WO2020147098A1 (en) 2019-01-18 2019-01-18 Ground vibration signal-based human body fall detection system

Publications (1)

Publication Number Publication Date
WO2020147098A1 true WO2020147098A1 (en) 2020-07-23

Family

ID=71613661

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/072282 WO2020147098A1 (en) 2019-01-18 2019-01-18 Ground vibration signal-based human body fall detection system

Country Status (1)

Country Link
WO (1) WO2020147098A1 (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103745569A (en) * 2013-12-30 2014-04-23 杨松 Method and terminal for detecting human body tumble
CN104510475A (en) * 2014-12-15 2015-04-15 中国科学院计算技术研究所 Human body falling-down detection method and system
CN104966380A (en) * 2015-06-12 2015-10-07 深圳开源创客坊科技有限公司 Alarm system and method capable of monitoring accidental tumble of human body
JP2016177402A (en) * 2015-03-19 2016-10-06 セコム株式会社 Fall detection terminal and program
CN106251572A (en) * 2016-08-26 2016-12-21 深圳大学 Smart Home based on vibration detection monitoring method and system
CN107290721A (en) * 2017-06-01 2017-10-24 深圳大学 A kind of indoor localization method and system
CN108681709A (en) * 2018-05-16 2018-10-19 深圳大学 Intelligent input method and system based on osteoacusis vibration and machine learning

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103745569A (en) * 2013-12-30 2014-04-23 杨松 Method and terminal for detecting human body tumble
CN104510475A (en) * 2014-12-15 2015-04-15 中国科学院计算技术研究所 Human body falling-down detection method and system
JP2016177402A (en) * 2015-03-19 2016-10-06 セコム株式会社 Fall detection terminal and program
CN104966380A (en) * 2015-06-12 2015-10-07 深圳开源创客坊科技有限公司 Alarm system and method capable of monitoring accidental tumble of human body
CN106251572A (en) * 2016-08-26 2016-12-21 深圳大学 Smart Home based on vibration detection monitoring method and system
CN107290721A (en) * 2017-06-01 2017-10-24 深圳大学 A kind of indoor localization method and system
CN108681709A (en) * 2018-05-16 2018-10-19 深圳大学 Intelligent input method and system based on osteoacusis vibration and machine learning

Similar Documents

Publication Publication Date Title
CN109805936B (en) Human body tumbling detection system based on ground vibration signal
Li et al. A microphone array system for automatic fall detection
CN107749143B (en) WiFi signal-based system and method for detecting falling of personnel in through-wall room
WO2020103409A1 (en) Detection method, detection apparatus, terminal and detection system
CN110069199B (en) Skin type finger gesture recognition method based on smart watch
CN110007366B (en) Life searching method and system based on multi-sensor fusion
CN104434064B (en) Method for processing and tracking heart rate and respiration rate signals and a system thereof
CN107393555A (en) A kind of detecting system and detection method of low signal-to-noise ratio abnormal sound signal
CN112327288A (en) Radar human body action recognition method and device, electronic equipment and storage medium
CN111060965A (en) Seismic facies picking and event detection method based on convolutional neural network
Shoaib et al. View-invariant fall detection for elderly in real home environment
CN111983676A (en) Earthquake monitoring method and device based on deep learning
CN107105092A (en) A kind of human body tumble recognition methods based on dynamic time warping
CN115422962A (en) Gesture and gesture recognition method and device based on millimeter wave radar and deep learning algorithm
WO2011115239A1 (en) Lightweight wheeze detection methods and systems
CN105549066B (en) Life-information detection method
CN104392201B (en) A kind of human body tumble recognition methods based on omnidirectional vision
WO2020147098A1 (en) Ground vibration signal-based human body fall detection system
CN118015808A (en) Intelligent security monitoring method and system
CN110123328B (en) Breathing frequency detection method based on wireless identification
CN114973135A (en) Head-shoulder-based sequential video sleep post identification method and system and electronic equipment
CN108520755B (en) Detection method and device
CN115204240A (en) Fall detection method and device based on millimeter wave radar and FPGA
CN110575176B (en) Action segmentation method based on two-layer sliding window threshold
CN114694269A (en) Human behavior monitoring method, system and storage medium

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19910527

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 28.10.2021)

122 Ep: pct application non-entry in european phase

Ref document number: 19910527

Country of ref document: EP

Kind code of ref document: A1