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 )
Benchmarks
These leaderboards are used to track progress in Camouflaged Object Segmentation
Most implemented papers
UNet++: A Nested U-Net Architecture for Medical Image Segmentation
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
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
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
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
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
In this paper, we propose a predict-refine architecture, BASNet, and a new hybrid loss for Boundary-Aware Salient object detection.
Camouflaged Object Detection
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
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
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
Camouflaged object detection (COD) is a challenging task due to the low boundary contrast between the object and its surroundings.