paper-with-me

Papers

CF-Font: Content Fusion for Few-shot Font Generation

2023-03-24 · CVPR 2023 1 · Chi Wang, Min Zhou, Tiezheng Ge, Yuning Jiang, Hujun Bao, Weiwei Xu

Content and style disentanglement is an effective way to achieve few-shot font generation. It allows to transfer the style of the font image in a source domain to the style defined with a few reference images in a target domain. However, the content feature extracted using a representative font might not be optimal. In light of this, we propose a content fusion module (CFM) to project the content feature into a linear space defined by the content features of basis fonts, which can take the variation of content features caused by different fonts into consideration. Our method also allows to optimize the style representation vector of reference images through a lightweight iterative style-vector refinement (ISR) strategy. Moreover, we treat the 1D projection of a character image as a probability distribution and leverage the distance between two distributions as the reconstruction loss (namely projected character loss, PCL). Compared to L2 or L1 reconstruction loss, the distribution distance pays more attention to the global shape of characters. We have evaluated our method on a dataset of 300 fonts with 6.5k characters each. Experimental results verify that our method outperforms existing state-of-the-art few-shot font generation methods by a large margin. The source code can be found at https://github.com/wangchi95/CF-Font.

📄 PDF Abstract BibTeX arXiv:2303.14017

Code (1)

wangchi95/cf-font 공식 구현 pytorch

Tasks

DisentanglementFont Generation

Similar Papers 제목 키워드 기반

FontDiffuser: One-Shot Font Generation via Denoising Diffusion with Multi-Scale Content Aggregation and Style Contrastive Learning

2023-12-19 · Zhenhua Yang, Dezhi Peng, Yuxin Kong, Yuyi Zhang 외

Automatic font generation is an imitation task, which aims to create a font library that mimics the style of reference images while preserving the content from source images. Although existing font generation methods hav…

Contrastive LearningDenoisingFont GenerationFont Style Transfer+2

Generate Like Experts: Multi-Stage Font Generation by Incorporating Font Transfer Process into Diffusion Models

2024-01-01 · CVPR 2024 1 · Bin Fu, Fanghua Yu, Anran Liu, Zixuan Wang 외

Few-shot font generation (FFG) produces stylized font images with a limited number of reference samples which can significantly reduce labor costs in manual font designs. Most existing FFG methods follow the style-co…

DisentanglementFont GenerationGenerative Adversarial Network

Diff-Font: Diffusion Model for Robust One-Shot Font Generation

2022-12-12 · Haibin He, Xinyuan Chen, Chaoyue Wang, Juhua Liu 외

Font generation is a difficult and time-consuming task, especially in those languages using ideograms that have complicated structures with a large number of characters, such as Chinese. To solve this problem, few-shot f…

Font Generation

DRG-Font: Dynamic Reference-Guided Few-shot Font Generation via Contrastive Style-Content Disentanglement

2026-04-15 · Rejoy Chakraborty, Prasun Roy, Saumik Bhattacharya, Umapada Pal arxiv

Few-shot Font Generation aims to generate stylistically consistent glyphs from a few reference glyphs. However, capturing complex font styles from a few exemplars remains challenging, and the existing methods often strug…

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…