English

Benchmarking Object Detectors with COCO: A New Path Forward

Computer Vision and Pattern Recognition 2024-03-28 v1

Abstract

The Common Objects in Context (COCO) dataset has been instrumental in benchmarking object detectors over the past decade. Like every dataset, COCO contains subtle errors and imperfections stemming from its annotation procedure. With the advent of high-performing models, we ask whether these errors of COCO are hindering its utility in reliably benchmarking further progress. In search for an answer, we inspect thousands of masks from COCO (2017 version) and uncover different types of errors such as imprecise mask boundaries, non-exhaustively annotated instances, and mislabeled masks. Due to the prevalence of COCO, we choose to correct these errors to maintain continuity with prior research. We develop COCO-ReM (Refined Masks), a cleaner set of annotations with visibly better mask quality than COCO-2017. We evaluate fifty object detectors and find that models that predict visually sharper masks score higher on COCO-ReM, affirming that they were being incorrectly penalized due to errors in COCO-2017. Moreover, our models trained using COCO-ReM converge faster and score higher than their larger variants trained using COCO-2017, highlighting the importance of data quality in improving object detectors. With these findings, we advocate using COCO-ReM for future object detection research. Our dataset is available at https://cocorem.xyz

Keywords

Cite

@article{arxiv.2403.18819,
  title  = {Benchmarking Object Detectors with COCO: A New Path Forward},
  author = {Shweta Singh and Aayan Yadav and Jitesh Jain and Humphrey Shi and Justin Johnson and Karan Desai},
  journal= {arXiv preprint arXiv:2403.18819},
  year   = {2024}
}

Comments

Technical report. Dataset website: https://cocorem.xyz and code: https://github.com/kdexd/coco-rem

R2 v1 2026-06-28T15:35:55.870Z