CVOct 22, 2025

D2D: Detector-to-Differentiable Critic for Improved Numeracy in Text-to-Image Generation

arXiv:2510.19278v11 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses numeracy issues in text-to-image generation for users needing precise object counts, though it is an incremental improvement over existing critic-based methods.

The paper tackles the problem of text-to-image diffusion models generating incorrect numbers of objects by proposing D2D, a framework that transforms non-differentiable detection models into differentiable critics, resulting in up to 13.7% improvement in object counting accuracy on benchmarks.

Text-to-image (T2I) diffusion models have achieved strong performance in semantic alignment, yet they still struggle with generating the correct number of objects specified in prompts. Existing approaches typically incorporate auxiliary counting networks as external critics to enhance numeracy. However, since these critics must provide gradient guidance during generation, they are restricted to regression-based models that are inherently differentiable, thus excluding detector-based models with superior counting ability, whose count-via-enumeration nature is non-differentiable. To overcome this limitation, we propose Detector-to-Differentiable (D2D), a novel framework that transforms non-differentiable detection models into differentiable critics, thereby leveraging their superior counting ability to guide numeracy generation. Specifically, we design custom activation functions to convert detector logits into soft binary indicators, which are then used to optimize the noise prior at inference time with pre-trained T2I models. Our extensive experiments on SDXL-Turbo, SD-Turbo, and Pixart-DMD across four benchmarks of varying complexity (low-density, high-density, and multi-object scenarios) demonstrate consistent and substantial improvements in object counting accuracy (e.g., boosting up to 13.7% on D2D-Small, a 400-prompt, low-density benchmark), with minimal degradation in overall image quality and computational overhead.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes