Literature DB >> 23112713

Fall detection with the support vector machine during scripted and continuous unscripted activities.

Shing-Hong Liu1, Wen-Chang Cheng.   

Abstract

In recent years, the number of proposed fall-detection systems that have been developed has increased dramatically. A threshold-based algorithm utilizing an accelerometer has been used to detect low-complexity falling activities. In this study, we defined activities in which the body's center of gravity quickly declines as falling activities of daily life (ADLs). In the non-falling ADLs, we also focused on the body's center of gravity. A hyperplane of the support vector machine (SVM) was used as the separating plane to replace the traditional threshold method for the detection of falling ADLs. The scripted and continuous unscripted activities were performed by two groups of young volunteers (20 subjects) and one group of elderly volunteers (five subjects). The results showed that the four parameters of the input vector had the best accuracy with 99.1% and 98.4% in the training and testing, respectively. For the continuous unscripted test of one hour, there were two and one false positive events among young volunteers and elderly volunteers, respectively.

Entities:  

Keywords:  accelerometer; activities of daily life; falling detection; support vector machine; threshold-based classifier

Mesh:

Year:  2012        PMID: 23112713      PMCID: PMC3478840          DOI: 10.3390/s120912301

Source DB:  PubMed          Journal:  Sensors (Basel)        ISSN: 1424-8220            Impact factor:   3.576


Introduction

In 2010, 10.7% of Taiwan's population was age 65 or older. According to the government's evaluation, this proportion will become over 20% by 2025. Among the elderly, falls are not only life threatening [1] but also herald an inability to live independently [2]. Injuries from falls include broken bones, superficial cuts and abrasions to the skin as well as connective and soft tissue damage [3-5]. Detection of a fall would help to reduce the time between the fall and the arrival of medical attention [6,7], which could be realized either through an automatic fall-detection system or through a Personal Emergency Response System (PERS). However, the most common existing PERS using the push-button pendant is not always a satisfactory fall-detection method when elderly people lose consciousness or faint [8]. In recent years, the number of proposed fall-detection systems developed has increased dramatically [1,9]. The waist is a popular location for a fall-detection system because it provides reliable indications of full-body movements [10-12]. Studies have evaluated a set of fall-detection algorithms on data that recorded from 20 middle-aged volunteers (40–65 years old), performing six different falls and four scripted activities of daily living (ADL) [10,11]. The same ADLs were also recorded from 21 adults (aged 58–98 years) in a residential care unit. The results showed that a threshold on the impact and posture can achieve 97.5% sensitivity and 100% specificity. Chao et al. [13] recorded seven male subjects performing eight different types of falls and 17 functional ADLs. Using a combination algorithm of acceleration cross-products and post-fall postures, a sensitivity of 100% and a specificity of 49.8% were obtained. Bourke et al. [14] recorded 10 young healthy volunteers performing 240 falls and 120 ADLs and 10 elderly healthy volunteers performing 240 scripted ADLs; they employed thresholds on the velocity, impact and posture to achieve 100% specificity and sensitivity with a false-positive rate of 0.6 FP/day for continuous unscripted activities. In previous studies, the signals of a tri-axial accelerometer were combined to produce many action parameters, such as the total sum vector, the dynamic sum vector, the sliding sum vector, the velocity and the tilting angle. Prior studies [14,15] have defined thresholds as criteria for fall-detection systems. A falling ADL is considered as falling down, such as forward fall, backward fall and lateral fall with both legs straight or with knee flexion [9-16]. The ADLs consist of sitting on a bed or chair, lying on a bed, walking up and down the stairs and walking [9-16]. However, the acts of standing and falling down are not classified as falling ADLs. Falling ADLs also include sitting at the bedside and slipping on the ground, sitting on a wheelchair and slipping on the ground, rolling off a bed or falling out of bed [17]. Support vector machine (SVM)-based classification methods represent a major development in pattern recognition research, for which innovation is the ability to find a hyperplane dividing samples into two classes and having the widest margin between them. Moreover, the hyperplane concept can extend a higher dimensional set with a kernel function to make a nonlinear separating hyperplane. This hyperplane, with maximum margins, can be formulated as a quadratic optimization problem in feature space. The subsets of patterns that are closest to the decision boundary are called support vectors. Therefore, SVMs have been applied to many pattern recognition and classification problems in bioinformatics [18-22]. Brown et al. [23] described a successful use of SVMs applied to gene expression data for the task of classifying unseen genes. Dehmeshki et al. [24] used SVMs for the classification of lung data. Chu et al. [25] applied SVMs for cancer diagnosis based on micro-array gene expression data and protein secondary structure prediction. Guler and Ubeyli [26] used SVMs on the classification of EEG signals. SVMs are also applied to ECG signal analysis and arrhythmia classification [27-29]. SVMs can also be used as criteria to detect the QRS complexes in 12-lead electrocardiograms [30]. In this study, we will first define falling ADLs as actions in which the center of gravity of the body quickly descends. These activities include, but are not limited to, slipping while ascending stairs, slipping while descending stairs, stumbling and falling down forwards, backwards falling down, lateral falling down, and falling down with a weak leg but also sitting on a bedside and slipping onto the ground, sitting in a wheelchair and slipping onto the ground, rolling down from a bed, and falling down on a bed. Moreover, the accelerometer measures the moving acceleration. If a non-falling ADL does not include the body's center of gravity falling down, then it is certain to be distinguished from the falling ADLs. Thus, our studies focus on non-falling ADLs in which the action involves the center of gravity falling. The non-falling ADLs include walking up stairs, walking down stairs, sitting down on a bed, standing up from a bed, sitting down in a wheelchair, standing up from a wheelchair, walking, lying down, sitting up from lying, squatting down, and standing up. Second, we used the hyperplane of the SVM as the separating plane to replace the traditional threshold method for the detection of falling ADLs on a comprehensive dataset containing simulated falling ADLs, non-falling ADLs, and continuously scripted ADLs, including falling ADLs and continuous unscripted ADLs performed by young and elderly volunteers with our designed device.

