paper-with-me

홈 › Papers

Few-shot Font Generation with Localized Style Representations and Factorization

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

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 disentangle the style and content element from a few reference glyphs, and mainly focus on a universal style representation for each font style. However, such approach limits the model in representing diverse local styles, and thus makes it unsuitable to the most complicated letter system, e.g., 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 by learning localized styles, namely component-wise style representations, instead of universal styles. The proposed style representations enable us to synthesize complex local details in text designs. However, learning component-wise styles solely from reference glyphs is infeasible in the few-shot font generation scenario, when a target script has a large number of components, e.g., over 200 for Chinese. To reduce the number of reference glyphs, we simplify component-wise styles by a product of component factor and style factor, inspired by low-rank matrix factorization. Thanks to the combination of strong representation and a compact factorization strategy, our method shows remarkably better few-shot font generation results (with only 8 reference glyph images) than other state-of-the-arts, without utilizing strong locality supervision, e.g., location of each component, skeleton, or strokes. The source code is available at https://github.com/clovaai/lffont.

📄 PDF Abstract BibTeX arXiv:2009.11042

Code (3)

clovaai/lffont 공식 구현 pytorch
clovaai/dmfont pytorch
clovaai/mxfont pytorch

Tasks

Font Generation

Similar Papers 제목 키워드 기반

Few-shot Font Generation with Weakly Supervised Localized Representations

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

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 c…

Font Generation

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

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

Neural Transformation Fields for Arbitrary-Styled Font Generation

2023-01-01 · CVPR 2023 1 · Bin Fu, Junjun He, Jianjun Wang, Yu Qiao

Few-shot font generation (FFG), aiming at generating font images with a few samples, is an emerging topic in recent years due to the academic and commercial values. Typically, the FFG approaches follow the style-cont…

DisentanglementFont Generation

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

2023-09-02 · ICCV 2023 1 · Wei Pan, Anna Zhu, Xinyu Zhou, Brian Kenji Iwana 외

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 dise…

DisentanglementFont GenerationQuantizationStyle Transfer