Are Vision Foundation Models Foundational for Electron Microscopy Image Segmentation?
Caterina Fuster-Barceló, Virginie Uhlmann
TL;DR
This study probes whether vision foundation models (VFMs) pretrained on natural images can serve as foundational representations for EM mitochondria segmentation across heterogeneous datasets. By comparing frozen-backbone head-only training and LoRA-based PEFT across three VFMs (DINOv2, DINOv3, OpenCLIP) on Lucchi++ and VNC, the authors show strong in-domain performance but substantial degradation when training on the union of datasets due to persistent domain mismatch in the latent space. Domain-mismatch diagnostics using PCA, Fréchet distance $FD ext{-}DINOv2$, and linear probes reveal that Lucchi++ and VNC occupy distinct regions despite visual similarity, indicating a need for explicit domain-alignment mechanisms beyond lightweight adaptation. The findings suggest VFMs are not yet foundational enough to generalize across heterogeneous EM data without additional domain-alignment strategies, though they offer practical utility when single-domain adaptation is sufficient and data/compute budgets are constrained.
Abstract
Although vision foundation models (VFMs) are increasingly reused for biomedical image analysis, it remains unclear whether the latent representations they provide are general enough to support effective transfer and reuse across heterogeneous microscopy image datasets. Here, we study this question for the problem of mitochondria segmentation in electron microscopy (EM) images, using two popular public EM datasets (Lucchi++ and VNC) and three recent representative VFMs (DINOv2, DINOv3, and OpenCLIP). We evaluate two practical model adaptation regimes: a frozen-backbone setting in which only a lightweight segmentation head is trained on top of the VFM, and parameter-efficient fine-tuning (PEFT) via Low-Rank Adaptation (LoRA) in which the VFM is fine-tuned in a targeted manner to a specific dataset. Across all backbones, we observe that training on a single EM dataset yields good segmentation performance (quantified as foreground Intersection-over-Union), and that LoRA consistently improves in-domain performance. In contrast, training on multiple EM datasets leads to severe performance degradation for all models considered, with only marginal gains from PEFT. Exploration of the latent representation space through various techniques (PCA, Fréchet Dinov2 distance, and linear probes) reveals a pronounced and persistent domain mismatch between the two considered EM datasets in spite of their visual similarity, which is consistent with the observed failure of paired training. These results suggest that, while VFMs can deliver competitive results for EM segmentation within a single domain under lightweight adaptation, current PEFT strategies are insufficient to obtain a single robust model across heterogeneous EM datasets without additional domain-alignment mechanisms.
