paper-with-me

Papers

Detection-Driven Object Count Optimization for Text-to-Image Diffusion Models

2024-08-21 · Oz Zafar, Yuval Cohen, Lior Wolf, Idan Schwartz

Accurately controlling object count in text-to-image generation remains a key challenge. Supervised methods often fail, as training data rarely covers all count variations. Methods that manipulate the denoising process to add or remove objects can help; however, they still require labeled data, limit robustness and image quality, and rely on a slow, iterative process. Pre-trained differentiable counting models that rely on soft object density summation exist and could steer generation, but employing them presents three main challenges: (i) they are pre-trained on clean images, making them less effective during denoising steps that operate on noisy inputs; (ii) they are not robust to viewpoint changes; and (iii) optimization is computationally expensive, requiring repeated model evaluations per image. We propose a new framework that uses pre-trained object counting techniques and object detectors to guide generation. First, we optimize a counting token using an outer-loop loss computed on fully generated images. Second, we introduce a detection-driven scaling term that corrects errors caused by viewpoint and proportion shifts, among other factors, without requiring backpropagation through the detection model. Third, we show that the optimized parameters can be reused for new prompts, removing the need for repeated optimization. Our method provides efficiency through token reuse, flexibility via compatibility with various detectors, and accuracy with improved counting across diverse object categories.

📄 PDF Abstract BibTeX arXiv:2408.11721

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingImage GenerationObjectObject CountingText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

TSalV360: A Method and Dataset for Text-driven Saliency Detection in 360-Degrees Videos

2025-09-30 · Ioannis Kontostathis, Evlampios Apostolidis, Vasileios Mezaris arxiv

In this paper, we deal with the task of text-driven saliency detection in 360-degrees videos. For this, we introduce the TSV360 dataset which includes 16,000 triplets of ERP frames, textual descriptions of salient object…

Video Saliency Detection

Geometry Meets Semantics: Fractional Gradient Stabilization for Semantic-Driven Bounding Box Optimization in Visual Detection Tasks

2026-07-26 · Qi Ming, Haitian Yang, Xudong Zhao, Mingjing Zhao 외 arxiv

Bounding boxes are fundamental for object localization in visual detection tasks. Among them, oriented bounding boxes are widely used in visual detection tasks, which provide a more precise directional representation. Ge…

Semantic SimilarityObject Localization

DetFusion: A Detection-driven Infrared and Visible Image Fusion Network

2022-10-01 · ACMMM 2022 10 · Yiming Sun, Bing Cao, Pengfei Zhu, QinGhua Hu

Infrared and visible image fusion aims to utilize the complementary information between the two modalities to synthesize a new image containing richer information. Most existing works have focused on how to better fuse t…

Infrared And Visible Image FusionObjectobject-detectionObject Detection

Focus, Align, and Sustain: Counteracting Gradient Dilution in Incremental Object Detection

2026-06-13 · Aoting Zhang, Dongbao Yang, Chang Liu, Xiaopeng Hong 외 arxiv

Adapting Detection Transformers to Incremental Object Detection (IOD) poses a systemic challenge, as set-based optimization is inherently destabilized by sequential learning. In this work, we identify Gradient Dilution a…

Incremental LearningObject Detection

Unsupervised Prompt Tuning for Text-Driven Object Detection

2023-01-01 · ICCV 2023 1 · Weizhen He, WeiJie Chen, Binbin Chen, Shicai Yang 외

Grounded language-image pre-trained models have shown strong zero-shot generalization to various downstream object detection tasks. Despite their promising performance, the models rely heavily on the laborious prompt…

Data AugmentationObjectobject-detectionObject Detection+2