paper-with-me

홈 › Papers

Character Generation through Self-Supervised Vectorization

2022-08-03 · Gokcen Gokceoglu, Emre Akbas

The prevalent approach in self-supervised image generation is to operate on pixel level representations. While this approach can produce high quality images, it cannot benefit from the simplicity and innate quality of vectorization. Here we present a drawing agent that operates on stroke-level representation of images. At each time step, the agent first assesses the current canvas and decides whether to stop or keep drawing. When a 'draw' decision is made, the agent outputs a program indicating the stroke to be drawn. As a result, it produces a final raster image by drawing the strokes on a canvas, using a minimal number of strokes and dynamically deciding when to stop. We train our agent through reinforcement learning on MNIST and Omniglot datasets for unconditional generation and parsing (reconstruction) tasks. We utilize our parsing agent for exemplar generation and type conditioned concept generation in Omniglot challenge without any further training. We present successful results on all three generation tasks and the parsing task. Crucially, we do not need any stroke-level or vector supervision; we only use raster images for training.

📄 PDF Abstract BibTeX arXiv:2208.02012

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Similar Papers 제목 키워드 기반

Vectorization and Rasterization: Self-Supervised Learning for Sketch and Handwriting

2021-03-25 · CVPR 2021 1 · Ayan Kumar Bhunia, Pinaki Nath Chowdhury, Yongxin Yang, Timothy M. Hospedales 외

Self-supervised learning has gained prominence due to its efficacy at learning powerful representations from unlabelled data that achieve excellent performance on many challenging downstream tasks. However supervision-fr…

Self-Supervised LearningTranslation

Cloud2Curve: Generation and Vectorization of Parametric Sketches

2021-03-29 · CVPR 2021 1 · Ayan Das, Yongxin Yang, Timothy Hospedales, Tao Xiang 외

Analysis of human sketches in deep learning has advanced immensely through the use of waypoint-sequences rather than raster-graphic representations. We further aim to model sketches as a sequence of low-dimensional param…

K-Tensors: Clustering Positive Semi-Definite Matrices

2023-06-10 · Hanchao Zhang, Baoyi Shi, Thaddeus Tarpey

This paper introduces $K$-Tensors, a novel self-consistent clustering algorithm designed to cluster positive semi-definite (PSD) matrices by their eigenstructures. Clustering PSD matrices is crucial across various fields…

Clustering

Learning a Robust Representation via a Deep Network on Symmetric Positive Definite Manifolds

2017-11-17 · Zhi Gao, Yuwei Wu, Xingyuan Bu, Yunde Jia

Recent studies have shown that aggregating convolutional features of a pre-trained Convolutional Neural Network (CNN) can obtain impressive performance for a variety of visual tasks. The symmetric Positive Definite (SPD)…

AutoVecCoder: Teaching LLMs to Generate Explicitly Vectorized Code

2026-05-18 · Shangzhan Li, Xinyu Yin, Xuanyu Jin, Ye He 외 arxiv

Vectorization via Single Instruction, Multiple Data (SIMD) architectures is a cornerstone of high-performance computing. To fully exploit hardware potential, developers often resort to explicit vectorization using intrin…

Reinforcement LearningCode Generation