Search papers, labs, and topics across Lattice.
This study introduces a parameter-efficient framework for detecting Mild Cognitive Impairment (MCI) using a frozen DINOv2-Small model augmented with learnable prompt tokens, achieving spatial explainability through intrinsic attention maps. By employing a MoCA-adapted focal loss that incorporates continuous cognitive scores, the model effectively addresses data scarcity and class imbalance in neuropsychological drawing tests. The proposed approach demonstrates superior performance, achieving an MCI-class F1 score of 0.641 and an AUC of 0.795, significantly outperforming a computationally intensive ResViT baseline.
A lightweight model achieves 0.110 higher MCI-class F1 than a heavy baseline while providing intrinsic spatial explainability through attention maps.
Mild Cognitive Impairment is a critical early stage of cognitive decline that frequently precedes Alzheimer's disease, yet its automated detection from neuropsychological drawing tests remains fundamentally constrained by data scarcity, class imbalance, and diagnostic ambiguity near clinical boundaries. Existing methodologies attempt to bypass these constraints using computationally expensive, fully fine-tuned hybrid architectures that relegate spatial explainability to a post-hoc approximation rather than an intrinsic model property. We propose a parameter-efficient framework utilizing frozen DINOv2-Small model adapted via three modality-specific learnable prompt tokens while Operating with 1.19 million trainable parameters, each token serves as a query in a shared cross-attention layer over the source image patch tokens. Crucially, spatial explainability is achieved directly through these attention maps; as a structural consequence of the architecture. Then task-conditioned embeddings fused via an attention module to quantify modality-level importance per subject. To handle boundary ambiguity, a MoCA-adapted focal loss introduced that integrates continuous cognitive scores into the training target, loss modulation, and adaptive sample weighting, strictly generalizing standard soft-label approaches. Under stratified five-fold cross-validation, the proposed architecture yields an MCI-class F1 of 0.641 and an AUC of 0.795, outperforming the computationally heavier ResViT baseline by 0.110 in MCI-class F1.