pith. machine review for the scientific record. sign in

arxiv: 2503.06100 · v5 · submitted 2025-03-08 · 💻 cs.CV

Recognition: unknown

High-Precision Dichotomous Image Segmentation via Depth Integrity-Prior and Fine-Grained Patch Strategy

Authors on Pith no claims yet
classification 💻 cs.CV
keywords depthmethodsfine-grainedintegrity-priorpdfnetsegmentationaccuracybackground
0
0 comments X
read the original abstract

High-precision dichotomous image segmentation (DIS) is a task of extracting fine-grained objects from high-resolution images. Existing methods trade efficiency for accuracy: non-diffusion methods are fast but suffer from weak semantics and unstable spatial priors, causing false detections; diffusion-based methods offer high accuracy via strong generative priors but are computationally expensive. In depth maps, a complete object appears as a low variance region with a smooth interior and sharp boundaries, whereas the background exhibits a chaotic, high variance pattern due to disconnected surfaces at varying depths. We refer to this as the depth integrity-prior. Inspired by this, and noting that DIS currently lacks depth maps, we leverage pseudo-depth information from monocular depth estimation models to obtain essential semantic understanding, thereby rapidly revealing spatial differences across target objects and the background. To exploit this prior, we propose the Prior-guided Depth Fusion Network (PDFNet), which fuses RGB and pseudo-depth features for depth-aware structure perception. We further introduce a novel depth integrity-prior loss to enforce depth consistency in segmentation and a fine-grained enhancement module with adaptive patch selection to sharpen boundaries. Notably, PDFNet with DAM-v2 achieves SOTA (Fmax 0.915 on DIS-VD and 0.915 on DIS-TE) using less than half the params of diffusion-based methods. Our code is available at https://tennine2077.github.io/PDFNet.github.io/ .

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 2 Pith papers

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

  1. FlowDIS: Language-Guided Dichotomous Image Segmentation with Flow Matching

    cs.CV 2026-05 unverdicted novelty 7.0

    FlowDIS uses flow matching to transport image distributions to mask distributions, optionally conditioned on text, and outperforms prior DIS methods by 5.5% on F_beta^omega and 43% on MAE.

  2. FlowDIS: Language-Guided Dichotomous Image Segmentation with Flow Matching

    cs.CV 2026-05 unverdicted novelty 6.0

    FlowDIS uses flow matching to transport image distributions to mask distributions with language guidance and PAIP training, outperforming prior DIS methods by 5.5% on F_beta^omega and 43% on MAE on DIS-TE.