Evaluating the Effect of Frame Rate in Sequence-Based Classification of Autism-Related Self-Stimulatory Hand Idiosyncrasies

· Source: cs.AI updates on arXiv.org · Field: Health & Wellbeing — Medical Devices & Health Technology, Artificial Intelligence & Machine Learning, Clinical Care & Medical Practice · Depth: Expert, extended

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

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

Topics

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

Related on AIssential

Open in AIssential →

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