CVAIJun 16

SegDINO: Introducing Multi-Scale Structure into DINO for Efficient Medical Image Segmentation

arXiv:2606.1797216.2Has Code
Predicted impact top 22% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the need for efficient and accurate medical image segmentation by reducing decoder complexity while maintaining performance, benefiting clinical applications with limited computational resources.

SegDINO introduces multi-scale structure into DINO features for efficient medical image segmentation, achieving state-of-the-art results on CT and public benchmarks with high efficiency.

Self-supervised DINO models provide strong transferable visual representations, yet applying them directly to image segmentation remains challenging. Existing approaches commonly rely on heavy decoders with complex upsampling, introducing substantial parameter and computational overhead. We observe that introducing scale into DINO features is far more critical than increasing decoder capacity. In this work, we present SegDINO, an efficient segmentation framework that integrates a DINOv3 backbone with lightweight scale modeling. SegDINO introduces Token Pyramid Adaptation (TPA) to reorganize intermediate DINO features into a pseudo multi-scale hierarchy, and Scale-Aware Decoding (SAD) for efficient intra-scale refinement and top-down multi-scale propagation. We further curate PanCT, a new CT dataset containing 284 patients with expert-annotated pancreatic tumors, to assess SegDINO's ability to handle difficult small-lesion cases. Extensive experiments on PanCT and three public benchmarks demonstrate that SegDINO achieves state-of-the-art results with high efficiency. The code is available at https://github.com/script-Yang/segdino_v2.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes