pith. sign in

arxiv: 2502.06756 · v2 · pith:SOHLJGLGnew · submitted 2025-02-10 · 💻 cs.CV

SAMRefiner: Taming Segment Anything Model for Universal Mask Refinement

classification 💻 cs.CV
keywords samrefinermasksrefinementcoarsemasksegmentationadditionalannotation
0
0 comments X
read the original abstract

In this paper, we explore a principal way to enhance the quality of widely pre-existing coarse masks, enabling them to serve as reliable training data for segmentation models to reduce the annotation cost. In contrast to prior refinement techniques that are tailored to specific models or tasks in a close-world manner, we propose SAMRefiner, a universal and efficient approach by adapting SAM to the mask refinement task. The core technique of our model is the noise-tolerant prompting scheme. Specifically, we introduce a multi-prompt excavation strategy to mine diverse input prompts for SAM (i.e., distance-guided points, context-aware elastic bounding boxes, and Gaussian-style masks) from initial coarse masks. These prompts can collaborate with each other to mitigate the effect of defects in coarse masks. In particular, considering the difficulty of SAM to handle the multi-object case in semantic segmentation, we introduce a split-then-merge (STM) pipeline. Additionally, we extend our method to SAMRefiner++ by introducing an additional IoU adaption step to further boost the performance of the generic SAMRefiner on the target dataset. This step is self-boosted and requires no additional annotation. The proposed framework is versatile and can flexibly cooperate with existing segmentation methods. We evaluate our mask framework on a wide range of benchmarks under different settings, demonstrating better accuracy and efficiency. SAMRefiner holds significant potential to expedite the evolution of refinement tools. Our code is available at https://github.com/linyq2117/SAMRefiner.

This paper has not been read by Pith yet.

discussion (0)

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

Forward citations

Cited by 3 Pith papers

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

  1. RADSeg: Unleashing Parameter and Compute Efficient Zero-Shot Open-Vocabulary Segmentation Using Agglomerative Models

    cs.CV 2025-11 unverdicted novelty 6.0

    RADSeg adapts the RADIO model with targeted enhancements to deliver 6-30% higher mIoU in zero-shot OVSS while using 2.5x fewer parameters and running 3.95x faster than prior large-model combinations.

  2. Dual-Foundation Models for Unsupervised Domain Adaptation

    cs.CV 2026-05 unverdicted novelty 5.0

    Dual use of SAM for broader target pixel learning and DINOv3 for domain-invariant prototypes yields +1.3% and +1.4% mIoU gains over baselines on GTA-to-Cityscapes and SYNTHIA-to-Cityscapes.

  3. A drone-based framework for coral habitat mapping via weakly supervised segmentation

    cs.CV 2025-08 unverdicted novelty 5.0

    A multi-scale weakly supervised framework converts underwater point classifications into coarse masks to train UAV coral segmentation models, then refines them via self-training to reach 86.07% pixel accuracy and 52.2...