This repository contains the implementation for the paper: Miaomiao Cai, Mingxing Li, Zhiwei Xiong, Pengju Zhao, Enyao Li and Jiulai Tang, "An Advanced Deep Learning Framework for Video-based Diagnosis of ASD"
A total of 82 children (ASD: 57; TD: 25) finish the experiments with their parents at home, and they all consent to use their data for our research.
All diagnostic labels (ASD or TD) are provided by the ADOS-2, which have been done independently of our experiments.
We provide the face features extracted by the Openface 2.0 toolbox.
- numpy 1.17.4
- torch 1.3.1
- torchvision 0.4.2
- In
/code/main.py
, please changerootpath
. - For 2 gpus:
python python /code/main.py --mynum 100 --numsegments 4 --model_name attention
- In
/code/test.py
, please changerootpath
.
python python /code/test.py --mynum 100 --numsegments 4 --model_name attention
If you use our code in your research or applications, please consider citing our paper.
@inproceedings{cai2022advanced,
title={An Advanced Deep Learning Framework for Video-Based Diagnosis of ASD},
author={Cai, Miaomiao and Li, Mingxing and Xiong, Zhiwei and Zhao, Pengju and Li, Enyao and Tang, Jiulai},
booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
pages={434--444},
year={2022},
organization={Springer}
}