paper-with-me

홈 › Papers

DSU-Net:An Improved U-Net Model Based on DINOv2 and SAM2 with Multi-scale Cross-model Feature Enhancement

2025-03-27 · Yimin Xu, Fan Yang, Bin Xu

Despite the significant advancements in general image segmentation achieved by large-scale pre-trained foundation models (such as Meta's Segment Any-thing Model (SAM) series and DINOv2), their performance in specialized fields remains limited by two critical issues: the excessive training costs due to large model parameters, and the insufficient ability to represent specific domain characteristics. This paper proposes a multi-scale feature collabora-tion framework guided by DINOv2 for SAM2, with core innovations in three aspects: (1) Establishing a feature collaboration mechanism between DINOv2 and SAM2 backbones, where high-dimensional semantic features extracted by the self-supervised model guide multi-scale feature fusion; (2) Designing lightweight adapter modules and cross-modal, cross-layer feature fusion units to inject cross-domain knowledge while freezing the base model parameters; (3) Constructing a U-shaped network structure based on U-net, which utilizes attention mechanisms to achieve adaptive aggregation decoding of multi-granularity features. This framework surpasses existing state-of-the-art meth-ods in downstream tasks such as camouflage target detection and salient ob-ject detection, without requiring costly training processes. It provides a tech-nical pathway for efficient deployment of visual image segmentation, demon-strating significant application value in a wide range of downstream tasks and specialized fields within image segmentation.Project page: https://github.com/CheneyXuYiMin/SAM2DINO-Seg

📄 PDF Abstract BibTeX arXiv:2503.21187

Code (1)

cheneyxuyimin/sam2dino-seg 공식 구현 pytorch

Tasks

Image SegmentationmodelSemantic Segmentation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
BASE 설명 없음
Adapter 설명 없음

Similar Papers 제목 키워드 기반

MedDINOv3: How to adapt vision foundation models for medical image segmentation?

2025-09-02 · Yuheng Li, Yizhou Wu, Yuxiang Lai, Mingzhe Hu 외 arxiv

Accurate segmentation of organs and tumors in CT and MRI scans is essential for diagnosis, treatment planning, and disease monitoring. While deep learning has advanced automated segmentation, most models remain task-spec…

Medical Image Segmentation

Resolution scaling governs DINOv3 transfer performance in chest radiograph classification

2025-10-08 · Soroosh Tayebi Arasteh, Mina Shaigan, Christiane Kuhl, Jakob Nikolas Kather 외 arxiv

Self-supervised learning (SSL) has improved visual representation learning, but its value in chest radiography remains uncertain. DINOv3 extends earlier SSL models through Gram-anchored self-distillation and explicit hig…

Self-Supervised LearningComputational EfficiencyRepresentation LearningTransfer Learning

Comparative Analysis of Pre-trained Deep Learning Models and DINOv2 for Cushing's Syndrome Diagnosis in Facial Analysis

2025-01-21 · Hongjun Liu, Changwei Song, Jiaqi Qiang, Jianqiang Li 외

Cushing's syndrome is a condition caused by excessive glucocorticoid secretion from the adrenal cortex, often manifesting with moon facies and plethora, making facial data crucial for diagnosis. Previous studies have use…

Does DINOv3 Set a New Medical Vision Standard? Benchmarking 2D and 3D Classification, Segmentation, and Registration

2025-09-08 · Che Liu, Yinda Chen, Haoyuan Shi, Jinpeng Lu 외 arxiv

The advent of large-scale vision foundation models, pre-trained on diverse natural images, has marked a paradigm shift in computer vision. However, how the frontier vision foundation models' efficacies transfer to specia…

3D Reconstruction3D Classification

Semantically Compatible Knowledge Distillation for Cross-Domain Object Detection with Vision Foundation Models

2026-08-21 · Qifeng Zhang, Ting Xiang, Zeyuan Bai, Changjian Chen arxiv

Vision foundation models (VFMs) offer strong generalization capabilities for domain-adaptive object detection (DAOD). However, existing VFM-based methods overlook the spatial-scale discrepancy between teacher and student…

Knowledge DistillationObject Detection