Overview of System

Figure 1 shows the flow diagram of our method. Subjects wore our designed device at the waist, which had a tri-axial accelerometer (Kionix Inc., KXPA4-2050, Range: ±2 g), a Bluetooth module (Atrie Inc., BTM-204B), and a microprocessor (Texas Instruments Inc., MSP430 F5438). The resolution was 12 bits and the sampling rate was 200 Hz for the signals of the tri-axial accelerometer. Digital accelerometer signals were then transferred to a Bluetooth chip and transmitted wirelessly to a remote server. A Visual Basic-based interface system was used to receive a Bluetooth transmitted signal and also to display and store information. Furthermore, feature extraction and falling ADL detection were performed by a program coded in Matlab.
Figure 1.

Overview of system.

Feature Extraction

Four different parameters that are associated with falling ADLs were examined: total sum vector, fast changed vector, vertical acceleration, and posture angle [14-16]. First, the total sum vector, SV(t), containing both the dynamic and static acceleration components is calculated from the sampled data, as indicated below: where A(t), A(t), and A(t) is the acceleration in the x-, y-, and z-axes at time t, respectively. Second, the fast changed vector, CV(t), is calculated using the differences between the maximum and minimum acceleration in a 0.1 s sliding window for each axis, as follows: where A and A are the maximum and minimum acceleration values in a 0.1 s sliding window. Next, the vertical acceleration, VA(t), is calculated as follows: where SV(t) is calculated similar to the high pass filtered data, by using Equation (1), and is the gravitational component. Finally, the Posture angle, Φ(t), is defined as the angle between the VA(t) and gravity, as follows:

Support Vector Machines

