Pith. sign in

REVIEW 10 cited by

SegDINO: An Efficient Design for Medical and Natural Image Segmentation with DINO-V3

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2509.00833 v1 pith:7RJYH7OR submitted 2025-08-31 cs.CV

SegDINO: An Efficient Design for Medical and Natural Image Segmentation with DINO-V3

classification cs.CV
keywords segdinosegmentationdatasetsdesignefficientexistingfeaturesimage
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

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.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 10 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. SemCityLoc: Aerial 6DoF Localization Using Semantic 3D City Models

    cs.CV 2026-06 unverdicted novelty 7.0

    SemCityLoc achieves aerial 6DoF localization via semantic-geometric alignment of monocular depth and surfaces with LoD1-LoD3 city models, cutting mean positional error to 2.62m and boosting recall up to 36% on a new r...

  2. Recover Semantics First, Generate Better: Improved Latent Modeling for 3D MRI Reconstruction and Cross-Contrast Synthesis

    cs.CV 2026-06 unverdicted novelty 6.0

    Proposes LHE, SRB, and AFL components in a semantics-first latent framework that yields better 3D MRI reconstruction and cross-contrast synthesis on two public datasets.

  3. Uncovering the Latent Potential of Deep Intermediate Representations

    cs.LG 2026-05 unverdicted novelty 6.0

    Introduces LOES, a constructive spectral method to select task-discriminative subspaces from intermediate layer embeddings, and GeoReg for enforcing simplicial class geometry during fine-tuning, with reported gains in...

  4. Step-Attention Refinement of DINOv3 Features for Efficient Anterior Eye Segmentation

    cs.CV 2026-07 conditional novelty 5.0

    A lightweight step-attention decoder on a DINOv3 ViT-Small backbone reaches 85.55% mIoU on private clinical anterior-eye segmentation and transfers better than UNet, SegFormer, DPT, and SegDINO on three of four public...

  5. HD-DinoMoE: A Class-Aware Hierarchical Dual Mixture-of-Experts Network for Scleral Anomaly Segmentation in Complex Acquisition Scenarios

    cs.CV 2026-06 unverdicted novelty 5.0

    HD-DinoMoE achieves 72.11% mean Dice and 58.44% mean IoU for multi-label scleral anomaly segmentation on the new ML-SASD-Mix benchmark while controlling false positives in specular regions.

  6. The pretraining domain outweighs the training objective in setting the privacy-utility trade-off of differentially private medical image analysis

    cs.CV 2026-01 reject novelty 5.0

    In DP-SGD chest X-ray classification, MIMIC-CXR supervised pretraining beats ImageNet and DINOv3 initializations, but the study cannot cleanly separate pretraining domain from objective because key comparison arms are...

  7. Resolution scaling governs DINOv3 transfer performance in chest radiograph classification

    cs.CV 2025-10 conditional novelty 5.0

    DINOv3 at 512x512 resolution with ConvNeXt-B outperforms prior initializations for adult chest X-ray classification but shows no benefit in pediatric cohorts or at 1024 resolution.

  8. Step-Attention Refinement of DINOv3 Features for Efficient Anterior Eye Segmentation

    cs.CV 2026-07 conditional novelty 4.5

    Step-attention refinement of multi-level DINOv3 features plus a light conv decoder yields 85.55% mIoU and best domain-shift robustness on seven-class clinical anterior-eye segmentation.

  9. LUMOS: Latent Universal Medical Priors for Segmentation

    cs.CV 2026-03 reject novelty 4.0

    A frozen vision model is used to build a ground-truth-trained guide mask that gates medical segmentation networks, but reported gains are inconsistent across datasets and the abstract and body describe different methods.

  10. DINO-Med3D: Bridging Dimension and Domain Gaps in Volumetric Segmentation via Progressive Adaptation

    cs.CV 2026-06 unverdicted novelty 3.0

    DINO-Med3D progressively adapts DINOv3 for 3D medical segmentation via multi-slice embedding, segmentation proxy, 3D adapters, and parallel detail recovery, outperforming baselines on five public datasets.