Papers › Few shot font generation via transferring similarity guided global style and...

Few shot font generation via transferring similarity guided global style and quantization local style

2 Sep 2023ICCV 2023 1arXiv:2309.00827archive 2025-07-28

Wei Pan, Anna Zhu, Xinyu Zhou, Brian Kenji Iwana, Shilin Li

Automatic few-shot font generation (AFFG), aiming at generating new fonts with only a few glyph references, reduces the labor cost of manually designing fonts. However, the traditional AFFG paradigm of style-content disentanglement cannot capture the diverse local details of different fonts. So, many component-based approaches are proposed to tackle this problem. The issue with component-based approaches is that they usually require special pre-defined glyph components, e.g., strokes and radicals, which is infeasible for AFFG of different languages. In this paper, we present a novel font generation approach by aggregating styles from character similarity-guided global features and stylized component-level representations. We calculate the similarity scores of the target character and the referenced samples by measuring the distance along the corresponding channels from the content features, and assigning them as the weights for aggregating the global style features. To better capture the local styles, a cross-attention-based style transfer module is adopted to transfer the styles of reference glyphs to the components, where the components are self-learned discrete latent codes through vector quantization without manual definition. With these designs, our AFFG method could obtain a complete set of component-level style representations, and also control the global glyph characteristics. The experimental results reflect the effectiveness and generalization of the proposed method on different linguistic scripts, and also show its superiority when compared with other state-of-the-art methods. The source code can be found at https://github.com/awei669/VQ-Font.

PaperPDFConference PDFCodeCode 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="2309.00827")

Code

Syntology Ran 14 of 20 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 4 ran · our draft was wrong; 10 ran with no contract checked.

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

awei669/VQ-Font officialmentioned in papermentioned on GitHubpytorch 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

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

4ran · our draft was wrong
10ran
6unverified

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 awei669/VQ-Font. “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.

CombMemory awei669/VQ-Font/model/generator.py official repository ran MIT (permissive) · 2a39482d4753164c · report
ComponentAttentiomModule awei669/VQ-Font/model/generator.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 71c7a04d62e507d5 · report
ContentEncoder awei669/VQ-Font/model/generator.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 6f8966274a44440a · report
ConvBlock awei669/VQ-Font/model/generator.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 2473ec6f9dc355ab · report
Decoder awei669/VQ-Font/model/generator.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · a17d741f7612e43f · report
Get_style_components awei669/VQ-Font/model/generator.py official repository ran MIT (permissive) · 5e15b825d420a8be · report
Integrator awei669/VQ-Font/model/generator.py official repository ran · metamorphic tier: deterministic MIT (permissive) · c14e6958f34825b9 · report
Memory awei669/VQ-Font/model/generator.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 8aa95f8d6107478a · report
ReferenceEncoder awei669/VQ-Font/model/generator.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 67f9da40971cc102 · report
ResBlock awei669/VQ-Font/model/generator.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · cc3471e8a4b12fd9 · report
comp_enc_builder awei669/VQ-Font/model/generator.py official repository ran · our draft was wrong MIT (permissive) · 3cdb5263748b9863 · report
content_enc_builder awei669/VQ-Font/model/generator.py official repository ran · our draft was wrong MIT (permissive) · f3e23976ff6aa2b4 · report
dispatcher awei669/VQ-Font/model/generator.py official repository ran · our draft was wrong MIT (permissive) · 790a4be48cafa62e · report
spectral_norm awei669/VQ-Font/model/generator.py official repository ran · our draft was wrong MIT (permissive) · e8ff56712f5536e3 · report
Generator awei669/VQ-Font/model/generator.py official repository unverified MIT (permissive) · 5e3adcaee1617921 · report
activ_dispatch awei669/VQ-Font/model/generator.py official repository unverified MIT (permissive) · 2485473d4c08af0a · report
dec_builder awei669/VQ-Font/model/generator.py official repository unverified MIT (permissive) · 02206912d32f5f94 · report
norm_dispatch awei669/VQ-Font/model/generator.py official repository unverified MIT (permissive) · 4d790cc6e758867e · report
pad_dispatch awei669/VQ-Font/model/generator.py official repository unverified MIT (permissive) · ba17bd55a8d2146a · report
w_norm_dispatch awei669/VQ-Font/model/generator.py official repository unverified MIT (permissive) · 940b095eee518c40 · report

Tasks

DisentanglementFont GenerationQuantizationStyle Transfer

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Style Transfer ModuleVQ-VAE

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