paper-with-me

홈 › Papers

Few-shot Font Generation with Weakly Supervised Localized Representations

2021-12-22 · Song Park, Sanghyuk Chun, Junbum Cha, Bado Lee, Hyunjung Shim

Automatic few-shot font generation aims to solve a well-defined, real-world problem because manual font designs are expensive and sensitive to the expertise of designers. Existing methods learn to disentangle style and content elements by developing a universal style representation for each font style. However, this approach limits the model in representing diverse local styles, because it is unsuitable for complicated letter systems, for example, Chinese, whose characters consist of a varying number of components (often called "radical") -- with a highly complex structure. In this paper, we propose a novel font generation method that learns localized styles, namely component-wise style representations, instead of universal styles. The proposed style representations enable the synthesis of complex local details in text designs. However, learning component-wise styles solely from a few reference glyphs is infeasible when a target script has a large number of components, for example, over 200 for Chinese. To reduce the number of required reference glyphs, we represent component-wise styles by a product of component and style factors, inspired by low-rank matrix factorization. Owing to the combination of strong representation and a compact factorization strategy, our method shows remarkably better few-shot font generation results (with only eight reference glyphs) than other state-of-the-art methods. Moreover, strong locality supervision, for example, location of each component, skeleton, or strokes, was not utilized. The source code is available at https://github.com/clovaai/lffont and https://github.com/clovaai/fewshot-font-generation.

📄 PDF Abstract BibTeX arXiv:2112.11895

Code (2)

clovaai/fewshot-font-generation 공식 구현 pytorch
clovaai/lffont 공식 구현 pytorch

Tasks

Font Generation

Similar Papers 제목 키워드 기반

XMP-Font: Self-Supervised Cross-Modality Pre-training for Few-Shot Font Generation

2022-04-11 · CVPR 2022 1 · Wei Liu, Fangyue Liu, Fei Ding, Qian He 외

Generating a new font library is a very labor-intensive and time-consuming job for glyph-rich scripts. Few-shot font generation is thus required, as it requires only a few glyph references without fine-tuning during test…

DisentanglementFont Generation

Few-shot Font Generation with Localized Style Representations and Factorization

2020-09-23 · Song Park, Sanghyuk Chun, Junbum Cha, Bado Lee 외

Automatic few-shot font generation is a practical and widely studied problem because manual designs are expensive and sensitive to the expertise of designers. Existing few-shot font generation methods aim to learn to dis…

Font Generation

SmartFont: Dynamic Condition Allocation for Few-Shot Font Generation

2026-06-11 · Zian Yang, Zixin Wang arxiv

Few-shot font generation simultaneously requires global structural completeness and fine-grained local style fidelity. Existing methods usually either rely on global content-style modeling, which is robust but imperfectl…

Multiple Heads are Better than One: Few-shot Font Generation with Multiple Localized Experts

2021-04-02 · ICCV 2021 10 · Song Park, Sanghyuk Chun, Junbum Cha, Bado Lee 외

A few-shot font generation (FFG) method has to satisfy two objectives: the generated images should preserve the underlying global structure of the target character and present the diverse local reference style. Existing …

DisentanglementFont GenerationGraph Matching

StrokeGAN+: Few-Shot Semi-Supervised Chinese Font Generation with Stroke Encoding

2022-11-11 · Jinshan Zeng, Yefei Wang, Qi Chen, Yunxin Liu 외

The generation of Chinese fonts has a wide range of applications. The currently predominated methods are mainly based on deep generative models, especially the generative adversarial networks (GANs). However, existing GA…

Font Generation