CN104598880A - Behavior identification method based on fuzzy support vector machine - Google Patents

Behavior identification method based on fuzzy support vector machine Download PDF

Info

Publication number
CN104598880A
CN104598880A CN201510011414.9A CN201510011414A CN104598880A CN 104598880 A CN104598880 A CN 104598880A CN 201510011414 A CN201510011414 A CN 201510011414A CN 104598880 A CN104598880 A CN 104598880A
Authority
CN
China
Prior art keywords
support vector
vector machine
class
fuzzy support
sample
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.)
Pending
Application number
CN201510011414.9A
Other languages
Chinese (zh)
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.)
Sun Yat Sen University
Shenzhen Research Institute of Sun Yat Sen University
Original Assignee
Sun Yat Sen University
Shenzhen Research Institute of Sun Yat Sen 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 Sun Yat Sen University, Shenzhen Research Institute of Sun Yat Sen University filed Critical Sun Yat Sen University
Priority to CN201510011414.9A priority Critical patent/CN104598880A/en
Publication of CN104598880A publication Critical patent/CN104598880A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a behavior identification method based on a fuzzy support vector machine and adopts the fuzzy support vector machine to realize identification for various human behaviors (including normal behaviors such as standing, walking, running, going upstairs/downstairs and abnormal behaviors such as falling down); the behavior identification method is mainly applied to eliminating the influences of isolated points and noise points in the sample points to classification effects and improving behavior identification precision. The main contents for realization of the behavior identification are as follows: firstly, behavior data acquisition is realized by using a tri-axial accelerometer to obtain an X-axis acceleration, a Y-axis acceleration and a Z-axis acceleration; the mean value, the variance and the energy of the resultant acceleration as well as the correlation coefficient between any two dimensions of three-dimensional data are respectively extracted by means of resultant acceleration extracting characteristic values, and a six-dimensional characteristic vector is obtained; secondly, the degree of membership of each sampling point to the affiliated classification is calculated; thirdly, the construction of a classification model is realized by using the fuzzy support vector machine; and fourthly, the identification for human behaviors is realized at the online stage.

Description

