Introduction
Discovering camouflaged objects is a challenging task in computer vision due to the high similarity between camouflaged objects and their surroundings. While the problem of camouflaged object detection over sequential video frames has received increasing attention, the scale and diversity of existing video camouflaged object detection (VCOD) datasets are greatly limited, which hinders the deeper analysis and broader evaluation of recent deep learning-based algorithms with data-hungry training strategy. To break this bottleneck, we construct CAMotion, a high-quality benchmark that covers a wide range of species for camouflaged moving object detection in the wild. CAMotion comprises various sequences with multiple challenging attributes such as uncertain edge, occlusion, motion blur, and shape complexity, etc. The sequence annotation details and statistical distribution are presented from various perspectives, allowing CAMotion to provide in-depth analyses on the camouflaged object’s motion characteristics in different challenging scenarios.
Statistics
Statistic comparison with other camouflage datasets
Dataset features
Tip: click to enlarge for details.
Demo
Tasks & Evaluation
We report results under a unified protocol: define input (e.g., first-frame mask or box), allowed pretraining, and evaluation metrics. [TBD:1–2 句概括主实验设定,可引用论文 Sec.]
- Metrics: mIoU, F-measure / S-measure, MAE [TBD:与终稿一致]
- Protocol: [TBD:是否允许光流/外训数据等]
- Test submission: [TBD:评测服务器提交流程一句话]
Table 2. Main benchmark results on CAMotion (placeholder). [TBD:从论文主表复制;可加「相对基线降幅」等一句 MOSE 式总结]
| Method | Backbone | Setting | mIoU | MAE |
|---|---|---|---|---|
| Baseline-A | REPLACE | Sup. | REPLACE | REPLACE |
| Baseline-B | REPLACE | Sup. | REPLACE | REPLACE |
| Ours | REPLACE | Sup. | REPLACE | REPLACE |
Dataset
Dataset Download
The dataset is available for non-commercial research purposes only. Please use the following links.
Attributes
To facilitate in-depth analysis of camouflaged videos under various challenging scenarios, we categorize each camouflaged frame according to eight attributes, including uncertain edge (UE), big object (BO), multiple objects (MO), small object (SO), occlusion (OC), shape complexity (SC), out-of-view (OV) and motion blur (MB). The definitions of these attributes are provided below.
| Attr | Description |
|---|---|
| MO | Multiple Objects: image contains at least two objects. |
| BO | Big Object: ratio between object area and image area ≥ 0.15. |
| SO | Small Object: ratio between object area and image area ≤ 0.02. |
| UE | Uncertain Edge: the foreground and background areas around object have similar colors and textures. |
| OC | Occlusion: the object is partially occluded. |
| SC | Shape Complexity: object contains thin parts (e.g., animal foot). |
| OV | Out-of-View: some portion of the object leaves the camera field of view. |
| MB | Motion Blur: the object region is blurred due to the motion of object or camera. |
Data structure
train_valid.tar.gz
│
├── Annotations
│ ├── video_name_1
│ │ ├── 00000.png
│ │ └── ...
│ └── ...
│
└── JPEGImages
├── video_name_1
│ ├── 00000.jpg
│ └── ...
└── ...
People
Siyuan Yao
Sun Yat-sen University Shenzhen Campus
Hao Sun
Sun Yat-sen University Shenzhen Campus
Ruiqi Yu
Nanyang Technological University
Wenqi Ren
Sun Yat-sen University Shenzhen Campus
Xiaochun Cao
Sun Yat-sen University Shenzhen Campus
Citation
Please cite CAMotion if it helps your research.
@article{camotion,
title = {CAMotion: A High-Quality Dataset for Camouflaged Motion Object Detection in the Wild},
author = {Siyuan Yao and Hao Sun and Hai Long and Ruiqi Yu and Jiehong Li and Xiwei Jiang and Yanzhao Su and Wenqi Ren and Xiaochun Cao},
journal = {Under review},
year = {2026}
}