paper-with-me

홈 › Papers

Few-Shot Font Generation by Learning Fine-Grained Local Styles

2022-05-20 · CVPR 2022 1 · Licheng Tang, Yiyang Cai, Jiaming Liu, Zhibin Hong, Mingming Gong, Minhu Fan, Junyu Han, Jingtuo Liu, Errui Ding, Jingdong Wang

Few-shot font generation (FFG), which aims to generate a new font with a few examples, is gaining increasing attention due to the significant reduction in labor cost. A typical FFG pipeline considers characters in a standard font library as content glyphs and transfers them to a new target font by extracting style information from the reference glyphs. Most existing solutions explicitly disentangle content and style of reference glyphs globally or component-wisely. However, the style of glyphs mainly lies in the local details, i.e. the styles of radicals, components, and strokes together depict the style of a glyph. Therefore, even a single character can contain different styles distributed over spatial locations. In this paper, we propose a new font generation approach by learning 1) the fine-grained local styles from references, and 2) the spatial correspondence between the content and reference glyphs. Therefore, each spatial location in the content glyph can be assigned with the right fine-grained style. To this end, we adopt cross-attention over the representation of the content glyphs as the queries and the representations of the reference glyphs as the keys and values. Instead of explicitly disentangling global or component-wise modeling, the cross-attention mechanism can attend to the right local styles in the reference glyphs and aggregate the reference styles into a fine-grained style representation for the given content glyphs. The experiments show that the proposed method outperforms the state-of-the-art methods in FFG. In particular, the user studies also demonstrate the style consistency of our approach significantly outperforms previous methods.

📄 PDF Abstract BibTeX arXiv:2205.09965

Code (2)

tlc121/FsFont 공식 구현 paddle
yjunej/FSFont-pytorch pytorch

Tasks

Font Generation

Similar Papers 제목 키워드 기반

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…

Look Closer to Supervise Better: One-Shot Font Generation via Component-Based Discriminator

2022-04-30 · CVPR 2022 1 · Yuxin Kong, Canjie Luo, Weihong Ma, Qiyuan Zhu 외

Automatic font generation remains a challenging research issue due to the large amounts of characters with complicated structures. Typically, only a few samples can serve as the style/content reference (termed few-shot l…

Few-Shot LearningFont Generation

VQ-Font: Few-Shot Font Generation with Structure-Aware Enhancement and Quantization

2023-08-27 · Mingshuai Yao, Yabo Zhang, Xianhui Lin, Xiaoming Li 외

Few-shot font generation is challenging, as it needs to capture the fine-grained stroke styles from a limited set of reference glyphs, and then transfer to other characters, which are expected to have similar styles. How…

Font GenerationQuantization

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

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