You are currently viewing a new version of our website. To view the old version click .
Sensors
  • Article
  • Open Access

8 October 2014

Comparison and Characterization of Android-Based Fall Detection Systems

,
,
and
Universidad de Málaga, Departamento de Tecnología Electrónica, ETSI Telecomunicación, 29071 Málaga, Spain
*
Author to whom correspondence should be addressed.
This article belongs to the Special Issue Wireless Sensor Network for Pervasive Medical Care

Abstract

Falls are a foremost source of injuries and hospitalization for seniors. The adoption of automatic fall detection mechanisms can noticeably reduce the response time of the medical staff or caregivers when a fall takes place. Smartphones are being increasingly proposed as wearable, cost-effective and not-intrusive systems for fall detection. The exploitation of smartphones' potential (and in particular, the Android Operating System) can benefit from the wide implantation, the growing computational capabilities and the diversity of communication interfaces and embedded sensors of these personal devices. After revising the state-of-the-art on this matter, this study develops an experimental testbed to assess the performance of different fall detection algorithms that ground their decisions on the analysis of the inertial data registered by the accelerometer of the smartphone. Results obtained in a real testbed with diverse individuals indicate that the accuracy of the accelerometry-based techniques to identify the falls depends strongly on the fall pattern. The performed tests also show the difficulty to set detection acceleration thresholds that allow achieving a good trade-off between false negatives (falls that remain unnoticed) and false positives (conventional movements that are erroneously classified as falls). In any case, the study of the evolution of the battery drain reveals that the extra power consumption introduced by the Android monitoring applications cannot be neglected when evaluating the autonomy and even the viability of fall detection systems.

1. Introduction

Owing to the socio-economic and health progress experienced by developed countries in the last 20 years, the older population has substantially increased, especially with the aging “baby boomers” (those born between 1946 and 1964). The remarkable growth of life expectancy has multiplied the number of senior citizens that face daily the risks of living on their own. Although it is well known that physical exercise avoids or delay the onset of diseases, it can also lead to falls, the major health hazard that diminishes the quality of life. Data from the World Health Organization [,], supported by different epidemiologic studies, indicate that a noticeable percentage of seniors aged over 64 (28%–35%) suffer a fall each year. This proportion increases to 32%–42% for those over 70 years of age. In fact, injuries caused by falls are one of the main causes of hospitalization for older persons, frequently resulting in a serious reduction of their independent living skills and even death. A fast reaction can remarkably diminish the effects of a fall on an older adult, but an immediate assistance is often not feasible if the injured individual lives alone and the injuries prevent the patient from seeking help. According to [], the appraised fall incidence for independent living people over 75 exceeds 30% annually, as long as it has been estimated that up to 50% of nursing home residents suffer from falls every year (with more than 40% falling at least twice a year). In addition, up to 12% of all falls cause a fracture while 23% of trauma related-deaths in patients older than 65 (34% in those older than 85 years) follow a fall (see [] for a state-of-the-art on this topic). However, physical damages associated to falls are not the only negative effect that must be considered. Fear Of Falling (FOF) has been recognized as a specific health problem, especially for older people. FOF, which is typically connected to an increase of neuroticism and anxiety, normally leads patients to strikingly reduce or evade physical activity. Thus, the psychological and emotional consequences of a fall contribute to degrade the independence of the elderly. Moreover, this loss of self-confidence deteriorates as older people age, leading them to a more acute social isolation and a lower quality of life.

This paper presents the prototype of an experimental system for fall monitoring. The prototype combines an Android-based smartphone as the platform hardware, a motion sensor (a built-in tri-axial accelerometer) and the location services supported by the smartphone. The election of a mobile phone-based system has evident advantages. On one hand, mobile phone-based applications can operate almost everywhere because of the popularity, decreasing costs and portability of mobile devices and the ubiquity of mobile technologies. In fact, the use of smartphones has grown to become a basic constituent of daily routine. Besides, most current smartphones seamlessly integrate all the required elements (accelerometers and gyroscopes) to develop autonomous and self-sufficient fall detection applications. An important point in the design of any healthcare monitoring application is ergonomics. Wireless communications clearly improve patients' mobility while the reutilization of an already existing personal device avoids the annoyances of carrying a separate fall detection gadget. Thus a smartphone oriented system does not introduce any specific attachable component in the life of older people, who in turn are becoming less reluctant to admit novel technologies to improve their safety and independence.

This paper is organized as it follows: after the introduction of this Section 1, Section 2 revises the related works. Section 3 presents the general structure and objectives of the developed system. Section 4 describes the design of the detection algorithms to be tested whereas the global system architecture and implementation are presented in Sections 5 and 6. In Section 7, the performance of the system and the accuracy of the acceleration-based detection algorithms are evaluated by means of extensive experiments performed on different scenarios. Finally, Section 8 draws the main conclusions of the work.

3. Structure of the Prototype and Objectives

The main purpose has been to apply mobile technology in health care field by developing and implementing an Android platform-based prototype system, named Monitoring Elderly People with Dementia (MonEPDem) to monitor older people with early dementia. The system is operative for both indoor and outdoor environments and it requires no extra hardware or service cost (apart from those derived from the use of a smartphone).

The prototype, which is sketched in Figure 1, consists of two applications called, respectively, Application for Pervasive Fall Detection (AppPerFallD) and Application to Display Location In Maps (AppLocationInMaps). AppPerFallD is conceived to be executed on the smartphones of the monitored individuals. In case of a hypothetical fall, the application provides the required tools to detect and report the information about the incidence to a remote monitoring point, allowing a quick assistance in the event of a serious injury. The alarm is transmitted by means of a vocal conversation or a text message (a SMS) containing the GPS coordinates, either over the mobile phone network (3G) or over Wireless Fidelity (Wi-Fi). Simultaneously, for every detected fall, AppPerFallD also stores the coordinates and a timestamp in the smartphone by means of a SQLite database. In order to perform these tasks properly, the application is required to manage accelerometer events in an efficient way, real-time positioning mechanisms, SQLite Databases and, naturally, the communication interface to use.

Aiming at enabling an efficient and pervasive fall detection, AppPerFallD allows selecting different fall detection algorithms that utilize acceleration threshold-based techniques, which can benefit from the built-in sensors (accelerometer and gyroscope) which are commonly integrated in most present smartphones. In this paper, we utilize the deployed platform to compare the performance of these algorithms.

Besides, AppLocationInMaps, which runs on the remote monitoring point (also a smartphone), is continuously ready to receive alarm SMS messages. In case of a fall, this Android app displays the most recent (or the last known) location of the monitored user, by plotting it on a map downloaded from the Google Maps web service [].

4. Fall Detection Algorithms

Our goal is to implement and compare different acceleration-based fall detection techniques proposed by the literature. In particular we consider the following algorithms:

