A geometry-aware dataset condensation technique reformulates subset selection as one-sided partial optimal transport alignment plus regularization to improve diffusion model training fidelity.
OD3: Optimization-free Dataset Distillation for Object Detection
2 Pith papers cite this work. Polarity classification is still indexing.
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 PASCAL VOC, two popular detection datasets, with compression ratios ranging from 0.25% to 5%. Compared to the prior solely existing dataset distillation method on detection and conventional core set selection methods, OD3 delivers superior accuracy, establishes new state-of-the-art results, surpassing prior best method by more than 14% on COCO mAP50 at a compression ratio of 1.0%. Code is available at: https://github.com/VILA-Lab/OD3.
fields
cs.CV 2years
2026 2verdicts
UNVERDICTED 2representative citing papers
D3S2 combines class-balanced mask selection with diffusion-guided image synthesis and two consistency losses to distill 1% datasets that yield 24.99% mIoU on ADE20K and 35.49% on COCO-Stuff, beating random selection.
citing papers explorer
-
Geometry-Aware Dataset Condensation for Diffusion Model Training
A geometry-aware dataset condensation technique reformulates subset selection as one-sided partial optimal transport alignment plus regularization to improve diffusion model training fidelity.
-
D3S2: Diffusion-Guided Dataset Distillation for Semantic Segmentation
D3S2 combines class-balanced mask selection with diffusion-guided image synthesis and two consistency losses to distill 1% datasets that yield 24.99% mIoU on ADE20K and 35.49% on COCO-Stuff, beating random selection.