Papers › Improving Diffusion Models for Scene Text Editing with Dual Encoders

Improving Diffusion Models for Scene Text Editing with Dual Encoders

12 Apr 2023arXiv:2304.05568archive 2025-07-28

Jiabao Ji, Guanhua Zhang, Zhaowen Wang, Bairu Hou, Zhifei Zhang, Brian Price, Shiyu Chang

Scene text editing is a challenging task that involves modifying or inserting specified texts in an image while maintaining its natural and realistic appearance. Most previous approaches to this task rely on style-transfer models that crop out text regions and feed them into image transfer models, such as GANs. However, these methods are limited in their ability to change text style and are unable to insert texts into images. Recent advances in diffusion models have shown promise in overcoming these limitations with text-conditional image editing. However, our empirical analysis reveals that state-of-the-art diffusion models struggle with rendering correct text and controlling text style. To address these problems, we propose DIFFSTE to improve pre-trained diffusion models with a dual encoder design, which includes a character encoder for better text legibility and an instruction encoder for better style control. An instruction tuning framework is introduced to train our model to learn the mapping from the text instruction to the corresponding image with either the specified style or the style of the surrounding texts in the background. Such a training method further brings our method the zero-shot generalization ability to the following three scenarios: generating text with unseen font variation, e.g., italic and bold, mixing different fonts to construct a new font, and using more relaxed forms of natural language as the instructions to guide the generation task. We evaluate our approach on five datasets and demonstrate its superior performance in terms of text correctness, image naturalness, and style controllability. Our code is publicly available. https://github.com/UCSB-NLP-Chang/DiffSTE

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2304.05568")

Code

Syntology Ran 5 of 12 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 5 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ucsb-nlp-chang/diffste officialmentioned in papermentioned on GitHubjaxMIT report
pwc-1/Paper-9 mindspore report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 5 ran; 0 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

5ran
7unverified

Licence: 0 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ucsb-nlp-chang/diffste. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

convert_pytorch_state_dict_to_flax ucsb-nlp-chang/diffste/diffusers/modeling_flax_pytorch_utils.py official repository ran MIT (permissive) · 7d657d43bf8f10fc · report
get_parameter_device ucsb-nlp-chang/diffste/diffusers/modeling_utils.py official repository ran MIT (permissive) · eafa252fd6f86857 · report
get_parameter_dtype ucsb-nlp-chang/diffste/diffusers/modeling_utils.py official repository ran MIT (permissive) · dc2045840ce679cb · report
rename_key ucsb-nlp-chang/diffste/diffusers/modeling_flax_pytorch_utils.py official repository ran fingerprinted MIT (permissive) · fa58367fb507f72f · report
rename_key_and_reshape_tensor ucsb-nlp-chang/diffste/diffusers/modeling_flax_pytorch_utils.py official repository ran MIT (permissive) · 5f1d8a0f6c5bcb3e · report
check_imports ucsb-nlp-chang/diffste/diffusers/dynamic_modules_utils.py official repository unverified MIT (permissive) · 301682fc3342590a · report
get_full_repo_name ucsb-nlp-chang/diffste/diffusers/hub_utils.py official repository unverified MIT (permissive) · 29385ad1fe81ea51 · report
get_relative_import_files ucsb-nlp-chang/diffste/diffusers/dynamic_modules_utils.py official repository unverified MIT (permissive) · 00cc853a73f3aeb6 · report
get_relative_imports ucsb-nlp-chang/diffste/diffusers/dynamic_modules_utils.py official repository unverified MIT (permissive) · 450aeffe7f80f917 · report
get_timestep_embedding ucsb-nlp-chang/diffste/diffusers/models/embeddings.py official repository unverified MIT (permissive) · 38f69a3d1e46016d · report
init_git_repo ucsb-nlp-chang/diffste/diffusers/hub_utils.py official repository unverified MIT (permissive) · 4fc8ed38425ff8ba · report
load_state_dict ucsb-nlp-chang/diffste/diffusers/modeling_utils.py official repository unverified MIT (permissive) · 77bd5e6e8ca8c91d · report

Tasks

Scene Text EditingStyle TransferZero-shot Generalization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections