paper-with-me

홈 › Papers

Neural Style Transfer for Vector Graphics

2023-03-06 · Valeria Efimova, Artyom Chebykin, Ivan Jarsky, Evgenii Prosvirnin, Andrey Filchenkov

Neural style transfer draws researchers' attention, but the interest focuses on bitmap images. Various models have been developed for bitmap image generation both online and offline with arbitrary and pre-trained styles. However, the style transfer between vector images has not almost been considered. Our research shows that applying standard content and style losses insignificantly changes the vector image drawing style because the structure of vector primitives differs a lot from pixels. To handle this problem, we introduce new loss functions. We also develop a new method based on differentiable rasterization that uses these loss functions and can change the color and shape parameters of the content image corresponding to the drawing of the style image. Qualitative experiments demonstrate the effectiveness of the proposed VectorNST method compared with the state-of-the-art neural style transfer approaches for bitmap images and the only existing approach for stylizing vector images, DiffVG. Although the proposed model does not achieve the quality and smoothness of style transfer between bitmap images, we consider our work an important early step in this area. VectorNST code and demo service are available at https://github.com/IzhanVarsky/VectorNST.

📄 PDF Abstract BibTeX arXiv:2303.03405

Code (1)

izhanvarsky/vectornst 공식 구현 pytorch

Tasks

Image GenerationStyle TransferVector Graphics

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

VectorPainter: Advanced Stylized Vector Graphics Synthesis Using Stroke-Style Priors

2024-05-05 · Juncheng Hu, XiMing Xing, Jing Zhang, Qian Yu

We introduce VectorPainter, a novel framework designed for reference-guided text-to-vector-graphics synthesis. Based on our observation that the style of strokes can be an important aspect to distinguish different artist…

Imitation LearningVector Graphics

Exemplar-Based 3D Portrait Stylization

2021-04-29 · Fangzhou Han, Shuquan Ye, Mingming He, Menglei Chai 외

Exemplar-based portrait stylization is widely attractive and highly desired. Despite recent successes, it remains challenging, especially when considering both texture and geometric styles. In this paper, we present the …

Style Transfer

VectorFusion: Text-to-SVG by Abstracting Pixel-Based Diffusion Models

2022-11-21 · CVPR 2023 1 · Ajay Jain, Amber Xie, Pieter Abbeel

Diffusion models have shown impressive results in text-to-image synthesis. Using massive datasets of captioned images, diffusion models learn to generate raster images of highly diverse objects and scenes. However, desig…

Image GenerationText to 3DVector Graphics

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

Style Customization of Text-to-Vector Generation with Image Diffusion Priors

2025-05-15 · Peiying Zhang, Nanxuan Zhao, Jing Liao

Scalable Vector Graphics (SVGs) are highly favored by designers due to their resolution independence and well-organized layer structure. Although existing text-to-vector (T2V) generation methods can create SVGs from text…

Vector Graphics