Where, What, Why, and Importance: Structured Defect Grounding for Text-to-Image Feedback
Summary
This paper introduces Structured Defect Grounding (SDG), a method that models text-to-image defects as structured (location, type, reason, importance) tuples and uses VLMs for detection, along with a 30K-image dataset SDG-30K and a diagnosis-to-alignment framework called BoxFlow-GRPO.
View Cached Full Text
Cached at: 06/12/26, 10:52 AM
Paper page - Where, What, Why, and Importance: Structured Defect Grounding for Text-to-Image Feedback
Source: https://huggingface.co/papers/2606.06113
Abstract
Structured Defect Grounding (SDG) addresses limitations in text-to-image model diagnosis by modeling defects as structured sets and using vision-language models for detection and reward-based alignment.
Despite generating increasingly photorealistic images, text-to-image (T2I) models still exhibit localized, subtle, and structurally complex failures. Diagnosing these failures requiresinstance-level feedbackthat answers where a defect occurs, what type it is, why it is defective, and its importance to overall image quality. While recentdense-feedback methodsmove beyond scalar supervision, their heatmap-centric representations still formulate diagnosis aspixel-field regression, making it difficult to localizevariable-cardinality defectsand bind semantic reasons to individual failures. To address this representation bottleneck, we propose StructuredDefect Grounding(SDG), which casts T2I diagnosis asstructured set predictionby modeling each defect as a (location, type, reason, importance) tuple. To make this formulation trainable and measurable, we introduce SDG-30K, a 30K-image dataset with box-grounded annotations across four modern T2I generators, together with a dedicated evaluation protocol, SDG-Eval. Building on this structured representation, we further present a diagnosis-to-alignment framework in which aVision-Language Model(VLM) serves as the SDG detector, and BoxFlow-GRPO converts predicted defect sets into box-derived, importance-weightedspatial rewardsfordiffusion model alignment. Extensive experiments show that our SDG detector outperforms leading proprietary VLMs on structureddefect grounding, while SDG-guided rewards consistently improve T2I alignment and support localized image refinement. These results establish SDG as a unified, instance-level interface for diagnosing, evaluating, and enhancing modern generative models.
View arXiv pageView PDFProject pageGitHub3Add to collection
Get this paper in your agent:
hf papers read 2606\.06113
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper3
#### P1n3/sdg-detector-sft Image-Text-to-Text• 4B• Updated1 day ago • 27
#### P1n3/sdg-detector-grpo Image-Text-to-Text• 4B• Updated1 day ago • 14
#### P1n3/boxflow-grpo-flux-lora Text-to-Image• Updated1 day ago • 16
Datasets citing this paper1
#### P1n3/SDG-30K Viewer• Updated1 day ago • 30.2k • 5.93k
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2606.06113 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
GAVEL: Grounded Caption Error Verification and Localization
GAVEL introduces a new task for verifying, explaining, and localizing errors in image-text pairs, along with a dataset and benchmark. A supervised baseline shows improvements over strong closed-source models.
Lightweight Multimodal LLM-Enabled Cost-Effective Defect Grading of Power Transmission Equipment
This paper introduces a lightweight multimodal LLM-based framework for cost-effective defect grading of power transmission equipment, using in-context learning and chain-of-thought to generate training data and fine-tuning Qwen3-VL-8B for state-of-the-art performance.
Trust the Right Teacher: Quality-Aware Self-Distillation for GUI Grounding
Proposes quality-aware self-distillation for GUI grounding, improving coordinate-token teacher signals via correctness-aware gating and probability scaling to enhance vision-language model performance.
Thinking with Visual Grounding
This paper introduces visually grounded thinking, a method for vision-language models to interleave natural-language reasoning with explicit visual evidence grounding using points or boxes. A scalable synthesis pipeline and grounding-aware reinforcement learning improve reasoning accuracy, enabling a 4B model to match or surpass a 27B model on spatial and counting benchmarks.
LocateAnything: Fast and High-Quality Vision-Language Grounding with Parallel Box Decoding
LocateAnything proposes Parallel Box Decoding for unified visual grounding and object detection, decoding geometric elements as atomic units to improve throughput and localization accuracy, supported by a large-scale dataset of 138M samples.