English

Pose-Based Fall Detection System: Efficient Monitoring on Standard CPUs

Computer Vision and Pattern Recognition 2025-03-26 v1 Artificial Intelligence

Abstract

Falls among elderly residents in assisted living homes pose significant health risks, often leading to injuries and a decreased quality of life. Current fall detection solutions typically rely on sensor-based systems that require dedicated hardware, or on video-based models that demand high computational resources and GPUs for real-time processing. In contrast, this paper presents a robust fall detection system that does not require any additional sensors or high-powered hardware. The system uses pose estimation techniques, combined with threshold-based analysis and a voting mechanism, to effectively distinguish between fall and non-fall activities. For pose detection, we leverage MediaPipe, a lightweight and efficient framework that enables real-time processing on standard CPUs with minimal computational overhead. By analyzing motion, body position, and key pose points, the system processes pose features with a 20-frame buffer, minimizing false positives and maintaining high accuracy even in real-world settings. This unobtrusive, resource-efficient approach provides a practical solution for enhancing resident safety in old age homes, without the need for expensive sensors or high-end computational resources.

Keywords

Cite

@article{arxiv.2503.19501,
  title  = {Pose-Based Fall Detection System: Efficient Monitoring on Standard CPUs},
  author = {Vinayak Mali and Saurabh Jaiswal},
  journal= {arXiv preprint arXiv:2503.19501},
  year   = {2025}
}

Comments

4 Pages, 2 figures, 2 code block, 1 flow chart

R2 v1 2026-06-28T22:33:35.978Z