Towards Child-Inclusive Clinical Video Understanding for Autism Spectrum Disorder

Aditya Kommineni,Digbalay Bose,Tiantian Feng,So Hyun Kim,Helen Tager-Flusberg,Somer Bishop,Catherine Lord,Sudarsana Kadiri,Shrikanth Narayanan
2024-09-21
Abstract:Clinical videos in the context of Autism Spectrum Disorder are often long-form interactions between children and caregivers/clinical professionals, encompassing complex verbal and non-verbal behaviors. Objective analyses of these videos could provide clinicians and researchers with nuanced insights into the behavior of children with Autism Spectrum Disorder. Manually coding these videos is a time-consuming task and requires a high level of domain expertise. Hence, the ability to capture these interactions computationally can augment the manual effort and enable supporting the diagnostic procedure. In this work, we investigate the use of foundation models across three modalities: speech, video, and text, to analyse child-focused interaction sessions. We propose a unified methodology to combine multiple modalities by using large language models as reasoning agents. We evaluate their performance on two tasks with different information granularity: activity recognition and abnormal behavior detection. We find that the proposed multimodal pipeline provides robustness to modality-specific limitations and improves performance on the clinical video analysis compared to unimodal settings.
Computer Vision and Pattern Recognition,Machine Learning
What problem does this paper attempt to address?
### What problems does this paper attempt to solve? This paper aims to solve several key problems in the clinical video analysis of Autism Spectrum Disorder (ASD): 1. **Limitations of Manual Coding**: - Clinical videos usually contain long - term interactions between children and caregivers or clinical professionals, involving complex verbal and non - verbal behaviors. - Manually coding these videos requires a great deal of time and expertise and is difficult to scale up. 2. **Fusion of Multimodal Information**: - Analysis methods of a single modality (such as voice - only or video - only) cannot comprehensively capture the complex behavioral characteristics in the ASD diagnosis process. For example, voice features may reveal certain social disorders, but ignore important information such as visual repetitive behaviors and abnormal eye contact. 3. **Requirement for Automated and Intelligent Analysis**: - A computational method that can automatically understand and interpret these complex behaviors is needed to assist clinicians in making more efficient and accurate diagnoses and behavior assessments. To this end, the authors propose a multimodal method combined with foundation models. By integrating information from three modalities: voice, video, and text, and using large - language models (LLMs) as reasoning agents, the automated analysis of children's behaviors in the ASD diagnosis process is achieved. Specifically, the research objectives include: - **Activity Recognition**: Identify the specific activities being carried out in the video. - **Abnormal Behavior Detection**: Detect whether children in the video show abnormal behaviors such as hyperactivity, tantrums, or anxiety. Through this method, the researchers hope to improve the efficiency and accuracy of clinical video analysis and provide technical support for broader ASD - related behavior recognition in the future.