paper-with-me

Papers

Less is More: Efficient Image Vectorization with Adaptive Parameterization

2025-01-01 · CVPR 2025 1 · Kaibo Zhao, Liang Bao, Yufei Li, Xu Su, Ke Zhang, Xiaotian Qiao

Image vectorization aims to convert raster images to vector ones, allowing for easy scaling and editing.Existing works mainly rely on preset parameters (i.e., a fixed number of paths and control points), ignoring the complexity of the image and posing significant challenges to practical applications.We demonstrate that such an assumption is often incorrect, as the preset paths or control points may be neither essential nor enough to achieve accurate and editable vectorization results.Based on this key insight, in this paper, we propose AdaVec, an efficient image vectorization method with adaptive parametrization, where the paths and control points can be adjusted dynamically based on the complexity of the input raster image.In particular, we first decompose the input raster image into a set of pure-colored layers that are aligned with human perception.For each layer with varying shape complexity, we propose a novel allocation mechanism to adaptively adjust the control point distribution.We further adopt a differentiable rendering process to compose and optimize the shape and color parameters of each layer iteratively.Extensive experiments demonstrate that AdaVec outperforms the baselines qualitatively and quantitatively, in terms of computational efficiency, vectorization accuracy, and editing flexibility.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Towards High-fidelity Artistic Image Vectorization via Texture-Encapsulated Shape Parameterization

2024-01-01 · CVPR 2024 1 · Ye Chen, Bingbing Ni, Jinfan Liu, Xiaoyang Huang 외

We develop a novel vectorized image representation scheme accommodating both shape/geometry and texture in a decoupled way particularly tailored for reconstruction and editing tasks of artistic/design images such as …

Image CompressionZero-Shot Learning

A Novel Method for Vectorization

2014-03-04 · Tolga Birdal, Emrah Bala

Vectorization of images is a key concern uniting computer graphics and computer vision communities. In this paper we are presenting a novel idea for efficient, customizable vectorization of raster images, based on Catmul…

AmodalSVG: Amodal Image Vectorization via Semantic Layer Peeling

2026-04-13 · Juncheng Hu, Ziteng Xue, Guotao Liang, Anran Qi 외 arxiv

We introduce AmodalSVG, a new framework for amodal image vectorization that produces semantically organized and geometrically complete SVG representations from natural images. Existing vectorization methods operate under…

Layered Image Vectorization via Semantic Simplification

2024-06-08 · CVPR 2025 1 · Zhenyu Wang, Jianxi Huang, Zhida Sun, Yuanhao Gong 외

This work presents a progressive image vectorization technique that reconstructs the raster image as layer-wise vectors from semantic-aligned macro structures to finer details. Our approach introduces a new image simplif…

Semantic Segmentation

CuMPerLay: Learning Cubical Multiparameter Persistence Vectorizations

2025-10-14 · Caner Korkmaz, Brighton Nuwagira, Barış Coşkunuzer, Tolga Birdal arxiv

We present CuMPerLay, a novel differentiable vectorization layer that enables the integration of Cubical Multiparameter Persistence (CMP) into deep learning pipelines. While CMP presents a natural and powerful way to top…