4.1. Basic Monitoring of the Acceleration

For the fall detection this basic algorithm only uses the module (|AT|) of the total acceleration of the phone (A⃗T). This module can be computed as:

| A T | = | A x | 2 + | A y | 2 + | A z | 2 ( m / s ) 2
where Ax, Ay and Az are the acceleration readings in directions of x, y, and z-axis measured by the accelerometer that is embedded in the smartphone.

A fall is directly assumed if the measured module of the acceleration exceeds a decision threshold. Thus, the detection decision only considers brusque peaks in the acceleration, neglecting the analysis of the complex behavior of the acceleration vector whenever a fall takes place. As a consequence, this algorithm is prone to the detection of false positives (i.e., the identification of any type of sudden movements as fall occurrences).

4.2. Fall Index

A Fall Index (FI) is suggested by Yoshida []. For the i-th sample of the acceleration, FI can be computed as a function of the 20 last measurements of the acceleration in the x, y, and z-axis (Ax, Ay, and Az respectively):

F I i = k = x , y , z i 19 i ( ( A k ) i ( A k ) i 1 ) 2

A high sampling frequency of the acceleration vector is normally established for a proper computation of FI in the case of sudden falls. However, according to this strategy, most falls that occur slowly (i.e., without sudden variations of the acceleration) may go unnoticed.

4.3. PerFallD

PerFallD [] algorithm simultaneously takes into account the values of the modules of the total acceleration of the phone (A⃗T) and the acceleration at the absolute vertical direction (A⃗V), which can be estimated as:

| A v | = | A x sin θ z + A y sin θ y A z cos θ y cos θ z |
where θy and θz are the measured pitch and roll values, which determine the mobile phone's orientation. These angles are sensed by the gyroscope integrated in the smartphone.

The algorithm separately analyses |AT| and |AV|. Thus, in order to assess the occurrence of a fall, the algorithm considers two phases for both parameters.

If the difference of the estimated value of |AT| within an observation time window (wintt) surpasses a certain triggering threshold (Thtt), the pattern recognition phase is initiated. During this second phase the difference between the maximum value and the minimum value of |AT| is computed within a second checking time window (winct) after wintt. If this difference does not exceed another threshold (Thct), a possible fall is considered to be detected. A similar process is applied to |Av|, with the corresponding time windows wintv and wincv and the thresholds Thtv and Thcv. A fall is only assumed to have occurred if both detection conditions about |AT| and |Av| are satisfied.

4.4. iFall

This algorithm [] takes into consideration that a fall initially provokes a sudden and significant decrease in the acceleration amplitude. After this “free-fall-period”, the acceleration experiences an abrupt spike as soon as the body hits the floor. Consequently, if the acceleration |AT| crosses a lower and an upper threshold during a certain observation time window, a fall is suspected. However, the fall is only reported if the patient really begins from an upright position and ends in a horizontal position. For that purpose, if the vertical position is restored (or if a dropped smartphone is picked up) within a “post-fall” observation period, the detection event is neglected. Otherwise, if the vertical position is not recovered before this time expires, the system assumes that the patient is lying on the ground and the alarm is emitted.

5. System Design

The general workflow of the developed program is illustrated in Figure 2. As soon as the program is started, a user profile is loaded containing the configuration of the fall detection system (selected detection algorithm, sampling frequency of the accelerometer, thresholds, etc.) and the personal data and preference of the user (e.g., an emergency contact list, alarm tone, etc.). These parameters of the profile are fully configurable by the user.

After the program is parameterized, the monitoring process is launched. Thus, the real-time data collected by the accelerometers are permanently compared to the detection thresholds according to the selected algorithm (the modules within the smallest dashed box of the figure are executed). If the preset thresholds are surpassed (a fall is presumed because of a certain value or values of the acceleration), a “stationary phase” is initiated to confirm that a fall may have occurred. This phase corresponds to the “pattern recognition phase” and the “post-fall” observation period of the PerFallD and the iFall algorithms, respectively. On the contrary, the duration of this phase is set to 0 if these algorithms are not considered.

When the stationary phase concludes (and the fall is confirmed), another timer is executed. During this new period, the smartphone emits an acoustic alarm to inform the user that a fall has been detected. If no response from the user is received through this time (a screen button is not touched), a fall is assumed and the alert notification is triggered. In this case, the application obtains the GPS coordinates of the user and a timestamp. Depending on the configuration of the program, this information can be directly sent by a text message to a set of predefined contacts (selected by the user in the emergency contact list) or, otherwise, the application can make a phone call to a certain number also specified in the configuration. On the other hand, if the acoustic alarm is turned off before the corresponding timer elapses, the application returns to the normal monitoring process.

6. System Implementation

The prototype is initially developed on a HTC Desire X smartphone. This device features an ARM-based architecture, dual-core CPU working at 1 GHz, with 768 MB RAM memory, a 10.16-cm screen, GPS sensor and 4 GB of internal storage. It is powered by a 1650 mAh rechargeable lithium ion battery and incorporates an embedded accelerometer/G-sensor. The OS version employed by the phone is Android 4.0. The system is put into operation by the two abovementioned software applications: AppPerFallD, which implements the detection algorithms, and AppLocationInMaps (in the remote monitoring point). Both programs are implemented in Java, with Eclipse and Android Development Tools (ADT) plugin. The system was also installed and tested on an HTC Sensation XE model, provided with similar sensors, a 10.922-cm screen and Android 2.3.4 Gingerbread OS.

The two main software modules of AppPerFallD are:

  • MonitoringPerFallD: It includes a UI (User Interface), which is designed for older people by following the elderly-friendly design ideas from Jitterbug []. Thus, in order to ease its use, the UI incorporates a reduced set of lit key buttons with clear options and no confusing menus. Three screenshots of this user interface are illustrated in Figure 3.

  • Detection Service: It is the monitoring service that implements the fall detection algorithms. To execute these algorithms, the service is in charge of collecting and recording the readings of the sensors. These readings are processed basing on a power-aware strategy.

  • Other four specific modules handle the rest of the functionalities of the application: the transmission of fall alerts, the smartphone connectivity (via Wi-Fi or UMTS), the location processing and the management of a SQLite Database to store the monitored user location.

Additionally, AppLocationInMaps is the application developed for the remote monitoring point. Its goal is to receive, decode and present the information contained in the alert messages that AppPerFallD transmits when a fall is detected. Among other functions, the application displays the patient's location on a map downloaded from Google Maps web service.

7. Evaluation of the System and Detection Algorithms

The analysis focuses on the performance of the implemented fall detection algorithms as well as on the resource consumption of the application.

