AI-Facilitated Assessment of Cognitive Status Based on Oculomotor Metrics

Xiaoping Yun , Kyung Koh , Jerry Yu , Yupeng Ren , Li-Qun Zhang

››

PDF (1532KB)
›› DOI: 10.2738/ENGHRE.2026.0001
Original Research
AI-Facilitated Assessment of Cognitive Status Based on Oculomotor Metrics
Author information +
History +
PDF (1532KB)

Abstract

Traditional cognitive screening relies on subjective neuropsychological assessments. Oculomotor metrics offer a non-invasive, physiological alternative, but traditional statistical models struggle to capture their complex, non-linear relationships with functional decline. We developed a Hybrid CNN-Transformer deep learning architecture using five oculomotor metrics: fixation saccades, pursuit saccades, prosaccade latency, antisaccade latency, and antisaccade error rate to classify cognitive status into three clinically standard categories. The model uses 1D-Convolutional layers to extract local speed-accuracy interactions and a Transformer encoder to weigh their global significance. Predictions were scaled using a Softmax activation function to ensure mathematical stability. Post-hoc, the continuous ECog-12 predictions were stratified into three clinically standard categories: cognitively unimpaired, mild cognitive impairment (MCI), and mild-to-moderate dementia. On a held-out test set of 807 subjects, the model achieved an overall classification accuracy of 85.13%. Given the severe class imbalance in this dataset, per-class performance is also reported: sensitivity was 86.8% for cognitively unimpaired, 23.1% for mild cognitive impairment, and 100% for mild-to-moderate dementia (n = 4). As a binary screening tool for any cognitive impairment, the model yielded an Area Under the Curve (AUC) of 0.60, indicating modest but above-chance discriminatory ability. A hybrid deep learning approach utilizing five oculomotor metrics can accurately classify current functional cognitive status. When applied prospectively, this framework provides a scalable, objective digital biomarker for monitoring cognitive change and facilitating early identification of neurodegeneration.

Keywords

Deep learning / Alzheimer’s disease / Hybrid CNN-Transformer / Eye tracking

Cite this article

Download citation ▾
Xiaoping Yun, Kyung Koh, Jerry Yu, Yupeng Ren, Li-Qun Zhang. AI-Facilitated Assessment of Cognitive Status Based on Oculomotor Metrics. DOI:10.2738/ENGHRE.2026.0001

登录浏览全文

4963

注册一个新账户 忘记密码

1 Introduction

The global prevalence of Alzheimer’s disease (AD) and related dementias is projected to triple by 2050, reaching an estimated 153 million cases worldwide [1]. This looming public health crisis creates an urgent imperative for scalable, non-invasive diagnostic tools that can detect pathology in its earliest stages. While the preclinical detection of mild cognitive impairment (MCI) offers a critical window for therapeutic intervention, current diagnostic workflows remain resource-intensive and inaccessible to the wider population. Gold-standard biomarkers, such as amyloid-PET imaging and cerebrospinal fluid (CSF) analysis, are invasive and costly, restricting their use to specialized clinical settings. Conversely, neuropsychological assessments like the Everyday Cognition (ECog) scale, specifically the 12-item short form (ECog-12) provide valid measures of functional decline [2]. However, these subjective reports can be confounded by anosognosia in patients or recall bias in informants. Consequently, there is a critical need to validate objective physiological biomarkers that can corroborate subjective clinical scores with high precision.

Oculomotor behavior offers a unique window into the integrity of distributed neural networks essential for cognition [3,4]. The generation of saccades relies on a complex circuitry involving the dorsolateral prefrontal cortex (DLPFC), the frontal eye fields (FEF), and the anterior cingulate cortex, regions that overlap extensively with networks compromised in early-stage neurodegeneration [5,6]. Specifically, antisaccade tasks, which require the suppression of a reflexive glance toward a stimulus in favor of a volitional gaze in the opposite direction, tax inhibitory control and executive function. Previous studies have consistently demonstrated that patients with MCI and early AD exhibit distinct oculomotor signatures, including prolonged prosaccade latencies and increased error rates in antisaccade protocols [710]. Despite this established physiological link, the translation of these subtle motor metrics into granular clinical scores remains a computational challenge due to the non-linear trade-offs between speed (latency) and accuracy (error rate).

Traditional statistical approaches, such as linear regression or support vector machines, often fail to capture the non-linear, high-dimensional dependencies inherent in physiological data [11,12]. Furthermore, conventional classifiers such as Random Forest or XGBoost, while effective in many tabular settings, do not explicitly represent the global interdependencies that characterize individual oculomotor-cognitive profiles. Deep learning (DL) has emerged as a superior alternative for modeling such complexities [13,14]. While convolutional neural networks (CNNs) have excelled in extracting spatial features from raw signals, recent advancements in attention-based architectures, such as Transformers, have revolutionized the processing of sequential and tabular data [15]. However, relying on either architecture in isolation has limitations. While Transformer architectures are commonly associated with high-dimensional sequential data, their utility in low-dimensional tabular settings with complex feature interactions has been increasingly demonstrated [16]. In the present context, the five oculomotor metrics exhibit physiologically non-additive interactions. For example, the relationship between antisaccade error rate and latency is known to be non-monotonic and subject-dependent [17]. The Transformer encoder’s self-attention mechanism captures these global, context-dependent feature dependencies, which CNN layers alone (operating on local adjacent feature pairs) cannot model across the full feature set. A more robust approach involves a hybrid strategy that utilizes CNNs to extract local feature interactions, such as the immediate relationship between latency and error. These representations are then passed to Transformer encoders to weigh their global importance [16,18]. This capability is particularly relevant for classifying clinical status, where the relationship between input biomarkers and cognitive status is often non-monotonic.

In this study, we propose a Hybrid CNN-Transformer framework that classifies five fundamental oculomotor metrics into three standard clinical stages: cognitively unimpaired, mild cognitive impairment, and mild-to-moderate dementia (MMD). By doing so, we aim to establish a highly accurate, objective, and non-invasive screening tool capable of identifying functional cognitive decline before the onset of severe neurodegeneration.

2 Materials and Methods

2.1 Participants

The study analyzed a large-scale retrospective cohort of 4034 participants, recruited to represent a broad spectrum of cognitive health ranging from cognitively normal aging to severe dementia. Demographic and clinical characteristics of the study cohort, including age, gender distribution, and baseline oculomotor metrics, are provided in Table 1. The primary clinical outcome measure was the ECog-12 score, a validated informant-reported assessment of functional cognitive decline. Scores on the ECog-12 scale range from 0 to 48, with higher scores indicating greater functional impairment. To ensure data integrity, the dataset underwent rigorous quality control, where participants with incomplete oculomotor records or missing clinical scores were excluded. The final analytical sample consisted of 4034 subjects.

The study was approved by the Ethics Committee of China Rehabilitation Research Center with Reference Number CRRC-IEC-RF-SQ-004-01. The participants gave informed consent, and the procedures were conducted in accordance with the Declaration of Helsinki.

2.2 Oculomotor protocol

Five quantitative oculomotor metrics were selected as model inputs based on their established sensitivity to executive dysfunction and inhibitory control deficits. These metrics included (1) fixation intrusive saccades, quantified as the total number of involuntary saccadic eye movements recorded during a sustained fixation task (N), which reflect deficits in baseline gaze stability; (2) pursuit catch-up saccades, quantified as the total number of corrective saccades superimposed on smooth pursuit tracking (N); (3) prosaccade latency, which reflects basic processing speed and reflex integrity; (4) antisaccade latency, which measures the time required to suppress a reflexive saccade and initiate a volitional eye movement; and (5) antisaccade error rate, which serves as a marker of inhibitory control failure. Prior to model ingestion, all input features were normalized to zero mean and unit variance (Z-score) to facilitate stable gradient descent.

2.3 Dataset partitioning

The normalized dataset was partitioned into training and testing sets using a stratified hold-out validation scheme with an 80/20 split. This resulted in a training set of approximately 3227 samples and a held-out independent test set of 807 samples. To address the inherent class imbalance where cognitively normal subjects significantly outnumbered those with impairment, we applied a “Gentle Class Balancing” strategy to the training set. Minority classes (mild and moderate CI) were oversampled to achieve a target prevalence of approximately 20% relative to the normal class. This approach ensured that the model remained sensitive to pathological cases without overfitting to synthetic data, while the test set remained unmodified to reflect real-world prevalence.

