핵심 개념
VectorPainter generates stylized vector graphics by rearranging vectorized strokes extracted from a reference image to align with a given text prompt, while preserving the style of the reference.
초록
The paper proposes a novel method called VectorPainter for generating stylized vector graphics. The key idea is to conceptualize the stylization process as the rearrangement of vectorized strokes extracted from a reference image.
The method consists of two main components:
- Style Stroke Extraction: VectorPainter employs a super-pixel method to extract a set of vectorized strokes from the reference image, which capture the unique style characteristics.
- Stylized SVG Synthesis: VectorPainter uses an optimization-based pipeline that combines a text-to-image (T2I) model and a differentiable rasterizer. The extracted strokes are used to initialize the synthesis process. To preserve the style, a novel style preservation loss is introduced, which monitors the synthesis from both local stroke-level and global painting-level perspectives.
Extensive experiments demonstrate that VectorPainter outperforms existing methods in generating high-quality stylized vector graphics that align with the text prompt while faithfully preserving the style of the reference image.
통계
"Every artist dips his brush in his soul and paints his own nature into his paintings." -Henry Ward Beecher
Artists have different stroke preferences, e.g., Vincent van Gogh favored short strokes, while Edvard Munch preferred longer ones.
A Tangram puzzle can form different objects using a set of basic elements, motivating the idea of rearranging strokes to create new content.
인용구
"Every artist dips his brush in his soul and paints his own nature into his paintings." -Henry Ward Beecher
"A Tangram puzzle can form different objects using a set of basic elements, motivating the idea of rearranging strokes to create new content."