CN114595748B - Data segmentation method for fall protection system - Google Patents

Data segmentation method for fall protection system Download PDF

Info

Publication number
CN114595748B
CN114595748B CN202210157764.6A CN202210157764A CN114595748B CN 114595748 B CN114595748 B CN 114595748B CN 202210157764 A CN202210157764 A CN 202210157764A CN 114595748 B CN114595748 B CN 114595748B
Authority
CN
China
Prior art keywords
data
data set
training
data segmentation
fall protection
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
CN202210157764.6A
Other languages
Chinese (zh)
Other versions
CN114595748A (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.)
Nanchang University
Original Assignee
Nanchang 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 Nanchang University filed Critical Nanchang University
Priority to CN202210157764.6A priority Critical patent/CN114595748B/en
Publication of CN114595748A publication Critical patent/CN114595748A/en
Application granted granted Critical
Publication of CN114595748B publication Critical patent/CN114595748B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/2163Partitioning the feature space
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/214Generating training patterns; Bootstrap methods, e.g. bagging or boosting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/241Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Artificial Intelligence (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Evolutionary Computation (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Evolutionary Biology (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Computational Linguistics (AREA)
  • Biomedical Technology (AREA)
  • Biophysics (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Measurement Of The Respiration, Hearing Ability, Form, And Blood Characteristics Of Living Organisms (AREA)

Abstract

The invention relates to a data segmentation method for a fall protection system, which comprises the following steps: acquiring a data set of falling actions and daily behavior actions of a user; preprocessing the acquired data set, intercepting the data of an inertial sensor worn by a user before the user falls to strike the ground, and constructing a training data set; training a training data set based on a multichannel convolutional neural network model MC-CNN to obtain feature maps of all channels and corresponding weights; and combining the obtained feature map with the corresponding weight and an importance mapping method to obtain the importance of each sequence position for data segmentation, thereby determining a specific area of the data segmentation and further being used for fall detection of a fall protection system. The method can clearly divide the triggering condition of fall detection and the intercepting length of the window, avoids the defect that the length of the data dividing window is determined empirically by the existing dividing method, and solves the problem that the fall protection system is difficult to divide the data.

Description

一种用于跌倒防护系统的数据分割方法A data segmentation method for fall protection systems

技术领域Technical field

本发明涉及传感器数据分割技术领域,具体的说,是一种用于跌倒防护系统的数据分割方法。The present invention relates to the technical field of sensor data segmentation. Specifically, it is a data segmentation method for a fall protection system.

背景技术Background technique

在全球范围内,老年人跌倒是一个主要的公共卫生问题。跌倒是65岁以上老人死亡、致残和丧失独立能力的主要原因,也是住院治疗的主要原因(每11秒就有一名老年人因跌倒而住院)。因此,自动跌倒防护系统是非常有意义的。Globally, falls among older adults are a major public health problem. Falls are the leading cause of death, disability and loss of independence in people over 65, as well as the leading cause of hospitalization (an older person is hospitalized due to a fall every 11 seconds). Therefore, automatic fall protection systems make a lot of sense.

跌倒防护系统的主要目的是准确检测何时发生跌倒,以便在身体撞击地面之前启动跌倒保护装置,以减少跌倒伤害。The main purpose of a fall protection system is to accurately detect when a fall occurs so that the fall protection device can be activated before the body hits the ground to reduce fall injuries.

一般来说,跌倒防护系统更适合采用基于惯性传感器的可穿戴系统。跌倒防护系统的核心是检测算法,检测算法负责不断地将人体的任何运动分类为跌倒或日常生活动作。基于人工智能的检测方法比基于阈值的方法可获得更高的准确率已得到了广泛的验证。In general, fall protection systems are more suitable for wearable systems based on inertial sensors. At the heart of the fall protection system is the detection algorithm, which is responsible for constantly classifying any movement of the human body as a fall or an action of daily living. It has been widely verified that AI-based detection methods can achieve higher accuracy than threshold-based methods.

因为对于基于人工智能模型的跌倒防护系统而言,分类特征只能从有限持续时间的数据段中提取,所以检测算法首先是从数据中分割片段,即把从惯性传感器获得的连续数据流划分为多个数据段。通常数据分割方法有两种,第一种方法是固定持续时间的滑动窗口。滑动窗口持续时间定义了数据段的边界,截取后再进一步提取特征和分类。该方法虽然简单,但计算量大,不适合对实时性要求较高的跌倒防护系统。第二种方法首先设置触发条件,通过搜索超过预设阈值的惯性传感器值来检测输入数据流中的潜在跌倒事件。当检测到潜在的跌倒事件时,再通过一个或多个窗口截取数据段,实现分类。但窗口持续时间如何确定,现在没有明确的方法,大多数是实验经验值。如果窗口持续时间过长,会影响跌倒检测的实时性,保护装置没有充足的时间打开;如果窗口持续时间太短,将影响跌倒检测的准确性。Because for fall protection systems based on artificial intelligence models, classification features can only be extracted from data segments of limited duration, the detection algorithm first segments segments from the data, i.e., divides the continuous data stream obtained from the inertial sensor into Multiple data segments. There are usually two methods of data segmentation. The first method is a sliding window of fixed duration. The sliding window duration defines the boundaries of the data segments, which are intercepted for further feature extraction and classification. Although this method is simple, it requires a large amount of calculation and is not suitable for fall protection systems that require high real-time performance. The second approach first sets up trigger conditions to detect potential fall events in the input data stream by searching for inertial sensor values that exceed a preset threshold. When a potential fall event is detected, data segments are intercepted through one or more windows to achieve classification. However, there is currently no clear method for how to determine the window duration, and most of it is based on experimental experience. If the window duration is too long, it will affect the real-time performance of fall detection and the protective device will not have enough time to open; if the window duration is too short, it will affect the accuracy of fall detection.

发明内容Contents of the invention

为解决上诉现有技术的缺陷和不足,本发明的目的是提供一种惯性传感器数据分割的方法。本数据分割方法通过多通道卷积神经网络MC-CNN和重要性映射方法实现。首先对已有数据集预处理,截取出人体撞击地面前惯性传感器数据并组建训练数据集,其次通过MC-CNN网络进行训练,提取模型参数,并结合重要性映射方法,确定出对于分类而言各个序列位置的重要性,从而决定数据分割的明确范围,此方法可以清晰的划分出跌倒检测的触发条件以及窗口的截取长度,优化了现有分割方法的弊端,解决了撞击前跌倒防护系统分割方法存在的技术痛点。In order to solve the defects and shortcomings of the prior art, the purpose of the present invention is to provide a method for segmenting inertial sensor data. This data segmentation method is implemented through multi-channel convolutional neural network MC-CNN and importance mapping method. First, the existing data set is preprocessed, and the inertial sensor data before the human body hits the ground is intercepted and a training data set is formed. Secondly, the MC-CNN network is used for training, the model parameters are extracted, and combined with the importance mapping method, the method for classification is determined. The importance of each sequence position determines the clear range of data segmentation. This method can clearly divide the trigger conditions for fall detection and the interception length of the window, optimizing the shortcomings of the existing segmentation methods and solving the problem of segmentation of the fall protection system before impact. The technical pain points of the method.

为实现上述目的,本发明采用如下技术方案:In order to achieve the above objects, the present invention adopts the following technical solutions:

一种用于跌倒防护系统的数据分割方法,包括如下步骤:A data segmentation method for fall protection systems, including the following steps:

S1.获取用户跌倒动作和日常行为动作的数据集;S1. Obtain the data set of user's falling actions and daily behaviors;

S2.对获取的数据集进行预处理,截取出用户跌倒撞击地面前其所穿戴的惯性传感器数据,组建训练数据集;S2. Preprocess the acquired data set, intercept the inertial sensor data worn by the user before he fell and hit the ground, and form a training data set;

S3.基于多通道卷积神经网络模型MC-CNN对训练数据集进行训练,获得所有通道的特征图feature map以及相应的权重;S3. Train the training data set based on the multi-channel convolutional neural network model MC-CNN, and obtain the feature map of all channels and the corresponding weights;

S4.对所获得的特征图feature map以及相应的权重,结合重要性映射方法,得出对于数据分割而言各个序列位置的重要性,从而确定数据分割的具体区域;S4. Combine the obtained feature map and corresponding weights with the importance mapping method to obtain the importance of each sequence position for data segmentation, thereby determining the specific area for data segmentation;

S5.根据确定的数据分割区域在跌倒防护系统中设置相应的数据分割算法,用于跌倒防护系统的跌倒检测。S5. Set the corresponding data segmentation algorithm in the fall protection system according to the determined data segmentation area, which is used for fall detection of the fall protection system.

步骤S2中所述对获取的数据集进行预处理,预处理过程如下:Preprocess the acquired data set as described in step S2. The preprocessing process is as follows:

S21.计算三轴惯性传感器信号幅值向量其中,/> 和/>分别代表x,y和z惯性传感器数值;S21. Calculate the three-axis inertial sensor signal amplitude vector Among them,/> and/> Represents the x, y and z inertial sensor values respectively;

S22.组建数据集:对于跌倒动作而言,SMV峰值点代表身体撞击地面的时刻,故截取最大峰值点之前1s的信号作为训练数据集;对于慢走、跑步、上楼梯、下楼梯等日常行为动作而言,以1s的时间间隔截取数据,作为训练数据集。S22. Establish a data set: For falling actions, the SMV peak point represents the moment when the body hits the ground, so the signal 1s before the maximum peak point is intercepted as a training data set; for daily behaviors such as slow walking, running, going up and down stairs, etc. In terms of actions, the data is intercepted at 1s time intervals as a training data set.

步骤S2中所述惯性传感器包括三轴加速度计和陀螺仪。The inertial sensor in step S2 includes a three-axis accelerometer and a gyroscope.

步骤S3中所述基于多通道卷积神经网络模型MC-CNN对训练数据集进行训练,训练过程为:The training data set is trained based on the multi-channel convolutional neural network model MC-CNN as described in step S3. The training process is:

首先对三轴加速度计和陀螺仪信号单独进行处理,通过卷积运算之后再综合考虑三轴加速度计和陀螺仪信号对分类的影响,然后将两个部分的特征图feature map合并,获得对分类比较重要的区域,最后利用交叉熵损失函数判断分类质量,以完成对数据集的训练;First, the three-axis accelerometer and gyroscope signals are processed separately. After the convolution operation, the impact of the three-axis accelerometer and gyroscope signals on the classification is comprehensively considered. Then the feature maps of the two parts are merged to obtain the classification For more important areas, the cross-entropy loss function is finally used to judge the classification quality to complete the training of the data set;

上述过程中,卷积运算由四个一维卷积1D Convolution和全局平均池化层GAP、线性全连接层FC、softmax逻辑回归层组成,四个一维卷积1D Convolution的卷积核分别为8个、16个、32个和64个,所述全局平均池层GAP将第四卷积层每个通道的特征映射维数从(1×100)降低到(1×1)。In the above process, the convolution operation consists of four one-dimensional convolutions 1D Convolution and the global average pooling layer GAP, the linear fully connected layer FC, and the softmax logistic regression layer. The convolution kernels of the four one-dimensional convolutions 1D Convolution are respectively 8, 16, 32 and 64. The global average pooling layer GAP reduces the feature map dimension of each channel of the fourth convolutional layer from (1×100) to (1×1).

步骤S4中所述结合重要性映射方法,得出对于数据分割而言各个序列位置的重要性,具体过程如下:Combined with the importance mapping method described in step S4, the importance of each sequence position for data segmentation is obtained. The specific process is as follows:

通过MC-CNN模型训练后,可获得所有通道的特征图feature map以及相应的权重,对于输入的惯性传感器时间序列,以Sk(x)表示通道k上的输出序列,x表示序列上的时间位置,表示每个通道特征k对不同分类c的权重,softmax逻辑回归层的输入表示为gc,则有:After MC-CNN model training, the feature map of all channels and the corresponding weights can be obtained. For the input inertial sensor time series, S k (x) represents the output sequence on channel k, and x represents the time on the sequence. Location, Represents the weight of each channel feature k to different classification c. The input of the softmax logistic regression layer is expressed as g c , then there is:

据此建立从序列到每个分类C的重要性映射,定义为McBased on this, an importance mapping from the sequence to each category C is established, defined as M c ;

Mc(x)表示时间序列中位置x对于将序列分类为c的重要性。M c (x) represents the importance of position x in the time series for classifying the series into c.

步骤S4中在实现对Mc(x)的可视化后,通过总结其重要性映射图的规律来确定数据分割的具体区域,并将该区域所对应的数据片段用于基于机器学习模型的行为分类,以验证其是否为跌倒动作。In step S4, after realizing the visualization of M c (x), the specific area of data segmentation is determined by summarizing the rules of its importance map, and the data fragments corresponding to this area are used for behavior classification based on the machine learning model. , to verify whether it is a falling action.

本发明相对现有技术的有益效果:The beneficial effects of the present invention compared with the prior art:

本发明方法通过多通道卷积神经网络MC-CNN和重要性映射方法实现。通过对已有数据集的预处理,截取出人体撞击地面前惯性传感器数据并组建训练数据集,之后以MC-CNN网络对数据集进行训练,提取模型参数,并结合重要性映射方法,确定出对于分类而言各个序列位置的重要性,从而决定数据分割的明确范围,此方法可以清晰的划分出跌倒检测的触发条件以及窗口的截取长度,规避了现有分割方法解决数据分割窗口长度凭经验确定的弊端,解决了跌倒防护系统对数据分割困难的问题。The method of the present invention is implemented through the multi-channel convolutional neural network MC-CNN and the importance mapping method. Through preprocessing of existing data sets, the inertial sensor data before the human body hits the ground is intercepted and a training data set is formed. Then the MC-CNN network is used to train the data set, extract model parameters, and combine with the importance mapping method to determine The importance of each sequence position for classification determines the clear range of data segmentation. This method can clearly divide the trigger conditions for fall detection and the interception length of the window, avoiding the existing segmentation methods that solve the problem of data segmentation window length based on experience. The identified drawbacks solve the problem of difficulty in data segmentation in fall protection systems.

附图说明Description of the drawings

为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below. Obviously, the drawings in the following description are: For some embodiments of the present invention, those of ordinary skill in the art can also obtain other drawings based on these drawings without exerting creative efforts.

图1是本发明一种用于跌倒防护系统的数据分割方法总体流程示意图;Figure 1 is a schematic diagram of the overall flow of a data segmentation method for a fall protection system according to the present invention;

图2是本发明实施例中跌倒特征分析图;Figure 2 is an analysis diagram of fall characteristics in the embodiment of the present invention;

图3是本发明实施例中多通道卷积神经网络的组成示意图;Figure 3 is a schematic diagram of the composition of a multi-channel convolutional neural network in an embodiment of the present invention;

图4是本发明实施例中重要性映射样本图。Figure 4 is a sample diagram of importance mapping in the embodiment of the present invention.

具体实施方式Detailed ways

为使本发明实施例的目的、技术方案和优点更加清楚,下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有作创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。In order to make the purpose, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below in conjunction with the drawings in the embodiments of the present invention. Obviously, the described embodiments These are some embodiments of the present invention, rather than all embodiments. Based on the embodiments of the present invention, all other embodiments obtained by those of ordinary skill in the art without creative work fall within the scope of protection of the present invention.

实施例:参见图1-4。Example: See Figures 1-4.

如图1所示,本发明一种用于跌倒防护系统的数据分割方法,包括如下步骤:As shown in Figure 1, a data segmentation method for a fall protection system of the present invention includes the following steps:

S1.获取用户跌倒动作和日常行为动作的数据集;S1. Obtain the data set of user's falling actions and daily behaviors;

S2.对获取的数据集进行预处理,截取出用户跌倒撞击地面前其所穿戴的惯性传感器数据,组建训练数据集;S2. Preprocess the acquired data set, intercept the inertial sensor data worn by the user before he fell and hit the ground, and form a training data set;

S3.基于多通道卷积神经网络模型MC-CNN对训练数据集进行训练,获得所有通道的特征图feature map以及相应的权重;S3. Train the training data set based on the multi-channel convolutional neural network model MC-CNN, and obtain the feature map of all channels and the corresponding weights;

S4.对所获得的特征图feature map以及相应的权重,结合重要性映射方法,得出对于数据分割而言各个序列位置的重要性,从而确定数据分割的具体区域;S4. Combine the obtained feature map and corresponding weights with the importance mapping method to obtain the importance of each sequence position for data segmentation, thereby determining the specific area for data segmentation;

S5.根据确定的数据分割区域在跌倒防护系统中设置相应的数据分割算法,用于跌倒防护系统的跌倒检测。S5. Set the corresponding data segmentation algorithm in the fall protection system according to the determined data segmentation area, which is used for fall detection of the fall protection system.

步骤S2中所述对获取的数据集进行预处理,预处理过程如下:Preprocess the acquired data set as described in step S2. The preprocessing process is as follows:

S21.计算三轴惯性传感器信号幅值向量其中,/> 和/>分别代表x,y和z惯性传感器数值;S21. Calculate the three-axis inertial sensor signal amplitude vector Among them,/> and/> Represents the x, y and z inertial sensor values respectively;

S22.组建数据集:如图2所示,对于跌倒动作而言,SMV峰值点代表身体撞击地面的时刻,故截取最大峰值点之前1s的信号作为训练数据集;对于慢走、跑步、上楼梯、下楼梯等日常行为动作而言,以1s的时间间隔截取数据,作为训练数据集。S22. Establish a data set: As shown in Figure 2, for falling actions, the SMV peak point represents the moment when the body hits the ground, so the signal 1s before the maximum peak point is intercepted as a training data set; for slow walking, running, and climbing stairs For daily behavioral actions such as walking down the stairs and going down the stairs, the data is intercepted at 1s time intervals as a training data set.

步骤S2中所述惯性传感器包括三轴加速度计和陀螺仪。The inertial sensor in step S2 includes a three-axis accelerometer and a gyroscope.

步骤S3中所述基于多通道卷积神经网络模型MC-CNN对训练数据集进行训练,训练过程为:The training data set is trained based on the multi-channel convolutional neural network model MC-CNN as described in step S3. The training process is:

如图3所示,首先对三轴加速度计和陀螺仪信号单独进行处理,通过卷积运算之后再综合考虑三轴加速度计和陀螺仪信号对分类的影响,然后将两个部分的特征图featuremap合并,获得对分类比较重要的区域,最后利用交叉熵损失函数判断分类质量,以完成对数据集的训练;As shown in Figure 3, the three-axis accelerometer and gyroscope signals are first processed separately. After the convolution operation, the impact of the three-axis accelerometer and gyroscope signals on the classification is comprehensively considered, and then the feature maps of the two parts are combined. Merge to obtain areas that are more important for classification, and finally use the cross-entropy loss function to judge the classification quality to complete the training of the data set;

上述过程中,卷积运算由四个一维卷积1D Convolution和全局平均池化层GAP、线性全连接层FC、softmax逻辑回归层组成,四个一维卷积1D Convolution的卷积核分别为8个、16个、32个和64个,所述全局平均池层GAP将第四卷积层每个通道的特征映射维数从(1×100)降低到(1×1);与现有的CNN网络不同的是,本发明中取消了卷积层之后的任何池化操作,进而保证了特征图feature map数据长度不变,以便于后续分割区域的确定。In the above process, the convolution operation consists of four one-dimensional convolutions 1D Convolution and the global average pooling layer GAP, the linear fully connected layer FC, and the softmax logistic regression layer. The convolution kernels of the four one-dimensional convolutions 1D Convolution are respectively 8, 16, 32 and 64. The global average pooling layer GAP reduces the feature map dimension of each channel of the fourth convolutional layer from (1×100) to (1×1); compared with the existing The difference between the CNN network and the present invention is that any pooling operation after the convolution layer is canceled, thereby ensuring that the feature map data length remains unchanged, so as to facilitate the determination of subsequent segmentation areas.

步骤S4中所述结合重要性映射方法,得出对于数据分割而言各个序列位置的重要性,具体过程如下:Combined with the importance mapping method described in step S4, the importance of each sequence position for data segmentation is obtained. The specific process is as follows:

通过MC-CNN模型训练后,可获得所有通道的特征图feature map以及相应的权重,对于输入的惯性传感器时间序列,以Sk(x)表示通道k上的输出序列,x表示序列上的时间位置,表示每个通道特征k对不同分类c的权重,softmax逻辑回归层的输入表示为gc,则有:After MC-CNN model training, the feature map of all channels and the corresponding weights can be obtained. For the input inertial sensor time series, S k (x) represents the output sequence on channel k, and x represents the time on the sequence. Location, Represents the weight of each channel feature k to different classification c. The input of the softmax logistic regression layer is expressed as g c , then there is:

据此建立从序列到每个分类C的重要性映射,定义为McBased on this, an importance mapping from the sequence to each category C is established, defined as M c ;

Mc(x)表示时间序列中位置x对于将序列分类为c的重要性。M c (x) represents the importance of position x in the time series for classifying the series into c.

步骤S4中在实现对Mc(x)的可视化后,如图4所示,通过总结其重要性映射图的规律来确定数据分割的具体区域,图中颜色条越深说明相应位置序列对分类越重要,本实施例中,以当加速度计数值小于0.93倍重力加速度时,判定为潜在跌倒,从此刻开始按照310ms窗口长度截取加速度计和陀螺仪数据片段,用于基于机器学习模型的行为分类,最终验证是否跌倒。In step S4, after realizing the visualization of M c (x), as shown in Figure 4, the specific areas of data segmentation are determined by summarizing the rules of its importance map. The darker the color bar in the figure, the deeper the corresponding position sequence pair classification. The more important, in this embodiment, when the acceleration count value is less than 0.93 times the gravity acceleration, it is determined as a potential fall. From this moment on, the accelerometer and gyroscope data fragments are intercepted according to the 310ms window length for behavioral classification based on the machine learning model. , and finally verify whether it fell.

需要说明的是,本发明数据分割方法的适用范围不仅局限于跌倒检测,针对生活中其他类型的动作,可根据具体情况,由本方法训练并提取规律,进而得到相应的数据分割位置。It should be noted that the scope of application of the data segmentation method of the present invention is not limited to fall detection. For other types of actions in life, this method can be trained and extracted according to specific circumstances, and then the corresponding data segmentation positions can be obtained.

以上所述,仅是本发明的较佳实施例而已,并非对本发明的结构作任何形式上的限制。凡是依据本发明的技术实质对以上实施例所作的任何简单修改、等同变化与修饰,均属于本发明的技术方案范围内。The above descriptions are only preferred embodiments of the present invention and do not impose any formal restrictions on the structure of the present invention. Any simple modifications, equivalent changes and modifications made to the above embodiments based on the technical essence of the present invention fall within the scope of the technical solution of the present invention.

Claims (4)

1. A data segmentation method for a fall protection system, comprising the steps of:
s1, acquiring a data set of falling actions and daily behavior actions of a user;
s2, preprocessing the acquired data set, intercepting the data of an inertial sensor worn by a user before the user falls down to strike the ground, and constructing a training data set;
s3, training a training data set based on a multichannel convolutional neural network model MC-CNN to obtain feature maps of all channels and corresponding weights;
s4, combining the obtained feature map with the corresponding weight, and obtaining the importance of each sequence position for data segmentation by an importance mapping method, so as to determine a specific region of the data segmentation;
after training through MC-CNN model, feature map and corresponding weight of all channels can be obtained, for the input inertial sensor time series, S is used for k (x) Representing the output sequence on channel k, x represents the time position on the sequence,the input to the softmax logistic regression layer, representing the weight of each channel feature k to a different class c, is denoted g c The following steps are:
from this, an importance map from the sequence to each class C is established, defined as M c
M c (x) Representing the importance of position x in the time series to classify the series as c;
in realizing the M c (x) After the visualization of the data segmentation, determining a specific region of the data segmentation by summarizing the rule of the importance map of the region, and using the data segment corresponding to the region for behavior classification based on a machine learning model so as to verify whether the region is a falling action or not;
s5, setting a corresponding data segmentation algorithm in the fall protection system according to the determined data segmentation area, and using the data segmentation algorithm for fall detection of the fall protection system.
2. A data segmentation method for fall protection systems according to claim 1, wherein the preprocessing of the acquired data set in step S2 is as follows:
s21, calculating signal amplitude vectors of triaxial inertial sensorWherein (1)>Andrespectively representing the values of the inertial sensors of x, y and z;
s22, constructing a data set: for fall motion, the SMV peak represents the moment when the body hits the ground, so the signal 1s before the maximum peak is intercepted as the training dataset; for daily behavior actions such as slow walking, running, ascending stairs, descending stairs and the like, data are intercepted at time intervals of 1s and used as a training data set.
3. A data segmentation method for a fall protection system as claimed in claim 1, wherein the steps of
The inertial sensor in S2 includes a tri-axial accelerometer and a gyroscope.
4. A data segmentation method for fall protection systems according to claim 1, wherein in step S3, the training data set is trained based on a multi-channel convolutional neural network model MC-CNN, and the training process is:
firstly, processing triaxial accelerometer and gyroscope signals independently, comprehensively considering the influence of the triaxial accelerometer and gyroscope signals on classification after convolution operation, merging feature maps of the two parts to obtain a region with important bisection class, and finally judging classification quality by using a cross entropy loss function to finish training a data set;
in the above process, the Convolution operation is composed of four one-dimensional Convolution 1D Convolitions and a global average pooling layer GAP, a linear full-connection layer FC and a softmax logistic regression layer, the Convolution kernels of the four one-dimensional Convolution 1D Convolitions are respectively 8, 16, 32 and 64, and the global average pooling layer GAP reduces the feature mapping dimension of each channel of the fourth Convolution layer from (1×100) to (1×1).
CN202210157764.6A 2022-02-21 2022-02-21 Data segmentation method for fall protection system Active CN114595748B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210157764.6A CN114595748B (en) 2022-02-21 2022-02-21 Data segmentation method for fall protection system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210157764.6A CN114595748B (en) 2022-02-21 2022-02-21 Data segmentation method for fall protection system

Publications (2)

Publication Number Publication Date
CN114595748A CN114595748A (en) 2022-06-07
CN114595748B true CN114595748B (en) 2024-02-13

Family

ID=81805527

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210157764.6A Active CN114595748B (en) 2022-02-21 2022-02-21 Data segmentation method for fall protection system

Country Status (1)

Country Link
CN (1) CN114595748B (en)

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105310696A (en) * 2015-11-06 2016-02-10 中国科学院计算技术研究所 Fall detection model construction method as well as corresponding fall detection method and apparatus
CN106846729A (en) * 2017-01-12 2017-06-13 山东大学 A kind of fall detection method and system based on convolutional neural networks
WO2018048561A1 (en) * 2016-09-09 2018-03-15 Qualcomm Incorporated Devices and methods for fall detection based on phase segmentation
US10140544B1 (en) * 2018-04-02 2018-11-27 12 Sigma Technologies Enhanced convolutional neural network for image segmentation
CN111274954A (en) * 2020-01-20 2020-06-12 河北工业大学 Embedded platform real-time falling detection method based on improved attitude estimation algorithm
CN112016619A (en) * 2020-08-28 2020-12-01 西安科技大学 Fall detection method based on insoles
CA3137030A1 (en) * 2019-05-31 2020-12-03 Maryam ZIAEEFARD Method and processing device for training a neural network
AU2020103901A4 (en) * 2020-12-04 2021-02-11 Chongqing Normal University Image Semantic Segmentation Method Based on Deep Full Convolutional Network and Conditional Random Field
CN112465905A (en) * 2019-09-06 2021-03-09 四川大学华西医院 Characteristic brain region positioning method of magnetic resonance imaging data based on deep learning
WO2021057810A1 (en) * 2019-09-29 2021-04-01 深圳数字生命研究院 Data processing method, data training method, data identifying method and device, and storage medium
CN112766165A (en) * 2021-01-20 2021-05-07 燕山大学 Falling pre-judging method based on deep neural network and panoramic segmentation
CN113269786A (en) * 2021-05-19 2021-08-17 青岛理工大学 Assembly image segmentation method and device based on deep learning and guided filtering
WO2021212883A1 (en) * 2020-04-20 2021-10-28 电子科技大学 Fall detection method based on intelligent mobile terminal
WO2022007266A1 (en) * 2020-07-08 2022-01-13 嘉楠明芯(北京)科技有限公司 Method and apparatus for accelerating convolutional neural network

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11531087B2 (en) * 2015-07-17 2022-12-20 Origin Wireless, Inc. Method, apparatus, and system for fall-down detection based on a wireless signal
CN107463907B (en) * 2017-08-08 2021-06-25 东软集团股份有限公司 Vehicle collision detection method and device, electronic equipment and vehicle
US11854208B2 (en) * 2020-01-15 2023-12-26 The Regents Of The University Of California Systems and methods for trainable deep active contours for image segmentation
US11270447B2 (en) * 2020-02-10 2022-03-08 Hong Kong Applied Science And Technology Institute Company Limited Method for image segmentation using CNN
EP4179438A1 (en) * 2020-07-08 2023-05-17 Umnai Limited Method for detecting and mitigating bias and weakness in artificial intelligence training data and models

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105310696A (en) * 2015-11-06 2016-02-10 中国科学院计算技术研究所 Fall detection model construction method as well as corresponding fall detection method and apparatus
WO2018048561A1 (en) * 2016-09-09 2018-03-15 Qualcomm Incorporated Devices and methods for fall detection based on phase segmentation
CN106846729A (en) * 2017-01-12 2017-06-13 山东大学 A kind of fall detection method and system based on convolutional neural networks
US10140544B1 (en) * 2018-04-02 2018-11-27 12 Sigma Technologies Enhanced convolutional neural network for image segmentation
CA3137030A1 (en) * 2019-05-31 2020-12-03 Maryam ZIAEEFARD Method and processing device for training a neural network
CN112465905A (en) * 2019-09-06 2021-03-09 四川大学华西医院 Characteristic brain region positioning method of magnetic resonance imaging data based on deep learning
WO2021057810A1 (en) * 2019-09-29 2021-04-01 深圳数字生命研究院 Data processing method, data training method, data identifying method and device, and storage medium
CN111274954A (en) * 2020-01-20 2020-06-12 河北工业大学 Embedded platform real-time falling detection method based on improved attitude estimation algorithm
WO2021212883A1 (en) * 2020-04-20 2021-10-28 电子科技大学 Fall detection method based on intelligent mobile terminal
WO2022007266A1 (en) * 2020-07-08 2022-01-13 嘉楠明芯(北京)科技有限公司 Method and apparatus for accelerating convolutional neural network
CN112016619A (en) * 2020-08-28 2020-12-01 西安科技大学 Fall detection method based on insoles
AU2020103901A4 (en) * 2020-12-04 2021-02-11 Chongqing Normal University Image Semantic Segmentation Method Based on Deep Full Convolutional Network and Conditional Random Field
CN112766165A (en) * 2021-01-20 2021-05-07 燕山大学 Falling pre-judging method based on deep neural network and panoramic segmentation
CN113269786A (en) * 2021-05-19 2021-08-17 青岛理工大学 Assembly image segmentation method and device based on deep learning and guided filtering

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Weight Sparseness for a Feature-Map-Split-CNN Toward Low-Cost Embedded FPGAs;Akira JINGUJI et al;《IEICE Transactions on Information and Systems》;全文 *
基于云通讯的监护系统多生理数据传输策略;刘继忠等;《南昌大学学报(工科版)》;第42卷(第04期);全文 *
基于弱监督学习的目标检测研究进展;杨辉等;《计算机工程与应用》;第57卷(第16期);全文 *

Also Published As

Publication number Publication date
CN114595748A (en) 2022-06-07

Similar Documents

Publication Publication Date Title
CN108509897A (en) A kind of human posture recognition method and system
CN109166275B (en) A human fall detection method based on acceleration sensor
WO2021115066A1 (en) Inertial sensor-based gait feature extraction and gait recognition method
CN109495654B (en) A method of pedestrian safety perception based on smartphone
CN113361425A (en) Method for detecting whether worker wears safety helmet or not based on deep learning
CN108549900A (en) Tumble detection method for human body based on mobile device wearing position
CN113012815B (en) A Parkinson's health risk assessment method based on multimodal data
CN111091060B (en) Fall and violence detection method based on deep learning
CN104269025B (en) Wearable single node feature and the position choosing method of monitoring is fallen down towards open air
Zhao et al. Recognition of human fall events based on single tri-axial gyroscope
CN112801000A (en) Household old man falling detection method and system based on multi-feature fusion
CN105868779A (en) Method for identifying behavior based on feature enhancement and decision fusion
CN109389041A (en) A kind of fall detection method based on joint point feature
CN108363959A (en) One kind being directed to table tennis or badminton action identification method
CN112464738A (en) Improved naive Bayes algorithm user behavior identification method based on mobile phone sensor
CN114626419B (en) An action recognition method based on channel state information in WIFI and improved convolutional neural network
CN109508677B (en) An air handwriting action recognition method based on improved CNN network
WO2023035093A1 (en) Inertial sensor-based human body behaviour recognition method
CN111931568A (en) Human body falling detection method and system based on enhanced learning
CN114358194A (en) A method for detecting abnormal limb behavior in autism spectrum disorder based on posture tracking
CN114595748B (en) Data segmentation method for fall protection system
CN109934179A (en) Human action recognition method based on automatic feature selection and ensemble learning algorithm
CN111710129B (en) Real-time pre-collision falling detection method for old people
CN111626109A (en) Fall-down behavior analysis and detection method based on double-current convolutional neural network
CN114913598A (en) Smoking behavior identification method based on computer vision

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