paper-with-me

홈 › Papers

Uncertainty-Guided Transformer Reasoning for Camouflaged Object Detection

2021-01-01 · ICCV 2021 10 · Fan Yang, Qiang Zhai, Xin Li, Rui Huang, Ao Luo, Hong Cheng, Deng-Ping Fan

Spotting objects that are visually adapted to their surroundings is challenging for both humans and AI. Conventional generic / salient object detection techniques are suboptimal for this task because they tend to only discover easy and clear objects, while overlooking the difficult-to-detect ones with inherent uncertainties derived from indistinguishable textures. In this work, we contribute a novel approach using a probabilistic representational model in combination with transformers to explicitly reason under uncertainties, namely uncertainty-guided transformer reasoning (UGTR), for camouflaged object detection. The core idea is to first learn a conditional distribution over the backbone's output to obtain initial estimates and associated uncertainties, and then reason over these uncertain regions with attention mechanism to produce final predictions. Our approach combines the benefits of both Bayesian learning and Transformer-based reasoning, allowing the model to handle camouflaged object detection by leveraging both deterministic and probabilistic information. We empirically demonstrate that our proposed approach can achieve higher accuracy than existing state-of-the-art models on CHAMELEON, CAMO and COD10K datasets. Code is available at https://github.com/fanyang587/UGTR.

📄 PDF Abstract BibTeX

Code (1)

fanyang587/ugtr 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionSalient Object Detection

Similar Papers 제목 키워드 기반

EviRCOD: Evidence-Guided Probabilistic Decoding for Referring Camouflaged Object Detection

2026-04-13 · Ye Wang, Kai Huang, Sumin Shen, Chenyang Ma arxiv

Referring Camouflaged Object Detection (Ref-COD) focuses on segmenting specific camouflaged targets in a query image using category-aligned references. Despite recent advances, existing methods struggle with reference-ta…

Object Detection

TokenMotion: Motion-Guided Vision Transformer for Video Camouflaged Object Detection Via Learnable Token Selection

2023-11-05 · Zifan Yu, Erfan Bank Tavakoli, Meida Chen, Suya You 외

The area of Video Camouflaged Object Detection (VCOD) presents unique challenges in the field of computer vision due to texture similarities between target objects and their surroundings, as well as irregular motion patt…

object-detectionObject Detection

CGCOD: Class-Guided Camouflaged Object Detection

2024-12-25 · Chenxi Zhang, Qing Zhang, Jiayun Wu, Youwei Pang

Camouflaged Object Detection (COD) aims to identify objects that blend seamlessly into their surroundings. The inherent visual complexity of camouflaged objects, including their low contrast with the background, diverse …

Objectobject-detectionObject DetectionSegmentation

A Holistically Point-guided Text Framework for Weakly-Supervised Camouflaged Object Detection

2025-01-10 · Tsui Qin Mok, Shuyong Gao, Haozhe Xing, Miaoyang He 외

Weakly-Supervised Camouflaged Object Detection (WSCOD) has gained popularity for its promise to train models with weak labels to segment objects that visually blend into their surroundings. Recently, some methods using s…

object-detectionObject Detection

Boundary-Guided Camouflaged Object Detection

2022-07-02 · Yujia Sun, Shuo Wang, Chenglizhao Chen, Tian-Zhu Xiang

Camouflaged object detection (COD), segmenting objects that are elegantly blended into their surroundings, is a valuable yet challenging task. Existing deep-learning methods often fall into the difficulty of accurately i…

Objectobject-detectionObject DetectionRepresentation Learning