Classification of Alzheimers Disease with Deep Learning on Eye-tracking Data
Harshinee Sriram, Cristina Conati, Thalia Field

TL;DR
This paper explores an end-to-end deep learning approach using VTNet, combining CNN and GRU, to classify Alzheimer's Disease from raw eye-tracking data, outperforming existing feature-based methods.
Contribution
It introduces VTNet, a novel deep learning model that processes raw eye-tracking data for AD classification, overcoming sequence length challenges and improving accuracy.
Findings
VTNet outperforms state-of-the-art methods in AD classification.
The model effectively handles longer eye-tracking sequences.
Encouraging evidence of model generality for ET data analysis.
Abstract
Existing research has shown the potential of classifying Alzheimers Disease (AD) from eye-tracking (ET) data with classifiers that rely on task-specific engineered features. In this paper, we investigate whether we can improve on existing results by using a Deep-Learning classifier trained end-to-end on raw ET data. This classifier (VTNet) uses a GRU and a CNN in parallel to leverage both visual (V) and temporal (T) representations of ET data and was previously used to detect user confusion while processing visual displays. A main challenge in applying VTNet to our target AD classification task is that the available ET data sequences are much longer than those used in the previous confusion detection task, pushing the limits of what is manageable by LSTM-based models. We discuss how we address this challenge and show that VTNet outperforms the state-of-the-art approaches in AD…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsGated Recurrent Unit