2.4 Model architecture

We developed a Hybrid CNN-Transformer architecture designed to map the oculomotor feature space directly to discrete clinical categories (Fig. 1). The network accepts an input sequence of dimension 1×5 and proceeds through three primary stages. First, for local feature extraction, the input sequence is processed by a 1D Convolutional Layer (32 filters, kernel size 2) followed by Batch Normalization and a Rectified Linear Unit (ReLU) activation. Unlike standard dense layers, this convolutional block explicitly models the local relationships and trade-offs between adjacent metrics across the expanded five-feature sequence. Second, a global attention mechanism utilizing a custom Transformer Encoder block is employed to capture complex, non-linear dependencies. This layer utilizes multi-head self-attention mechanisms (16 hidden units, 2 heads) to dynamically weigh the relative importance of specific features based on the global context of the patient’s profile. Finally, the encoder output is passed through a global average pooling layer into a discrete classification head. This final stage utilizes a dropout layer (rate 0.20) and a fully connected dense layer with three units. Crucially, the network concludes with a Softmax activation function rather than a continuous Sigmoid regression function. This structural shift completely eliminates continuous scaling issues, allowing the model to directly output definitive probability distributions for the cognitively unimpaired, mild cognitive impairment, and MMD categories.

2.5 Training configuration

The model was implemented in MATLAB using the Deep Learning Toolbox. Training was executed using the Adam optimizer with a mini-batch size of 64 and an initial learning rate of 1×103. The training protocol spanned 70 epochs, with data shuffling performed at the start of every epoch. A gradient clipping threshold of 1.0 was applied to ensure stable convergence. Training was optimized using categorical cross-entropy loss.

2.6 Statistical analysis

Model output probabilities were assigned to one of three clinically distinct categories using prespecified, study-defined ECog-12 thresholds. The cohorts were defined as follows: (1) cognitively unimpaired (ECog-12 score ≤ 10), (2) mild cognitive impairment (ECog-12 score 11–17), and (3) mild-to-moderate dementia (ECog-12 score ≥ 18). The MMD category (ECog-12 ≥ 18) constitutes the most severe tier in this three-class framework. No higher-severity class was defined or included in the analysis.

3 Results

The primary objective of the hybrid deep learning model was to classify cognitive status based on the five input oculomotor metrics. On the held-out test set, the model achieved an overall classification accuracy of 85.13% (Fig. 2). Given the class imbalance inherent in this dataset (CU: 86.4% of test set), per-class performance metrics are reported: CU sensitivity 86.8% (precision 97.9%); MCI sensitivity 23.1% (precision 3.9%); MMD sensitivity 100% (n = 4; interpret with caution). The limited MCI sensitivity reflects the challenge of identifying a severely underrepresented class and is discussed as a key limitation.

As shown in Fig. 2, the model achieved an overall accuracy of 85.13%, predominantly driven by accurate CU classification (sensitivity 86.8%, precision 97.9%). MCI detection was limited, with a sensitivity of 23.1% and precision of 3.9%, reflecting the challenge of identifying a class comprising fewer than 2% of the test set. MMD achieved 100% sensitivity based on only 4 test samples and must be interpreted with caution. The high diagonal density indicates that the model rarely misclassified subjects between non-adjacent categories (e.g., misidentifying a normal subject as having MMD). The few misclassifications observed were primarily concentrated at the boundaries between adjacent severity levels, reflecting the inherent continuity of cognitive decline rather than model failure.

To further validate the reliability of the model for clinical application, we performed a Bland-Altman analysis (Fig. 3). The Bland-Altman plot reveals a mean bias of approximately −2.5 ECog-12 points. Notably, a substantial number of data points fall outside the 95% limits of agreement (approximately +5.0 to −9.5), concentrated among subjects with intermediate mean scores corresponding to the CU/MCI boundary region. This indicates that individual-level prediction reliability is lowest precisely where clinical discrimination is most consequential, and the model should be applied with caution for individual-level clinical decision-making.

