paper-with-me

홈 › Papers

DeepVecFont-v2: Exploiting Transformers to Synthesize Vector Fonts with Higher Quality

2023-03-25 · CVPR 2023 1 · Yuqing Wang, Yizhi Wang, Longhui Yu, Yuesheng Zhu, Zhouhui Lian

Vector font synthesis is a challenging and ongoing problem in the fields of Computer Vision and Computer Graphics. The recently-proposed DeepVecFont achieved state-of-the-art performance by exploiting information of both the image and sequence modalities of vector fonts. However, it has limited capability for handling long sequence data and heavily relies on an image-guided outline refinement post-processing. Thus, vector glyphs synthesized by DeepVecFont still often contain some distortions and artifacts and cannot rival human-designed results. To address the above problems, this paper proposes an enhanced version of DeepVecFont mainly by making the following three novel technical contributions. First, we adopt Transformers instead of RNNs to process sequential data and design a relaxation representation for vector outlines, markedly improving the model's capability and stability of synthesizing long and complex outlines. Second, we propose to sample auxiliary points in addition to control points to precisely align the generated and target B\'ezier curves or lines. Finally, to alleviate error accumulation in the sequential generation process, we develop a context-based self-refinement module based on another Transformer-based decoder to remove artifacts in the initially synthesized glyphs. Both qualitative and quantitative results demonstrate that the proposed method effectively resolves those intrinsic problems of the original DeepVecFont and outperforms existing approaches in generating English and Chinese vector fonts with complicated structures and diverse styles.

📄 PDF Abstract BibTeX arXiv:2303.14585

Code (1)

yizhiwang96/deepvecfont-v2 공식 구현 pytorch

Tasks

DecoderVector Graphics

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

DeepVecFont: Synthesizing High-quality Vector Fonts via Dual-modality Learning

2021-10-13 · Yizhi Wang, Zhouhui Lian

Automatic font generation based on deep learning has aroused a lot of interest in the last decade. However, only a few recently-reported approaches are capable of directly generating vector glyphs and their results are s…

Font GenerationImage GenerationVocal Bursts Intensity Prediction

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

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

VecGlypher: Unified Vector Glyph Generation with Language Models

2026-02-25 · Xiaoke Huang, Bhavul Gauri, Kam Woh Ng, Tony Ng 외 arxiv

Vector glyphs are the atomic units of digital typography, yet most learning-based pipelines still depend on carefully curated exemplar sheets and raster-to-vector postprocessing, which limits accessibility and editabilit…

HFH-Font: Few-shot Chinese Font Synthesis with Higher Quality, Faster Speed, and Higher Resolution

2024-10-09 · Hua Li, Zhouhui Lian

The challenge of automatically synthesizing high-quality vector fonts, particularly for writing systems (e.g., Chinese) consisting of huge amounts of complex glyphs, remains unsolved. Existing font synthesis techniques f…

Super-Resolution