Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Feature Shrinkage Pyramid for Camouflaged Object Detection with Transformers

About

Vision transformers have recently shown strong global context modeling capabilities in camouflaged object detection. However, they suffer from two major limitations: less effective locality modeling and insufficient feature aggregation in decoders, which are not conducive to camouflaged object detection that explores subtle cues from indistinguishable backgrounds. To address these issues, in this paper, we propose a novel transformer-based Feature Shrinkage Pyramid Network (FSPNet), which aims to hierarchically decode locality-enhanced neighboring transformer features through progressive shrinking for camouflaged object detection. Specifically, we propose a nonlocal token enhancement module (NL-TEM) that employs the non-local mechanism to interact neighboring tokens and explore graph-based high-order relations within tokens to enhance local representations of transformers. Moreover, we design a feature shrinkage decoder (FSD) with adjacent interaction modules (AIM), which progressively aggregates adjacent transformer features through a layer-bylayer shrinkage pyramid to accumulate imperceptible but effective cues as much as possible for object information decoding. Extensive quantitative and qualitative experiments demonstrate that the proposed model significantly outperforms the existing 24 competitors on three challenging COD benchmark datasets under six widely-used evaluation metrics. Our code is publicly available at https://github.com/ZhouHuang23/FSPNet.

Zhou Huang, Hang Dai, Tian-Zhu Xiang, Shuo Wang, Huai-Xin Chen, Jie Qin, Huan Xiong• 2023

Related benchmarks

TaskDatasetResultRank
Camouflaged Object DetectionCOD10K (test)
S-measure (S_alpha)0.851
174
Camouflaged Object DetectionCAMO (test)--
85
Camouflaged Object DetectionCOD10K
S-measure (S_alpha)0.851
83
Camouflaged Object DetectionCAMO 250 (test)
M (Mean Score)0.05
59
Camouflaged Object DetectionNC4K (test)
Sm0.879
57
Concealed Object DetectionNC4K
M3.5
46
Video Camouflaged Object DetectionCAD (test)
Fw22.4
37
Camouflaged Object DetectionCAMO 1.0 (test)
MAE0.05
23
Camouflaged Object DetectionCOD10K 1.0 (test)
MAE0.026
23
Camouflaged Object DetectionNC4K 1.0
MAE0.035
21
Showing 10 of 18 rows

Other info

Code

Follow for update