CVDec 9, 2025

Unified Diffusion Transformer for High-fidelity Text-Aware Image Restoration

arXiv:2512.08922v11 citationsh-index: 8
AI Analysis

This addresses text degradation in images for applications like document analysis, but it is incremental as it builds on existing diffusion and vision-language models.

The paper tackles the problem of text-aware image restoration, where diffusion models often produce text hallucinations due to lack of linguistic knowledge, and proposes UniT, a unified framework integrating a Diffusion Transformer, Vision-Language Model, and Text Spotting Module, which achieves state-of-the-art F1-score performance on benchmarks.

Text-Aware Image Restoration (TAIR) aims to recover high-quality images from low-quality inputs containing degraded textual content. While diffusion models provide strong generative priors for general image restoration, they often produce text hallucinations in text-centric tasks due to the absence of explicit linguistic knowledge. To address this, we propose UniT, a unified text restoration framework that integrates a Diffusion Transformer (DiT), a Vision-Language Model (VLM), and a Text Spotting Module (TSM) in an iterative fashion for high-fidelity text restoration. In UniT, the VLM extracts textual content from degraded images to provide explicit textual guidance. Simultaneously, the TSM, trained on diffusion features, generates intermediate OCR predictions at each denoising step, enabling the VLM to iteratively refine its guidance during the denoising process. Finally, the DiT backbone, leveraging its strong representational power, exploit these cues to recover fine-grained textual content while effectively suppressing text hallucinations. Experiments on the SA-Text and Real-Text benchmarks demonstrate that UniT faithfully reconstructs degraded text, substantially reduces hallucinations, and achieves state-of-the-art end-to-end F1-score performance in TAIR task.

Foundations

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

Your Notes