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

Data segmentation method for fall protection system
Technical Field
The invention relates to the technical field of sensor data segmentation, in particular to a data segmentation method for a fall protection system.
Background
Worldwide, elderly falls are a major public health problem. Falls are the main cause of death, disability and disability of elderly people over 65 years of age, and also of hospitalization (one elderly person is hospitalized for falls every 11 seconds). Therefore, automatic fall protection systems are very interesting.
The main purpose of the fall protection system is to accurately detect when a fall has occurred, so that the fall protection device is activated before the body hits the ground, to reduce the fall injury.
In general, fall protection systems are more suitable for use with wearable systems based on inertial sensors. The core of the fall protection system is a detection algorithm, which is responsible for constantly classifying any movement of the human body as a fall or a daily life movement. Detection methods based on artificial intelligence have been widely validated for higher accuracy than threshold-based methods.
Since 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 the data, i.e. divides the continuous data stream obtained from the inertial sensor into a plurality of data segments. There are two general data segmentation methods, the first being a sliding window of fixed duration. The sliding window duration defines the boundaries of the data segment, and features and classifications are further extracted after interception. The method is simple, but has large calculation amount, and is not suitable for a fall protection system with high real-time requirements. The second method first sets a trigger condition, detects potential fall events in the input data stream by searching for inertial sensor values that exceed a preset threshold. When a potential falling event is detected, the data segments are intercepted through one or more windows, and classification is achieved. However, how the window duration is determined is not an explicit method, most of which are experimental empirical values. If the window duration is too long, the real-time performance of fall detection can be affected, and the protection device is not opened for enough time; if the window duration is too short, the accuracy of fall detection will be affected.
Disclosure of Invention
To solve the above-mentioned drawbacks and disadvantages of the prior art, an object of the present invention is to provide a method for inertial sensor data segmentation. The data segmentation method is realized through a multichannel convolutional neural network MC-CNN and an importance mapping method. Firstly preprocessing the existing data set, intercepting inertial sensor data before a human body impacts the ground, constructing a training data set, secondly training through an MC-CNN network, extracting model parameters, determining the importance of each sequence position for classification by combining an importance mapping method, and thus determining the clear range of data segmentation.
In order to achieve the above purpose, the invention adopts the following technical scheme:
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;
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.
The preprocessing of the acquired data set in step S2 is as follows:
s21, calculating signal amplitude vectors of triaxial inertial sensorWherein (1)> And->Respectively 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.
The inertial sensor in step S2 includes a tri-axial accelerometer and a gyroscope.
In the step S3, training is performed on the training data set based on the multi-channel convolutional neural network model MC-CNN, and the training process is as follows:
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).
The importance of each sequence position for data segmentation is obtained by combining the importance mapping method in the step S4, and the specific process is as follows:
after training through MC-CNN model, all can be obtainedFeature map of channel and corresponding weight, for input inertial sensor time series, in S 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) The importance of position x in the time series for classifying the series as c is shown.
In step S4, the implementation pair M c (x) After the visualization of (2), determining a specific region of the data segmentation by summarizing the law of the importance map thereof, and using the data segment corresponding to the region for behavior classification based on a machine learning model to verify whether the region is a falling action.
Compared with the prior art, the invention has the beneficial effects that:
the method is realized by a multichannel convolutional neural network MC-CNN and an importance mapping method. The method can clearly divide the triggering condition of falling detection and the intercepting length of a window, avoids the defect that the length of the window for data division is determined empirically by the existing dividing method, and solves the problem that the falling protection system is difficult to divide the data.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a general flow diagram of a data segmentation method for a fall protection system according to the invention;
FIG. 2 is a diagram of fall profile analysis in an embodiment of the invention;
FIG. 3 is a schematic diagram of the composition of a multi-channel convolutional neural network in an embodiment of the present invention;
FIG. 4 is a sample map of importance mapping in an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. All other embodiments, which can be made by one of ordinary skill in the art without inventive faculty, are intended to be within the scope of the present invention, based on the embodiments of the present invention.
Examples: see fig. 1-4.
As shown in fig. 1, a data segmentation method for a fall protection system of the present invention includes the following steps:
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;
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.
The preprocessing of the acquired data set in step S2 is as follows:
s21, calculating signal amplitude vectors of triaxial inertial sensorWherein (1)> And->Respectively representing the values of the inertial sensors of x, y and z;
s22, constructing a data set: as shown in fig. 2, for a fall motion, the SMV peak represents the moment when the body hits the ground, so the signal 1s before the maximum peak is truncated as a 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.
The inertial sensor in step S2 includes a tri-axial accelerometer and a gyroscope.
In the step S3, training is performed on the training data set based on the multi-channel convolutional neural network model MC-CNN, and the training process is as follows:
as shown in fig. 3, firstly, the triaxial accelerometer and gyroscope signals are processed independently, the influence of the triaxial accelerometer and gyroscope signals on classification is comprehensively considered after convolution operation, then feature maps of the two parts are combined to obtain a region with important classification, and finally the classification quality is judged by using a cross entropy loss function so as to complete training of 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); different from the existing CNN network, any pooling operation after the convolution layer is canceled in the invention, so that the feature map data length is ensured to be unchanged, and the subsequent determination of the segmentation area is facilitated.
The importance of each sequence position for data segmentation is obtained by combining the importance mapping method in the step S4, and the specific process is as follows:
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 time sequenceThe importance of position x in the column to classify the sequence as c.
In step S4, the implementation pair M c (x) After the visualization of (2) as shown in fig. 4, a specific area of data segmentation is determined by summarizing the rule of the importance map, and the deeper the color bar in the map is, the more important the corresponding position sequence is for classification, in this embodiment, when the acceleration count value is smaller than 0.93 times of gravity acceleration, the potential fall is determined, and from this moment, the accelerometer and gyroscope data segments are intercepted according to the window length of 310ms for behavior classification based on the machine learning model, and finally whether the fall is verified.
It should be noted that, the application scope of the data segmentation method is not limited to fall detection, and can train and extract rules according to specific situations aiming at other types of actions in life, so as to obtain corresponding data segmentation positions.
The above description is only of the preferred embodiment of the present invention, and is not intended to limit the structure of the present invention in any way. Any simple modification, equivalent variation and modification of the above embodiments according to the technical substance of the present invention fall within the technical scope 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
WO2022008677A1 (en) * 2020-07-08 2022-01-13 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
US10679067B2 (en) Method for detecting violent incident in video based on hypergraph transition
CN107909027B (en) Rapid human body target detection method with shielding treatment
CN105310696B (en) A kind of fall detection model building method and corresponding fall detection method and device
CN108549841A (en) A kind of recognition methods of the Falls Among Old People behavior based on deep learning
CN110287825B (en) Tumble action detection method based on key skeleton point trajectory analysis
CN108509897A (en) A kind of human posture recognition method and system
WO2021115066A1 (en) Inertial sensor-based gait feature extraction and gait recognition method
CN112801000B (en) Household old man falling detection method and system based on multi-feature fusion
CN113361425A (en) Method for detecting whether worker wears safety helmet or not based on deep learning
CN108985204A (en) Pedestrian detection tracking and device
CN112464738B (en) Improved naive Bayes algorithm user behavior identification method based on mobile phone sensor
CN106875630B (en) A kind of wearable fall detection method and system based on hierarchical classification
CN105426814A (en) Old people stumbling detection method based on handset
WO2023035093A1 (en) Inertial sensor-based human body behaviour recognition method
CN109508677B (en) Improved CNN network-based recognition method for handwriting actions in air
CN111710129B (en) Real-time pre-collision falling detection method for old people
CN104586402A (en) Feature extracting method for body activities
CN109271889B (en) Action recognition method based on double-layer LSTM neural network
KR102280291B1 (en) Apparatus and method for identify patients with parkinson's disease and patients with podarthritis by performing neural network analysis by various detection information
CN114595748B (en) Data segmentation method for fall protection system
CN114881079A (en) Human body movement intention abnormity detection method and system for wearable sensor
CN114291081A (en) Vehicle collision detection method based on artificial intelligence algorithm
CN114373142A (en) Pedestrian falling detection method based on deep learning
CN111603169A (en) Pedestrian gait recognition method based on MEMS inertial sensor
CN107688828A (en) A kind of bus degree of crowding estimating and measuring method based on mobile phone sensor

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