Chrome Extension
WeChat Mini Program
Use on ChatGLM

Referring Camouflaged Object Detection

Computing Research Repository (CoRR)(2025)

Cited 7|Views40
Abstract
We consider the problem of referring camouflaged object detection (Ref-COD), a new task that aims to segment specified camouflaged objects based on a small set of referring images with salient target objects. We first assemble a large-scale dataset, called R2C7K, which consists of 7K images covering 64 object categories in real-world scenarios. Then, we develop a simple but strong dual-branch framework, dubbed R2CNet, with a reference branch embedding the common representations of target objects from referring images and a segmentation branch identifying and segmenting camouflaged objects under the guidance of the common representations. In particular, we design a Referring Mask Generation module to generate pixel-level prior mask and a Referring Feature Enrichment module to enhance the capability of identifying specified camouflaged objects. Extensive experiments show the superiority of our Ref-COD methods over their COD counterparts in segmenting specified camouflaged objects and identifying the main body of target objects. Our code and dataset are publicly available at https://github.com/zhangxuying1004/RefCOD.
More
Translated text
Key words
Referring Camouflaged Object Detection,Common Representations,R2C7K Dataset,R2CNet Framework
PDF
Bibtex
AI Read Science
Video&Figures
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Data Disclaimer
The page data are from open Internet sources, cooperative publishers and automatic analysis results through AI technology. We do not make any commitments and guarantees for the validity, accuracy, correctness, reliability, completeness and timeliness of the page data. If you have any questions, please contact us by email: report@aminer.cn
Chat Paper

要点】:本文提出了一种新的任务——基于参照图像的目标伪装物体检测(Ref-COD),并引入了R2C7K数据集和R2CNet框架,有效提升了特定伪装物体的识别与分割能力。

方法】:作者采用了一个双分支框架R2CNet,包含一个用于提取参照图像中目标物体通用表示的参照分支,以及一个在通用表示指导下识别和分割伪装物体的分割分支。

实验】:研究使用了自定义的R2C7K数据集进行实验,包含7000张涵盖64个物体类别的真实场景图像,实验结果表明所提方法在特定伪装物体分割和目标主体识别上优于传统COD方法。