Human Fall Detection

by Richard Gate - Technical Lead for ObjectSpectrum

Apr 01 2022

All Posts Human Fall Detection

It is the first of April, but this is not an opportunity for me to prank you for comedic effect, it’s actually a serious subject. It has nothing to do with slipping on banana peels or falling over objects placed in front of you with “trip over me” painted on them. So don’t read any humour into this—there isn’t any!

Human Fall incidents are a major cause of injury to seniors and those with severe health conditions. In the US, in 2015, the estimated medical costs attributable to both fatal and nonfatal falls were approximately $50 billion. The vast majority, over $49 billion, of the costs were for non-fatal falls due to the health care required after suffering a fall. Anything that can reduce the number of falls is beneficial for those that could potentially suffer a fall and helps reduce the associated medical costs. Consequently, there has been much research into the reasons for falls, automatically detecting falls, and the potential for identifying those susceptible to falling. I will concentrate on automatically detecting falls or Human Fall Detection.

What does this have to do with IoT? Simply that Human Fall Detection, just like reading a temperature or detecting a leak, involves sensors that produce data, making the whole infrastructure of IoT relevant to collecting and processing this data.

Having worked on an application used for monitoring health conditions, Human Fall Detection is a subject I have had to read a lot about. As these research programs are medical in nature, they have long names like “An eight-camera fall detection system using human fall pattern recognition via machine learning by a low-cost android box” and “A comparison between heuristic and machine learning techniques in fall detection using Kinect v2”. A cynical view might be that this helps raise the funding for such research.

I have concluded that most academic papers on the subject really miss the point. Much of the research concentrates on either complex optical systems with AI back-ends or 3D accelerometer-with-gyroscope based devices. I believe that the main point that is missed in these Fall Detection systems is the human part. What humans really want to have arrays of cameras around their house “spying” on the occupants? Or to have complex movement detection devices attached to their bodies? Human Fall Detection needs to be unobtrusive or it simply will not be accepted and used, negating the whole point of using these techniques.

Motion sensors seem a much more acceptable technique to use, but the research programs fixate on impractical solutions. I read a paper that suggested one should strap a bulky detector around the chest, arm, or leg, making the subject look like a cyborg. While this would be useful for gathering data from the test subject to be able to understand the profile of a fall, humans would not walk around with these things strapped to them. One object that humans are used to having strapped to them is a watch. A small watch-like device is what is needed, and it must be connected to whatever gathers the data without wires. This makes low-power wireless capabilities, like Bluetooth Low Energy or LoRaWAN, a must. The problem is that almost all devices of this type do not have Human Fall Detection logic built into their firmware. They will periodically transmit 3D accelerometer readings and they generally don’t have gyroscopes in them. The receiving device must perform an analysis of the accelerometer readings and look for fall patterns in the data. Without getting too technical, this involves using a Finite State Machine algorithm that looks for changes in the state of the data, say from normal motion to high or low acceleration and then to almost stillness. This is, as it sounds, complicated and somewhat error-prone. The result being a few false positive and false negative detection results. And in fact, there is still some resistance to wearing even something as small as a watch.

There is a new way emerging to handle Human Fall Detection based on the old technology of RADAR, but this time WiFi is used. WiFi signals and how they are reflected and absorbed by objects are used to detect objects in motion and fall. This is relatively unobtrusive as the devices are the size of small WiFi APs. They cannot take pictures, like cameras, so privacy is not an issue, and they can detect fall events in subtle ways such as a human slumping down rather than falling. They can also recognise a subject’s gait—how they are walking—so that falls can even be predicted. This new approach promises to offer a much more effective solution to better Human Fall Detection.

«

|

»