SegDINO: An Efficient Design for Medical and Natural Image Segmentation with DINO-V3
About
The DINO family of self-supervised vision models has shown remarkable transferability, yet effectively adapting their representations for segmentation remains challenging. Existing approaches often rely on heavy decoders with multi-scale fusion or complex upsampling, which introduce substantial parameter overhead and computational cost. In this work, we propose SegDINO, an efficient segmentation framework that couples a frozen DINOv3 backbone with a lightweight decoder. SegDINO extracts multi-level features from the pretrained encoder, aligns them to a common resolution and channel width, and utilizes a lightweight MLP head to directly predict segmentation masks. This design minimizes trainable parameters while preserving the representational power of foundation features. Extensive experiments across six benchmarks, including three medical datasets (TN3K, Kvasir-SEG, ISIC) and three natural image datasets (MSD, VMD-D, ViSha), demonstrate that SegDINO consistently achieves state-of-the-art performance compared to existing methods. Code is available at https://github.com/script-Yang/SegDINO.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Medical Image Segmentation | ISIC 2017 | Dice Score85.76 | 74 | |
| Medical Image Segmentation | Kvasir-Seg | Dice Coefficient0.8765 | 28 | |
| Medical Image Segmentation | TN3K 100 samples (train) | DICE66.16 | 16 | |
| Medical Image Segmentation | Kvasir-SEG 10 samples (train) | Dice Score (%)64.38 | 16 | |
| Medical Image Segmentation | LA seven-shot 2018 | DICE83.58 | 16 | |
| Medical Image Segmentation | ISIC 25 samples 2018 (train) | Dice Score79.38 | 16 | |
| Medical Image Segmentation | ACDC seven-shot | DICE73.96 | 16 | |
| Medical Image Segmentation | Kvasir-SEG 40 samples (train) | DICE42.6 | 16 | |
| Medical Image Segmentation | ISIC 5 samples 2018 (train) | DICE (%)64.85 | 16 | |
| Medical Image Segmentation | Synapse seven-shot | DICE54.1 | 16 |