AI-Generated Fall Data: Assessing LLMs and Diffusion Model for Wearable Fall Detection
Sana Alamgeer, Yasine Souissi, Anne H. H. Ngu
TL;DR
The study tackles the scarcity of elderly fall data by evaluating synthetic accelerometer data generated with LLMs (text-to-motion and text-to-text) and diffusion methods for wearable fall detection. It augments four real baselines (SMM, KFall, UMAFall, SisFall) with synthetic data and trains an $LSTM$ classifier on sliding windows of size $W=128$ with stride $S=10$, comparing performance and distributional alignment across methods. Diffusion-TS consistently yields the closest match to real data (lowest $JSD$, highest Coverage), while LLM-based data show variable alignment and dataset-dependent impact on F1-scores, performing best at low frequencies ($20$ Hz) and degrading at high frequencies ($200$ Hz). Text-to-motion models better capture joint-specific dynamics; however, demographic conditioning (gender/age) is limited, and the practical augmentation gains are modest, suggesting a practical path through fine-tuning text-to-motion generators and automating prompt strategies for robust synthetic fall data generation.
Abstract
Training fall detection systems is challenging due to the scarcity of real-world fall data, particularly from elderly individuals. To address this, we explore the potential of Large Language Models (LLMs) for generating synthetic fall data. This study evaluates text-to-motion (T2M, SATO, ParCo) and text-to-text models (GPT4o, GPT4, Gemini) in simulating realistic fall scenarios. We generate synthetic datasets and integrate them with four real-world baseline datasets to assess their impact on fall detection performance using a Long Short-Term Memory (LSTM) model. Additionally, we compare LLM-generated synthetic data with a diffusion-based method to evaluate their alignment with real accelerometer distributions. Results indicate that dataset characteristics significantly influence the effectiveness of synthetic data, with LLM-generated data performing best in low-frequency settings (e.g., 20Hz) while showing instability in high-frequency datasets (e.g., 200Hz). While text-to-motion models produce more realistic biomechanical data than text-to-text models, their impact on fall detection varies. Diffusion-based synthetic data demonstrates the closest alignment to real data but does not consistently enhance model performance. An ablation study further confirms that the effectiveness of synthetic data depends on sensor placement and fall representation. These findings provide insights into optimizing synthetic data generation for fall detection models.
