paper-with-me

홈 › Papers

A Multi-Implicit Neural Representation for Fonts

2021-06-12 · NeurIPS 2021 12 · Pradyumna Reddy, Zhifei Zhang, Matthew Fisher, Hailin Jin, Zhaowen Wang, Niloy J. Mitra

Fonts are ubiquitous across documents and come in a variety of styles. They are either represented in a native vector format or rasterized to produce fixed resolution images. In the first case, the non-standard representation prevents benefiting from latest network architectures for neural representations; while, in the latter case, the rasterized representation, when encoded via networks, results in loss of data fidelity, as font-specific discontinuities like edges and corners are difficult to represent using neural networks. Based on the observation that complex fonts can be represented by a superposition of a set of simpler occupancy functions, we introduce \textit{multi-implicits} to represent fonts as a permutation-invariant set of learned implict functions, without losing features (e.g., edges and corners). However, while multi-implicits locally preserve font features, obtaining supervision in the form of ground truth multi-channel signals is a problem in itself. Instead, we propose how to train such a representation with only local supervision, while the proposed neural architecture directly finds globally consistent multi-implicits for font families. We extensively evaluate the proposed representation for various tasks including reconstruction, interpolation, and synthesis to demonstrate clear advantages with existing alternatives. Additionally, the representation naturally enables glyph completion, wherein a single characteristic font is used to synthesize a whole font family in the target style.

📄 PDF Abstract BibTeX arXiv:2106.06866

Code (1)

preddy5/multi_implicit_fonts

Similar Papers 제목 키워드 기반

Joint Implicit Neural Representation for High-fidelity and Compact Vector Fonts

2023-01-01 · ICCV 2023 1 · Chia-Hao Chen, Ying-Tian Liu, Zhifei Zhang, Yuan-Chen Guo 외

Existing vector font generation approaches either struggle to preserve high-frequency corner details of the glyph or produce vector shapes that have redundant segments, which hinders their applications in practical s…

Font Generation

VecFontSDF: Learning to Reconstruct and Synthesize High-quality Vector Fonts via Signed Distance Functions

2023-03-22 · CVPR 2023 1 · Zeqing Xia, Bojun Xiong, Zhouhui Lian

Font design is of vital importance in the digital content design and modern printing industry. Developing algorithms capable of automatically synthesizing vector fonts can significantly facilitate the font design process…

Image Generation

Multiform Fonts-to-Fonts Translation via Style and Content Disentangled Representations of Chinese Character

2020-03-28 · Fenxi Xiao, Jie Zhang, Bo Huang, Xia Wu

This paper mainly discusses the generation of personalized fonts as the problem of image style transfer. The main purpose of this paper is to design a network framework that can extract and recombine the content and styl…

Style TransferTranslation

Learning Implicit Glyph Shape Representation

2021-06-16 · Ying-Tian Liu, Yuan-Chen Guo, Yi-Xiao Li, Chen Wang 외

In this paper, we present a novel implicit glyph shape representation, which models glyphs as shape primitives enclosed by quadratic curves, and naturally enables generating glyph images at arbitrary high resolutions. Ex…

Font Style TransferStyle TransferVector Graphics

VecFusion: Vector Font Generation with Diffusion

2023-12-16 · CVPR 2024 1 · Vikas Thamizharasan, Difan Liu, Shantanu Agarwal, Matthew Fisher 외

We present VecFusion, a new neural architecture that can generate vector fonts with varying topological structures and precise control point positions. Our approach is a cascaded diffusion model which consists of a raste…

Font GenerationVector Graphics