Considering a linearly separable dataset {X, D}, i = 1, …, m, where X is the input pattern for the ith example and D is the corresponding desired output (1, or −1), a hyperplane could be identified as the decision surface. This hyperplane can be written as follows: where W is the coefficients' vector of the hyperplane function and b is the distance from the origin perpendicular to the hyperplane. The margin between the hyperplane and the nearest point is maximized and can be considered as a quadratic optimization problem: When W and b are rescaled, the point nearest to the hyperplane has a distance of 1/‖w‖. By the use of Lagrange multipliers α ≥ 0, and the Kuhan–Tuker theorem, the solution is given by the following: Only a small fraction of the α coefficient is nonzero. The corresponding pairs of X are known as support vectors (SV) and they define the decision boundary. All of the other input patterns with corresponding zero α values are rendered irrelevant. If the data are noisy, there will, in general, be no separation in the feature space. To optimize the margin slack vector, we need to introduce slack variables to allow the margin constraints to be violated. We can rewrite the objective function of the quadratic optimization problem as the following: The solution given is similar to Equation (8) and the Lagrange multipliers are 0 ≤ α ≤ C, i = 1, …, m. Finally, the hyperplane decision function for the input pattern vector X can be written as follows: By replacing the inner product XT jX with the kernel function K(X, X), the input patterns are mapped to a higher dimensional space [31]. In this higher dimension, a separating hyperplane is constructed to maximize the margin. We used LIBSVM software to detect the falling ADLs. LIBSVM is an integrated software package for support vector classification, regression and distribution estimation [32]. In the present problem, the Gaussian radial basis function was used to construct the kernel function, which is given below: where parameter γ can be viewed as the radial's size, which is set at 5.3. The cost parameter C is 4.7.

Experimental Results

There are three experimental procedures, including simulated ADL-based young volunteers, continuous unscripted ADL without falling ADL-based young and elderly volunteers, and continuous unscripted ADL with three falling ADL-based young volunteers. The classification performances were examined based on the sensitivity, specificity, and total classification accuracy. The sensitivity is the number of true positive (TP) decisions divided by the number of actual positive cases; the specificity is the number of true negative (TN) decisions divided by the number of actual negative cases. The total classification accuracy is the number of correct decisions divided by the total number of cases.

Simulated ADL

In this experiment, the two-fold cross-validation was used on half of the recorded data for training and the second half of the data from the same individuals for testing. Another testing was used on half of the subjects for training and half of the subjects for testing. However, much personal equipment has to be calibrated before use for the user; therefore using the user's behavior to train personal equipment is a more feasible method. Ten healthy young volunteers (Set 1 in Table 1), five male and five female, performed 10 simulated falling ADLs and 11 simulated non-falling ADLs. Each ADL was repeated 10 times for the first experiment. The volunteers ranged from 24 to 35 years (27.2 ± 3.6 years), with a body mass of 68–111 kg (84.27 ± 14.4 kg) and a height of 1.65 to 1.96 m (1.81 ± 0.1 m). Simulated falling ADLs and non-falling ADLs were organized and are numbered in Table 2. The height of the bed was 62 cm, and the height of the wheelchair was 50 cm.
Table 1.

Information on the volunteers for all of the experiments.

SetNo.GenderAge (year)High (cm)Weight (kg)BMI

Set 1M_1Male221827322.5
M_2Male231787321.7
M_3Male241878022.8
M_4Male241787323.0
M_5Male241739832.7
F_6Female251605019.5
F_7Female241685318.7
F_8Female251675519.7
F_9Female321635018.8
F_10Female171554719.5

Set 2EF_1Female701554619.1
EF_2Female711506528.9
EF_3Female831484721.5
EF_4Female731586024.0
EM_5Male711788025.2

Set 3CM_1Male281757925.8
CM_2Male281736020.0
CM_3Male281756822.2
CM_4Male241709532.9
CM_5Male241768828.4
CF_6Female191585020.0
CF_7Female181604818.8
CF_8Female191625219.8
CF_9Female191655520.2
CF_10Female221557129.6
Table 2.

A series of falling and non-falling ADLs.

Falling ADLsNon-Falling ADLs

