COCO-O: A Benchmark for Object Detectors under Natural Distribution Shifts
Xiaofeng Mao, Yuefeng Chen, Yao Zhu, Da Chen, Hang Su, Rong Zhang, Hui, Xue

TL;DR
This paper introduces COCO-O, a comprehensive benchmark dataset with natural distribution shifts for evaluating the robustness of object detectors, revealing significant performance drops and insights into factors affecting robustness.
Contribution
The paper presents COCO-O, a new universal dataset for assessing object detector robustness under natural distribution shifts, and provides extensive experimental analysis of various detectors and techniques.
Findings
Most classic detectors lack strong OOD generalization.
Backbone architecture is crucial for robustness.
Foundation models significantly improve robustness.
Abstract
Practical object detection application can lose its effectiveness on image inputs with natural distribution shifts. This problem leads the research community to pay more attention on the robustness of detectors under Out-Of-Distribution (OOD) inputs. Existing works construct datasets to benchmark the detector's OOD robustness for a specific application scenario, e.g., Autonomous Driving. However, these datasets lack universality and are hard to benchmark general detectors built on common tasks such as COCO. To give a more comprehensive robustness assessment, we introduce COCO-O(ut-of-distribution), a test dataset based on COCO with 6 types of natural distribution shifts. COCO-O has a large distribution gap with training data and results in a significant 55.7% relative performance drop on a Faster R-CNN detector. We leverage COCO-O to conduct experiments on more than 100 modern object…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
COCO-O: A Benchmark for Object Detectors under Natural Distribution Shifts· youtube
Taxonomy
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · COVID-19 diagnosis using AI
MethodsRoIPool · Region Proposal Network · Softmax · Convolution · Faster R-CNN
