Search papers, labs, and topics across Lattice.
This paper introduces a novel framework for few-shot font generation that actively selects additional reference glyphs to enhance stylistic consistency and generation quality. By employing a reference part-coverage-based acquisition function, the model intelligently queries designers for glyphs that maximize the diversity of local structural parts represented in the reference set. Experimental results on the Google Fonts dataset show that this approach significantly outperforms traditional random querying and reference-agnostic methods, leading to improved font synthesis with fewer designer inputs.
Actively acquiring reference glyphs can dramatically enhance few-shot font generation quality while minimizing the number of queries to designers.
Few-shot font generation aims to synthesize the remaining glyphs of a font given one or a few reference glyphs while preserving stylistic consistency, thereby supporting font designers in efficiently completing a typeface. Existing methods primarily focus on improving generation quality given a fixed reference set. However, when the current reference glyphs are insufficient to represent the target style, few-shot font generation may fail to produce satisfactory results. In practical scenarios, additional reference glyphs can often be obtained from the designer when necessary. Accordingly, we propose a new framework, Active Reference Acquisition in Few-Shot Font Generation, in which the model sequentially decides which character to acquire next as an additional reference. Furthermore, we propose a reference part-coverage-based acquisition function to efficiently query the designer. Motivated by the observation that font styles are well characterized by local structural parts, we represent each glyph using a histogram of local features and select query characters that maximize the expected part coverage of the reference set. By prioritizing characters that contain parts not yet covered by the current references, the proposed method progressively expands the diversity of visual parts in the reference set. As a result, generation quality is improved with fewer queries. Experiments on the Google Fonts dataset demonstrate that the proposed method achieves higher generation quality than random querying and reference-agnostic baselines. The code is available at https://github.com/matsuo-shinnosuke/ActiveRef-FontGen.