Your wrist buzzes while you are in the kitchen, and the message is blunt: a fall may have been detected. If you actually fell, that alert can feel like a lifeline. If you only dropped onto the couch, braced hard against a countertop, or clapped your hand against a table, it can feel absurdly overdramatic. That tension is the whole science of fall detection accelerometer validation in miniature. The sensor sees motion, not intention, pain, embarrassment, or whether you need help.
This article explains how wearable accelerometers detect falls, why the classic signal pattern is useful but incomplete, and why false positives remain the hard part of the problem. You will see why many validation studies report strong sensitivity, often in the 85 to 95 percent range, while specificity can sit lower, roughly 70 to 85 percent depending on protocol, placement, and dataset. You will also understand why a fall alert on your wrist is best read as a probabilistic helper, not a guaranteed safety net. The goal is not to make the feature sound magical or useless. The goal is to make the tradeoff visible.
The physics: what a fall looks like to an accelerometer
An accelerometer is a tiny motion sensor that estimates acceleration along three axes: side to side, forward and back, and up and down. In wearable fall detection, those axes are usually combined into a single magnitude, often expressed in units of g, where 1 g is roughly the acceleration you feel from gravity while standing still. If your wrist rests on a table, the sensor still reads about 1 g because gravity is pulling on it. If your arm moves quickly, the signal rises, falls, and changes direction as the device rotates through space.
A simple way to picture the signal is to imagine a seismograph for your body. Most daily movement looks like small, jagged waves: walking, reaching, opening a door, typing, washing dishes. A fall is more like a sharp event with a before, middle, and after. The classical pattern many algorithms look for is a brief low-acceleration phase as the body loses support, an impact spike when the body hits the ground or another surface, and then a period of relative stillness afterward. That sequence is why early fall detection research often treated falls as a recognizable mechanical signature rather than a mystery to be diagnosed medically.12
In technical terms, many systems sample tri-axial acceleration around 50 to 100 times per second, fast enough to capture the abrupt changes that happen during a fall without draining a small battery too quickly. The combined acceleration magnitude is often calculated as the square root of x squared plus y squared plus z squared. Researchers then look for a drop toward free fall, sometimes near 0 g, followed by an impact peak that may exceed about 2.5 to 3 g, followed by low variance in the magnitude signal if the person remains still. Those numbers are not universal laws. They are engineering choices that change with sensor placement, body size, fall type, surface, filtering, and how the study defines a fall.34
The wrist makes the physics especially interesting. A waist or trunk sensor stays closer to the body’s center of mass, so it often captures a cleaner version of the whole-body fall. A wrist sensor captures the arm, which may swing, brace, grab, shield the face, or hit the floor before the torso does. That makes wrist data noisier, but not meaningless. It simply means the algorithm has to separate a body event from an arm event, and your arm is constantly doing dramatic things that are not falls.56
The threshold problem: why simple “g exceeds 3” fails
The earliest fall detectors often started with thresholds because thresholds are easy to understand and cheap to compute. If acceleration drops below a lower bound, rises above an impact bound, and is followed by inactivity, the system raises an alert. This logic has an appealing clarity. It turns the messy physics of a fall into a few gates: low, high, still. For a battery-limited wearable, that simplicity matters because the device may need to monitor continuously while using very little power.78
The problem is that your daily life contains plenty of events that look fall-like to an accelerometer. Drop a phone or watch onto a table, and the impact spike can be enormous. Sit hard into a chair, slap your wrist against a countertop, play a sport, jump off a curb, stumble without falling, or throw your arms out to catch yourself, and the sensor may see a sudden acceleration pattern that resembles part of a fall. A threshold that is low enough to catch gentle or sliding falls may also catch normal impacts. A threshold that is high enough to ignore normal impacts may miss real falls with softer landings.910
This is the central tradeoff in fall detection accelerometer validation. Sensitivity asks, “Of the true falls, how many did the system catch?” Specificity asks, “Of the non-falls, how many did it correctly ignore?” If you make the detector more sensitive, you usually widen the net, and false alarms tend to rise. If you make it more specific, you tighten the net, and some falls slip through. A perfect number on one metric can be misleading if the other metric suffers, especially because false alarms are not just statistical mistakes. They shape whether people trust, disable, or ignore the feature.
Feature-based approaches were a response to that weakness. Instead of asking only whether the signal crossed one or two thresholds, they extract a richer set of variables: peak acceleration, impact duration, signal energy, posture angle, acceleration variance, jerk, and the timing between phases. Machine-learning systems go further by learning patterns from labeled examples, using methods such as support vector machines, decision trees, random forests, neural networks, or deep learning architectures. These systems can recognize more subtle combinations than a hand-built threshold can, but they inherit a new problem: they are only as good as the data used to train and validate them.111213
There is also a quiet design choice hidden inside every threshold: what kind of mistake is the system willing to make? A detector for a supervised lab study can be tuned to show beautiful numbers because the researcher knows the activity menu in advance. A detector on your wrist has to live with stairs, pets, laundry baskets, workouts, crowded buses, and the thousand improvised motions that never appear in a protocol. The more real life you allow into the test, the more the clean boundary between “fall” and “not fall” starts to blur. That blur is exactly why validation matters more than the elegance of the algorithm diagram.
Context features that separate falls from daily impacts
A better fall detector does not treat impact as the whole story. It asks what happened around the impact. Did the device orientation change sharply, suggesting the body moved from upright to lying or near-lying? Did the person remain still afterward? Did walking cadence break before the event? Did the gyroscope show rapid rotation? Did an altimeter or barometer suggest a sudden height change? These context features help the algorithm decide whether a spike was part of a human fall or just another hard movement in a noisy day.1415
Orientation is one of the most intuitive context signals. If you are standing, gravity projects onto the accelerometer axes in one pattern. If you end up lying down, that projection changes. A detector can compare pre-event and post-event posture estimates to see whether the body appears to have rotated into a different position. That sounds simple, but the wrist complicates it again. Your wrist can rotate dramatically while your body remains upright, and your body can fall while your arm lands in an odd position. The useful signal is not “the wrist turned.” It is whether the wrist movement, impact, stillness, and broader motion pattern fit a fall-like sequence.
Post-impact stillness is another powerful but imperfect clue. Many real falls are followed by a pause because the person is stunned, hurt, assessing what happened, or unable to get up. Low acceleration variance after impact can therefore support a fall classification. But stillness is not unique to falls. You might sit still after dropping onto a couch. You might place the device on a table. You might nap. Conversely, after a real fall, you might immediately move, roll, crawl, or try to stand. The feature helps, but it should not be treated as a magic separator.1617
Gait changes add another layer. Some falls are preceded by irregular steps, trips, slips, or near-falls. In those cases, the accelerometer may capture disturbed rhythm before impact rather than only the impact itself. Research on near-falls and fall causes suggests that inertial sensors can capture meaningful pre-event and post-event movement patterns, especially when paired with gyroscopes. For a user, the important point is that the feature on your wrist is not only watching for one giant spike. The strongest systems try to interpret a short story: motion before, mechanics during, and behavior after.1819
Multi-sensor fusion is the engineering name for adding more narrators to that story. An accelerometer measures linear acceleration. A gyroscope measures angular velocity, which helps detect rotation during a fall. A barometer or altimeter can add clues about vertical displacement, such as a sudden change in height. Some systems also use physiological or contextual signals, but the core fall-detection stack often begins with accelerometer plus gyroscope because those sensors are common, compact, and already present in many wrist-worn devices. Fusion does not eliminate false positives. It gives the algorithm more evidence before it interrupts your life.2021
You can think of this like a jury hearing several witnesses instead of one. The accelerometer says, “There was a hard hit.” The gyroscope says, “There was rapid rotation.” The orientation estimate says, “The device ended in a different posture.” The stillness window says, “Movement stopped afterward.” One witness can be wrong, but several consistent witnesses make the case stronger. A well-designed fall detector is not looking for drama in one channel; it is looking for agreement across the short chain of events.
The validation gap: simulated falls versus real falls
Fall detection research has a stubborn data problem: real falls are difficult to collect ethically and systematically. You cannot ask older adults at high risk of injury to fall repeatedly for the sake of a dataset. You also cannot predict exactly when a real-world fall will happen, where the device will be, what the surface will be, or whether the person will brace themselves. Because of that, many studies use simulated falls performed by young or healthy adults in controlled environments. Those studies are useful, but they are not the same as the problem a wearable faces in daily life.2223
Simulated falls tend to be cleaner. The participant knows the fall is coming, falls onto a mat, follows instructions, and often performs a limited set of fall types. Real falls are messier. Older adults may fall from a lower height, rotate differently, have slower protective responses, slide down furniture, trip during a turn, collapse gradually, or use an arm to break the fall. These differences change acceleration peaks, timing, orientation, and post-impact movement. An algorithm that looks excellent on staged falls can therefore perform differently when tested on real falls from older adults.2425
That is why older-adult-specific and real-world datasets matter. FARSEEING was created as a collaborative repository for real-world fall signals from body-worn sensors, addressing the shortage of authentic fall recordings. SisFall includes falls and activities of daily living with accelerometer and gyroscope signals, and it deliberately includes older adults as well as younger participants. UMAFall provides a multisensor dataset for automatic fall detection research, giving investigators another benchmark for comparing algorithms. None of these datasets solves the problem alone, but each makes validation less dependent on a narrow lab script.262728
The common misconception is that a high validation score means a fall detector has “solved” falling. What it usually means is narrower: the detector performed well on the falls, non-falls, devices, placements, and people included in that study. Change the population, the sensor placement, the sampling rate, the definition of a fall, or the mix of daily activities, and performance can move. Cross-dataset studies make this point clearly: models trained in one dataset may lose accuracy when evaluated on another, because each dataset carries its own hidden assumptions about movement, protocol, and hardware.2930
Good validation therefore needs uncomfortable comparison groups. It should include activities that are easy to confuse with falls, not only quiet walking and sitting. It should report where the sensor was worn, how tightly it was worn, how the signal was filtered, how missing data were handled, and whether the same person appeared in both training and testing sets. It should separate simulated falls from real-world falls rather than blending them into one reassuring score. When you see those details, you can judge whether the result describes a robust detector or a detector that learned the choreography of one dataset.
Sensitivity versus specificity: the unavoidable tradeoff
The hardest practical question is not whether accelerometers can detect many falls. They can. The harder question is how often the system can do that without bothering you when nothing dangerous happened. In research-grade validation, many accelerometer-based systems report sensitivity in the broad 85 to 95 percent range under defined test conditions, while specificity often lands lower, around 70 to 85 percent in more challenging protocols. The exact numbers vary too much to treat them as a product promise, but the pattern is consistent: catching more possible falls often means accepting more false positives.313233
Real-world studies make the tradeoff feel less abstract. A detector can be tuned to catch almost everything in a lab, then generate frequent false alarms during daily living. That is not a minor annoyance. If the alert asks you to cancel, contact a caregiver, or trigger emergency escalation, each false positive consumes attention and trust. If false alarms happen often enough, people may stop wearing the device, disable the feature, or respond slowly when the alert is real. In that sense, specificity is not just a metric for engineers. It is part of safety behavior.3435
Different users may also need different tuning. A person with very high fall risk and limited ability to call for help may prefer a more sensitive setting, even if it occasionally cries wolf. A younger, active user who plays sports may prefer fewer interruptions, even if the system becomes more conservative. This is why fall detection validation should report the balance of sensitivity and specificity, not only the best headline score. A receiver operating characteristic curve, confusion matrix, or false alarms per day can reveal what a single accuracy number hides.3637
Machine learning does not repeal the tradeoff. It can improve classification by learning richer patterns, but it can also overfit to staged datasets, specific devices, or particular ways of performing falls. Deep learning models may perform well when training and testing data are similar, yet struggle when the wearer, sensor placement, or activity mix changes. That is why the best validation asks a model to generalize: to new people, older adults, daily activities, real falls, and data collected outside the lab. The question is not “Can the algorithm memorize fall examples?” It is “Can it recognize the right pattern when your day does not look like the training script?”3839
False-positive burden also depends on the denominator you choose. A specificity of 85 percent may sound strong until you remember that non-fall movements happen thousands of times more often than falls. Even a small false-alarm rate can become noticeable when the detector watches every hour of every day. That is why some papers and product evaluations look beyond sensitivity and specificity to false alarms per day, per week, or per monitored hour. Those user-centered measures connect the statistics to the lived experience of wearing the device.
What the science means for the feature on your wrist
A wrist-worn fall detection feature is best understood as an always-on hypothesis engine. It watches motion, looks for a fall-like sequence, checks context, and decides whether the evidence is strong enough to interrupt you. It does not know whether you are frightened, injured, embarrassed, or safe. It does not understand the room. It does not see the wet floor, the rug edge, the missing step, or the handrail you grabbed at the last second. It reads the physics available to its sensors and turns that into a probability.
That probability can still be useful. If you fall hard and cannot respond, an automated alert path may matter. If you stumble, brace, and recover, the feature may stay quiet because the post-event pattern does not look enough like a fall. If you slam your wrist during a workout, it may ask whether you are okay because the impact and orientation change crossed its internal threshold. None of those outcomes means the algorithm is foolish. They mean the system is trying to balance two bad errors: missing a real fall and alarming on a non-fall.
When you use fall detection, look less at whether a single alert was “right” in isolation and more at the pattern over time. Frequent false positives during a specific activity may mean the feature is not well matched to that activity or that the device position is creating noisy signals. A missed event may reflect a softer fall, unusual arm movement, immediate post-fall motion, or a scenario outside the validated range. The feature should complement, not replace, practical safety habits, caregiver plans, environmental changes, or medical advice from a qualified professional. It is a helper in the chain, not the whole chain.
The science also explains why validation language should be careful. Today’s wrist-worn accelerometer-only fall detection can achieve strong sensitivity in many validation studies, but specificity remains a tradeoff, especially outside controlled protocols. Adding gyroscopes, altimeters, better datasets, personalization, and older-adult-specific validation can narrow the gap. It does not make every alert certain. The honest promise is smaller and more useful: your wearable can watch for motion patterns that often accompany falls, ask for confirmation when the signal is ambiguous, and escalate when the pattern looks serious enough and you do not respond.
That is the right level of trust to bring to the feature. Keep it enabled if it fits your risk profile, but understand what it is measuring. It is not a medical diagnosis, a fall-prevention program, or proof that help will always arrive. It is a sensor-based safety layer whose value comes from timing, context, and escalation when you may not be able to act. The better you understand that boundary, the less confusing each buzz on your wrist becomes.
FAQ
How does an accelerometer detect a fall?
It measures acceleration along three axes and looks for a fall-like sequence: a rapid change in motion, often a low-acceleration phase, an impact spike, a change in orientation, and reduced movement afterward. The strongest systems do not rely on one spike alone. They combine timing, posture, stillness, and sometimes gyroscope or altimeter data to decide whether the event looks like a fall.
What sampling rate is used for fall detection?
Many fall detection studies use accelerometer sampling around 50 to 100 Hz, meaning 50 to 100 measurements per second. That range is fast enough to capture brief impacts and rotations while remaining realistic for wearable power constraints. Some systems use lower or higher rates, but the important question is whether the sampling rate captures the impact and context features the algorithm depends on.
Why do fall detectors have false positives?
False positives happen because daily life can create fall-like motion. Dropping a device, sitting hard, playing sports, stumbling, or hitting your wrist can produce acceleration spikes and orientation changes. Algorithms reduce false positives by checking context, such as post-impact stillness and rotation, but they cannot perfectly infer what happened from motion alone.
Are machine-learning fall detectors better than threshold-based detectors?
They can be, especially when they learn from diverse data and use multiple features rather than one impact threshold. But machine learning is not automatically better in the real world. A model trained mostly on young adults performing staged falls may not generalize well to older adults, softer falls, sliding falls, or unusual daily activities. Validation on realistic datasets matters more than the label on the algorithm.
Can a wrist wearable guarantee that every fall will be detected?
No consumer fall detection feature should be treated as a guarantee. A wrist-worn accelerometer can detect many fall-like motion patterns, and research studies often show strong sensitivity under defined conditions, but specificity and generalization remain tradeoffs. The feature is useful as a backup signal, especially when paired with confirmation and escalation workflows, but it should not be your only safety plan.
Why are older-adult datasets important?
Older adults often fall differently from young volunteers in lab simulations. They may rotate more slowly, brace differently, slide down furniture, or remain still for different reasons after impact. Datasets such as FARSEEING, SisFall, and UMAFall help researchers test algorithms against more varied movement patterns, which makes validation more relevant to the people most likely to use fall detection.
References
References
- Noury N, Fleury A, Rumeau P, Bourke AK, Laighin GO, Rialle V, Lundy JE. Fall detection: principles and methods. Proceedings of the 29th Annual International Conference of the IEEE Engineering in Medicine and Biology Society. 2007:1663-1666. doi:10.1109/IEMBS.2007.4352627.
- Mubashir M, Shao L, Seed L. A survey on fall detection: principles and approaches. Neurocomputing. 2013;100:144-152. doi:10.1016/j.neucom.2011.09.037.
- Bourke AK, O’Brien JV, Lyons GM. Evaluation of a threshold-based tri-axial accelerometer fall detection algorithm. Gait & Posture. 2007;26(2):194-199. doi:10.1016/j.gaitpost.2006.09.012.
- Bourke AK, Lyons GM. A threshold-based fall-detection algorithm using a bi-axial gyroscope sensor. Medical Engineering & Physics. 2008;30(1):84-90. doi:10.1016/j.medengphy.2006.12.001.
- 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(2):285-291. doi:10.1016/j.gaitpost.2008.01.003.
- Kangas M, Konttila A, Lindgren P, Winblad I, Jämsä T. Comparison of fall detection algorithms for body-attached accelerometers. Gait & Posture. 2008;28(2):285-291. doi:10.1016/j.gaitpost.2008.01.003.
- Chen J, Kwong K, Chang D, Luk J, Bajcsy R. Wearable sensors for reliable fall detection. Proceedings of the IEEE Engineering in Medicine and Biology Society. 2005;4:3551-3554. doi:10.1109/IEMBS.2005.1617246.
- Degen T, Jaeckel H, Rufer M, Wyss S. SPEEDY: a fall detector in a wrist watch. Proceedings of the 7th IEEE International Symposium on Wearable Computers. 2003:184-187.
- Brownsell S, Hawley MS. Automatic fall detectors and the fear of falling. Journal of Telemedicine and Telecare. 2004;10(5):262-266. doi:10.1258/1357633042026251.
- Bagalà F, Becker C, Cappello A, Chiari L, Aminian K, Hausdorff JM, Zijlstra W, Klenk J. Evaluation of accelerometer-based fall detection algorithms on real-world falls. PLoS ONE. 2012;7(5):e37062. doi:10.1371/journal.pone.0037062.
- Igual R, Medrano C, Plaza I. Challenges, issues and trends in fall detection systems. BioMedical Engineering OnLine. 2013;12:66. doi:10.1186/1475-925X-12-66.
- Aziz O, Musngi M, Park EJ, Mori G, Robinovitch SN. A comparison of accuracy of fall detection algorithms using wearable sensors. Annual International Conference of the IEEE Engineering in Medicine and Biology Society. 2016:5971-5974. doi:10.1109/EMBC.2016.7592046.
- Pannurat N, Thiemjarus S, Nantajeewarawat E. Automatic fall monitoring: a review. Sensors. 2014;14(7):12900-12936. doi:10.3390/s140712900.
- Tamura T, Yoshimura T, Sekine M, Uchida M, Tanaka O. A wearable airbag to prevent fall injuries. IEEE Transactions on Information Technology in Biomedicine. 2009;13(6):910-914. doi:10.1109/TITB.2009.2033673.
- Li Q, Stankovic JA, Hanson MA, Barth AT, Lach J, Zhou G. Accurate, fast fall detection using gyroscopes and accelerometer-derived posture information. Proceedings of the Sixth International Workshop on Wearable and Implantable Body Sensor Networks. 2009:138-143. doi:10.1109/BSN.2009.46.
- Albert MV, Kording K, Herrmann M, Jayaraman A. Fall classification by machine learning using mobile phones. PLoS ONE. 2012;7(5):e36556. doi:10.1371/journal.pone.0036556.
- Özdemir AT, Barshan B. Detecting falls with wearable sensors using machine learning techniques. Sensors. 2014;14(6):10691-10708. doi:10.3390/s140610691.
- Aziz O, Robinovitch SN. An analysis of the accuracy of wearable sensors for classifying the causes of falls in humans. IEEE Transactions on Neural Systems and Rehabilitation Engineering. 2011;19(6):670-676. doi:10.1109/TNSRE.2011.2162250.
- Weiss A, Brozgol M, Dorfman M, Herman T, Shema S, Giladi N, Hausdorff JM. Does the evaluation of gait quality during daily life provide insight into fall risk? PLoS ONE. 2013;8(5):e61985. doi:10.1371/journal.pone.0061985.
- Kwolek B, Kepski M. Human fall detection on embedded platform using depth maps and wireless accelerometer. Computer Methods and Programs in Biomedicine. 2014;117(3):489-501. doi:10.1016/j.cmpb.2014.09.005.
- Ribeiro NF, Costa L, André N, et al. On the comparison of wearable sensor data fusion to a single sensor machine learning technique in fall detection. Sensors. 2018;18(2):592. doi:10.3390/s18020592.
- Delahoz YS, Labrador MA. Survey on fall detection and fall prevention using wearable and external sensors. Sensors. 2014;14(10):19806-19842. doi:10.3390/s141019806.
- Schwickert L, Becker C, Lindemann U, et al. Fall detection with body-worn sensors: a systematic review. Zeitschrift für Gerontologie und Geriatrie. 2013;46(8):706-719. doi:10.1007/s00391-013-0559-8.
- Robinovitch SN, Feldman F, Yang Y, et al. Video capture of the circumstances of falls in elderly people residing in long-term care: an observational study. The Lancet. 2013;381(9860):47-54. doi:10.1016/S0140-6736(12)61263-X.
- Klenk J, Becker C, Lieken F, et al. Comparison of acceleration signals of simulated and real-world backward falls. Medical Engineering & Physics. 2011;33(3):368-373. doi:10.1016/j.medengphy.2010.11.003.
- Klenk J, Schwickert L, Palmerini L, et al. The FARSEEING real-world fall repository: a large-scale collaborative database to collect and share sensor signals from real-world falls. European Review of Aging and Physical Activity. 2016;13:8. doi:10.1186/s11556-016-0168-9.
- Sucerquia A, López JD, Vargas-Bonilla JF. SisFall: a fall and movement dataset. Sensors. 2017;17(1):198. doi:10.3390/s17010198.
- Casilari E, Santoyo-Ramón JA, Cano-García JM. UMAFall: a multisensor dataset for the research on automatic fall detection. Procedia Computer Science. 2017;110:32-39. doi:10.1016/j.procs.2017.06.110.
- Medrano C, Igual R, Plaza I, Castro M. Detecting falls as novelties in acceleration patterns acquired with smartphones. PLoS ONE. 2014;9(4):e94811. doi:10.1371/journal.pone.0094811.
- Micucci D, Mobilio M, Napoletano P. UniMiB SHAR: a dataset for human activity recognition using acceleration data from smartphones. Applied Sciences. 2017;7(10):1101. doi:10.3390/app7101101.
- Kangas M, Vikman I, Wiklander J, Lindgren P, Nyberg L, Jämsä T. Sensitivity and specificity of fall detection in people aged 40 years and over. Gait & Posture. 2009;29(4):571-574. doi:10.1016/j.gaitpost.2008.12.008.
- Vallabh P, Malekian R, Ye N, Bogatinoska DC. Fall detection using machine learning algorithms. Proceedings of the 24th International Conference on Software, Telecommunications and Computer Networks. 2016. doi:10.1109/SOFTCOM.2016.7772142.
- Casilari E, Santoyo-Ramón JA, Cano-García JM. Analysis of public datasets for wearable fall detection systems. Sensors. 2017;17(7):1513. doi:10.3390/s17071513.
- Vallabh P, Malekian R, Ye N, Bogatinoska DC. Real-world accuracy and use of a wearable fall detection device by older adults. Journal of the American Geriatrics Society. 2015;63(11):2415-2416. doi:10.1111/jgs.13804.
- Habib MA, Mohktar MS, Kamaruzzaman SB, Lim KS, Pin TM, Ibrahim F. Smartphone-based solutions for fall detection and prevention: challenges and open issues. Sensors. 2014;14(4):7181-7208. doi:10.3390/s140407181.
- Palmerini L, Bagalà F, Zanetti A, et al. A wavelet-based approach to fall detection. Sensors. 2015;15(5):11575-11586. doi:10.3390/s150511575.
- Yu X. Approaches and principles of fall detection for elderly and patient. Proceedings of the 10th IEEE International Conference on e-Health Networking, Applications and Services. 2008:42-47. doi:10.1109/HEALTH.2008.4600116.
- Khojasteh SB, Villar JR, Chira C, González VM, de la Cal E. Improving fall detection using an on-wrist wearable accelerometer. Sensors. 2018;18(5):1350. doi:10.3390/s18051350.
- Hussain F, Hussain F, Ehatisham-ul-Haq M, Azam MA. Activity-aware fall detection and recognition based on wearable sensors. IEEE Sensors Journal. 2019;19(12):4528-4536. doi:10.1109/JSEN.2019.2898891.