CLCVSep 30, 2023

AutomaTikZ: Text-Guided Synthesis of Scientific Vector Graphics with TikZ

arXiv:2310.00367v266 citationsh-index: 28
Originality Incremental advance
AI Analysis

This addresses the need for automated creation of high-quality scientific figures, which is incremental as it builds on existing language models with a new dataset and multimodal augmentation.

The paper tackles the problem of generating scientific vector graphics from text by using TikZ as an intermediate representation, resulting in models that outperform commercial systems like GPT-4 and Claude 2 in similarity to human figures, with CLiMA improving text-image alignment.

Generating bitmap graphics from text has gained considerable attention, yet for scientific figures, vector graphics are often preferred. Given that vector graphics are typically encoded using low-level graphics primitives, generating them directly is difficult. To address this, we propose the use of TikZ, a well-known abstract graphics language that can be compiled to vector graphics, as an intermediate representation of scientific figures. TikZ offers human-oriented, high-level commands, thereby facilitating conditional language modeling with any large language model. To this end, we introduce DaTikZ, the first large-scale TikZ dataset consisting of 120k TikZ drawings aligned with captions. We fine-tune LLaMA on DaTikZ, as well as our new model CLiMA, which augments LLaMA with multimodal CLIP embeddings. In both human and automatic evaluation, CLiMA and LLaMA outperform commercial GPT-4 and Claude 2 in terms of similarity to human-created figures, with CLiMA additionally improving text-image alignment. Our detailed analysis shows that all models generalize well and are not susceptible to memorization. GPT-4 and Claude 2, however, tend to generate more simplistic figures compared to both humans and our models. We make our framework, AutomaTikZ, along with model weights and datasets, publicly available.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes