paper-with-me

홈 › Papers

Large-scale Tag-based Font Retrieval with Generative Feature Learning

2019-09-04 · ICCV 2019 10 · Tianlang Chen, Zhaowen Wang, Ning Xu, Hailin Jin, Jiebo Luo

Font selection is one of the most important steps in a design workflow. Traditional methods rely on ordered lists which require significant domain knowledge and are often difficult to use even for trained professionals. In this paper, we address the problem of large-scale tag-based font retrieval which aims to bring semantics to the font selection process and enable people without expert knowledge to use fonts effectively. We collect a large-scale font tagging dataset of high-quality professional fonts. The dataset contains nearly 20,000 fonts, 2,000 tags, and hundreds of thousands of font-tag relations. We propose a novel generative feature learning algorithm that leverages the unique characteristics of fonts. The key idea is that font images are synthetic and can therefore be controlled by the learning algorithm. We design an integrated rendering and learning process so that the visual feature from one image can be used to reconstruct another image with different text. The resulting feature captures important font design details while is robust to nuisance factors such as text. We propose a novel attention mechanism to re-weight the visual feature for joint visual-text modeling. We combine the feature and the attention mechanism in a novel recognition-retrieval model. Experimental results show that our method significantly outperforms the state-of-the-art for the important problem of large-scale tag-based font retrieval.

📄 PDF Abstract BibTeX arXiv:1909.02072

Code (0)

등록된 구현이 없습니다.

Tasks

RetrievalTAG

Similar Papers 제목 키워드 기반

A Cross-Font Image Retrieval Network for Recognizing Undeciphered Oracle Bone Inscriptions

2024-09-10 · Zhicong Wu, Qifeng Su, Ke Gu, Xiaodong Shi

Oracle Bone Inscription (OBI) is the earliest mature writing system in China, which represents a crucial stage in the development of hieroglyphs. Nevertheless, the substantial quantity of undeciphered OBI characters rema…

Image RetrievalRetrieval

Impression-CLIP: Contrastive Shape-Impression Embedding for Fonts

2024-02-26 · Yugo Kubota, Daichi Haraguchi, Seiichi Uchida

Fonts convey different impressions to readers. These impressions often come from the font shapes. However, the correlation between fonts and their impression is weak and unstable because impressions are subjective. To ca…

Cross-Modal RetrievalRetrieval

FontCLIP: A Semantic Typography Visual-Language Model for Multilingual Font Applications

2024-03-11 · Yuki Tatsukawa, I-Chao Shen, Anran Qi, Yuki Koyama 외

Acquiring the desired font for various design tasks can be challenging and requires professional typographic knowledge. While previous font retrieval or generation works have alleviated some of these difficulties, they o…

AttributeDescriptiveLanguage ModelingLanguage Modelling+1

DG-Font: Deformable Generative Networks for Unsupervised Font Generation

2021-04-07 · CVPR 2021 1 · Yangchen Xie, Xinyuan Chen, Li Sun, Yue Lu

Font generation is a challenging problem especially for some writing systems that consist of a large number of characters and has attracted a lot of attention in recent years. However, existing methods for font generatio…

Font GenerationImage-to-Image Translation

Pyramid Embedded Generative Adversarial Network for Automated Font Generation

2018-11-20 · Donghui Sun, Qing Zhang, Jun Yang

In this paper, we investigate the Chinese font synthesis problem and propose a Pyramid Embedded Generative Adversarial Network (PEGAN) to automatically generate Chinese character images. The PEGAN consists of one generat…

DecoderFont GenerationGenerative Adversarial Network