paper-with-me

Papers

Boosting Camouflaged Object Detection with Dual-Task Interactive Transformer

2022-05-21 · Zhengyi Liu, Zhili Zhang, Wei Wu

Camouflaged object detection intends to discover the concealed objects hidden in the surroundings. Existing methods follow the bio-inspired framework, which first locates the object and second refines the boundary. We argue that the discovery of camouflaged objects depends on the recurrent search for the object and the boundary. The recurrent processing makes the human tired and helpless, but it is just the advantage of the transformer with global search ability. Therefore, a dual-task interactive transformer is proposed to detect both accurate position of the camouflaged object and its detailed boundary. The boundary feature is considered as Query to improve the camouflaged object detection, and meanwhile the object feature is considered as Query to improve the boundary detection. The camouflaged object detection and the boundary detection are fully interacted by multi-head self-attention. Besides, to obtain the initial object feature and boundary feature, transformer-based backbones are adopted to extract the foreground and background. The foreground is just object, while foreground minus background is considered as boundary. Here, the boundary feature can be obtained from blurry boundary region of the foreground and background. Supervised by the object, the background and the boundary ground truth, the proposed model achieves state-of-the-art performance in public datasets. https://github.com/liuzywen/COD

📄 PDF Abstract BibTeX arXiv:2205.10579

Code (1)

liuzywen/cod 공식 구현 pytorch

Tasks

Boundary DetectionObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

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

GreenCOD: A Green Camouflaged Object Detection Method

2024-05-25 · Hong-Shuo Chen, Yao Zhu, Suya You, Azad M. Madni 외

We introduce GreenCOD, a green method for detecting camouflaged objects, distinct in its avoidance of backpropagation techniques. GreenCOD leverages gradient boosting and deep features extracted from pre-trained Deep Neu…

Objectobject-detectionObject Detection

Referring Camouflaged Object Detection

2023-06-13 · Xuying Zhang, Bowen Yin, Zheng Lin, Qibin Hou 외

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 as…

Objectobject-detectionObject Detection

Edge-Aware Mirror Network for Camouflaged Object Detection

2023-07-08 · Dongyue Sun, Shiyao Jiang, Lin Qi

Existing edge-aware camouflaged object detection (COD) methods normally output the edge prediction in the early stage. However, edges are important and fundamental factors in the following segmentation task. Due to the h…

Camouflaged Object SegmentationEdge DetectionObjectobject-detection+3

Camouflaged Image Synthesis Is All You Need to Boost Camouflaged Detection

2023-08-13 · Haichao Zhang, Can Qin, Yu Yin, Yun Fu

Camouflaged objects that blend into natural scenes pose significant challenges for deep-learning models to detect and synthesize. While camouflaged object detection is a crucial task in computer vision with diverse real-…

AllDiversityImage GenerationObject+2