The algorithms were evaluated by a series of methodical experiments. Thus, a set of different movement patterns (including falls) are simulated by 15 different volunteers (six females and nine males, aged between 15 and 68 years and 150–190 cm tall with an average weight of 70 kg) in an indoor environment (a domestic living room). The subjects emulated the falls according to three directions (forward, lateral and backward), at different speeds and over a pad to reduce the impact. The rest of simulated movements consist of diverse “Activities of Daily Living” (ADL) such as jogging, walking, standing, sitting or answering the phone. Experiments were repeated by changing the position where participants placed the smartphone: attached to the waist (by means of a belt) or next to the thigh (within a trouser pocket). Each individual carried out more than 50 movements (comprising at least 25 simulated falls and 25 simulated ADLs) for every algorithm and every position under test.

In order to evaluate the ability of the algorithms to discriminate the fall detection patterns, we computed the number of false negatives (i.e., those falls that remained undetected) and false positives (i.e., those ADL movements that were incorrectly identified as falls and provoked the transmission of an alert). The estimation of the false positives does not take into consideration the possibility that the user can cancel the alerting process after a fall is detected and the local acoustic alarm is triggered in the smartphone (that is to say: user-cancelled alerts are also computed as false positives). The selected thresholds for the algorithms were also the same selected in the tests investigated in [].

For comparison purposes, we set all the thresholds and time windows of the algorithms to the same values utilized in the bibliography [,,]. For the PerFallD algorithm we employed Thtt = 150, Thtv = 6, Thct = 50, Thtt = 2, wintt = winct = wintv = wincv = 4 s. For iFall, we set the lower and the upper thresholds to 1G and 3.5G respectively (this upper thresholding limit is also chosen for the basic algorithm and for the Fall Index algorithms). These settings are selected basing on training data and aiming at minimizing the false negatives while reducing the false positives to a reasonable minimum.

Table 2 presents the percentages of false negatives (ratio between the number of false negatives and the number of simulated falls) and false positives (ratio between the number of false positives and the number of ADL movements) measured when the different algorithms are employed and the smartphone is attached to the waist. For comparison purposes, the table also incorporates the results obtained with a commercial specific device for fall detection in a very similar test scenario in [].

These results show that PerFallD and iFall algorithms offer better results than the basic “thresholding” methods (such as the basic monitoring of the acceleration and the algorithm that is presumed to be used in the commercial product). We think that this is due to the fact that PerFallD and iFall algorithms assume a more complex and realistic fall pattern with at least two phases and a certain “observation window”. This observation window is also defined by Fall Index (as long as it takes into account the evolution of last 20 samples of the acceleration components). In fact, the Fall Index algorithm exhibits relatively good results just basing its detection decision on the evolution of the changes in the global acceleration during a small time interval. The algorithms that incorporate a longer analysis of the user activity before a fall is assumed also reveal a more homogeneous behavior when the fall pattern (i.e., the fall direction) is modified. In this case, results (as those obtained by the commercial device) suggest that the typology of the tested falls is a key aspect when assessing the capability of the system to detect the fall event. In any case the benefits of using certain algorithms are not as evident as those reported in other studies, such as [].

For the case of PerFallD algorithm, Table 3 includes the comparison of the measurements when the position of the smartphone is varied. Except for the case of forward falls, these tests indicate that a better performance is achieved if the smartphone is attached to the waist. This can be explained by the fact that the tracking of a point next to the waist can better reflect the movement of the center of mass of the body []. These results are coherent with the conclusions of the study in [], which compared the performance of accelerometer-based fall detection systems when the accelerometer (not in a smartphone) was alternatively located on the wrist, the waist or the head. In contrast with those studies that recommend attaching the smartphone to the chest [], ergonomically the placement of the detection device by the waist also introduces less restriction on body movement and reduces the user's discomfort []. Moreover, waist belts are normally not considered as invasive by the older people [].

An important point in the study of acceleration-based techniques is a proper selection of the detection thresholds. In most studies, the values for these thresholds are heuristically selected. In this sense, a trade-off to simultaneously avoid false positives (FN) and false negatives (FP) must be achieved. To illustrate the importance of this trade-off, the scatter plot in Figure 4 shows the percentages of false negatives and false positives (for the PerFallD algorithm) when one of the employed threshold is modified. These experimental Receiver Operating Characteristic (ROC) type-curves can be employed to set threshold values that guarantee the compromise between low FN and FP percentages.

Analysis of the Power Consumption

A crucial aspect when evaluating a smartphone oriented software is power consumption. Complex computation or massive operation of the sensors may cause heavy battery consumption and make monitoring applications virtually infeasible from a practical point of view.

In general, power drain in smartphones is highly dependent on several features such as electrical and network setting, user location, signal power, user activity, phone utilization, etc. To isolate the impact of the fall detection app on the smartphone power consumption, we perform a series of tests in which we compare the battery discharge for different activity conditions of the fall detection system.

In particular, for each test, the phone battery is fully charged and, after that, the power state is periodically monitored. No other additional application was executed in the phones during the experiments. Three diverse scenarios are considered:

  • Scenario 1: AppPerFallD runs in passive mode without executing the detection algorithms. Consequently, the mobility of the smartphone does not affect the consumption.

  • Scenario 2: AppPerFallD runs in active mode, i.e., the fall detection algorithms (in this case PerFallD) are activated. This implies that the acceleration values measured by the G-sensor are continuously processed. In this case the smartphone is kept in a completely static position.

  • Scenario 3: The application is also active, but, in this case, the smartphone undergoes a pattern of periodical simulated falls. Consequently, the corresponding alerting SMS messages are transmitted to the remote monitoring point. These SMSs inform about the position of the user. Thus, the GPS coordinates need to be obtained.

Figures 5 and 6 show the evolution of the battery consumption for the three scenarios when the monitoring application is running during 6 h on the HTC Desire X and HTC sensation XE models, respectively. For the measurements, the battery state was obtained by the Diagnosis-System Information application provided by the Android Operating System.

For both smartphone models, results indicate that the monitoring application has a not negligible repercussion on power consumption (in both cases, the battery was exhausted before 40 h under the conditions of the scenario 2). The graph for the scenario 3 evidences that consumption can severely increase if the application utilizes updated information from the GPS.

8. Conclusions

Smartphone-based architectures for pervasive fall detection can clearly benefit from the massive social acceptation and widespread extension of smartphones. These devices, which natively integrate accelerometers, gyroscopes and diverse communication interfaces (Wi-Fi, Bluetooth, 3G and beyond data connections), provide a cost-effective and efficient solution for the deployment of wearable systems for fall detection and alerting.

This paper has presented a prototype of a fall detection system based on Android applications for mobile phone platforms. The system is in charge of sending a message or automatically establishing a phone call whenever a fall is presumed.

