Generating Illustrated Instructions
Sachit Menon, Ishan Misra, Rohit Girdhar
TL;DR
This work introduces Illustrated Instructions, a task to generate text and visuals tailored to a user’s goal, and formalizes three fidelity desiderata: goal faithfulness, step faithfulness, and cross-image consistency. It presents StackedDiffusion, a diffusion-based approach that stacks latents and uses separate goal/step encodings with step-positional cues and spatial tiling to produce coherent, multi-image instructional articles without additional learnable parameters. Across a WikiHow-derived dataset, the method outperforms baselines including frozen/finetuned text-to-image models and multimodal LLMs, with strong automated metrics and human preferences, and in some cases surpassing ground-truth illustrations. The approach enables practical, personalized instruction with goal suggestion and error correction, paving the way for adaptive, visually guided learning beyond static web articles.
Abstract
We introduce the new task of generating Illustrated Instructions, i.e., visual instructions customized to a user's needs. We identify desiderata unique to this task, and formalize it through a suite of automatic and human evaluation metrics, designed to measure the validity, consistency, and efficacy of the generations. We combine the power of large language models (LLMs) together with strong text-to-image generation diffusion models to propose a simple approach called StackedDiffusion, which generates such illustrated instructions given text as input. The resulting model strongly outperforms baseline approaches and state-of-the-art multimodal LLMs; and in 30% of cases, users even prefer it to human-generated articles. Most notably, it enables various new and exciting applications far beyond what static articles on the web can provide, such as personalized instructions complete with intermediate steps and pictures in response to a user's individual situation.
