← Latest papers
💻 computer science

Representation Transfer of Foundation Models for Ultra-Widefield Retinal Imaging

This paper investigates how different pretraining strategies for foundation models affect their transferability to ultra-widefield retinal imaging tasks within a multiple instance learning framework, finding that supervised and self-distillation objectives generally outperform masked autoencoding, with the large-scale DINOv3 model achieving state-of-the-art performance for diabetic retinopathy grading.

Original authors: Mingya Alexa Gong, Da Ma, Lovre Antonio Budimir, Ivana Matovinovic, Sven Loncaric, Myeong Jin Ju, Yukun Zhou, Siegfried K. Wagner, Pearse A. Keane, Marinko V. Sarunic

Published 2026-08-04
📖 5 min read🧠 Deep dive

Original authors: Mingya Alexa Gong, Da Ma, Lovre Antonio Budimir, Ivana Matovinovic, Sven Loncaric, Myeong Jin Ju, Yukun Zhou, Siegfried K. Wagner, Pearse A. Keane, Marinko V. Sarunic

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 trying to teach a computer to spot tiny, dangerous spots on a giant, complex map of a city. This isn't just any city; it's the inside of a human eye, specifically the retina, which is like a delicate, living wallpaper at the back of your eye. In the world of medical science, this is called ophthalmic imaging. For years, doctors have used special cameras to take pictures of this "wallpaper" to find diseases like diabetic retinopathy, which can cause blindness if missed. But here's the tricky part: the cameras used for ultra-widefield (UWF) imaging take pictures so huge and detailed that they are like trying to read a book by squinting at a single, tiny dot on a page the size of a billboard. If you shrink the whole picture down to fit a standard computer screen, you might miss the tiny dots that actually matter.

To solve this, scientists use something called "Foundation Models." Think of these as super-smart, pre-trained robots that have already learned how to recognize shapes and patterns by looking at millions of regular photos of the world (like cats, cars, and trees). The big question researchers are asking is: "If we give these robots a new, weird job—looking at giant, high-resolution eye maps—will they still be good at it?" And even more importantly, how did they learn to see in the first place? Did they learn by being told "this is a cat" (supervised learning), by trying to fix broken parts of a picture (reconstruction), or by comparing different views of the same thing to find what stays the same (self-distillation)? The answer matters because if we pick the wrong robot, we might miss a disease, or worse, think a healthy eye is sick.

This paper dives into that exact question by testing different types of these "super-robots" on ultra-widefield retinal images. The researchers set up a clever game called "Multiple Instance Learning" (MIL). Imagine you have a giant, high-resolution eye photo, but instead of looking at the whole thing at once, you chop it up into 25 smaller puzzle pieces. You feed each piece to a pre-trained robot to get a "description" of that piece. Then, a smart manager (the MIL module) looks at all those descriptions and decides, "Okay, based on these pieces, what is the overall health of this eye?" The researchers tested three different types of robots: one trained by being told the answers (Supervised), one trained by trying to fill in missing parts of images (Masked Autoencoder or MAE), and one trained by comparing different versions of the same image to learn consistency (Self-Distillation, like the DINO family).

The results were quite revealing. When the robots were frozen—meaning they couldn't learn anything new and had to rely entirely on what they already knew—the ones trained with "Self-Distillation" (like the DINOv3 model) and "Supervised" learning were the clear winners. They were the best at spotting the subtle signs of diabetic retinopathy, achieving a score (Quadratic Weighted Kappa) of about 0.863 for a five-level grading system. The "MAE" robot, the one that learned by trying to reconstruct missing image parts, struggled significantly when frozen, scoring much lower. It was as if the MAE robot was looking at the puzzle pieces but couldn't figure out which ones actually mattered for the final diagnosis; it gave equal attention to every single patch, even the empty background.

However, the story has a twist. The researchers found that if they let the MAE robot "warm up" just a little bit—by unfreezing its final layer so it could learn a tiny bit about the specific eye disease task—it suddenly got much better. Its performance jumped up, closing the gap with the other winners. This suggests that the MAE robot isn't bad at seeing; it just needs a little bit of specific practice to realize what to look for in this new, high-resolution world.

The team also looked at where the robots were looking. The winning robots (Supervised and DINO) knew exactly which parts of the retina to focus on, like the optic nerve or specific areas with bleeding spots. They ignored the boring edges of the image. The frozen MAE robot, on the other hand, seemed confused, spreading its attention evenly across the whole image, including the empty borders. This tells us that the way a robot learns its initial "vision" changes how it pays attention later.

In short, the paper suggests that for analyzing these massive, detailed eye scans without retraining the whole system, models trained to recognize patterns through self-distillation or direct supervision are currently the best tools. They come ready to spot the important details. But if you are willing to give a reconstruction-based model (like MAE) a little bit of extra training, it can catch up. The key takeaway is that preserving the high-resolution details by chopping the image into pieces and letting a smart manager decide what matters works better than squishing the whole image down to a tiny size. It's a reminder that in the world of medical AI, how you teach the computer to see is just as important as the picture you show it.

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 →