[ICASSP 2023] ViTASD: Robust Vision Transformer Baselines for Autism Spectrum Disorder Facial Diagnosis
Shenzhen Children's Hospital
New York University
Autism spectrum disorder (ASD) is a lifelong neurodevelopmental disorder with very high prevalence around the world. Research progress in the field of ASD facial analysis in pediatric patients has been hindered due to a lack of well-established baselines. In this paper, we propose the use of the Vision Transformer (ViT) for the computational analysis of pediatric ASD. The presented model, known as ViTASD, distills knowledge from large facial expression datasets and offers model structure transferability. Specifically, ViTASD employs a vanilla ViT to extract features from patients' face images and adopts a lightweight decoder with a Gaussian Process layer to enhance the robustness for ASD analysis. Extensive experiments conducted on standard ASD facial analysis benchmarks show that our method outperforms all of the representative approaches in ASD facial analysis, while the ViTASD-L achieves a new state-of-the-art.
Publicly available datasets were analyzed in this study. The original data page can be found at: Kaggle. The author update the dataset to a new Google Drive
Other useful dataset for computer vision in Autism Spectrum Disorder detection:
DE-ENIGMA Dataset
Saliency4ASD dataset
We will expand the research for these datasets in the future. And we are also trying to build a new benchmark for ASD facial diagnosis using many new datasets in Shenzhen's children. Any news for this benchmark will be updated to this Github repo until we publish the competition. This project will create a completely non-profit platform for ASD early intervention around the world.
python train_affectnet.py fit -c ./configs/config_affectnet_base.yaml
python train_affectnet.py fit -c ./configs/config_affectnet_large.yaml
python train.py fit -c ./configs/config_vitasd_small.yaml
python train.py fit -c ./configs/config_vitasd_base.yaml
python train.py fit -c ./configs/config_vitasd_large.yaml
tensorboard --logdir=./lightning_logs/ViTASD-'X'
pending