paper-with-me

Papers

Hierarchical SVG Tokenization: Learning Compact Visual Programs for Scalable Vector Graphics Modeling

2026-04-06 · Ximing Xing, Ziteng Xue, Zhenxi Li, Weicong Liang, Linqing Wang, Zhantao Yang, Tiankai Hang, Zijin Yin, Qinglin Lu, Chunyu Wang, Qian Yu arxiv

Recent large language models have shifted SVG generation from differentiable rendering optimization to autoregressive program synthesis. However, existing approaches still rely on generic byte-level tokenization inherited from natural language processing, which poorly reflects the geometric structure of vector graphics. Numerical coordinates are fragmented into discrete symbols, destroying spatial relationships and introducing severe token redundancy, often leading to coordinate hallucination and inefficient long-sequence generation. To address these challenges, we propose HiVG, a hierarchical SVG tokenization framework tailored for autoregressive vector graphics generation. HiVG decomposes raw SVG strings into structured \textit{atomic tokens} and further compresses executable command--parameter groups into geometry-constrained \textit{segment tokens}, substantially improving sequence efficiency while preserving syntactic validity. To further mitigate spatial mismatch, we introduce a Hierarchical Mean--Noise (HMN) initialization strategy that injects numerical ordering signals and semantic priors into new token embeddings. Combined with a curriculum training paradigm that progressively increases program complexity, HiVG enables more stable learning of executable SVG programs. Extensive experiments on both text-to-SVG and image-to-SVG tasks demonstrate improved generation fidelity, spatial consistency, and sequence efficiency compared with conventional tokenization schemes. Our code is publicly available at https://github.com/ximinng/HiVG

📄 PDF Abstract BibTeX arXiv:2604.05072

Code (0)

등록된 구현이 없습니다.

Tasks

Program Synthesis

Similar Papers 제목 키워드 기반

RenderFormer++: Scalable and Physically Grounded Feed-Forward Neural Rendering

2026-06-29 · Huangsheng Du, Haoran Zhu, Youcheng Cai, Jinyang Meng 외 arxiv

We present RenderFormer++, a scalable and physically grounded feed-forward neural rendering framework for global illumination in mesh scenes. Existing Transformer-based neural rendering methods such as RenderFormer achie…

AVTok: 1D Unified Tokenization for Holistic Audio-Video Generation

2026-06-29 · Kien T. Pham, I Chieh Chen, Qifeng Chen, Long Chen hf

Audio-video generation has recently gained unprecedented research attention, aiming to synthesize high-quality sounding video content with fine-grained synchronization and semantic alignment between the auditory and visu…

Video ReconstructionVideo Generation

Language-Guided Image Tokenization for Generation

2024-12-08 · CVPR 2025 1 · Kaiwen Zha, Lijun Yu, Alireza Fathi, David A. Ross 외

Image tokenization, the process of transforming raw image pixels into a compact low-dimensional latent representation, has proven crucial for scalable and efficient image generation. However, mainstream image tokenizatio…

DescriptiveImage GenerationText to Image GenerationText-to-Image Generation

Toward Multimodal Interaction in Scalable Visual Digital Evidence Visualization Using Computer Vision Techniques and ISS

2018-08-01 · Serguei A. Mokhov, Miao Song, Jashanjot Singh, Joey Paquet 외

Visualization requirements in Forensic Lucid have to do with different levels of case knowledge abstraction, representation, aggregation, as well as the operational aspects as the final long-term goal of this proposal. I…

Managementmultimodal interaction

Semantic One-Dimensional Tokenizer for Image Reconstruction and Generation

2026-03-17 · Yunpeng Qu, Kaidong Zhang, Yukang Ding, Ying Chen 외 arxiv

Visual generative models based on latent space have achieved great success, underscoring the significance of visual tokenization. Mapping images to latents boosts efficiency and enables multimodal alignment for scaling u…

Image ReconstructionImage Generation