Camouflaged Object Segmentation

31 papers with code • 7 benchmarks • 7 datasets

Camouflaged object segmentation (COS) or Camouflaged object detection (COD), which was originally promoted by T.-N. Le et al. (2017), aims to identify objects that conceal their texture into the surrounding environment. The high intrinsic similarities between the target object and the background make COS/COD far more challenging than the traditional object segmentation task. Also, refer to the online benchmarks on CAMO dataset, COD dataset, and online demo.

( Image source: Anabranch Network for Camouflaged Object Segmentation )

Most implemented papers

UNet++: A Nested U-Net Architecture for Medical Image Segmentation

MrGiovanni/Nested-UNet 18 Jul 2018

Implementation of different kinds of Unet Models for Image Segmentation - Unet , RCNN-Unet, Attention Unet, RCNN-Attention Unet, Nested Unet

EGNet: Edge Guidance Network for Salient Object Detection

mindspore-ai/models ICCV 2019

In the second step, we integrate the local edge information and global location information to obtain the salient edge features.

Boundary-Aware Segmentation Network for Mobile and Web Applications

NathanUA/BASNet 12 Jan 2021

In this paper, we propose a simple yet powerful Boundary-Aware Segmentation Network (BASNet), which comprises a predict-refine architecture and a hybrid loss, for highly accurate image segmentation.

F3Net: Fusion, Feedback and Focus for Salient Object Detection

weijun88/F3Net 26 Nov 2019

Furthermore, different from binary cross entropy, the proposed PPA loss doesn't treat pixels equally, which can synthesize the local structure information of a pixel to guide the network to focus more on local details.

PraNet: Parallel Reverse Attention Network for Polyp Segmentation

DengPingFan/PraNet 13 Jun 2020

To address these challenges, we propose a parallel reverse attention network (PraNet) for accurate polyp segmentation in colonoscopy images.

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.

Camouflaged Object Detection

DengPingFan/SINet CVPR 2020

We present a comprehensive study on a new task named camouflaged object detection (COD), which aims to identify objects that are "seamlessly" embedded in their surroundings.

Generative Transformer for Accurate and Reliable Salient Object Detection

fupiao1998/transformersod 20 Apr 2021

For the former, we apply transformer to a deterministic model, and explain that the effective structure modeling and global context modeling abilities lead to its superior performance compared with the CNN based frameworks.

Anabranch Network for Camouflaged Object Segmentation

ltnghia/CAMO Computer Vision and Image Understanding 2019

Different from existing networks for segmentation, our proposed network possesses the second branch for classification to predict the probability of containing camouflaged object(s) in an image, which is then fused into the main branch for segmentation to boost up the segmentation accuracy.

Context-aware Cross-level Fusion Network for Camouflaged Object Detection

thograce/C2FNet 26 May 2021

Camouflaged object detection (COD) is a challenging task due to the low boundary contrast between the object and its surroundings.