Papers › Towards Layer-wise Image Vectorization

Towards Layer-wise Image Vectorization

9 Jun 2022CVPR 2022 1arXiv:2206.04655archive 2025-07-28

Xu Ma, Yuqian Zhou, Xingqian Xu, Bin Sun, Valerii Filev, Nikita Orlov, Yun Fu, Humphrey Shi

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 and semantic interpolation of vector graphs and demonstrate a better topology of generating new figures. However, deep models cannot be easily generalized to out-of-domain testing data. The generated SVGs also contain complex and redundant shapes that are not quite convenient for further editing. Specifically, the crucial layer-wise topology and fundamental semantics in images are still not well understood and thus not fully explored. In this work, we propose Layer-wise Image Vectorization, namely LIVE, to convert raster images to SVGs and simultaneously maintain its image topology. LIVE can generate compact SVG forms with layer-wise structures that are semantically consistent with human perspective. We progressively add new bezier paths and optimize these paths with the layer-wise framework, newly designed loss functions, and component-wise path initialization technique. Our experiments demonstrate that LIVE presents more plausible vectorized forms than prior works and can be generalized to new images. With the help of this newly learned topology, LIVE initiates human editable SVGs for both designers and other downstream applications. Codes are made available at https://github.com/Picsart-AI-Research/LIVE-Layerwise-Image-Vectorization.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2206.04655")

Code

Syntology Ran 3 of 13 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 2 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

picsart-ai-research/live-layerwise-image-vectorization officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 3 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
2ran
10unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from picsart-ai-research/live-layerwise-image-vectorization. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

area picsart-ai-research/live-layerwise-image-vectorization/LIVE/xing_loss.py official repository ran Apache-2.0 (permissive) · 78b8ac06cdb89338 · report
compute_sine_theta picsart-ai-research/live-layerwise-image-vectorization/LIVE/xing_loss.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 10df26dd8a42e188 · report
triangle_area picsart-ai-research/live-layerwise-image-vectorization/LIVE/xing_loss.py official repository ran fingerprinted Apache-2.0 (permissive) · 69b23c90ca4b2659 · report
edict_2_dict picsart-ai-research/live-layerwise-image-vectorization/LIVE/utils.py official repository unverified Apache-2.0 (permissive) · acd3411fdfc64cf0 · report
get_bezier_circle picsart-ai-research/live-layerwise-image-vectorization/LIVE/colab.py official repository unverified Apache-2.0 (permissive) · 75a57ee84b632625 · report
get_experiment_id picsart-ai-research/live-layerwise-image-vectorization/LIVE/utils.py official repository unverified Apache-2.0 (permissive) · 26a0540794644302 · report
get_path_schedule picsart-ai-research/live-layerwise-image-vectorization/LIVE/utils.py official repository unverified Apache-2.0 (permissive) · 38a6557314d9deab · report
get_sdf picsart-ai-research/live-layerwise-image-vectorization/LIVE/colab.py official repository unverified Apache-2.0 (permissive) · 20a081b681345e70 · report
parse_hex picsart-ai-research/live-layerwise-image-vectorization/DiffVG/pydiffvg/parse_svg.py official repository unverified Apache-2.0 (permissive) · b6cedb16e0264370 · report
parse_style picsart-ai-research/live-layerwise-image-vectorization/DiffVG/pydiffvg/parse_svg.py official repository unverified Apache-2.0 (permissive) · 64d11b4cc1d353a1 · report
prettify picsart-ai-research/live-layerwise-image-vectorization/DiffVG/pydiffvg/save_svg.py official repository unverified Apache-2.0 (permissive) · 5470a6bb98bcdefc · report
remove_namespaces picsart-ai-research/live-layerwise-image-vectorization/DiffVG/pydiffvg/parse_svg.py official repository unverified Apache-2.0 (permissive) · e9e71fe574bab40f · report
ycrcb_conversion picsart-ai-research/live-layerwise-image-vectorization/LIVE/colab.py official repository unverified Apache-2.0 (permissive) · 526a52340d5b84dc · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections