Evaluating the Effect of Frame Rate in Sequence-Based Classification of Autism-Related Self-Stimulatory Hand Idiosyncrasies
Summary
This study evaluates sequence-based neural networks and data augmentation strategies for automated detection of autism-related self-stimulatory behaviors from video, addressing the challenge of limited scalable computational methods for remote behavioral screening. Using the Self-Stimulatory Behavior Diagnosis (SSBD) dataset, LSTM and GRU models were trained on pose-derived features. Both architectures surpassed prior CNN baselines (62–76% accuracy), achieving peak accuracies of 97.5% (LSTM) and 98.75% (GRU) at a sampling interval of every 15 frames. Additionally, ten data augmentation strategies were applied within an I3D transfer learning pipeline. Horizontal flip yielded the highest standalone accuracy (48.78%), while upsampling was identified as the most critical component, with its exclusion causing the largest performance degradation (loss 5.0101). A personalized machine learning approach also showed consistent predictions (mean loss 1.84, SD 0.79).
Key takeaway
For Machine Learning Engineers developing video-based autism screening tools, prioritize GRU architectures and a 15-frame sampling interval for optimal accuracy and computational efficiency. When working with small behavioral datasets, integrate upsampling as a critical data augmentation strategy to mitigate data scarcity. Consider personalized models for within-video generalization, but validate minimum calibration duration for reliable performance.
Key insights
Sequence-based models with optimal temporal sampling significantly outperform CNNs for autism-related behavioral classification.
Principles
- Explicit temporal modeling improves behavioral classification.
- Optimal sampling balances dynamics and noise.
- Upsampling is critical for small video datasets.
Method
LSTM and GRU models were trained on pose features from the SSBD dataset at various frame sampling intervals. An I3D transfer learning pipeline was used with ten data augmentation strategies, including an ablation study.
In practice
- Use GRU for high accuracy and efficiency.
- Sample video features every 15 frames.
- Prioritize upsampling in augmentation pipelines.
Topics
- Autism Spectrum Disorder
- Behavioral Classification
- Recurrent Neural Networks
- Temporal Sampling
- Data Augmentation
- I3D Transfer Learning
Best for: Computer Vision Engineer, AI Scientist, Machine Learning Engineer, Research Scientist
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.