Finally, we evaluated the model’s capability as a binary screening tool for detecting “Any Impairment” (ECog-12 > 10). The Receiver Operating Characteristic (ROC) curve (Fig. 4) yielded an AUC of 0.60, indicating modest but above-chance discriminatory ability for distinguishing any cognitive impairment (ECog-12 > 10) from normal cognition in this imbalanced sample.

4 Discussion

This study demonstrates that a hybrid deep learning model utilizing five oculomotor metrics can classify functional cognitive decline with high accuracy. Unlike traditional neuropsychological assessments that can be confounded by informant recall bias, anosognosia, and practice effects [2,19], our approach leverages the physiological integrity of the oculomotor system to estimate functional status. These results suggest that eye movement features contain sufficient information to distinguish between distinct stages of cognitive impairment, from normal aging to MMD.

A key contribution of this work is the application of a Hybrid CNN-Transformer architecture to tabular physiological data. While conventional models often struggle with the non-linear relationships between latency and error rates [17], our dual-stage approach addresses this limitation. The initial 1D-Convolutional Layers capture local trade-offs such as the inverse relationship between speed (latency) and accuracy (error) while the subsequent self-attention mechanism allows for the dynamic weighting of these features within the global patient profile. A formal ablation study comparing the Hybrid CNN-Transformer architecture against simpler baselines including standalone CNNs, Random Forest, and multilayer perceptrons would provide empirical quantification of each component’s contribution and is an important direction for future work.

The development of an accurate, objective, and non-invasive screening tool has profound implications for the early detection of neurodegenerative disease. The ROC analysis yielded an AUC of 0.60. While above chance, this modest value underscores the challenge of binary impairment detection in a heavily imbalanced dataset and is acknowledged as a limitation requiring improvement in future work. Current gold-standard biomarkers, such as PET scans and CSF analysis [20,21], are invasive, expensive, and limited to specialized centers. In contrast, oculomotor assessment is rapid, cost-effective, and scalable.

Despite the promising results, this study has limitations. The analysis was performed on retrospective data, and while the cohort was large, external validation on independent datasets is necessary to ensure generalizability across different demographics and recording devices. It is important to acknowledge that the present model is trained on cross-sectional ECog-12 data and is therefore best characterized as a tool for objective assessment of current cognitive status at a single time point, rather than a predictor of longitudinal cognitive decline in the strict sense. Prospective longitudinal validation, tracking oculomotor changes over time relative to clinical cognitive outcomes, is an important next step and would be required before the framework can be positioned as a predictor of future cognitive decline. Additionally, while the ECog-12 is a validated measure of functional decline, future work should correlate oculomotor predictions with specific biological biomarkers, such as amyloid-beta or phosphorylated tau levels, to establish a direct link to underlying neuropathology [20,21]. Future iterations of the model could also incorporate additional eye movement features, such as smooth pursuit or fixation stability, which have also been shown to degrade in early Alzheimer’s disease [3], to further refine predictive accuracy. The overall classification accuracy of 85.13% must be interpreted in the context of the severe class imbalance in this dataset. The limited MCI sensitivity (23.1%) reflects the inherent difficulty of detecting a minority class comprising fewer than 2% of the test set. From a clinical standpoint, the model’s limited MCI sensitivity (23.1%) indicates that the majority of MCI cases would be missed in a real-world screening scenario a limitation with direct implications for early intervention that must be addressed before clinical deployment. Furthermore, the Bland-Altman analysis further reveals that a considerable number of individuals fall outside the 95% limits of agreement, particularly near the CU/MCI diagnostic boundary, underscoring the model’s current limitations as a standalone diagnostic tool for individual patients.

5 Conclusions

In conclusion, we present a robust hybrid deep learning framework that effectively translates oculomotor behavior into clinically meaningful cognitive categories. By combining the physiological specificity of eye tracking with the computational power of CNN-Transformer architectures, we provide a viable pathway toward objective, scalable, and precise cognitive screening. These findings reinforce the potential of oculomotor metrics as digital biomarkers for Alzheimer’s disease and related dementias.

References

[1]

GBD 2019 Dementia Forecasting Collaborators . Estimation of the global prevalence of dementia in 2019 and forecasted prevalence in 2050: an analysis for the global burden of disease study 2019. The Lancet Public Health, 2022, 7(2): e105–e125

