🤖 AI Summary
This work addresses key limitations of diffusion-based object detection—including excessive inference steps, fixed proposal counts, and the need for retraining—by reformulating detection as a **conditional flow matching (CFM)-driven generative transport problem**. Methodologically, it is the first to unify object detection within a generalized generative transport framework, enabling end-to-end generation of bounding box coordinates while integrating multi-scale features; CFM is employed to learn compact, straight conditional transport flows, replacing stochastic diffusion paths. The core contribution is a model that supports **dynamic proposal numbers and variable inference steps without retraining**. Experiments demonstrate consistent improvements: +3.6% AP on COCO and +4.2% AP$_{rare}$ on LVIS over DiffusionDet, with particularly strong gains in low-recall regimes. These results validate that transport-flow modeling enhances both detection efficiency and flexibility.
📝 Abstract
We present FlowDet, the first formulation of object detection using modern Conditional Flow Matching techniques. This work follows from DiffusionDet, which originally framed detection as a generative denoising problem in the bounding box space via diffusion. We revisit and generalise this formulation to a broader class of generative transport problems, while maintaining the ability to vary the number of boxes and inference steps without re-training. In contrast to the curved stochastic transport paths induced by diffusion, FlowDet learns simpler and straighter paths resulting in faster scaling of detection performance as the number of inference steps grows. We find that this reformulation enables us to outperform diffusion based detection systems (as well as non-generative baselines) across a wide range of experiments, including various precision/recall operating points using multiple feature backbones and datasets. In particular, when evaluating under recall-constrained settings, we can highlight the effects of the generative transport without over-compensating with large numbers of proposals. This provides gains of up to +3.6% AP and +4.2% AP$_{rare}$ over DiffusionDet on the COCO and LVIS datasets, respectively.