Dichotomous Image Segmentation

22 papers with code • 6 benchmarks • 2 datasets

Currently, existing image segmentation tasks mainly focus on segmenting objects with specific characteristics, e.g., salient, camouflaged, meticulous, or specific categories. Most of them have the same input/output formats, and barely use exclusive mechanisms designed for segmenting targets in their models, which means almost all tasks are dataset-dependent. Thus, it is very promising to formulate a category-agnostic DIS task for accurately segmenting objects with different structure complexities, regardless of their characteristics. Compared with semantic segmentation, the proposed DIS task usually focuses on images with single or a few targets, from which getting richer accurate details of each target is more feasible.

Libraries

Use these libraries to find Dichotomous Image Segmentation models and implementations
6 papers
2,923
See all 13 libraries.

Most implemented papers

SegRefiner: Towards Model-Agnostic Segmentation Refinement with Discrete Diffusion Process

mengyuwang826/segrefiner NeurIPS 2023

We propose a model-agnostic solution called SegRefiner, which offers a novel perspective on this problem by interpreting segmentation refinement as a data generation process.

Bilateral Reference for High-Resolution Dichotomous Image Segmentation

zhengpeng7/birefnet 7 Jan 2024

It comprises two essential components: the localization module (LM) and the reconstruction module (RM) with our proposed bilateral reference (BiRef).