No.ActionNo.Action
1Slip and ascending stairs11Ascending stairs
2Slip and descending stairs12Descending stairs
3Forward fall13Sitting down on bed
4Backward fall14Standing up from bed
5Falling down from bed15Sitting down in wheelchair
6Fall down from wheelchair16Standing up from wheelchair
7Rolling down from bed17Walking
8Lateral fall18Lying down
9Falling down to bed19Lying up
10Fall for the weak leg20Squatting down
21Standing up
In simulated ADLs, we randomly chose five recorded signals of every ADL for each subject as the training input. Thus, the falling ADLs have 500 datasets, and the non-falling ADLs have 550 dataset. We extracted the ADL parameters described in Section 3 from the recorded signals. The training dataset were transformed into the format of LIBSVM. A training instance matrix is an m by n matrix. In this study, n is the ADL parameter's number. The number of training instances was equal to the sampled number of 1,050 selected datasets. The profile of the CV parameter was used to mark the falling range. We found the maximum value of the CV of each falling ADL. This value multiplied by 0.87 was set as the threshold. The elements of the training label vector were set to 1 when the training instance was over this threshold and were set to −1 when it was not over the threshold or belonged to a non-falling ADL. Table 3 shows the optimal training results with different parameters' combinations. We found that the combination of four parameters has the best results, with an accuracy of 99.14%, a sensitivity of 99.60%, and a specificity of 98.73%. Therefore, we used this SVM model to test the three experimental procedures. The first phase is the test of the simulated ADL.
Table 3.

The training results with different parameter combinations.

ParametersAccuracy (%)Sensitivity (%)Specificity (%)

SVTotal, CVFast, VA, Φz99.1499.6098.73
SVTotal, CVFast, VA,93.43100.0087.45
SVTotal, CVFast, Φz88.76100.0078.55
SVTotal, VA, Φz94.1091.6096.36
CVFast, VA, Φz98.9599.4098.55
SVTotal, CVFast96.3898.8094.18
SVTotal, VA61.8119.80100.00
SVTotal, Φz68.1033.00100.00
CVFast, VA79.7157.40100.00
CVFast, Φz83.81100.0069.09
VA, Φz88.0075.6099.27
Another 1,050 datasets were used to test the performance of the SVM. Table 4 shows the testing of the optimal results with different parameter combinations with the same criteria in training the SVM models. We also find that the results of four parameters are best, with an accuracy of 98.38%, a sensitivity of 97.40%, and a specificity of 99.27%. In addition, the pieces of equipment used in the test include one Intel i5 M480 2.67 GHz processor, 4 GB memory and Windows 7 operating system while the Matlab software 2009 version was used for development. The computation time was mainly spent on calculating the feature vectors as well as the kernel function and weight sum of the support vector. The experimental results showed that it takes about 1ms to calculate the feature vector, while the number of support vectors is about 10% of that of the training samples. Moreover, it takes about 3 ms to calculate the kernel function, so the computation time is about 4 ms which is less than the sampling time 5 ms. Therefore, this proves that the proposed method could be effective in real applications.
Table 4.

The testing results with different parameter combinations.

ParametersAccuracy (%)Sensitivity (%)Specificity (%)

SVTotal, CVFast, VA, Φz98.3897.4099.27
SVTotal, CVFast, VA,90.1999.8081.45
SVTotal, CVFast, Φz83.5299.8068.73
SVTotal, VA, Φz90.1993.2087.45
CVFast, VA, Φz98.1098.0098.18
SVTotal, CVFast97.3399.0095.82
SVTotal, VA60.6717.6099.82
SVTotal, Φz69.8136.60100.00
CVFast, VA83.2465.0099.82
CVFast, Φz82.9564.8099.45
VA, Φz93.2489.2096.91
To analyze what actions are easily misclassified, Table 5 shows the frequency of the false classification of each ADL and the accuracy. The action of slipping when ascending stairs has the worst classification. The reason likely has to do with the procedure of the simulated action.
Table 5.

The frequency of the false classification of each ADL.

Falling ADLNon-Falling ADL

Action# of FalseFalse RateAction# of FalseFalse Rate

