OD3: Optimization-free Dataset Distillation for Object Detection
Salwa K. Al Khatib, Ahmed ElHagry, Shitong Shao, Zhiqiang Shen

TL;DR
OD3 introduces an optimization-free dataset distillation method tailored for object detection, significantly reducing dataset size while maintaining high accuracy, and surpassing previous methods on MS COCO and PASCAL VOC.
Contribution
The paper presents a novel, optimization-free framework for dataset distillation in object detection, involving candidate selection and screening, achieving state-of-the-art results.
Findings
OD3 surpasses prior methods by over 14% mAP50 on COCO at 1% compression.
It achieves high accuracy with compression ratios as low as 0.25%.
The method outperforms conventional core set selection techniques.
Abstract
Training large neural networks on large-scale datasets requires substantial computational resources, particularly for dense prediction tasks such as object detection. Although dataset distillation (DD) has been proposed to alleviate these demands by synthesizing compact datasets from larger ones, most existing work focuses solely on image classification, leaving the more complex detection setting largely unexplored. In this paper, we introduce OD3, a novel optimization-free data distillation framework specifically designed for object detection. Our approach involves two stages: first, a candidate selection process in which object instances are iteratively placed in synthesized images based on their suitable locations, and second, a candidate screening process using a pre-trained observer model to remove low-confidence objects. We perform our data synthesis framework on MS COCO and…
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
