paper-with-me

Papers

Recognizing Vector Graphics without Rasterization

2021-11-05 · NeurIPS 2021 12 · Xinyang Jiang, Lu Liu, Caihua Shan, Yifei Shen, Xuanyi Dong, Dongsheng Li

In this paper, we consider a different data format for images: vector graphics. In contrast to raster graphics which are widely used in image recognition, vector graphics can be scaled up or down into any resolution without aliasing or information loss, due to the analytic representation of the primitives in the document. Furthermore, vector graphics are able to give extra structural information on how low-level elements group together to form high level shapes or structures. These merits of graphic vectors have not been fully leveraged in existing methods. To explore this data format, we target on the fundamental recognition tasks: object localization and classification. We propose an efficient CNN-free pipeline that does not render the graphic into pixels (i.e. rasterization), and takes textual document of the vector graphics as input, called YOLaT (You Only Look at Text). YOLaT builds multi-graphs to model the structural and spatial information in vector graphics, and a dual-stream graph neural network is proposed to detect objects from the graph. Our experiments show that by directly operating on vector graphics, YOLaT out-performs raster-graphic based object detection baselines in terms of both average precision and efficiency.

📄 PDF Abstract BibTeX arXiv:2111.03281

Code (2)

microsoft/YOLaT-VectorGraphicsRecognition 공식 구현 pytorch
xinyangj/YOLaT-VectorGraphicsRecognition-1 pytorch

Tasks

Graph Neural Networkobject-detectionObject DetectionObject LocalizationVector Graphics

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Differentiable Vector Graphics Rasterization for Editing and Learning

2020-11-26 · ACM Transactions on Graphics 2020 11 · Tzu-Mao Li, Michal Lukáč, Michaël Gharbi, Jonathan Ragan-Kelley

We introduce a differentiable rasterizer that bridges the vector graphics and raster image domains, enabling powerful raster-based loss functions, optimization procedures, and machine learning techniques to edit and gene…

Vector Graphics

Im2Vec: Synthesizing Vector Graphics without Vector Supervision

2021-02-04 · CVPR 2021 1 · Pradyumna Reddy, Michael Gharbi, Michal Lukac, Niloy J. Mitra

Vector graphics are widely used to represent fonts, logos, digital artworks, and graphic designs. But, while a vast body of work has focused on generative algorithms for raster images, only a handful of options exists fo…

Vector Graphics

Bézier Splatting for Fast and Differentiable Vector Graphics Rendering

2025-03-20 · Xi Liu, Chaoyi Zhou, Nanxuan Zhao, Siyu Huang

Differentiable vector graphics (VGs) are widely used in image vectorization and vector synthesis, while existing representations are costly to optimize and struggle to achieve high-quality rendering results for high-reso…

Vector Graphics

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

NURBS Splatting: A Unified Differentiable Rendering Framework for Vector Graphics

2026-06-30 · Jingye Qiu, Shizhe Zhou arxiv

Differentiable rendering of planar rational splines remains largely underexplored, despite their widespread use in vector graphics and design. Existing differentiable vector renderers primarily focus on Bézier curves and…