Papers › Beyond Isolated Words: Diffusion Brush for Handwritten Text-Line Generation

Beyond Isolated Words: Diffusion Brush for Handwritten Text-Line Generation

5 Aug 2025ICCVarXiv:2508.03256added by Syntology

Gang Dai, Yifan Zhang, Yutao Qin, Qiangya Guo, Shuangping Huang, Shuicheng Yan

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Existing handwritten text generation methods primarily focus on isolated words. However, realistic handwritten text demands attention not only to individual words but also to the relationships between them, such as vertical alignment and horizontal spacing. Therefore, generating entire text lines emerges as a more promising and comprehensive task. However, this task poses significant challenges, including the accurate modeling of complex style patterns encompassing both intra- and inter-word relationships, and maintaining content accuracy across numerous characters. To address these challenges, we propose DiffBrush, a novel diffusion-based model for handwritten text-line generation. Unlike existing methods, DiffBrush excels in both style imitation and content accuracy through two key strategies: (1) content-decoupled style learning, which disentangles style from content to better capture intra-word and inter-word style patterns by using column- and row-wise masking; and (2) multi-scale content learning, which employs line and word discriminators to ensure global coherence and local accuracy of textual content. Extensive experiments show that DiffBrush excels in generating high-quality text lines, particularly in style reproduction and content preservation. Code is available at https://github.com/dailenson/DiffBrush.

PaperPDFCode 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="2508.03256")

Code

Syntology Ran 11 of 20 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · fixture could not drive it; 10 ran with no contract checked.

By repository: found in paper text by Syntology: 20 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

dailenson/DiffBrush found in paper text by Syntology report

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

20 samples harvested; 11 ran; 0 honoured the contract we drafted; 9 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.

1ran · fixture could not drive it
10ran
9unverified

Licence: 0 of the 20 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 dailenson/DiffBrush. “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.

BasicBlock dailenson/DiffBrush/models/unet.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 3eeb7ad3e51182b6 · report
BasicTransformerBlock dailenson/DiffBrush/models/unet.py found in paper text by Syntology ran MIT (permissive) · 560b9460a4ba3c95 · report
CheckpointFunction dailenson/DiffBrush/models/unet.py found in paper text by Syntology ran MIT (permissive) · 513f01ae3d65b92a · report
CrossAttention dailenson/DiffBrush/models/unet.py found in paper text by Syntology ran MIT (permissive) · aaf73d2a3d84cc5b · report
Downsample dailenson/DiffBrush/models/unet.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 763eaf30a7ec2801 · report
Proxy_Anchor dailenson/DiffBrush/models/unet.py found in paper text by Syntology ran MIT (permissive) · ca7d14825009b1a7 · report
QKVAttention dailenson/DiffBrush/models/unet.py found in paper text by Syntology ran MIT (permissive) · a527744b4c918a23 · report
QKVAttentionLegacy dailenson/DiffBrush/models/unet.py found in paper text by Syntology ran MIT (permissive) · 7f426ee49ae356e0 · report
ResNet dailenson/DiffBrush/models/unet.py found in paper text by Syntology ran fingerprinted MIT (permissive) · cc61b25b0388b42d · report
Upsample dailenson/DiffBrush/models/unet.py found in paper text by Syntology ran fingerprinted MIT (permissive) · f827e7bcb16c1d75 · report
timestep_embedding dailenson/DiffBrush/models/unet.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 1b261a79cdace383 · report
AttentionBlock dailenson/DiffBrush/models/unet.py found in paper text by Syntology unverified MIT (permissive) · 5e204acfe6ae38ac · report
Mix_TR dailenson/DiffBrush/models/unet.py found in paper text by Syntology unverified MIT (permissive) · 4dab4ad094e29ef2 · report
ResBlock dailenson/DiffBrush/models/unet.py found in paper text by Syntology unverified MIT (permissive) · 9d2fcaf8335c2210 · report
SpatialTransformer dailenson/DiffBrush/models/unet.py found in paper text by Syntology unverified MIT (permissive) · a0fe4952c73f4e10 · report
TimestepBlock dailenson/DiffBrush/models/unet.py found in paper text by Syntology unverified MIT (permissive) · 6f183b4bfe4ad68f · report
TimestepEmbedSequential dailenson/DiffBrush/models/unet.py found in paper text by Syntology unverified MIT (permissive) · 661d22c736946198 · report
UNetModel dailenson/DiffBrush/models/unet.py found in paper text by Syntology unverified MIT (permissive) · 3761e7a226193538 · report
checkpoint dailenson/DiffBrush/models/unet.py found in paper text by Syntology unverified MIT (permissive) · 06599f1e1f23a978 · report
count_flops_attn dailenson/DiffBrush/models/unet.py found in paper text by Syntology unverified MIT (permissive) · d147ee9b766a6934 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2508.03256, was issued in August 2025, after that date, so the archive has no leaderboard rows for it.

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