Single-Line Drawing Vectorization
Computer Graphics Forum (CGF), presented at Pacific Graphics2025
Abstract
Vectorizing line drawings is a repetitive, yet necessary task that professional creatives must perform to obtain an easily editable and scalable digital representation of a raster sketch. State-of-the-art automatic methods in this domain can create series of curves that closely fit the appearance of the drawing. However, they often neglect the line parameterization. Thus, their vector representation cannot be edited naturally by following the drawing order. We present a novel method for single-line drawing vectorization that addresses this issue. Single-line drawings consist of a single stroke, where the line can intersect itself multiple times, making the drawing order non-trivial to recover. Our method fits a single parametric curve, represented as a Bézier spline, to approximate the stroke in the input raster image. To this end, we produce a graph representation of the input and employ geometric priors and a specially trained neural network to correctly capture and classify curve intersections and their traversal configuration. Our method is easily extended to drawings containing multiple strokes while preserving their integrity and order. We compare our vectorized results with the work of several artists, showing that our stroke order is similar to the one artists employ naturally. Our vectorization method achieves state-of-the-art results in terms of similarity with the original drawing and quality of the vectorization on a benchmark of single-line drawings. Our method's results can be refined interactively, making it easy to integrate into professional workflows.
Acknowledgments
We thank the anonymous reviewers for their detailed feedback and helpful suggestions. We express our
gratitude to Marcel Padilla and Loïc Magne for their insightful comments and to Danielle Luterbacher for
her help with the embroidery process. Open access publishing facilitated by Eidgenossische Technische
Hochschule Zurich, as part of the Wiley - Eidgenossische Technische Hochschule Zurich agreement via the
Consortium Of Swiss Academic Libraries.
Figures 7, 8 and 13 of the main paper present drawings created by Felix Hornung, which can be licensed
from
https://fhornung.net/sld.
Citation
@article{Magne:SLDvectorization:2025,
title = {Single-Line Drawing Vectorization},
author = {Tanguy Magne and Olga Sorkine-Hornung},
journal = {Computer Graphics Forum (proceedings of Pacific Graphics 2025)},
volume = {44},
number = {7},
year = {2025},
}