Most works in the literature about smartphone-based fall detection architectures base the identification of fall patterns on the analysis of the data reported by the built-in smartphone accelerometer (in some cases, combined with the information of the phone orientation). Although there are solutions that employ trained AI systems to discriminate the falls from the conventional physical activity of the users, the hardware limitations of the memory and real-time processing capabilities of the smartphones recommend implementing less sophisticated detection procedures. In this sense, the majority of the proposals apply simple threshold-based techniques to process the sequence of acceleration data. In this work, the developed prototype, tested with different smartphone models, was aimed at evaluating different existing algorithms that utilize threshold comparison methods to identify the falls. For this goal, a wide set of experiments executed by 15 volunteers were conducted. Experiments included a mixture of simulated falls and conventional movements. In contrast with the conclusions of other studies (where a new algorithm is proposed), the obtained results reflect the difficulty of determining an optimal strategy to detect falls. For example, no algorithm achieves an efficiency higher than 95% or 90% to avoid false positives and false negatives, respectively. In an actual application environment, this could imply that many falls could be unnoticed while many movements related to regular activities could provoke alarms that should be manually deactivated by the user before an alert message is sent to a remote monitoring point. The strong dependence of the measured performance on the typology (i.e., direction) of the falls indicates that any fall detection system must be evaluated through an exhaustive test-plan with a high diversity of movement patterns. The study of the trade-off between “false positives” and “false negatives” also reveals the importance of the selected thresholds, which completely govern the accuracy of the detection process. In addition, the limitations introduced by the battery lifetime may become a remarkable element to determine the viability of this type of fall detection systems in a real application environment where a user should be permanently (24 h a day) telemonitored. The constant use of the accelerometer and (if needed) the GPS sensor by the detection algorithms undoubtedly reduces the autonomy and applicability of smartphone-based architectures (in our experiments, less than 40 h of continuous monitoring were accomplished). Consequently fall detection Android applications must be carefully designed to optimize the access to the employed sensors and to minimize power consumption.

Ergonomics and usability are other two key aspects for the actual adoption of this type of technology (especially among the older people, who are the main target of these systems). In this sense, the need for frequent interaction of a not-expert user (battery charging, cancellation of false alarms, programming of detection thresholds, complex training phases to characterize the user's activity patterns, etc.) may noticeably hinder the acceptance of these telemonitoring services.

Acknowledgments

This work has been supported by European FEDER funds and the Spanish Ministry of Economy and Competitiveness (grant TEC2009-13763-C02-01).

Author Contributions

R.L., E.C. and M.J.M. conceived and designed the experiments; R.L. and M.J.M. programmed the Android application, E.C. wrote the paper and elaborated the state-of-the-art. R.L., M.J.M. and G.R. performed and organized the execution of the experiments;

Conflicts of Interests

The authors declare no conflicts of interest.

References

  1. World Health Organization. Ageing Life Course Unit. In WHO Global Report on Falls Prevention in Older Age; World Health Organization: Geneva, Switzerland, 2008. [Google Scholar]
  2. Yoshida, S. A Global Report on Falls Prevention Epidemiology of Falls; World Health Organization: Geneva, Switzerland, 2007. [Google Scholar]
  3. Hornbrook, M.C.; Stevens, V.J.; Wingfield, D.J.; Hollis, J.F.; Greenlick, M.R.; Ory, M.G. Preventing Falls among Community-Dwelling Older Persons: Results from a Randomized Trial. Gerontologist 1994, 34, 16–23. [Google Scholar]
  4. Karlsson, M.K.; Vonschewelov, T.; Karlsson, C.; Coster, M.; Rosengen, B.E. Prevention of Falls in the Elderly: A Review. Scand. J. Public Health 2013, 41, 442–454. [Google Scholar]
  5. Noury, N.; Rumeau, P.; Bourke, A.; ÓLaighin, G.; Lundy, J. A Proposal for the Classification and Evaluation of Fall Detectors. Irbm 2008, 29, 340–349. [Google Scholar]
  6. Perry, J.T.; Kellog, S.; Vaidya, S.M.; Youn, J.; Ali, H.; Sharif, H. Survey and Evaluation of Real-Time Fall Detection Approaches. Proceedings of the 6th International Symposium on High-Capacity Optical Networks and Enabling Technologies (HONET 2009), Alexandria, Egypt, 28–30 December 2009; pp. 158–164.
  7. Igual, R.; Medrano, C.; Plaza, I. Challenges, Issues and Trends in Fall Detection Systems. Biomed. Eng. Online 2013, 12. [Google Scholar] [CrossRef]
  8. Schwickert, L.; Becker, C.; Lindemann, U.; Maréchal, C.; Bourke, A.; Chiari, L.; Helbostad, J.; Zijlstra, W.; Aminian, K.; Todd, C. Fall Detection with Body-Worn Sensors. Zeitschrift Für Gerontologie. Und Geriatrie 2013, 46, 706–719. [Google Scholar]
  9. Mubashir, M.; Shao, L.; Seed, L. A Survey on Fall Detection: Principles and Approaches. Neurocomputing 2013, 100, 144–152. [Google Scholar]
  10. Anderson, D.; Luke, R.H.; Keller, J.M.; Skubic, M.; Rantz, M.; Aud, M. Linguistic Summarization of Video for Fall Detection Using Voxel Person and Fuzzy Logic. Comput. Vis. Image Underst. 2009, 113, 80–89. [Google Scholar]
  11. Cucchiara, R.; Prati, A.; Vezzani, R. A Multi-Camera Vision System for Fall Detection and Alarm Generation. Expert Syst. 2007, 24, 334–345. [Google Scholar]
  12. Diraco, G.; Leone, A.; Siciliano, P. An Active Vision System for Fall Detection and Posture Recognition in Elderly Healthcare. Proceedings of the Design, Automation & Test in Europe Conference & Exhibition (DATE 2010), Dresden, Germany, 8–12 March 2010; pp. 1536–1541.
  13. Foroughi, H.; Naseri, A.; Saberi, A.; Yazdi, H.S. An Eigenspace-Based Approach for Human Fall Detection using Integrated Time Motion Image and Neural Network. Proceedings of the 9th International Conference on Signal Processing (ICSP 2008), Beijing, China, 26–29 October 2008; pp. 1499–1503.
  14. Fu, Z.; Culurciello, E.; Lichtsteiner, P.; Delbruck, T. Fall Detection using an Address-Event Temporal Contrast Vision Sensor. Proceedings of the IEEE International Symposium on Circuits and Systems (ISCAS 2008), Seattle, WA, USA, 18–21 May 2008; pp. 424–427.
  15. Hazelhoff, L.; Han, J. Video-Based Fall Detection in the Home using Principal Component Analysis. Proceedings of the 10th International Conference on Advanced Concepts for Intelligent Vision Systems, Juan-les-Pins, France, 20–24 October 2008; pp. 298–309.
  16. Jansen, B.; Deklerck, R. Context Aware Inactivity Recognition for Visual Fall Detection. Proceedings of the 1st Internacional Conference on Pervasive Computing Technologies for Healthcare, Innsbruck, Austria; 2006. [Google Scholar]
  17. Lee, T.; Mihailidis, A. An Intelligent Emergency Response System: Preliminary Development and Testing of Automated Fall Detection. J. Telemed. Telecare 2005, 11, 194–198. [Google Scholar]
  18. Liu, C.; Lee, C.; Lin, P. A Fall Detection System using k-Nearest Neighbor Classifier. Expert Syst. Appl. 2010, 37, 7174–7181. [Google Scholar]
  19. Miaou, S.; Sung, P.; Huang, C. A Customized Human Fall Detection System using Omni-Camera Images and Personal Information. Proceedings of the 1st Transdisciplinary Conference on Distributed Diagnosis and Home Healthcare (D2H2), Arlington, VA, USA, 2–4 April 2006; pp. 39–42.
  20. Ni, B.; Dat, N.C.; Moulin, P. RGBD-Camera Based Get-Up Event Detection for Hospital Fall Prevention. Proceedings of the IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP 2012), Kyoto, Japan, 25–30 March 2012; pp. 1405–1408.
  21. Rougier, C.; Meunier, J.; St-Arnaud, A.; Rousseau, J. Robust Video Surveillance for Fall Detection Based on Human Shape Deformation. IEEE Trans. Circuits Syst. Video Technol. 2011, 21, 611–622. [Google Scholar]
  22. Sixsmith, A.; Johnson, N. A Smart Sensor to Detect the Falls of the Elderly. Pervasive Comput. IEEE 2004, 3, 42–47. [Google Scholar]
  23. Vishwakarma, V.; Mandal, C.; Sural, S. Automatic detection of human fall in video. In Pattern Recognition and Machine Intelligence; Ghosh, A., De, R.K., Pal, S.K., Eds.; Springer: Berlin, Germany, 2007; pp. 616–623. [Google Scholar]
  24. Yu, M.; Naqvi, S.M.; Chambers, J. A Robust Fall Detection System for the Elderly in a Smart Room. Proceedings of the IEEE International Conference on Acoustics Speech and Signal Processing (ICASSP 2010), Dallas, TX, USA, 14–19 March 2010; pp. 1666–1669.
  25. Patsadu, O.; Nukoolkit, C.; Watanapa, B. Survey of Smart Technologies for Fall Motion Detection: Techniques, Algorithms and Tools. Commun. Comput. Inf. Sci. 2012, 344, 137–147. [Google Scholar]
  26. Hegde, R.; Sudarshan, B.; Kumar, S.; Hariprasad, S.; Satyanarayana, B. Technical Advances in Fall Detection System—A Review. Int. J. Comput. Sci. Mob. Comput. 2013, 2, 152–160. [Google Scholar]
  27. Bagalà, F.; Becker, C.; Cappello, A.; Chiari, L.; Aminian, K.; Hausdorff, J.M.; Zijlstra, W.; Klenk, J. Evaluation of Accelerometer-Based Fall Detection Algorithms on Real-World Falls. PLoS One 2012, 7. [Google Scholar] [CrossRef]
  28. Zhao, Z.; Chen, Y.; Liu, J. Fall Detecting and Alarming Based on Mobile Phone. Proceedings of the 7th International Conference on Ubiquitous Intelligence & Computing and 7th International Conference on Autonomic & Trusted Computing (UIC/ATC 2010), Xi'an, China, 26–29 October 2010; pp. 494–497.
  29. Zhao, Z.; Chen, Y.; Wang, S.; Chen, Z. FallAlarm: Smart Phone Based Fall Detecting and Positioning System. Proceedings of the 9th International Conference on Mobile Web Information Systems (MobiWIS), Niagara Falls, ON, Canada, 27–29 August 2012; pp. 617–624.
  30. IDC. IDC Worldwide Mobile Phone Tracker. Available online: Http:// www.Idc.Com/ (accessed on 12 February 2014).
  31. Majumder, A.J.A.; Zerin, I.; Ahamed, S.I.; Smith, R.O. A Multi-Sensor Approach for Fall Risk Prediction and Prevention in Elderly. ACM SIGAPP Appl. Comput. Rev. 2014, 14, 41–52. [Google Scholar]
  32. Majumder, A.J.A.; Zerin, I.; Uddin, M.; Ahamed, S.I.; Smith, R.O. SmartPrediction: A Real-Time Smartphone-Based Fall Risk Prediction and Prevention System. Proceedings of the 2013 Research in Adaptive and Convergent Systems (RACS 2013), Montreal, QC, Canada, 1–4 October 2013; pp. 434–439.
  33. Allen, B.; Derveloy, R.; Fell, N.; Gasior, W.; Yu, G.; Sartipi, M. Telemedicine Assessment of Fall Risk using Wireless Sensors. Proceedings of the 10th Annual IEEE Communications Society Conference on Sensor, Mesh and Ad Hoc Communications and Networks (SECON, 2013), Singapore, Singapore, 24–27 June 2013; pp. 245–247.
  34. Laguna, M.A.; Finat, J. Remote Monitoring and Fall Detection: Multiplatform Java Based Mobile Applications. Proceedings of the III International Workshop of Ambient Assisted (Living IWAAL 2011), Torremolinos-Málaga, Spain, 8–10 June 2011; pp. 1–8.
  35. Zhuang, Y.; Baldwin, J.; Antunna, L.; Yazir, Y.O.; Ganti, S. Tradeoffs in Cross Platform Solutions for Mobile Assistive Technology. Proceedings of the IEEE Pacific Rim Conference on Communications, Computers and Signal Processing (PACRIM 2013), Victoria, BC, Canada, 27–29 August 2013; pp. 330–335.
  36. Dai, J.; Bai, X.; Yang, Z.; Shen, Z.; Xuan, D. Mobile Phone-Based Pervasive Fall Detection. Pers. Ubiquitous Comput. 2010, 14, 633–643. [Google Scholar]
  37. Dai, J.; Bai, X.; Yang, Z.; Shen, Z.; Xuan, D. PerFallD: A Pervasive Fall Detection System using Mobile Phones. Proceedings of the 8th IEEE International Conference on Pervasive Computing and Communications Workshops (PERCOM Workshops), Mannheim, Germany, 29 March–2 April 2010; pp. 292–297.
  38. Fang, S.; Liang, Y.; Chiu, K. Developing a Mobile Phone-Based Fall Detection System on Android Platform. Proceedings of the Computing, Communications and Applications Conference (ComComAp), Hong Kong, China, 11–13 January 2012; pp. 143–146.
  39. Bai, Y.; Wu, S.; Yu, C.H. Recognition of Direction of Fall by Smartphone. Proceedings of the 26th Annual IEEE Canadian Conference on Electrical and Computer Engineering (CCECE 2013), Regina, Canada, 5–8 May 2013; pp. 1–6.
  40. Tiwari, R.; Singh, A.K.; Khan, S.N. Using Android Platform to Detect Free Fall. Proceedings of the 2013 International Conference on Information Systems and Computer Networks (ISCON), Mathura, India, 9–10 March 2013; pp. 161–163.
  41. Tacconi, C.; Mellone, S.; Chiari, L. Smartphone-Based Applications for Investigating Falls and Mobility. Proceedings of the 5th International Conference on Pervasive Computing Technologies for Healthcare (PervasiveHealth, 2011), Dublin, Ireland, 23–26 May 2011; pp. 258–261.
  42. Mellone, S.; Tacconi, C.; Schwickert, L.; Klenk, J.; Becker, C.; Chiari, L. Smartphone-Based Solutions for Fall Detection and Prevention: The FARSEEING Approach. Zeitschrift Für Gerontol. Und Geriatrie 2012, 45, 722–727. [Google Scholar]
  43. Sposaro, F.; Tyson, G. IFall: An Android Application for Fall Monitoring and Response. Proceedings of the Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC 2009), Minneapolis, MN, USA, 2–6 September 2009; pp. 6119–6122.
  44. Hansen, T.R.; Eklund, J.M.; Sprinkle, J.; Bajcsy, R.; Sastry, S. Using Smart Sensors and a Camera Phone to Detect and Verify the Fall of Elderly Persons. Proceedings of the European Medicine, Biology and Engineering Conference (EMBEC 2005), Prague, Czech Republic, 20–25 November 2005.
  45. Lee, J.; Chuah, Y.; Chieng, K.T. Smart Elderly Home Monitoring System with an Android Phone. Int. J. Smart Home 2013, 7, 17–32. [Google Scholar]
  46. Abbate, S.; Avvenuti, M.; Bonatesta, F.; Cola, G.; Corsini, P.; Vecchio, A. A Smartphone-Based Fall Detection System. Pervasive Mob. Comput. 2012, 8, 883–899. [Google Scholar]
  47. Viet, V.Q.; lee, G.; Choi, D. Fall Detection Based on Movement and Smart Phone Technology. Proceedings of the IEEE RIVF International Conference on Computing and Communication Technologies, Research, Innovation, and Vision for the Future (RIVF 2012), Ho Chi Minh City, Vietnam, 27 February–1 March 2012; pp. 1–4.
  48. Cao, Y.; Yang, Y.; Liu, W.H. E-FallD: A Fall Detection System Using Android-Based Smartphone. Proceedings of the 9th International Conference on Fuzzy Systems and Knowledge Discovery (FSKD 2012), Chongqing, China, 29–31 May 2012; pp. 1509–1513.
  49. He, Y.; Li, Y.; Yin, C. Falling-Incident Detection and Alarm by Smartphone with Multimedia Messaging Service (MMS). E-Health Telecommun. Syst. Netw. 2012, 1, 1–5. [Google Scholar]
  50. Lee, R.Y.; Carlisle, A.J. Detection of Falls Using Accelerometers and Mobile Phone Technology. Age Ageing 2011, 40, 690–696. [Google Scholar]
  51. Habib, M.A.; Mohktar, M.S.; Kamaruzzaman, S.B.; Lim, K.S.; Pin, T.M.; Ibrahim, F. Smartphone-Based Solutions for Fall Detection and Prevention: Challenges and Open Issues. Sensors 2014, 14, 7181–7208. [Google Scholar]
  52. Boehner, A. A Smartphone Application for a Portable Fall Detection System. Proceedings of the National Congress of Undergraduate Research (NCUR), LaCrosse, WI, USA, 11–13 April 2013.
  53. Terroso, M.; Freitas, R.; Gabriel, J.; Marques, A.T.; Simoes, R. Active Assistance for Senior Healthcare: A Wearable System for Fall Detection. Proceedings of the 8th Iberian Conference on Information Systems and Technologies (CISTI), Lisboa, Portugal; 2013; pp. 1–6. [Google Scholar]
  54. Tan, T.; Gochoo, M.; Chang, C.; Wu, C.; Chiang, J.Y. Fall Detection for Elderly Persons Using Android-Based Platform. Proceedings of the 8th International Forum on Strategic Technology (IFOST 2013), Ulaanbaatar, Mongolia, 28 June–1 July 2013.
  55. Kulkarni, S.; Basu, M. A Review on Wearable Tri-Axial Accelerometer Based Fall Detectors. J. Biomed. Eng. Technol. 2013, 1, 36–39. [Google Scholar]
  56. Ganti, R.K.; Jayachandran, P.; Abdelzaher, T.F.; Stankovic, J.A. Satire: A Software Architecture for Smart at-TIRE. Proceedings of the 4th International Conference on Mobile Systems, Applications and Services (MobiSys 2006), Uppsala, Sweden, 19–22 June 2006; pp. 110–123.
  57. Karantonis, D.M.; Narayanan, M.R.; Mathie, M.; Lovell, N.H.; Celler, B.G. Implementation of a Real-Time Human Movement Classifier Using a Triaxial Accelerometer for Ambulatory Monitoring. IEEE Trans. Inf. Technol. Biomed. 2006, 10, 156–167. [Google Scholar]
  58. Kerdegari, H.; Samsudin, K.; Ramli, A.R.; Mokaram, S. Evaluation of Fall Detection Classification Approaches. Proceedings of the 4th International Conference on Intelligent and Advanced Systems (ICIAS 2012), Kuala Lumpur, Malaysia, 12–14 June 2012; pp. 131–136.
  59. Nyan, M.; Tay, F.E.; Manimaran, M.; Seah, K. Garment-Based Detection of Falls and Activities of Daily Living Using 3-Axis MEMS Accelerometer. J. Phys. 2006, 34, 1059–1067. [Google Scholar]
  60. Kangas, M.; Konttila, A.; Lindgren, P.; Winblad, I.; Jämsä, T. Comparison of Low-Complexity Fall Detection Algorithms for Body Attached Accelerometers. Gait Posture 2008, 28, 285–291. [Google Scholar]
  61. Kangas, M.; Konttila, A.; Winblad, I.; Jamsa, T. Determination of Simple Thresholds for Accelerometry-Based Parameters for Fall Detection. Proceedings of the 29th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBS 2007), Lyon, France, 23–26 August 2007; pp. 1367–1370.
  62. Uegami, M.; Iwamoto, T.; Matsumoto, M. A Study of Detection of Trip and Fall Using Doppler Sensor on Embedded Computer. Proceedings of the 2012 IEEE International Conference on Systems, Man, and Cybernetics (SMC), Seoul, Korea, 14–17 October 2012; pp. 3263–3268.
  63. Castillo, J.C.; Carneiro, D.; Serrano-Cuerda, J.; Novais, P.; Fernández-Caballero, A.; Neves, J. A Multi-Modal Approach for Activity Classification and Fall Detection. Int. J. Syst. Sci. 2014, 45, 810–824. [Google Scholar]
  64. Zhang, Q.; Ren, L.; Shi, W. HONEY: A Multimodality Fall Detection and Telecare System. Telemed. E-Health 2013, 19, 415–429. [Google Scholar]
  65. Cabestany, J.; Moreno, J.M.; Perez, C.; Sama, A.; Catala, A.; Rodriguez-Molinero, A.; Arnal, M. FATE: One Step Towards an Automatic Aging People Fall Detection Service. Proceedings of the 20th International Conference Mixed Design of Integrated Circuits and Systems (MIXDES), Gdynia, Poland, 20–22 June 2013; pp. 545–552.
  66. Mehner, S.; Klauck, R.; Koenig, H. Location-Independent Fall Detection with Smartphone. Proceedings of the ACM 6th International Conference on Pervasive Technologies Related to Assistive Environments (PETRA 2013), Rhodes Island, Greece, 29–31 May 2013; p. 11.
  67. Albert, M.V.; Kording, K.; Herrmann, M.; Jayaraman, A. Fall Classification by Machine Learning using Mobile Phones. PLoS One 2012, 7. [Google Scholar] [CrossRef]
  68. Google Play Store, 2014. 22 September 2014. Available online: https://play.google.com/store.
  69. Brickhouse Alert, 2014. 22 September 2014. Available online: http://www.brickhousealert.com.
  70. BetterBuys-R-US. 22 September 2014. Available online: http://www.betterbuys-r-us.com/care-takers--bulk-sales.htm.
  71. ITT Easylife. 22 September 2014. URL: www.itt.com; User Manual, 2014 Available online: http://icecat.us/en/p/ittm/itt-easylife-red/mobile-phones-8019604110789-EasyLife-5937279.html/.
  72. Yavuz, G.; Kocak, M.; Ergun, G.; Alemdar, H.O.; Yalcin, H.; Incel, O.D.; Ersoy, C. A Smartphone Based Fall Detector with Online Location Support. Proceedings of the International Workshop on Sensing for App Phones, Zurich, Switzerland, 2 November 2010; pp. 31–35.
  73. Brezmes, T.; Rersa, M.; Gorricho, J.; Cotrina, J. Surveillance with Alert Management System Using Conventional Cell Phones. Proceedings of the 2010 Fifth International Multi-Conference on Computing in the Global Information Technology (ICCGI), Valencia, Spain, 20–25 September 2010; pp. 121–125.
  74. Silva, M.; Teixeira, P.M.; Abrantes, F.; Sousa, F. Design and Evaluation of a Fall Detection Algorithm on Mobile Phone Platform. In Ambient Media and Systems; Gabrielli, S., Elias, D., Kahol, K., Eds.; Springer: Berlin, Germany, 2011; pp. 28–35. [Google Scholar]
  75. Suh, M.; Chen, C.; Woodbridge, J.; Tu, M.K.; Kim, J.I.; Nahapetian, A.; Evangelista, L.S.; Sarrafzadeh, M. A Remote Patient Monitoring System for Congestive Heart Failure. J. Med. Syst. 2011, 35, 1165–1179. [Google Scholar]
  76. Teixeira, P.; Nunes, F.; Silva, P.; Texeira, L. Mover—Activity Monitor and Fall Detector for Android. Proceedings of the Mobile Wellness Workshop at Mobile HCI 2011 (MW2011), Stockholm, Sweden, 2 September 2011.
  77. Chiu, P.P.K.; Lee, T.K.S.; Cheng, J.M.F.; Yeung, S.T. Health Guard System with Emergency Call Based on Smartphone. Proceedings of the IET International Communication Conference on Wireless Mobile and Computing (CCWMC 2011), Shanghai, China, 14–16 November 2011; pp. 443–446.
  78. Viet, V.; Choi, D. Fall Detection with Smart Phone Sensor. Proceedings of the 3rd International Conference on Internet (ICONI), Sepang, Malaysia, 15–19 December 2011; pp. 15–19.
  79. Hsieh, S.; Su, M.H.; Liu, L.F.; Jiang, W. A Finite State Machine-Based Fall Detection Mechanism on Smartphones. Proceedings of the 9th International Conference on Ubiquitous Intelligence & Computing and 9th International Conference on Autonomic & Trusted Computing (UIC/ATC 2012), Fukuoka, Japan, 4–7 September 2012; pp. 735–739.
  80. Kurdthongmee, W. A Self Organizing Map Based Motion Classifier with an Extension to Fall Detection Problem and Its Implementation on a Smartphone. Appl. Self-Organ. Maps 2012. [Google Scholar] [CrossRef]
  81. Thammasat, E.; Chaicharn, J. A Simple Fall-Detection Algorithm using Accelerometers on a Smartphone. Proceedings of the 5th Biomedical Engineering International Conference (BMEiCON 2012), Ubon Ratchathan, Thailand, 5–7 December 2012.
  82. Hou, Y.; Li, N.; Huang, Z. Triaxial Accelerometer-Based Real Time Fall Event Detection. Proceedings of the International Conference on Information Society (i-Society), London, UK, 25–28 June 2012; pp. 386–390.
  83. Shi, Y.; Shi, Y.; Wang, X. Fall Detection on Mobile Phones using Features from a Five-Phase Model. Proceedings of the 9th International Conference on Ubiquitous Intelligence & Computing and 9th International Conference on Autonomic & Trusted Computing (UIC/ATC 2012), Fukuoka, Japan, 4–7 September 2012; pp. 951–956.
  84. Hwang, S.; Ryu, M.; Yang, Y.; Lee, N. Fall Detection with Three-Axis Accelerometer and Magnetometer in a Smartphone. Proceedings of the International Conference on Computer Science and Technology, Jeju, Korea, 25–27 June 2012.
  85. Megalingam, R.K.; Unnikrishnan, D.K.M.; Radhakrishnan, V.; Jacob, D.C. HOPE: An Electronic Gadget for Home-Bound Patients and Elders. Proceedings of the 2012 Annual IEEE India Conference (INDICON 2012), Kochi, India, 7–9 December 2012; pp. 1272–1277.
  86. He, Y.; Li, Y.; Bao, S. Fall Detection by Built-in Tri-Accelerometer of Smartphone. Proceedings of the IEEE EMBS International Conference onBiomedical and Health Informatics (BHI 2012), Hong Kong and Shenzhen, China, 5–7 January 2012; pp. 184–187.
  87. Pavlakis, P.; Alepis, E.; Virvou, M. Intelligent Mobile Multimedia Application for the Support of the Elderly. Proceedings of the 8th International Conference on Intelligent Information Hiding and Multimedia Signal Processing (IIH-MSP 2012), Piraeus-Athens, Greece, 18–20 July 2012; Volume 2912, pp. 297–300.
  88. Fahmi, P.; Viet, V.; Deok-Jai, C. Semi-Supervised Fall Detection Algorithm using Fall Indicators in Smartphone. Proceedings of the 6th International Conference on Ubiquitous Information Management and Communication (ICUIMC'2012), Kuala Lumpur, Malaysia, 20–22 February 2012; p. 122.
  89. Wang, C.; Liu, C.; Wang, T. A Remote Health Care System Combining a Fall down Alarm and Biomedical Signal Monitor System in an Android Smart-Phone. Int. J. Adv. Comput. Sci. Appl. 2013, 4. [Google Scholar] [CrossRef]
  90. Kim, Y.; Kim, S.; Kang, D.; Park, H.; Kim, N.; Yang, S.H.; Kim, Y. A Simple Falling Recognition Scheme for a Human Body by using Mobile Devices. Proceedings of the 1st International Conference on Advanced Information and Comuter Technology (AICT), Warsawa, Poland, 14–17 August 2013; pp. 14–17.
  91. Koshmak, G.A.; Linden, M.; Loutfi, A. Evaluation of the Android-Based Fall Detection System with Physiological Data Monitoring. Proceedings of the Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBS 2007), Osaka, Japan, 3–7 July 2007; pp. 1164–1168.
  92. Zhang, S.; McCullagh, P.; Zhang, J.; Yu, T. A Smartphone Based Real-Time Daily Activity Monitoring System. Clust. Comput. 2013, 17, 711–721. [Google Scholar]
  93. Chou, W.; Lin, W.; Lee, M.; Lei, K.F. Design and Assessment of a Real-Time Accelerometer-Based Lying-to-Sit Sensing System for Bed Fall Prevention. Proceedings of the IEEE International Conference on Systems, Man, and Cybernetics (SMC), Manchester, UK, 13–16 October 2013; pp. 1471–1475.
  94. Horta, E.T.; Lopes, I.C.; Rodrigues, J.J.P.C.; Proenca, M.L. A Mobile Health Application for Falls Detection and Biofeedback Monitoring. Proceedings of the IEEE 15th International Conference on e-Health Networking, Applications and Services (Healthcom 2013), Lisbon, Portugal, 9–12 October 2013; pp. 36–40.
  95. Wibisono, W.; Arifin, D.N.; Pratomo, B.A.; Ahmad, T.; Ijtihadie, R.M. Falls Detection and Notification System using Tri-Axial Accelerometer and Gyroscope Sensors of a Smartphone. Proceedings of the 2013 Conference on Technologies and Applications of Artificial Intelligence (TAAI), Taipei, Taiwan, 6–8 December 2013; pp. 382–385.
  96. Megalingam, R.K.; Pocklassery, G.; Mourya, G.; Prabhu, R.M.; Jayakrishnan, V.; Kanhiroth, V.; Katoch, R.; Veliyara, P.S. Measurement of Elder Health Parameters and the Gadget Designs for Continuous Monitoring. Proceedings of the 3rd International Conference on Advancements in Electronics and Power Engineering (ICAEPE' 2013), Kuala Lumpur, Malaysia, 8–9 January 2013; pp. 8–9.
  97. Yang, B.; Lee, Y.; Lin, C. On Developing a Real-Time Fall Detecting and Protecting System using Mobile Device. Proceedings of the International Conference on Fall Prevention and Protection, Tokyo, Japan; 2013; pp. 151–156. [Google Scholar]
  98. Serafimov, K.; Koceska, N. Pervasive Alert System for Fall Detection Based on Mobile Phones. Yearb. Fac. Comput. Sci. 2013, 1, 17–25. [Google Scholar]
  99. He, Y.; Li, Y. Physical Activity Recognition Utilizing the Built-in Kinematic Sensors of a Smartphone. Int. J. Distrib. Sens. Netw. 2013, 2013. [Google Scholar] [CrossRef]
  100. Horta, E.T.; Lopes, I.C.; Rodrigues, J.J.; Misra, S. Real Time Falls Prevention and Detection with Biofeedback Monitoring Solution for Mobile Environments. Proceedings of the IEEE 15th International Conference One-Health Networking, Applications & Services (Healthcom 2013), Lisbon, Portugal, 9–12 October 2013; pp. 594–600.
  101. Kansiz, A.O.; Guvensan, M.A.; Turkmen, H.I. Selection of Time-Domain Features for Fall Detection Based on Supervised Learning. Proceedings of the World Congress on Engineering and Computer Science, San Francisco, CA, USA, 23–25 October 2013; pp. 23–25.
  102. Medrano, C.; Igual, R.; Plaza, I.; Castro, M. Detecting Falls as Novelties in Acceleration Patterns Acquired with Smartphones. PLoS One 2014, 9. [Google Scholar] [CrossRef]
  103. Mao, L.; Liang, D.; Ning, Y.; Ma, Y.; Gao, X.; Zhao, G. Pre-Impact and Impact Detection of Falls using Built-in Tri-Accelerometer of Smartphone. Proceedings of the Third International Conference on Health Information Science (HIS 2014), Shenzhen, China, 22–23 April 2014; pp. 167–174.
  104. PHILIPS. PHILIPS Lifeline, Redefining the Standard of Getting Help, 2014. Available online: http://www.lifelinesys.com/content/ (accessed on 22 September 2014).
  105. Google Maps. Available online: https://maps.google.com (accessed on 22 September 2014).
  106. Yoshida, T.; Mizuno, F.; Hayasaka, T.; Tsubota, K.; Wada, S.; Yamaguchi, T. A Wearable Computer System for a Detection and Prevention of Elderly Users from Falling. Proceedings of the 12th International Conference on Biomedical and Medical Engineering (ICBME), Singapore, Singapore, 7–10 December 2005.
  107. Jitterburg Cell Phones for Sensors, 2014. Available Online: http://www.jitterbugdirect.com/ (accessed on 22 September 2014).
  108. Yang, C.; Hsu, Y. A Review of Accelerometry-Based Wearable Motion Detectors for Physical Activity Monitoring. Sensors 2010, 10, 7772–7788. [Google Scholar]

Article Metrics

Citations

Article Access Statistics

Multiple requests from the same IP address are counted as one view.