CVOct 10, 2021

MARVEL: Raster Manga Vectorization via Primitive-wise Deep Reinforcement Learning

arXiv:2110.04830v2Has Code
AI Analysis

This addresses the need for efficient vectorization of manga comics to enable adaptive resolutions and smaller file sizes, representing an incremental advancement in image vectorization methods.

The paper tackles the problem of converting raster manga images into vector graphics by proposing MARVEL, a deep reinforcement learning approach that decomposes images into stroke primitives, achieving state-of-the-art results with improved accuracy and reduced file sizes.

Manga is a fashionable Japanese-style comic form that is composed of black-and-white strokes and is generally displayed as raster images on digital devices. Typical mangas have simple textures, wide lines, and few color gradients, which are vectorizable natures to enjoy the merits of vector graphics, e.g., adaptive resolutions and small file sizes. In this paper, we propose MARVEL (MAnga's Raster to VEctor Learning), a primitive-wise approach for vectorizing raster mangas by Deep Reinforcement Learning (DRL). Unlike previous learning-based methods which predict vector parameters for an entire image, MARVEL introduces a new perspective that regards an entire manga as a collection of basic primitives\textemdash stroke lines, and designs a DRL model to decompose the target image into a primitive sequence for achieving accurate vectorization. To improve vectorization accuracies and decrease file sizes, we further propose a stroke accuracy reward to predict accurate stroke lines, and a pruning mechanism to avoid generating erroneous and repeated strokes. Extensive subjective and objective experiments show that our MARVEL can generate impressive results and reaches the state-of-the-art level. Our code is open-source at: https://github.com/SwordHolderSH/Mang2Vec.

Code Implementations1 repo
Foundations

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

Your Notes