# Exploratory studies of human gait changes using depth cameras and   considering measurement errors

**Authors:** Behnam Malmir

arXiv: 1903.09113 · 2019-03-22

## TL;DR

This study uses depth cameras and machine learning to accurately classify human gait patterns, including normal and abnormal walking, and different walking aids, demonstrating high prediction accuracy.

## Contribution

It introduces a method combining depth camera data and ML models to distinguish various human gait patterns with high accuracy.

## Key findings

- K-nearest neighbor achieved 97.3% accuracy in classifying normal vs. abnormal gait.
- The same model achieved 98.7% accuracy in classifying different walking aids.
- Depth camera-based ML classification effectively detects gait changes and aids.

## Abstract

This research aims to quantify human walking patterns through depth cameras to (1) detect walking pattern changes of a person with and without a motion-restricting device or a walking aid, and to (2) identify distinct walking patterns from different persons of similar physical attributes. Microsoft Kinect devices, often used for video games, were used to provide and track coordinates of 25 different joints of people over time to form a human skeleton. Then multiple machine learning (ML) models were applied to the SE datasets from ten college-age subjects - five males and five females. In particular, ML models were applied to classify subjects into two categories: normal walking and abnormal walking (i.e. with motion-restricting devices). The best ML model (K-nearest neighborhood) was able to predict 97.3% accuracy using 10-fold cross-validation. Finally, ML models were applied to classify five gait conditions: walking normally, walking while wearing the ankle brace, walking while wearing the ACL brace, walking while using a cane, and walking while using a walker. The best ML model was again the K-nearest neighborhood performing at 98.7% accuracy rate.

---
Source: https://tomesphere.com/paper/1903.09113