paper-with-me

Papers

Camouflaged Object Detection with Feature Grafting and Distractor Aware

2023-07-08 · Yuxuan Song, Xinyue Li, Lin Qi

The task of Camouflaged Object Detection (COD) aims to accurately segment camouflaged objects that integrated into the environment, which is more challenging than ordinary detection as the texture between the target and background is visually indistinguishable. In this paper, we proposed a novel Feature Grafting and Distractor Aware network (FDNet) to handle the COD task. Specifically, we use CNN and Transformer to encode multi-scale images in parallel. In order to better explore the advantages of the two encoders, we design a cross-attention-based Feature Grafting Module to graft features extracted from Transformer branch into CNN branch, after which the features are aggregated in the Feature Fusion Module. A Distractor Aware Module is designed to explicitly model the two possible distractors in the COD task to refine the coarse camouflage map. We also proposed the largest artificial camouflaged object dataset which contains 2000 images with annotations, named ACOD2K. We conducted extensive experiments on four widely used benchmark datasets and the ACOD2K dataset. The results show that our method significantly outperforms other state-of-the-art methods. The code and the ACOD2K will be available at https://github.com/syxvision/FDNet.

📄 PDF Abstract BibTeX arXiv:2307.03943

Code (1)

syxvision/fdnet 공식 구현 pytorch

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

PGNeXt: High-Resolution Salient Object Detection via Pyramid Grafting Network

2024-08-02 · Changqun Xia, Chenxi Xie, Zhentao He, Tianshu Yu 외

We present an advanced study on more challenging high-resolution salient object detection (HRSOD) from both dataset and network framework perspectives. To compensate for the lack of HRSOD dataset, we thoughtfully collect…

4k8kObjectobject-detection+2

MFFN: Multi-view Feature Fusion Network for Camouflaged Object Detection

2022-10-12 · Dehua Zheng, Xiaochen Zheng, Laurence T. Yang, Yuan Gao 외

Recent research about camouflaged object detection (COD) aims to segment highly concealed objects hidden in complex surroundings. The tiny, fuzzy camouflaged objects result in visually indistinguishable properties. Howev…

Data Augmentationobject-detectionObject Detection

BihoT: A Large-Scale Dataset and Benchmark for Hyperspectral Camouflaged Object Tracking

2024-08-22 · Hanzheng Wang, Wei Li, Xiang-Gen Xia, Qian Du

Hyperspectral object tracking (HOT) has exhibited potential in various applications, particularly in scenes where objects are camouflaged. Existing trackers can effectively retrieve objects via band regrouping because of…

Object Tracking

Deep Texture-Aware Features for Camouflaged Object Detection

2021-02-05 · Jingjing Ren, Xiaowei Hu, Lei Zhu, Xuemiao Xu 외

Camouflaged object detection is a challenging task that aims to identify objects having similar texture to the surroundings. This paper presents to amplify the subtle texture difference between camouflaged objects and th…

Objectobject-detectionObject Detection

Toward Realistic Camouflaged Object Detection: Benchmarks and Method

2025-01-13 · Zhimeng Xin, Tianxu Wu, Shiming Chen, Shuo Ye 외

Camouflaged object detection (COD) primarily relies on semantic or instance segmentation methods. While these methods have made significant advancements in identifying the contours of camouflaged objects, they may be ine…

Instance SegmentationObjectobject-detectionObject Detection+1