[2]

Farias S T , Mungas D , Reed B R . et al. The measurement of everyday cognition (ECog): scale development and psychometric properties. Neuropsychology, 2008, 22(4): 531–544

[3]

Anderson T J , MacAskill M R . Eye movements in patients with neurodegenerative disorders. Nature Reviews Neurology, 2013, 9(2): 74–85

[4]

Sweeney J A , Takarae Y , Macmillan C . et al. Eye movements in neurodevelopmental disorders. Current Opinion in Neurology, 2004, 17(1): 37–42

[5]

Munoz D P , Everling S . Look away: the anti-saccade task and the voluntary control of eye movement. Nature Reviews Neuroscience, 2004, 5(3): 218–228

[6]

Johnston K , Koval M J , Lomber S G . et al. Macaque dorsolateral prefrontal cortex does not suppress saccade-related activity in the superior colliculus. Cerebral Cortex, 2014, 24(5): 1373–1388

[7]

Biondi J , Fernandez G , Castro S . et al. Eye movement behavior identification for Alzheimer’s disease diagnosis. Journal of Integrative Neuroscience, 2018, 17(4): 349–354

[8]

Pavisic I M , Firth N C , Parsons S . et al. Eyetracking metrics in young onset Alzheimer’s disease: a window into cognitive visual functions. Frontiers in Neurology, 2017, 8: 377

[9]

Wilcockson T D W , Mardanbegi D , Xia B Q . et al. Abnormalities of saccadic eye movements in dementia due to Alzheimer’s disease and mild cognitive impairment. Aging, 2019, 11(15): 5389–5398

[10]

Peltsch A , Hemraj A , Garcia A . et al. Saccade deficits in amnestic mild cognitive impairment resemble mild Alzheimer’s disease. European Journal of Neuroscience, 2014, 39(11): 2000–2013

[11]

Ching T , Himmelstein D S , Beaulieu-Jones B K . et al. Opportunities and obstacles for deep learning in biology and medicine. Journal of the Royal Society Interface, 2018, 15(141): 20170387

[12]

Faust O , Hagiwara Y , Hong T J . et al. Deep learning for healthcare applications based on physiological signals: a review. Computer Methods and Programs in Biomedicine, 2018, 161: 1–13

[13]

LeCun Y , Bengio Y , Hinton G . Deep learning. Nature, 2015, 521(7553): 436–444

[14]

Esteva A , Robicquet A , Ramsundar B . et al. A guide to deep learning in healthcare. Nature Medicine, 2019, 25(1): 24–29

[15]

Moor M , Banerjee O , Abad Z S H . et al. Foundation models for generalist medical artificial intelligence. Nature, 2023, 616(7956): 259–265

[16]

Hollmann N, Müller S, Eggensperger K, et al. TabPFN: a transformer that solves small tabular classification problems in a second. In: Proceedings of the 11th International Conference on Learning Representations. Kigali, Rwanda, 2023

[17]

Heitz R P . The speed-accuracy tradeoff: history, physiology, methodology, and behavior. Frontiers in Neuroscience, 2014, 8: 150

[18]

Lei T, Sun R, Wan Y, Xia Y, Du X G, Nandi A K. TEC-net: vision transformer embrace convolutional neural networks for medical image segmentation. arXiv preprint: arXiv: 2306.04086, 2023

[19]

Cordell C B , Borson S , Boustani M . et al. Alzheimer’s association recommendations for operationalizing the detection of cognitive impairment during the Medicare annual wellness visit in a primary care setting. Alzheimer’s & Dementia, 2013, 9(2): 141–150

[20]

Jack C R Jr , Bennett D A , Blennow K . et al. NIA-AA research framework: toward a biological definition of Alzheimer’s disease. Alzheimer’s & Dementia, 2018, 14(4): 535–562

[21]

Thambisetty M , Lovestone S . Blood-based biomarkers of Alzheimer’s disease: challenging but feasible. Biomarkers in Medicine, 2010, 4(1): 65–79

RIGHTS & PERMISSIONS

Higher Education Press

PDF (1532KB)

78

Accesses

0

Citation

Detail

Sections
Recommended

/