Explainable Fall Detection for Elderly Care via Temporally Stable SHAP in Skeleton-Based Human Activity Recognition

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Medical Devices & Health Technology · Depth: Expert, quick

Summary

A new framework for explainable fall detection in elderly care, combining an efficient LSTM model with T-SHAP, has been proposed to address the temporal instability of existing post-hoc explainability methods. This approach stabilizes SHAP-based feature attributions over time by applying a linear smoothing operator, preserving theoretical guarantees while reducing high-frequency variance. Evaluated on the NTU RGB+D Dataset, the framework achieved 94.3% classification accuracy with an inference latency under 25 milliseconds, meeting real-time requirements for mid-range hardware. Quantitative analysis using perturbation-based faithfulness metrics showed T-SHAP improved explanation reliability over standard SHAP (AUP: 0.91 vs. 0.89) and Grad-CAM (0.82), consistently highlighting biomechanically relevant motion patterns like lower-limb instability and spinal alignment changes.

Key takeaway

For AI Engineers developing explainable AI systems for healthcare, this research demonstrates that incorporating temporal stability into post-hoc explanation methods like SHAP is critical. You should consider T-SHAP or similar temporal aggregation strategies to ensure that your model's explanations are consistent and trustworthy for clinicians, especially in time-sensitive applications like fall detection where reliable insights into biomechanical patterns are paramount.

Key insights

Temporally stable SHAP explanations enhance reliability for skeleton-based fall detection in elderly care.

Principles

Method

The method combines an LSTM model with T-SHAP, a temporally aware aggregation strategy that applies a linear smoothing operator to SHAP attribution sequences to stabilize feature attributions over contiguous time windows.

In practice

Topics

Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.