← Latest papers
🤖 machine learning

Parameter-efficient Prompt Tuning of Vision Foundation Model With Adaptive Focal Loss for Interpretable MCI Screening

This paper proposes a parameter-efficient framework that adapts a frozen DINOv2-Small model using learnable prompt tokens and an adaptive focal loss to enable intrinsically interpretable, high-performance screening of Mild Cognitive Impairment from neuropsychological drawing tests while overcoming data scarcity and class imbalance.

Original authors: Javad Khoramdel, Farhad Hoseyni, Amirhossein Nikoofard

Published 2026-07-17
📖 4 min read☕ Coffee break read

Original authors: Javad Khoramdel, Farhad Hoseyni, Amirhossein Nikoofard

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are a detective trying to solve a mystery, but the clues are hidden in the shaky lines of a drawing. This is the world of Mild Cognitive Impairment (MCI), a sneaky early warning sign that the brain might be starting to slow down, often before full-blown dementia sets in. Doctors usually spot this by looking at how people draw simple things like clocks or cubes, but it's a tricky game. The line between a "healthy" drawing and a "troubled" one is often blurry, like trying to tell the difference between a slightly crooked smile and a frown.

To crack this case, scientists use Artificial Intelligence (AI), specifically a type called Vision Transformers. Think of these AI models as super-smart students who have read millions of books and seen billions of pictures of the real world. They are great at spotting patterns, but teaching them to understand medical drawings is usually like trying to teach a grandmaster chess player to play checkers by rewriting their entire brain. It takes a massive amount of time, money, and computer power. This paper asks a simpler question: Can we teach this super-smart AI to spot the clues in a drawing without rewriting its brain, just by giving it a few special hints?

The researchers behind this study, Javad Khoramdel and his team, say "yes." They built a clever, lightweight system that acts like a detective with three different pairs of glasses. Instead of forcing the AI to relearn everything from scratch, they kept the AI's "brain" frozen (unchanged) and simply added three tiny, custom-made "prompt tokens." You can think of these tokens as little sticky notes the AI sticks to the drawing before looking at it. One note says, "Look for clock mistakes," another says, "Check the cube corners," and the third says, "Scan the trail paths."

The magic happens because the AI uses these notes to focus its attention. When the AI looks at a clock drawing, the "clock note" tells it exactly which parts of the image matter most, creating a heat map that shows doctors exactly where the AI is worried. This is a big deal because usually, AI is a "black box" that just gives an answer without explaining why. Here, the explanation is built right into the system.

But there's a catch: the data is messy. The dataset they used has way more healthy people than sick ones (about 651 healthy vs. 267 with MCI), and many people score right on the edge of the cutoff line, making them hard to classify. To handle this, the team invented a special "MoCA-adapted focal loss." Imagine this as a teacher who doesn't just grade a test as "pass" or "fail." Instead, if a student's score is right on the borderline, the teacher gives them extra attention and tries harder to understand their specific struggles. The AI does the same thing, learning to pay extra attention to the confusing cases near the edge of the diagnosis line.

The results are promising. When they tested their system, it correctly identified MCI patients with a score (F1) of 0.641, which is significantly better than a much heavier, more complex system called ResViT (which scored 0.531). The new system also achieved an AUC of 0.795, a measure of how well it separates the healthy from the sick. Perhaps most importantly, it did all this while only training 1.19 million parameters, a tiny fraction of the 32 million parameters required by the older, heavier models.

The team also tested what happens if you remove their special tricks. They found that if they took away the "MoCA-probability modulator" (the part that focuses on the borderline cases), the system's performance dropped noticeably. This suggests that handling the "gray area" of diagnosis is crucial. They also found that using three separate "notes" (one for each drawing type) worked better than using just one generic note for all drawings, proving that the AI needs to treat each drawing task as a unique puzzle.

In short, this paper suggests that we don't need to build massive, expensive AI brains to detect early cognitive decline. Instead, we can take a smart, pre-trained AI, give it a few simple, task-specific hints, and teach it to look at the right spots with a special focus on the tricky, borderline cases. It's a lighter, faster, and more transparent way to help doctors catch the early signs of memory loss, turning a complex medical mystery into a solvable puzzle.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →