paper-with-me

Papers

Segmentation-guided Layer-wise Image Vectorization with Gradient Fills

2024-08-28 · Hengyu Zhou, HUI ZHANG, Bin Wang

The widespread use of vector graphics creates a significant demand for vectorization methods. While recent learning-based techniques have shown their capability to create vector images of clear topology, filling these primitives with gradients remains a challenge. In this paper, we propose a segmentation-guided vectorization framework to convert raster images into concise vector graphics with radial gradient fills. With the guidance of an embedded gradient-aware segmentation subroutine, our approach progressively appends gradient-filled B\'ezier paths to the output, where primitive parameters are initiated with our newly designed initialization technique and are optimized to minimize our novel loss function. We build our method on a differentiable renderer with traditional segmentation algorithms to develop it as a model-free tool for raster-to-vector conversion. It is tested on various inputs to demonstrate its feasibility, independent of datasets, to synthesize vector graphics with improved visual quality and layer-wise topology compared to prior work.

📄 PDF Abstract BibTeX arXiv:2408.15741

Code (1)

Rhacoal/SGLIVE 공식 구현 pytorch

Tasks

SegmentationVector Graphics

Similar Papers 제목 키워드 기반

Layered Image Vectorization via Semantic Simplification

2024-06-08 · CVPR 2025 1 · Zhenyu Wang, Jianxi Huang, Zhida Sun, Yuanhao Gong 외

This work presents a progressive image vectorization technique that reconstructs the raster image as layer-wise vectors from semantic-aligned macro structures to finer details. Our approach introduces a new image simplif…

Semantic Segmentation

Towards Layer-wise Image Vectorization

2022-06-09 · CVPR 2022 1 · Xu Ma, Yuqian Zhou, Xingqian Xu, Bin Sun 외

Image rasterization is a mature technique in computer graphics, while image vectorization, the reverse path of rasterization, remains a major challenge. Recent advanced deep learning-based models achieve vectorization an…

LayerPeeler: Autoregressive Peeling for Layer-wise Image Vectorization

2025-05-29 · Ronghuan Wu, Wanchao Su, Jing Liao

Image vectorization is a powerful technique that converts raster images into vector graphics, enabling enhanced flexibility and interactivity. However, popular image vectorization tools struggle with occluded regions, pr…

DescriptiveVector Graphics

AmodalSVG: Amodal Image Vectorization via Semantic Layer Peeling

2026-04-13 · Juncheng Hu, Ziteng Xue, Guotao Liang, Anran Qi 외 arxiv

We introduce AmodalSVG, a new framework for amodal image vectorization that produces semantically organized and geometrically complete SVG representations from natural images. Existing vectorization methods operate under…

Clair Obscur: an Illumination-Aware Method for Real-World Image Vectorization

2025-11-25 · Xingyue Lin, Shuai Peng, Xiangyu Xie, Jianhua Zhu 외 arxiv

Image vectorization aims to convert raster images into editable, scalable vector representations while preserving visual fidelity. Existing vectorization methods struggle to represent complex real-world images, often pro…