paper-with-me

Papers

CamoDiffusion: Camouflaged Object Detection via Conditional Diffusion Models

2023-05-29 · Zhongxi Chen, Ke Sun, Xianming Lin, Rongrong Ji

Camouflaged Object Detection (COD) is a challenging task in computer vision due to the high similarity between camouflaged objects and their surroundings. Existing COD methods primarily employ semantic segmentation, which suffers from overconfident incorrect predictions. In this paper, we propose a new paradigm that treats COD as a conditional mask-generation task leveraging diffusion models. Our method, dubbed CamoDiffusion, employs the denoising process of diffusion models to iteratively reduce the noise of the mask. Due to the stochastic sampling process of diffusion, our model is capable of sampling multiple possible predictions from the mask distribution, avoiding the problem of overconfident point estimation. Moreover, we develop specialized learning strategies that include an innovative ensemble approach for generating robust predictions and tailored forward diffusion methods for efficient training, specifically for the COD task. Extensive experiments on three COD datasets attest the superior performance of our model compared to existing state-of-the-art methods, particularly on the most challenging COD10K dataset, where our approach achieves 0.019 in terms of MAE.

📄 PDF Abstract BibTeX arXiv:2305.17932

Code (1)

rapisurazurite/camodiffusion 공식 구현 pytorch

Tasks

DenoisingObjectobject-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
MAE 설명 없음

Similar Papers 제목 키워드 기반

Bi-CamoDiffusion: A Boundary-informed Diffusion Approach for Camouflaged Object Detection

2026-03-09 · Patricia L. Suarez, Leo Thomas Ramos, Angel D. Sappa arxiv

Bi-CamoDiffusion is introduced, an evolution of the CamoDiffusion framework for camouflaged object detection. It integrates edge priors into early-stage embeddings via a parameter-free injection process, which enhances b…

Object Detection

Diffusion Model for Camouflaged Object Detection

2023-08-01 · Zhennan Chen, Rongrong Gao, Tian-Zhu Xiang, Fan Lin

Camouflaged object detection is a challenging task that aims to identify objects that are highly similar to their background. Due to the powerful noise-to-image denoising capability of denoising diffusion models, in this…

Camouflaged Object SegmentationDenoisingImage Denoisingmodel+4

FocusDiffuser: Perceiving Local Disparities for Camouflaged Object Detection

2024-07-18 · Jianwei Zhao, Xin Li, Fan Yang, Qiang Zhai 외

Detecting objects seamlessly blended into their surroundings represents a complex task for both human cognitive capabilities and advanced artificial intelligence algorithms. Currently, the majority of methodologies for d…

DenoisingObjectobject-detectionObject Detection

Conditional Polarization Guidance for Camouflaged Object Detection

2026-03-31 · QIfan Zhang, Hao Wang, Xiangrong Qin, Ruijie Li arxiv

Camouflaged object detection (COD) aims to identify targets that are highly blended with their backgrounds. Recent works have shown that the optical characteristics of polarization cues play a significant role in improvi…

Representation LearningObject Detection

CamoFA: A Learnable Fourier-based Augmentation for Camouflage Segmentation

2023-08-29 · Minh-Quan Le, Minh-Triet Tran, Trung-Nghia Le, Tam V. Nguyen 외

Camouflaged object detection (COD) and camouflaged instance segmentation (CIS) aim to recognize and segment objects that are blended into their surroundings, respectively. While several deep neural network models have be…

Camouflage SegmentationDiversityGenerative Adversarial NetworkInstance Segmentation+3