Share your thoughts, 1 month free Claude Pro on usSee more
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
224
Camouflaged Object DetectionCOD10K
S-measure (S_alpha)0.851
178
Camouflaged Object DetectionChameleon
S-measure (S_alpha)90.8
150
Camouflaged Object DetectionCAMO (test)
E_phi0.899
111
Camouflaged Object DetectionNC4K (test)
Sm0.879
68
Camouflaged Object DetectionNC4K
M Score0.035
67
Camouflaged Object DetectionCAMO 250 (test)
M (Mean Score)0.05
59
Camouflaged Object DetectionNC4K
Sm87.8
58
Camouflaged Object SegmentationCAMO (test)
S-measure (S_alpha)0.856
56
Concealed Object DetectionNC4K
M3.5
46
Showing 10 of 29 rows

Other info

Code

Follow for update