Slip and ascending stairs40.8%Ascending stairs00.0%
Slip and descending stairs20.4%Descending stairs20.4%
Forward fall00.0%Sitting down on bed00.0%
Backward fall10.2%Standing up from bed10.2%
Falling down from bed00.0%Sitting down in wheelchair00.0%
Fall down from wheelchair20.4%Standing up from wheelchair00.0%
Rolling down from bed20.4%Walking00.0%
Lateral fall00.0%Lying down00.0%
Falling down to bed20.4%Lying up00.0%
Fall for the weak leg00.0%Squatting down10.2%
Standing up00.0%
Figure 2 shows the decomposition of the motion, with the subject walking up the stairs, slipping and forward and falling down with a knee flexion, and the body lying on the stairs. We could find that the falling acceleration of the body's center of gravity and the falling distances are all lower than the other falling ADLs. Moreover, in continuous action including three falling ADLs, the types of missing detection are very similar to the types of worse classification in the simulated actions when the action of slipping and ascending stairs was excluded. These results show that the SVM method has a unified approach for the falling ADLs.
Figure 2.

The sequence of images for the activity of slip when ascending stairs.

Continuous Unscripted ADL without Falling Activities

In continuous unscripted studies, five elderly volunteers, one male and four female (Set 2 in Table 1), who ranged from 70 to 83 years (74.3 ± 2.9 years), with a body mass of 46 to 65 kg (54.5 ± 4.7 kg) and a height from 148 to 158 cm (152.7 ± 2.3 cm), wore the device continuously for up to one hour. In this group, one subject had apoplexy and one subject had fallen down twice and broken his right leg bone and left humerus. During this time, volunteers conducted their normal activities, including sitting, lying, walking, walking up and down stairs, and doing house work. These studies took place at the volunteers' homes. Second, the same young volunteers (Set 1 in Table 1), including three males and two females, who executed the simulated experiment also performed continuous unscripted ADL, the same as the elderly volunteers, for up to one hour. These studies took place at the volunteers' school. There are two conditions under which continuous action contains only non-falling ADLs for one hour. The four parameter combination in the input vector was used to test the SVM model. The false positive (FP) quantity and false positive rate (FP/h) were utilized to show the performance. The results from the same five young volunteers are shown in Table 6. The total time is 385.1 minutes and the FPs occurred three times. The false positive rate is 0.48 FP/h. The result from the five elderly volunteers is shown in Table 7. The total time is 363.8 minutes and there is one FP. The false positive rate is 0.18 FP/h. Figure 3 shows the SV signal for the continuous action of the EF_3 subject. There is one FP during the act of walking down the stairs. The above results show that elderly people with slow and moderate activities have a lower FP rate than young people with intense and fast activities. On the other hand, the falling definition that we detected in this paper is different from that of previous studies. Therefore, the FP rate we obtained is relatively high than the threshold-based algorithm in unscripted continuous experiments.
Table 6.

The FP number for the subjects of Table 1 Set 1 in continuous unscripted ADL without falling activities in the experiment.

VolunteersTime (min)FP

F_679.10
M_374.81
M_584.20
F_767.62
M_279.40
Total385.13

FP Rate (FP/h)0.48
Table 7.

The FP number for the subjects of Table 1 Set 2 in the continuous unscripted ADL without falling activities in the experiment.

VolunteersTime (min)FP

EF_172.10
EF_271.10
EF_376.21
EF_476.30
EM_568.10
Total363.81

FP Rate (FP/h)0.18
Figure 3.

The SV signal of continuous actions of the EF_3 subject.

Continuous Unscripted ADL

In continuous action, including three times falling ADLs, another ten young volunteers conducted this experiment (Set 3 in Table 2). Five males and five females, who ranged from 24 to 28 years (26.4 ± 2.2 years), with a body mass of 68–111 kg (84.27 ± 14.4 kg) and a height from 170 to 176 cm (173.8 ± 1.1 cm), continued to wear the device for 5 minutes. They not only conducted the non-falling ADLs, like the elderly volunteers, but also conducted falling ADLs three times during this period. Because the action of slipping and ascending stairs is a more difficult action, we only conducted nine falling ADLs. The results show, in Table 8, that FP is zero, but there are three false negatives (FN). We analyzed the TP and TN of each falling ADL in Table 9. Falling down from a wheelchair, rolling down from a bed, and falling down to a bed all have one missing detection. Figure 4(a) shows the SV signal for the continuous action of the CM_3 subject whose falling ADLs were falling down to a bed, falling down from a bed, and lateral falling down; these falling ADLs were all correctly detected. Figure 4(b) shows the SV signal for the continuous action of the CM_1 subject whose falling ADLs were falling down from a wheelchair, forward falling down, and falling down from a bed; these falling ADLs had one missing detection.
Table 8.

The statistics of falling ADL detection for subjects of Table 1 Set 3 in the continuous unscripted ADL experiment.

VolunteersTPFNFP

CM_1210
CM_2300
CM_3300
CM_4210
CM_5300
CF_6300
CF_7210
CF_8300
CF_9300
CF_10300

Total2730

Sensitivity90%
Table 9.

The analysis of different falling ADL detections in a continuous unscripted ADL experiment.

Falling ADLNumbersTPFN

Slip and descending stairs220
Forward fall440
Backward fall330
Lateral fall330
Falling down from bed330
Fall down from wheelchair321
Rolling down from bed211
Fall for the weak leg660
Falling down onto bed431

Total30273
Figure 4.

The SV signal for the continuous action of the (a) CM_3 and (b) CM_1 subjects.

The Comparison with the Threshold-Based Algorithm

Previous studies have frequently used a threshold-based algorithm with the impact and posture after the fall as the most popular method for fall detection [10,11,13-16]. The falling ADLs are described by calculating an action's parameters, such as the SVTotal, CVFast, VA, Φz, or velocity, and defining their upper and lower falling thresholds with respect to the impact and the posture. A boxplot (see Figure 5 or Figure 6) was used to set the thresholds of these parameters. Moreover, previous studies have focused on the actions of standing and falling down as the falling ADLs. We know that these falling actions are all encompassed in the body's center of gravity as it quickly falls down, and the falling distances are the highest compared to the non-falling ADLs. Thus, the upper or lower fall threshold could be used to separate the falling ADL and the non-falling ADL, for which the sensitivity and specificity all are 100%. However, the falling ADLs must also include sitting on a bedside and slipping onto the ground, sitting in a wheelchair and slipping onto the ground, rolling down from a bed, or falling down to a bed. The falling acceleration of the body's center of gravity in these falling ADLs is not larger than the actions of standing and falling down, and the falling distances are close to the moving distances of the non-falling ADLs. Under these conditions, the threshold-based method is not expected to have very good results.
Figure 5.

The boxplots of the CV parameter for all of the ADLs. (a) The upper peak values of the CV signal, for which the upper falling threshold is 0.8. (b) The lower peak values of the CV signal, for which the upper falling threshold is 1.26.

Figure 6.

The boxplots of the CV parameter for only four falling ADLs. (a) The upper peak values of the CV signal, for which the upper falling threshold is 1.25. (b) The lower peak values of the CV signal, for which the upper falling threshold is 1.29.

We used boxplots to define the upper and lower falling thresholds of four parameters that were used to separate the falling ADLs and the non-falling ADLs. The results of the simple threshold-based method in our study are shown in Table 10. The best threshold was the upper falling threshold of CV, of which the specificity was 81.9%. Figure 5 shows the boxplot of CV; the upper and lower falling thresholds were 0.8 and 1.26, respectively. If we considered the upper and lower falling thresholds of all the parameters, the specificity only reached 82.5%. They were much lower than our proposed SVM method. If we only considered forward falling down, backward falling down, literal falling down and falling down with leg weakness as falling ADLs, then the results of the SVM could attain an accuracy of 100% in the training and testing. The simple threshold-based method was used to detect these falling actions, with the results shown in Table 11. The best threshold was the upper falling threshold of CV, of which the specificity was 98.5% and the whole specificity was 98.6%. This result was very close to the results of previous studies. However, the result was also lower than the SVM method. Figure 6 shows the boxplot of CV; the upper and lower falling thresholds were 1.25 and 1.29, respectively.
Table 10.

