Researchers from the German Research Center for Artificial Intelligence (DFKI) have released a timely and critical study on how irregular sampling in time-series data affects AI performance in Human Activity Recognition (HAR). Presented at the International Conference on Pervasive Computing and Communications (PerCom), the paper "Assessing the Impact of Sampling Irregularity in Time Series Data: Human Activity Recognition as a Case Study" exposes limitations in both discrete-time and continuous-time neural networks when faced with real-world sensor noise, packet loss, and jitter.
Real-World Signals Are Not Regular
Many HAR systems rely on wearable or mobile sensors, which are assumed to sample at fixed intervals. In practice, however, data often arrives irregularly—due to energy-saving mechanisms, hardware interruptions, or wireless transmission failures.
The DFKI team simulates two common forms of sampling irregularity:
- Timestamp Variations: Slight jitter mimicking sensor instability.
- Random Dropout: Missing values that emulate packet loss or sensor failure.
They apply these distortions to three benchmark HAR datasets (PAMAP2, MHEALTH, and MotionSense), evaluating performance degradation in both discrete-time models like DeepConvLSTM and TinyHAR, and continuous-time architectures such as LTC-NN (CFC Solver).
When Neural Networks Meet Real-World Irregularity
Surprisingly, the study finds that discrete-time models often outperform their continuous-time counterparts—even under noisy or incomplete inputs. While the CFC Solver, a time-continuous model, shows theoretical robustness to timestamp irregularities, it fails to consistently deliver better macro F1 scores.
- TinyHAR, despite its sensitivity to jitter, achieves the highest accuracy on clean data.
- CFC Solver suffers less under extreme irregularity, but still underperforms overall.
- Sampling irregularities under 3% often go unnoticed by discrete models—especially when trained at higher sampling rates (e.g., 50 Hz).
This calls into question the assumption that time-continuous models inherently handle irregular inputs better. It also suggests that energy-efficient designs using lower sampling rates must be reconsidered, as robustness can be compromised.
Design Trade-Offs for Sustainable Edge AI
The implications are clear for embedded and mobile AI applications:
- Higher sampling rates improve model robustness but drain more power—raising a key sustainability trade-off.
- Continuous-time networks must be rethought or improved to fully capitalize on their theoretical benefits.
- Standard discrete architectures, if paired with smart pre-processing and adequate sampling, may be sufficient for many edge scenarios.
Ultimately, the study suggests that model architecture alone isn’t enough—robustness to real-world signal imperfections must be baked into the training process and hardware-software co-design.
Toward More Realistic HAR Benchmarks
This work urges the HAR community to move beyond idealized datasets and consider irregularity as a first-class factor in system design. Simulating jitter and dropout should be a standard evaluation step, especially for applications in smart health, industrial monitoring, and mobile interaction.
By questioning the resilience of current models and offering actionable benchmarking methods, DFKI’s study takes a major step toward reliable, energy-aware HAR systems that can withstand the messiness of the real world.








This project has received funding from the European Union’s Horizon Europe research and innovation programme under grant agreement No 101070408.