Evaluating the Effect of Frame Rate in Sequence-Based Classification of Autism-Related Self-Stimulatory Hand Idiosyncrasies
GRU and LSTM models significantly outperform CNN baselines in classifying autism-related self-stimulatory behaviors, achieving peak accuracies of 98.75% and 97.5% respectively. Optimal temporal sampling was identified at 15-frame intervals, demonstrating that downsampling can enhance performance compared to processing every frame. Data augmentation ablation studies revealed that while horizontal flips yield high standalone accuracy, upsampling is critical for maintaining performance in complex b
Analysis
TL;DR
- GRU and LSTM models significantly outperform CNN baselines in classifying autism-related self-stimulatory behaviors, achieving peak accuracies of 98.75% and 97.5% respectively.
- Optimal temporal sampling was identified at 15-frame intervals, demonstrating that downsampling can enhance performance compared to processing every frame.
- Data augmentation ablation studies revealed that while horizontal flips yield high standalone accuracy, upsampling is critical for maintaining performance in complex behavioral video tasks.
- Personalized machine learning approaches, involving per-subject model training on temporally split video segments, produced consistent predictions with low variance.
Why It Matters
This research provides critical empirical guidance for developing scalable, remote screening tools for Autism Spectrum Disorder (ASD), addressing the urgent need for computational methods in clinical settings where data is scarce. By establishing optimal architectures and sampling rates, it enables more efficient and accurate automated behavioral analysis, potentially reducing reliance on intensive manual screening processes. The findings also offer actionable insights into data augmentation strategies, helping practitioners maximize model performance even with limited datasets.
Technical Details
- Architectures: Compared Long Short-Term Memory (LSTM) and Gated Recurrent Unit (GRU) networks against prior Convolutional Neural Network (CNN) baselines using pose-derived features from the SSBD dataset.
- Temporal Sampling: Evaluated frame sampling intervals of 1, 5, 15, 30, 45, and 90 frames, identifying 15-frame intervals as optimal for both LSTM (97.5% accuracy) and GRU (98.75% accuracy).
- Data Augmentation: Conducted an ablation study on ten augmentation strategies within an I3D transfer learning pipeline, finding that excluding upsampling caused the largest performance drop, while horizontal flips achieved the highest standalone accuracy (48.78%).
- Personalized Modeling: Implemented a per-subject training approach on temporally split video segments, resulting in consistent predictions with a mean loss of 1.84 and standard deviation of 0.79.
Industry Insight
Practitioners should prioritize sequence-based models like GRUs or LSTMs over static CNNs for video-based behavioral classification tasks, particularly when leveraging pose estimation features. When working with limited clinical datasets, incorporating upsampling in data augmentation pipelines is essential to prevent significant performance degradation, even if other techniques like flipping show strong individual results. Finally, adopting personalized modeling strategies can improve consistency in predictions for individual subjects, offering a viable path toward robust, scalable diagnostic tools in data-scarce medical domains.
Disclaimer: The above content is generated by AI and is for reference only.