A kind of Activity recognition method based on fuzzy support vector machine
Technical field
The present invention relates to Activity recognition technical field, relate in particular to a kind of Human bodys' response method based on fuzzy support vector machine.
Background technology
In recent years, health becomes the focus that people pay close attention to, and carries out identifying to human body behavior and monitors, can the activity of indirectly assessor, identification for abnormal behaviour (such as falling) can well process some unexpected situations, especially for old man.Also indirectly can be obtained some habits and customs of monitored person by the identification of the behavior to human body, the more physiological situation of human body can be obtained thus.
Traditional Human bodys' response is the mode based on image graphics, although based on the Human bodys' response technical development relatively morning of image, Theory comparison is ripe, but there is deficiency based on the Human bodys' response technology of image, be mainly manifested in the problems such as image processing algorithm is more complicated, hardware cost is higher, application scenarios is limited, accuracy rate is not high.
Sensor-based Human bodys' response, has fairly obvious advantage, is mainly manifested in, and is free to obtain human body daily behavior data, can be carried at measured easily and wait with it.
For sensor-based Human bodys' response technology, the main sorting algorithm of application has KNN algorithm, decision Tree algorithms, SVM, very fast learning machine algorithm.
KNN algorithm, exist calculate and storage overhead large; Classification speed is slow, there is higher-dimension disaster problem under big-sample data, and the precision of classification is low, cannot the impact of stress release treatment point and isolated point.
Decision Tree algorithms, although computing velocity is fast, operand is little, and when classification is too many, mistake increases than very fast.
Neural network algorithm, has comparatively faster pace of learning, but its Generalization Capability is not but very desirable.
Very fast learning machine algorithm is a kind of Novel learning Method and kit for, has that solving speed is fast, study precision high, but its learning ability is but based upon in the consumption of a large amount of hidden node.
SVM, support vector machine is structure based principle of minimization risk, ensure that good generalization ability.Therefore, support vector machine is widely used in fields such as pattern-recognition, regretional analysis, Function Estimation, time series forecastings.But from support vector machine theoretical analysis, support vector cassification lineoid is easily subject to the impact of noise spot and isolated point, thus cause the degree of accuracy reducing classification.
From upper surface analysis, all there is respective Pros and Cons in various sorting technique, investigation and analysis display, at present, for sensor-based Activity recognition, and the innovatory algorithm using SVM and SVM more.
Summary of the invention
For problem above-mentioned, the present invention adopts a kind of Activity recognition method based on fuzzy support vector machine, and fuzzy theory and support vector machine theory are merged, object is that stress release treatment point and isolated point are on the impact of classifying quality, improves the degree of accuracy of classification.
For achieving the above object, particular content of the present invention comprises:
S1, employing three axis accelerometer image data, extract eigenwert to resultant acceleration, eigenwert comprises: the correlation coefficient in average, variance, energy, three-dimensional data between any two-dimensional data, is expressed as follows S={s 1, s 2..., s n, s={t 1, t 2, t 3, t 4, t 5, t 6, in formula, n represents total sample points, and can be normalized the eigenwert gathered, and eliminates the problem of ' large number eats decimal ';
S2, calculate each Lei Lei center, computing formula is as follows l represents the sample points of this class, when calculating sample point in each class to the Euclidean distance at class center, need get the degree of membership of each sample point to generic according to Euclidean distance calculation.Its Euclidean distance computing formula is as follows:
D i ( a , s i ) = [ Σ j = 1 6 | t ij ′ - t j ′ | λ ] 1 - λ
When adopting the computing method based on the degree of membership of Affinity Among Samples, the calculation access method of the tight ness rating between sample is as follows:
φ ( R , a , ξ ) = R 2 + C [ Σ i = 1 n ξ i ]
D i 2≤R 2i,i=1,…,n
S.t
ξ i≥0,i=1,…,n
In formula, a is class center, and C is penalty factor, and goes the size of R to represent tight ness rating between sample by calculating; Calculate degree of membership by tight ness rating, its degree of membership is calculated and is gone method as follows:
μ ( x i ) = 0.6 * [ 1 - D i / R 1 + D i / R ] + 0.4 , D i ≤ R 0.4 * [ 1 1 + D i - R ] , D i > R
S3, employing fuzzy support vector machine realize classification and identify, its detailed process pretreated sample set is carried out classification based training to fuzzy support vector machine obtain a disaggregated model, in the ONLINE RECOGNITION stage, the sample point collected is input to disaggregated model and obtains classification results.
Particularly, described resultant acceleration has X-axis, Y-axis, Z axis acceleration calculation to get, and computing formula is as follows:
AA = a x 2 + a y 2 + a z 2
Calculate resultant acceleration, the acceleration in space is synthesized a vector, the impact brought in direction can be ignored thus, contribute to reducing computing.
Particularly, eigenwert is extracted to resultant acceleration, comprising: the correlation coefficient in average, variance, energy, three-dimensional data between any two-dimensional data.Adopt overlapping moving window that continuous print sensor data stream is divided into the entity of regular length for data acquisition.
Mean value computation formula:
A A ‾ = 1 n Σ i = 1 n AA i
Variance computing formula:
V AA = Σ i = 1 N ( AA i - A A ‾ ) 2
Energy balane formula:
AA energy = Σ i = 1 n AA i 2
Correlation coefficient computing formula:
corr ( x , y ) = cov ( x , y ) σ x σ y
Particularly, for feature set, be normalized, eliminate the impact of " large number eats decimal " problem, all eigenwerts are mapped to 0 to 1 interval, its normalized formula is as follows:
t i ′ = t i - t min t max - t min
Particularly, for the training of fuzzy support vector machine, adopt multistratum classification model: first, by behavior be divided into motionless (stand still, the sit quietly) class of geo-stationary and action class, build one and fuzzy classification model of classifying; Secondly, normal behaviour in action class and abnormal behaviour are carried out to the structure of disaggregated model, abnormal behaviour is mainly fallen the identification of behavior; Many disaggregated models are finally adopted to be divided into by normal behaviour: to stand, walk, run, stair activity.Being configured with of such disaggregated model helps to stand and the identification of behavior of falling to sitting, for a long time, is conveniently connected mutually with post-service.
Beneficial effect
1, the present invention adopts multistratum classification Construction of A Model, highlights falling and the complexity first identifying, effectively reduce algorithm of the behavior such as sitting.
2, fuzzy factor is incorporated in support vector machine by the present invention, builds fuzzy support vector machine, contributes to stress release treatment point and isolated point to the impact of classifying quality, improves the accurate rate to Activity recognition.
Described on end, the present invention adopts three axis accelerometer image data, and data are synthesized, sextuple eigenwert is extracted to the acceleration of synthesis, the membership function of S type function is adopted to calculate the degree of membership of sample, degree of membership is introduced support vector machine, builds fuzzy support vector machine, adopt fuzzy support vector machine to realize the structure of multistratum classification model.Main object is to eliminate in sample point the noise spot and isolated point that exist to the impact of classifying quality, improves the accurate rate of Activity recognition.
Accompanying drawing explanation
Accompanying drawing 1 is the Activity recognition process flow diagram based on fuzzy support vector machine.
Accompanying drawing 2 is schematic diagram of multistratum classification model.
Embodiment
Below in conjunction with Figure of description, the invention will be further elaborated.
A kind of Activity recognition method based on fuzzy support vector machine of the present invention, mainly comprises:
S1, employing three axis accelerometer image data, extract eigenwert to resultant acceleration, eigenwert comprises: the correlation coefficient in average, variance, energy, three-dimensional data between any two-dimensional data, is expressed as follows S={s 1, s 2..., s n, s={t 1, t 2, t 3, t 4, t 5, t 6, in formula, n represents total sample points, and is normalized the eigenwert gathered, and eliminate the problem of ' large number eats decimal ', its resultant acceleration is calculated as follows:
AA = a x 2 + a y 2 + a z 2
A in formula x, a y, a zthe acceleration of the X, Y, Z axis that three axis accelerometer gathers respectively.
Normalized formula is as follows:
t i ′ = t i - t min t max - t min
S2, calculate each Lei Lei center, computing formula is as follows l represents the sample points of this class, and when calculating sample point in each class to the Euclidean distance at class center, need get the degree of membership of each sample point to generic according to Euclidean distance calculation, its Euclidean distance computing formula is as follows:
D i ( a , s i ) = [ Σ j = 1 6 | t ij ′ - t j ′ | λ ] 1 - λ
S3, employing fuzzy support vector machine realize classification and identify, its detailed process pretreated sample set is carried out classification based training to fuzzy support vector machine obtain a disaggregated model, in the ONLINE RECOGNITION stage, the sample point collected is input to disaggregated model and obtains classification results.
For the training of fuzzy support vector machine, adopt multistratum classification model: first, by behavior be divided into motionless (stand still, the sit quietly) class of geo-stationary and action class, build one and fuzzy classification model of classifying; Secondly, normal behaviour in action class and abnormal behaviour are carried out to the structure of disaggregated model, abnormal behaviour is mainly fallen the identification of behavior; Many disaggregated models are finally adopted to be divided into by normal behaviour: to stand, walk, run, stair activity.
When adopting the computing method based on the degree of membership of Affinity Among Samples, the calculation access method of the tight ness rating between sample is as follows:
φ ( R , a , ξ ) = R 2 + C [ Σ i = 1 n ξ i ]
S . t D i 2 ≤ R 2 + ξ i , i = 1 , . . . , n ξ i ≥ 0 , i = 1 , . . . , n
In formula, a is class center, and C is penalty factor.
Going the size of R to represent tight ness rating between sample by calculating, calculating degree of membership by tight ness rating, its degree of membership is calculated and is gone method as follows:
μ ( x i ) = 0.6 * [ 1 - D i / R 1 + D i / R ] + 0.4 , D i ≤ R 0.4 * [ 1 1 + D i - R ] , D i > R

Claims (5)

1. based on an Activity recognition method for fuzzy support vector machine, it is characterized in that, described method comprises:
S1, employing three axis accelerometer image data, extract eigenwert to resultant acceleration, eigenwert comprises: the correlation coefficient in average, variance, energy, three-dimensional data between any two-dimensional data, is expressed as follows S={s 1, s 2..., s n, s={t 1, t 2, t 3, t 4, t 5, t 6, in formula, n represents total sample points, and is normalized sample characteristics collection;
S2, calculate each Lei Lei center, computing formula is as follows l represents the sample points of this class, when calculating sample point in each class to the Euclidean distance at class center, need get the degree of membership of each sample point to generic according to Euclidean distance calculation;
S3, employing fuzzy support vector machine realize classification and identify.
2. a kind of Activity recognition method based on fuzzy support vector machine according to claim 1, it is characterized in that, adopt three axis accelerometer image data, feature extraction is carried out to resultant acceleration, the eigenwert extracted includes: the correlation coefficient in average, variance, energy, three-dimensional data between any two-dimensional data, and the eigenwert obtained is normalized, the formula of normalized is as follows:
3. a kind of Activity recognition method based on fuzzy support vector machine according to claim 1, it is characterized in that, calculate each Lei Lei center, calculate the Euclidean distance at sample point and the class center of getting in each class respectively, calculate according to Euclidean distance the degree of membership that each sample point is under the jurisdiction of this class, its Euclidean distance computing formula is as follows:
In formula, λ gets 2, and when adopting the computing method based on the degree of membership of Affinity Among Samples, the calculation access method of the tight ness rating between sample is as follows:
In formula, a is class center, and C is penalty factor, and goes the size of R to represent tight ness rating between sample by calculating; Calculate degree of membership by tight ness rating, degree of membership is calculated and is gone method as follows:
4. a kind of Activity recognition method based on fuzzy support vector machine according to claim 1, it is characterized in that, pretreated sample set is carried out classification based training to fuzzy support vector machine and obtains a disaggregated model, in the ONLINE RECOGNITION stage, the sample point collected is input to disaggregated model and obtains classification results.
5. a kind of Activity recognition method based on fuzzy support vector machine according to claim 1, it is characterized in that, for the training of fuzzy support vector machine, adopt multistratum classification model: first, by behavior be divided into motionless (stand still, the sit quietly) class of geo-stationary and action class, build one and fuzzy classification model of classifying; Secondly, normal behaviour in action class and abnormal behaviour are carried out to the structure of disaggregated model, abnormal behaviour is mainly fallen the identification of behavior; Finally, many disaggregated models are adopted to be divided into by normal behaviour: to stand, walk, run, stair activity.
CN201510011414.9A 2015-03-06 2015-03-06 Behavior identification method based on fuzzy support vector machine Pending CN104598880A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510011414.9A CN104598880A (en) 2015-03-06 2015-03-06 Behavior identification method based on fuzzy support vector machine

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510011414.9A CN104598880A (en) 2015-03-06 2015-03-06 Behavior identification method based on fuzzy support vector machine

Publications (1)

Publication Number Publication Date
CN104598880A true CN104598880A (en) 2015-05-06

Family

ID=53124654

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510011414.9A Pending CN104598880A (en) 2015-03-06 2015-03-06 Behavior identification method based on fuzzy support vector machine

Country Status (1)

Country Link
CN (1) CN104598880A (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104323780A (en) * 2014-10-30 2015-02-04 上海交通大学 Support vector machine-based pedestrian gait classifying system and method
CN104864873A (en) * 2015-06-09 2015-08-26 中国科学院上海高等研究院 Method for helping map positioning by utilizing human motion features
CN104933422A (en) * 2015-07-07 2015-09-23 安徽瑞宏信息科技有限公司 An action recognition method based on human body part nodes
CN105046215A (en) * 2015-07-07 2015-11-11 中国科学院上海高等研究院 Posture and behavior identification method without influences of individual wearing positions and wearing modes
CN105125220A (en) * 2015-10-20 2015-12-09 重庆软汇科技股份有限公司 Falling-down detection method
CN105528613A (en) * 2015-11-30 2016-04-27 南京邮电大学 Behavior identification method based on GPS speed and acceleration data of smart phone
CN105930767A (en) * 2016-04-06 2016-09-07 南京华捷艾米软件科技有限公司 Human body skeleton-based action recognition method
WO2017004880A1 (en) * 2015-07-08 2017-01-12 中兴通讯股份有限公司 Method, device for behavior recognition and computer storage medium
CN106598222A (en) * 2016-11-14 2017-04-26 上海斐讯数据通信技术有限公司 Scene mode switching method and system
CN106919888A (en) * 2015-12-25 2017-07-04 中国移动通信集团公司 One kind is had a meal Activity recognition method, device and home gateway
CN106919947A (en) * 2015-12-25 2017-07-04 中国移动通信集团公司 A kind of user has a meal the method and device of Activity recognition
CN107016411A (en) * 2017-03-28 2017-08-04 北京犀牛数字互动科技有限公司 Data processing method and device
CN108289077A (en) * 2017-01-09 2018-07-17 中兴通讯股份有限公司 A kind of method and device carrying out fuzzy detection analysis to WEB server safety
CN108985336A (en) * 2018-06-19 2018-12-11 三峡大学 A kind of fruit quality classification method based on multi-layer SVM
CN109492664A (en) * 2018-09-28 2019-03-19 昆明理工大学 A kind of musical genre classification method and system based on characteristic weighing fuzzy support vector machine
CN110197120A (en) * 2019-04-23 2019-09-03 中国人民解放军国防科技大学 Personnel target identification method for unattended sensor system
WO2020087848A1 (en) * 2018-11-01 2020-05-07 山东大学 Real-time behavior identification system based on lora and capsule, and operating method therefor
CN112468956A (en) * 2020-11-12 2021-03-09 西安邮电大学 Human activity monitoring method for indoor positioning and motion state
CN113095446A (en) * 2021-06-09 2021-07-09 中南大学 Abnormal behavior sample generation method and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007160076A (en) * 2005-11-15 2007-06-28 Univ Nihon Human posture and motion discrimination apparatus and energy consumption calculation apparatus
CN102302370A (en) * 2011-06-30 2012-01-04 中国科学院计算技术研究所 Method and device for detecting tumbling
CN103473530A (en) * 2013-08-30 2013-12-25 天津理工大学 Adaptive action recognition method based on multi-view and multi-mode characteristics
CN103886341A (en) * 2014-03-19 2014-06-25 国家电网公司 Gait behavior recognition method based on feature combination
CN104268577A (en) * 2014-06-27 2015-01-07 大连理工大学 Human body behavior identification method based on inertial sensor

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007160076A (en) * 2005-11-15 2007-06-28 Univ Nihon Human posture and motion discrimination apparatus and energy consumption calculation apparatus
CN102302370A (en) * 2011-06-30 2012-01-04 中国科学院计算技术研究所 Method and device for detecting tumbling
CN103473530A (en) * 2013-08-30 2013-12-25 天津理工大学 Adaptive action recognition method based on multi-view and multi-mode characteristics
CN103886341A (en) * 2014-03-19 2014-06-25 国家电网公司 Gait behavior recognition method based on feature combination
CN104268577A (en) * 2014-06-27 2015-01-07 大连理工大学 Human body behavior identification method based on inertial sensor

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
SHAN S, ET AL.: "A Wearable Pre-impact Fall Detector using Feature Selection and Support Vector Machine", 《INTERNATIONAL CONFERENCE ON SIGNAL PROCESSING IEEE XPLORE》 *
张翔等: "基于样本之间紧密度的模糊支持向量机方法", 《软件学报》 *

Cited By (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104323780A (en) * 2014-10-30 2015-02-04 上海交通大学 Support vector machine-based pedestrian gait classifying system and method
CN104323780B (en) * 2014-10-30 2016-07-06 上海交通大学 Pedestrian's gait classification system and method based on support vector machine
CN104864873A (en) * 2015-06-09 2015-08-26 中国科学院上海高等研究院 Method for helping map positioning by utilizing human motion features
CN104864873B (en) * 2015-06-09 2017-09-01 中国科学院上海高等研究院 A kind of method that utilization human body motion feature aids in Orientation on map
CN104933422A (en) * 2015-07-07 2015-09-23 安徽瑞宏信息科技有限公司 An action recognition method based on human body part nodes
CN105046215A (en) * 2015-07-07 2015-11-11 中国科学院上海高等研究院 Posture and behavior identification method without influences of individual wearing positions and wearing modes
CN105046215B (en) * 2015-07-07 2018-11-16 中国科学院上海高等研究院 The posture Activity recognition method not influenced by individual wearing position and wearing mode
WO2017004880A1 (en) * 2015-07-08 2017-01-12 中兴通讯股份有限公司 Method, device for behavior recognition and computer storage medium
CN105125220A (en) * 2015-10-20 2015-12-09 重庆软汇科技股份有限公司 Falling-down detection method
CN105528613A (en) * 2015-11-30 2016-04-27 南京邮电大学 Behavior identification method based on GPS speed and acceleration data of smart phone
CN106919888A (en) * 2015-12-25 2017-07-04 中国移动通信集团公司 One kind is had a meal Activity recognition method, device and home gateway
CN106919947A (en) * 2015-12-25 2017-07-04 中国移动通信集团公司 A kind of user has a meal the method and device of Activity recognition
CN106919947B (en) * 2015-12-25 2019-12-13 中国移动通信集团公司 method and device for recognizing eating behavior of user
CN105930767A (en) * 2016-04-06 2016-09-07 南京华捷艾米软件科技有限公司 Human body skeleton-based action recognition method
CN105930767B (en) * 2016-04-06 2019-05-17 南京华捷艾米软件科技有限公司 A kind of action identification method based on human skeleton
CN106598222A (en) * 2016-11-14 2017-04-26 上海斐讯数据通信技术有限公司 Scene mode switching method and system
CN108289077A (en) * 2017-01-09 2018-07-17 中兴通讯股份有限公司 A kind of method and device carrying out fuzzy detection analysis to WEB server safety
CN108289077B (en) * 2017-01-09 2021-09-21 中兴通讯股份有限公司 Method and device for carrying out fuzzy detection analysis on WEB server security
CN107016411A (en) * 2017-03-28 2017-08-04 北京犀牛数字互动科技有限公司 Data processing method and device
CN107016411B (en) * 2017-03-28 2020-09-29 北京犀牛数字互动科技有限公司 Data processing method and device
CN108985336A (en) * 2018-06-19 2018-12-11 三峡大学 A kind of fruit quality classification method based on multi-layer SVM
CN109492664A (en) * 2018-09-28 2019-03-19 昆明理工大学 A kind of musical genre classification method and system based on characteristic weighing fuzzy support vector machine
CN109492664B (en) * 2018-09-28 2021-10-22 昆明理工大学 Music genre classification method and system based on feature weighted fuzzy support vector machine
WO2020087848A1 (en) * 2018-11-01 2020-05-07 山东大学 Real-time behavior identification system based on lora and capsule, and operating method therefor
AU2019371325B2 (en) * 2018-11-01 2022-01-27 Shan Dong University Real-time activity recognition system and working method based on lora and capsule
CN110197120A (en) * 2019-04-23 2019-09-03 中国人民解放军国防科技大学 Personnel target identification method for unattended sensor system
CN112468956A (en) * 2020-11-12 2021-03-09 西安邮电大学 Human activity monitoring method for indoor positioning and motion state
CN112468956B (en) * 2020-11-12 2022-10-11 西安邮电大学 Human activity monitoring method for indoor positioning and motion state
CN113095446A (en) * 2021-06-09 2021-07-09 中南大学 Abnormal behavior sample generation method and system

Similar Documents

Publication Publication Date Title
CN104598880A (en) Behavior identification method based on fuzzy support vector machine
Chen et al. A deep learning approach to human activity recognition based on single accelerometer
Lu et al. Efficient human activity recognition using a single wearable sensor
CN102302361B (en) Device for monitoring heart rate and physical state
CN110197235B (en) Human body activity recognition method based on unique attention mechanism
He et al. A low power fall sensing technology based on FD-CNN
CN108446733A (en) A kind of human body behavior monitoring and intelligent identification Method based on multi-sensor data
CN103886341A (en) Gait behavior recognition method based on feature combination
CN109979161B (en) Human body falling detection method based on convolution cyclic neural network
CN110659677A (en) Human body falling detection method based on movable sensor combination equipment
CN106910314A (en) A kind of personalized fall detection method based on the bodily form
CN109976526A (en) A kind of sign Language Recognition Method based on surface myoelectric sensor and nine axle sensors
Jia et al. Human daily activity recognition by fusing accelerometer and multi-lead ECG data
CN112294295A (en) Human body knee motion posture identification method based on extreme learning machine
WO2023035093A1 (en) Inertial sensor-based human body behaviour recognition method
CN108717548B (en) Behavior recognition model updating method and system for dynamic increase of sensors
Huang et al. A study on multiple wearable sensors for activity recognition
CN113012815A (en) Parkinson health risk assessment method based on multi-modal data
Dolatabadi et al. Automated classification of pathological gait after stroke using ubiquitous sensing technology
Xia et al. Wearable accelerometer optimal positions for human motion recognition
Li et al. Human activity recognition based on LPA
CN115346272A (en) Real-time tumble detection method based on depth image sequence
Luqian et al. Human activity recognition using time series pattern recognition model-based on tsfresh features
CN110916672A (en) Old people daily activity monitoring method based on one-dimensional convolutional neural network
Aydemir et al. A new method for activity monitoring using photoplethysmography signals recorded by wireless sensor

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20150506