Shifting Spotlight for Co-supervision: A Simple yet Efficient Single-branch Network to See Through Camouflage
Yang Hu, Jinxia Zhang, Kaihua Zhang, Yin Yuan, Jiale Huang, Zechao Zhan, Xing Wang
TL;DR
This work tackles camouflaged object detection (COD), where object boundaries are difficult to discern due to background camouflage. It proposes CS$^3$Net, a compact single-branch network that employs a spotlight shifting strategy to synthesize shadow-based supervisory signals, avoiding additional branches. The architecture centers on Projection Aware Attention (PAA) for refining features guided by shadow cues and Extended Neighbor Connection Decoder (ENCD) for high-resolution decoding, with a training objective that couples shadow-map supervision with standard GT supervision. On standard COD benchmarks, CS$^3$Net achieves state-of-the-art accuracy while reducing MACs by $32.13\%$, demonstrating a strong practical balance between performance and efficiency.
Abstract
Camouflaged object detection (COD) remains a challenging task in computer vision. Existing methods often resort to additional branches for edge supervision, incurring substantial computational costs. To address this, we propose the Co-Supervised Spotlight Shifting Network (CS$^3$Net), a compact single-branch framework inspired by how shifting light source exposes camouflage. Our spotlight shifting strategy replaces multi-branch designs by generating supervisory signals that highlight boundary cues. Within CS$^3$Net, a Projection Aware Attention (PAA) module is devised to strengthen feature extraction, while the Extended Neighbor Connection Decoder (ENCD) enhances final predictions. Extensive experiments on public datasets demonstrate that CS$^3$Net not only achieves superior performance, but also reduces Multiply-Accumulate operations (MACs) by 32.13% compared to state-of-the-art COD methods, striking an optimal balance between efficiency and effectiveness.
