GRCVMay 19

AnchorFlow: Editable SVG Reconstruction via Sparse Anchor Point Fields

arXiv:2605.1955112.7
Predicted impact top 62% in GR · last 90 daysOriginality Incremental advance
AI Analysis

For vector graphics practitioners, AnchorFlow provides a method to generate editable SVGs from raster images with fewer anchors and paths without sacrificing quality.

AnchorFlow addresses the fidelity-editability trade-off in SVG reconstruction by modeling anchor placement with sparse anchor point fields, achieving reduced editable complexity while maintaining competitive raster fidelity.

Image-to-SVG reconstruction aims to produce vector graphics that are faithful to raster inputs and easy to edit. Existing methods face a structural trade-off in how vector structure is parameterized, including how many paths represent an image and how many anchor points define each path. High-fidelity methods often rely on many paths or densely parameterized curves, whereas overly compact SVG generation may deviate from the input geometry. This issue becomes more pronounced when local raster evidence is imperfect, where boundary-following reconstruction can introduce redundant anchors and fragmented structures. We argue that this trade-off should be addressed at the level of anchor placement, since anchors on Bezier curves define local path structure and strongly affect both accuracy and editability. We propose AnchorFlow, an editable SVG reconstruction framework that models path-level anchor placement with sparse anchor point fields. Given path-like foreground components extracted from a raster image, AnchorFlow predicts an image-conditioned sparse anchor field for each component and resolves it into an ordered Bezier path. Rendering-guided feedback then corrects local structural errors before re-resolution. The recovered paths are then assembled and optimized into the final SVG. Experiments on isolated paths and full images show that AnchorFlow achieves a favorable fidelity-editability trade-off, substantially reducing editable complexity while preserving competitive raster fidelity.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes