AeSlides: Incentivizing Aesthetic Layout in LLM-Based Slide Generation via Verifiable Rewards

📅 2026-04-21
📈 Citations: 0
Influential: 0
📄 PDF

career value

193K/year
🤖 AI Summary
This work addresses the poor layout quality of slides generated by large language models, which stems from their text-centric nature and neglect of visual aesthetics. To remedy this, the authors propose a reinforcement learning framework guided by verifiable rewards that explicitly incorporate quantifiable aesthetic principles—such as white space utilization, element collision avoidance, and visual balance—as supervisory signals. Leveraging the GRPO algorithm, the model is efficiently fine-tuned on GLM-4.7-Flash using only 5K samples. Experimental results demonstrate substantial improvements: layout compliance increases from 36% to 85%, while issues related to insufficient white space, element collisions, and visual imbalance are reduced by 44%, 43%, and 28%, respectively. Human evaluators also rate the generated layouts 7.6% higher, significantly outperforming existing approaches.

Technology Category

Application Category

📝 Abstract
Large language models (LLMs) have demonstrated strong potential in agentic tasks, particularly in slide generation. However, slide generation poses a fundamental challenge: the generation process is text-centric, whereas its quality is governed by visual aesthetics. This modality gap leads current models to frequently produce slides with aesthetically suboptimal layouts. Existing solutions typically rely either on heavy visual reflection, which incurs high inference cost yet yields limited gains; or on fine-tuning with large-scale datasets, which still provides weak and indirect aesthetic supervision. In contrast, the explicit use of aesthetic principles as supervision remains unexplored. In this work, we present AeSlides, a reinforcement learning framework with verifiable rewards for Aesthetic layout supervision in Slide generation. We introduce a suite of meticulously designed verifiable metrics to quantify slide layout quality, capturing key layout issues in an accurate, efficient, and low-cost manner. Leveraging these verifiable metrics, we develop a GRPO-based reinforcement learning method that directly optimizes slide generation models for aesthetically coherent layouts. With only 5K training prompts on GLM-4.7-Flash, AeSlides improves aspect ratio compliance from 36% to 85%, while reducing whitespace by 44%, element collisions by 43%, and visual imbalance by 28%. Human evaluation further shows a substantial improvement in overall quality, increasing scores from 3.31 to 3.56 (+7.6%), outperforming both model-based reward optimization and reflection-based agentic approaches, and even edging out Claude-Sonnet-4.5. These results demonstrate that such a verifiable aesthetic paradigm provides an efficient and scalable approach to aligning slide generation with human aesthetic preferences. Our repository is available at https://github.com/ympan0508/aeslides.
Problem

Research questions and friction points this paper is trying to address.

slide generation
aesthetic layout
modality gap
visual aesthetics
LLM-based generation
Innovation

Methods, ideas, or system contributions that make the work stand out.

verifiable rewards
aesthetic layout
slide generation
reinforcement learning
LLM-based design
🔎 Similar Papers
No similar papers found.