AnchorFlow: Editable SVG Reconstruction via Sparse Anchor Point Fields

📅 2026-05-19
📈 Citations: 0
Influential: 0
📄 PDF

career value

216K/year
🤖 AI Summary
This work addresses the inherent trade-off between fidelity and editability in image-to-SVG reconstruction, where existing methods struggle to simultaneously achieve geometric accuracy and path simplicity. The authors propose AnchorFlow, a novel framework that introduces a sparse anchor point field to model path-level structure. By predicting an image-conditioned anchor distribution and parsing it into ordered Bézier paths, AnchorFlow generates editable SVGs with high fidelity and low complexity. A rendering-based feedback mechanism further refines structural errors during optimization. The method matches state-of-the-art approaches in raster fidelity while significantly reducing vector complexity, demonstrating superior editability on both isolated paths and full images.
📝 Abstract
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.
Problem

Research questions and friction points this paper is trying to address.

image-to-SVG reconstruction
vector graphics
anchor point placement
fidelity-editability trade-off
Bezier paths
Innovation

Methods, ideas, or system contributions that make the work stand out.

sparse anchor point fields
editable SVG reconstruction
Bezier path optimization
image-to-vector conversion
rendering-guided feedback