The testing results of threshold-based methods for all of the ADLs.

ParametersSpecificity of Upper Threshold (TN)Specificity of Lower Threshold (TN)

SVTotal0%5.2%
CVFast81.9%0%
Φz4.6%6.7%
VA0%0%

Total specificity82.5%
Table 11.

The testing results of the threshold-based method for only four falling ADLs.

ParametersSpecificity of Upper Threshold (TN)Specificity of Lower Threshold (TN)

SVTotal0.00%5.2%
CVFast98.5%0.00%
Φz4.6%29.9%
VA0.00%0.00%

Total specificity98.6%

Conclusions

We used the hyperplane of the SVM as the threshold for detecting the 21 ADLs, including 10 falling ADLs and 11 non-falling ADLs. The most successful parameter combination, SV + CV + VA + Φ, achieved a training sensitivity and specificity of 99.60% and 98.73%, and a testing sensitivity and specificity of 97.40% and 99.27%, respectively If the threshold-based method was used to detect the falling ADLs, then the specificity was only 82.5%. Thus, the conclusion is that when the parameters of falling and non-falling ADLs are very close, the results of the SVM method are better than the threshold-based algorithm. In unscripted continuous experiments, the FP rates were 0.48 FP/h, 0.18 FP/h and 0 FP/h for the same young volunteers, for elderly volunteers and for different young volunteers, respectively. In continuous action, including three times falling ADLs, the sensitivity also became 90%. On the other hand, the falling definition that we detected in this paper is different from that of previous studies. Therefore, the FP rate we obtained is relatively high than the threshold-based algorithm in unscripted continuous experiments.
  21 in total

1.  Evaluation of waist-mounted tri-axial accelerometer based fall-detection algorithms during scripted and continuous unscripted activities.

Authors:  A K Bourke; P van de Ven; M Gamble; R O'Connor; K Murphy; E Bogan; E McQuade; P Finucane; G Olaighin; J Nelson
Journal:  J Biomech       Date:  2010-11-16       Impact factor: 2.712

2.  Evaluation of a threshold-based tri-axial accelerometer fall detection algorithm.

Authors:  A K Bourke; J V O'Brien; G M Lyons
Journal:  Gait Posture       Date:  2006-11-13       Impact factor: 2.840

3.  Comparison of low-complexity fall detection algorithms for body attached accelerometers.

Authors:  Maarit Kangas; Antti Konttila; Per Lindgren; Ilkka Winblad; Timo Jämsä
Journal:  Gait Posture       Date:  2008-02-21       Impact factor: 2.840

4.  Multiclass support vector machines for EEG-signals classification.

Authors:  Inan Güler; Elif Derya Ubeyli
Journal:  IEEE Trans Inf Technol Biomed       Date:  2007-03

5.  A comparison of automatic fall detection by the cross-product and magnitude of tri-axial acceleration.

Authors:  Pei-Kuang Chao; Hsiao-Lung Chan; Fuk-Tan Tang; Yu-Chuan Chen; May-Kuen Wong
Journal:  Physiol Meas       Date:  2009-08-28       Impact factor: 2.833

6.  Using accelerometers for physical actions recognition by a neural fuzzy network.

Authors:  Shing-Hong Liu; Yuan-Jen Chang
Journal:  Telemed J E Health       Date:  2009-11       Impact factor: 3.536

Review 7.  Fall injuries in the elderly.

Authors:  S P Baker; A H Harvey
Journal:  Clin Geriatr Med       Date:  1985-08       Impact factor: 3.076

8.  Incidence and consequences of falls among elderly people living in the community.

Authors:  Antoni Salvà; Ignasi Bolíbar; Guillem Pera; César Arias
Journal:  Med Clin (Barc)       Date:  2004-02-14       Impact factor: 1.725

9.  Support vector machines for automated recognition of obstructive sleep apnea syndrome from ECG recordings.

Authors:  Ahsan H Khandoker; Marimuthu Palaniswami; Chandan K Karmakar
Journal:  IEEE Trans Inf Technol Biomed       Date:  2009-01

10.  The relationship between risk factors for falling and the quality of life in older adults.

Authors:  Ayse Ozcan; Hulya Donat; Nihal Gelecek; Mehtap Ozdirenc; Didem Karadibak
Journal:  BMC Public Health       Date:  2005-08-26       Impact factor: 3.295

View more
  12 in total

1.  Using Direct Acyclic Graphs to Enhance Skeleton-Based Action Recognition with a Linear-Map Convolution Neural Network.

Authors:  Tan-Hsu Tan; Jin-Hao Hus; Shing-Hong Liu; Yung-Fa Huang; Munkhjargal Gochoo
Journal:  Sensors (Basel)       Date:  2021-04-29       Impact factor: 3.576

2.  Smartphone-based solutions for fall detection and prevention: challenges and open issues.

Authors:  Mohammad Ashfak Habib; Mas S Mohktar; Shahrul Bahyah Kamaruzzaman; Kheng Seang Lim; Tan Maw Pin; Fatimah Ibrahim
Journal:  Sensors (Basel)       Date:  2014-04-22       Impact factor: 3.576

3.  Characterizing Dynamic Walking Patterns and Detecting Falls with Wearable Sensors Using Gaussian Process Methods.

Authors:  Taehwan Kim; Jeongho Park; Seongman Heo; Keehoon Sung; Jooyoung Park
Journal:  Sensors (Basel)       Date:  2017-05-20       Impact factor: 3.576

4.  A Cuffless Blood Pressure Measurement Based on the Impedance Plethysmography Technique.

Authors:  Shing-Hong Liu; Da-Chuan Cheng; Chun-Hung Su
Journal:  Sensors (Basel)       Date:  2017-05-21       Impact factor: 3.576

5.  A Novel Detection Model and Its Optimal Features to Classify Falls from Low- and High-Acceleration Activities of Daily Life Using an Insole Sensor System.

Authors:  Benjamin Cates; Taeyong Sim; Hyun Mu Heo; Bori Kim; Hyunggun Kim; Joung Hwan Mun
Journal:  Sensors (Basel)       Date:  2018-04-17       Impact factor: 3.576

6.  Detecting falls with wearable sensors using machine learning techniques.

Authors:  Ahmet Turan Özdemir; Billur Barshan
Journal:  Sensors (Basel)       Date:  2014-06-18       Impact factor: 3.576

7.  Highly Portable, Sensor-Based System for Human Fall Monitoring.

Authors:  Aihua Mao; Xuedong Ma; Yinan He; Jie Luo
Journal:  Sensors (Basel)       Date:  2017-09-13       Impact factor: 3.576

8.  Validation of accuracy of SVM-based fall detection system using real-world fall and non-fall datasets.

Authors:  Omar Aziz; Jochen Klenk; Lars Schwickert; Lorenzo Chiari; Clemens Becker; Edward J Park; Greg Mori; Stephen N Robinovitch
Journal:  PLoS One       Date:  2017-07-05       Impact factor: 3.240

9.  Analysis of a Smartphone-Based Architecture with Multiple Mobility Sensors for Fall Detection with Supervised Learning.

Authors:  José Antonio Santoyo-Ramón; Eduardo Casilari; José Manuel Cano-García
Journal:  Sensors (Basel)       Date:  2018-04-10       Impact factor: 3.576

10.  SmartFall: A Smartwatch-Based Fall Detection System Using Deep Learning.

Authors:  Taylor R Mauldin; Marc E Canby; Vangelis Metsis; Anne H H Ngu; Coralys Cubero Rivera
Journal:  Sensors (Basel)       Date:  2018-10-09       Impact factor: 3.576

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.