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,917
See all 13 libraries.

Most implemented papers

BASNet: Boundary-Aware Salient Object Detection

NathanUA/BASNet CVPR 2019

In this paper, we propose a predict-refine architecture, BASNet, and a new hybrid loss for Boundary-Aware Salient object detection.

Suppress and Balance: A Simple Gated Network for Salient Object Detection

Xiaoqi-Zhao-DLUT/GateNet-RGB-Saliency ECCV 2020

With the help of multilevel gate units, the valuable context information from the encoder can be optimally transmitted to the decoder.

Global Context-Aware Progressive Aggregation Network for Salient Object Detection

JosephChenHub/GCPANet 2 Mar 2020

Deep convolutional neural networks have achieved competitive performance in salient object detection, in which how to learn effective and comprehensive features plays a critical role.

Revisiting Image Pyramid Structure for High Resolution Salient Object Detection

plemeri/transparent-background 20 Sep 2022

Salient object detection (SOD) has been in the spotlight recently, yet has been studied less for high-resolution (HR) images.

Multi-view Aggregation Network for Dichotomous Image Segmentation

qianyu-dlut/mvanet 11 Apr 2024

Dichotomous Image Segmentation (DIS) has recently emerged towards high-precision object segmentation from high-resolution natural images.

HyperSeg: Patch-wise Hypernetwork for Real-time Semantic Segmentation

YuvalNirkin/hyperseg CVPR 2021

We present a novel, real-time, semantic segmentation network in which the encoder both encodes and generates the parameters (weights) of the decoder.

Concealed Object Detection

GewelsJI/SINet-V2 20 Feb 2021

We present the first systematic study on concealed object detection (COD), which aims to identify objects that are "perfectly" embedded in their background.

Camouflaged Object Segmentation with Distraction Mining

Mhaiyang/CVPR2021_PFNet CVPR 2021

In this paper, we strive to embrace challenges towards effective and efficient COS. To this end, we develop a bio-inspired framework, termed Positioning and Focus Network (PFNet), which mimics the process of predation in nature.

Highly Accurate Dichotomous Image Segmentation

xuebinqin/DIS 6 Mar 2022

We present a systematic study on a new task called dichotomous image segmentation (DIS) , which aims to segment highly accurate objects from natural images.

Unite-Divide-Unite: Joint Boosting Trunk and Structure for High-accuracy Dichotomous Image Segmentation

pjlallen/udun 26 Jul 2023

First, a dual-size input feeds into the shared backbone to produce more holistic and detailed features while keeping the model lightweight.