paper-with-me

홈 › Papers

Typeface Completion with Generative Adversarial Networks

2018-11-09 · Yonggyu Park, Junhyun Lee, Yookyung Koh, Inyeop Lee, Jinhyuk Lee, Jaewoo Kang

The mood of a text and the intention of the writer can be reflected in the typeface. However, in designing a typeface, it is difficult to keep the style of various characters consistent, especially for languages with lots of morphological variations such as Chinese. In this paper, we propose a Typeface Completion Network (TCN) which takes one character as an input, and automatically completes the entire set of characters in the same style as the input characters. Unlike existing models proposed for image-to-image translation, TCN embeds a character image into two separate vectors representing typeface and content. Combined with a reconstruction loss from the latent space, and with other various losses, TCN overcomes the inherent difficulty in designing a typeface. Also, compared to previous image-to-image translation models, TCN generates high quality character images of the same typeface with a much smaller number of model parameters. We validate our proposed model on the Chinese and English character datasets, which is paired data, and the CelebA dataset, which is unpaired data. In these datasets, TCN outperforms recently proposed state-of-the-art models for image-to-image translation. The source code of our model is available at https://github.com/yongqyu/TCN.

📄 PDF Abstract BibTeX arXiv:1811.03762

Code (2)

yongqyu/TCN 공식 구현 pytorch
Pengxiao-Wang/Typeface-and-Font-Style-Transfer

Tasks

Font Style TransferImage-to-Image TranslationTranslationTypeface Completion

Similar Papers 제목 키워드 기반

Chinese Typeface Transformation with Hierarchical Adversarial Network

2017-11-17 · Jie Chang, Yujun Gu, Ya zhang

In this paper, we explore automated typeface generation through image style transfer which has shown great promise in natural image generation. Existing style transfer methods for natural images generally assume that the…

DecoderImage GenerationStyle Transfer

Contour Completion by Transformers and Its Application to Vector Font Data

2023-04-27 · Yusuke Nagata, Brian Kenji Iwana, Seiichi Uchida

In documents and graphics, contours are a popular format to describe specific shapes. For example, in the True Type Font (TTF) file format, contours describe vector outlines of typeface shapes. Each contour is often defi…

Face Completion with Semantic Knowledge and Collaborative Adversarial Learning

2018-12-08 · Haofu Liao, Gareth Funka-Lea, Yefeng Zheng, Jiebo Luo 외

Unlike a conventional background inpainting approach that infers a missing area from image patches similar to the background, face completion requires semantic knowledge about the target object for realistic outputs. Cur…

Facial InpaintingImage InpaintingSemantic Segmentation

Large Scale Image Completion via Co-Modulated Generative Adversarial Networks

2021-03-18 · ICLR 2021 1 · Shengyu Zhao, Jonathan Cui, Yilun Sheng, Yue Dong 외

Numerous task-specific variants of conditional generative adversarial networks have been developed for image completion. Yet, a serious limitation remains that all existing algorithms tend to fail when handling large-sca…

DiversityImage InpaintingImage-to-Image TranslationTranslation

Learning Disentangling and Fusing Networks for Face Completion Under Structured Occlusions

2017-12-13 · Zhihang Li, Yibo Hu, Ran He

Face completion aims to generate semantically new pixels for missing facial components. It is a challenging generative task due to large variations of face appearance. This paper studies generative face completion under …

DecoderFacial InpaintingGenerative Adversarial Network