paper-with-me

홈 › Papers

Generating Illustrated Instructions

2023-12-07 · CVPR 2024 1 · Sachit Menon, Ishan Misra, Rohit Girdhar

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.

📄 PDF Abstract BibTeX arXiv:2312.04552

Code (1)

sachit-menon/generating-illustrated-instructions-reproduction 공식 구현 pytorch

Tasks

ArticlesImage GenerationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Enabling robots to follow abstract instructions and complete complex dynamic tasks

2024-06-17 · Ruaridh Mon-Williams, Gen Li, Ran Long, Wenqian Du 외

Completing complex tasks in unpredictable settings like home kitchens challenges robotic systems. These challenges include interpreting high-level human commands, such as "make me a hot beverage" and performing actions l…

Unified Pragmatic Models for Generating and Following Instructions

2017-11-14 · NAACL 2018 6 · Daniel Fried, Jacob Andreas, Dan Klein

We show that explicit pragmatic inference aids in correctly generating and following natural language instructions for complex, sequential tasks. Our pragmatics-enabled models reason about why speakers produce certain in…

Text Generation

Talking about what is not there: Generating indefinite referring expressions in Minecraft

2019-10-01 · WS 2019 10 · Arne K{\"o}hn, Alex Koller, er

When generating technical instructions, it is often necessary to describe an object that does not exist yet. For example, an NLG system which explains how to build a house needs to generate sentences like {``}build *a wa…

MinecraftObject

Generating machine-executable plans from end-user's natural-language instructions

2016-11-20 · Rui Liu, Xiaoli Zhang

It is critical for advanced manufacturing machines to autonomously execute a task by following an end-user's natural language (NL) instructions. However, NL instructions are usually ambiguous and abstract so that the mac…

NavRAG: Generating User Demand Instructions for Embodied Navigation through Retrieval-Augmented LLM

2025-02-16 · Zihan Wang, Yaohui Zhu, Gim Hee Lee, Yachun Fan

Vision-and-Language Navigation (VLN) is an essential skill for embodied agents, allowing them to navigate in 3D environments following natural language instructions. High-performance navigation models require a large amo…

NavigateRAGRetrievalRetrieval-augmented Generation+3