SOTAVerified

ZoomNeXt: A Unified Collaborative Pyramid Network for Camouflaged Object Detection

2023-10-31Code Available2· sign in to hype

Youwei Pang, Xiaoqi Zhao, Tian-Zhu Xiang, Lihe Zhang, Huchuan Lu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Recent camouflaged object detection (COD) attempts to segment objects visually blended into their surroundings, which is extremely complex and difficult in real-world scenarios. Apart from the high intrinsic similarity between camouflaged objects and their background, objects are usually diverse in scale, fuzzy in appearance, and even severely occluded. To this end, we propose an effective unified collaborative pyramid network that mimics human behavior when observing vague images and videos, zooming in and out. Specifically, our approach employs the zooming strategy to learn discriminative mixed-scale semantics by the multi-head scale integration and rich granularity perception units, which are designed to fully explore imperceptible clues between candidate objects and background surroundings. The former's intrinsic multi-head aggregation provides more diverse visual patterns. The latter's routing mechanism can effectively propagate inter-frame differences in spatiotemporal scenarios and be adaptively deactivated and output all-zero results for static representations. They provide a solid foundation for realizing a unified architecture for static and dynamic COD. Moreover, considering the uncertainty and ambiguity derived from indistinguishable textures, we construct a simple yet effective regularization, uncertainty awareness loss, to encourage predictions with higher confidence in candidate regions. Our highly task-friendly framework consistently outperforms existing state-of-the-art methods in image and video COD benchmarks. Our code can be found at https://github.com/lartpang/ZoomNeXt.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CAMOZoomNeXt-PVTv2-B5S-Measure0.89Unverified
CAMOZoomNeXt-ResNet-50S-Measure0.83Unverified
CAMOZoomNeXt-PVTv2-B4S-Measure0.89Unverified
Camouflaged Animal DatasetZoomNeXt-PVTv2-B5S-measure0.76Unverified
ChameleonZoomNeXt-ResNet-50S-measure0.91Unverified
ChameleonZoomNeXt-PVTv2-B5S-measure0.92Unverified
ChameleonZoomNeXt-PVTv2-B4S-measure0.93Unverified
CODZoomNeXt-PVTv2-B4S-Measure0.9Unverified
CODZoomNeXt-PVTv2-B5S-Measure0.9Unverified
CODZoomNeXt-ResNet-50S-Measure0.86Unverified
MoCA-MaskZoomNeXt-PVTv2-B5S-measure0.73Unverified
NC4KZoomNeXt-PVTv2-B5S-measure0.9Unverified
NC4KZoomNeXt-PVTv2-B4S-measure0.9Unverified
NC4KZoomNeXt-ResNet-50S-measure0.87Unverified

Reproductions