Frequency Perception Network for Camouflaged Object Detection
Runmin Cong, Mengyao Sun, Sanyi Zhang, Xiaofei Zhou, Wei Zhang, Yao Zhao
TL;DR
This work addresses the challenging problem of camouflaged object detection by introducing FPNet, a two-stage framework that jointly leverages RGB and learnable frequency cues. A Frequency Perception Module based on octave convolution decomposes features into high- and low-frequency components to achieve coarse localization, while a Detail-preserving Fine Localization stage with a Correction Fusion Module and cross-layer channel association refines the segmentation using high-resolution cues. The approach yields state-of-the-art or competitive results on COD10K, CAMO, and CHAMELEON, with ablations confirming the contributions of FPM, HRP, and CFM, and frequency analysis highlighting the importance of high-frequency information. The method demonstrates the practical impact of integrating frequency-domain learning into COD and offers a plug-and-play avenue for enhancing camouflage detection in complex scenes.
Abstract
Camouflaged object detection (COD) aims to accurately detect objects hidden in the surrounding environment. However, the existing COD methods mainly locate camouflaged objects in the RGB domain, their performance has not been fully exploited in many challenging scenarios. Considering that the features of the camouflaged object and the background are more discriminative in the frequency domain, we propose a novel learnable and separable frequency perception mechanism driven by the semantic hierarchy in the frequency domain. Our entire network adopts a two-stage model, including a frequency-guided coarse localization stage and a detail-preserving fine localization stage. With the multi-level features extracted by the backbone, we design a flexible frequency perception module based on octave convolution for coarse positioning. Then, we design the correction fusion module to step-by-step integrate the high-level features through the prior-guided correction and cross-layer feature channel association, and finally combine them with the shallow features to achieve the detailed correction of the camouflaged objects. Compared with the currently existing models, our proposed method achieves competitive performance in three popular benchmark datasets both qualitatively and quantitatively.
