paper-with-me

홈 › Papers

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

2021-10-10 · Hao Su, Jianwei Niu, Xuefeng Liu, Jiahe Cui, Ji Wan

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.

📄 PDF Abstract BibTeX arXiv:2110.04830

Code (1)

swordholdersh/mang2vec 공식 구현 pytorch

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Vector Graphics

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Segmentation-guided Layer-wise Image Vectorization with Gradient Fills

2024-08-28 · Hengyu Zhou, HUI ZHANG, Bin Wang

The widespread use of vector graphics creates a significant demand for vectorization methods. While recent learning-based techniques have shown their capability to create vector images of clear topology, filling these pr…

SegmentationVector Graphics

Towards Layer-wise Image Vectorization

2022-06-09 · CVPR 2022 1 · Xu Ma, Yuqian Zhou, Xingqian Xu, Bin Sun 외

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 an…

DeepIcon: A Hierarchical Network for Layer-wise Icon Vectorization

2024-10-21 · Qi Bing, Chaoyi Zhang, Weidong Cai

In contrast to the well-established technique of rasterization, vectorization of images poses a significant challenge in the field of computer graphics. Recent learning-based methods for converting raster images to vecto…

Vector Graphics

VectorArk: Learning Practical Image Vectorization with Rounded Polygon Representation

2026-05-23 · Tarun Gehlaut, Difan Liu, Charu Bansal, Krutik Malani 외 arxiv

Recent vision-language model (VLM)-based approaches have achieved impressive results on image vectorization tasks. However, they are typically evaluated on synthetic benchmarks, where clean SVGs are rasterized at high re…

Image Vectorization: a Review

2023-06-10 · Maria Dziuba, Ivan Jarsky, Valeria Efimova, Andrey Filchenkov

Nowadays, there are many diffusion and autoregressive models that show impressive results for generating images from text and other input domains. However, these methods are not intended for ultra-high-resolution image s…

Image GenerationVector Graphics