paper-with-me

Papers

Demo2Tutorial: From Human Experience to Multimodal Software Tutorials

2026-06-02 · Zechen Bai, Zhiheng Chen, Yiqi Lin, Kevin Qinghong Lin, Difei Gao, Xiangwu Guo, Xin Wang, Mike Zheng Shou arxiv

Human experience in digital environments offers a vast, underexplored resource of authentic, untrimmed interactions that contain rich procedural knowledge. We introduce Demo2Tutorial, a framework that transforms this experience captured via screen recordings and interaction logs into structured, multimodal software tutorials for teaching both humans and agents. Demo2Tutorial first collects human experience via a dedicated recorder, then parses raw experience using a multimodal Action Parser to reconstruct perception, action, and intent. A Step Planner then abstracts these steps into hierarchical task graphs representing goals and steps. Finally, a Tutorial Composer transforms the parsed experience into structured, reusable image-text instructions. We evaluate the tutorial generation quality on a new benchmark derived from official software documentation. We further demonstrate that this distilled representation benefits (i) human learning, by automatically generating multimodal tutorials, and (ii) agent learning, by improving downstream GUI-agent planning and generalization. Experiments show Demo2Tutorial produces high-quality tutorials that surpass human-authored ones and significantly outperform baseline methods, while enabling both faster human task completion and improved GUI agent planning, demonstrating that structured tutorials distilled from human experience can serve as effective knowledge representations for advancing both human learning and agent capabilities. Code and data will be available at https://github.com/showlab/Demo2Tutorial.

📄 PDF Abstract BibTeX arXiv:2606.03951

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RESOURCE2SKILL: Distilling Executable Agent Skills from Human-Created Multimodal Resources

2026-06-28 · Yijia Fan, Zonglin Di, Zimo Wen, Yifan Yang 외 arxiv

Skills are a useful abstraction for software agents, turning human and agent experience into reusable procedural knowledge. Yet existing skill libraries are mostly hand-written, text-centric, or derived from agent traces…

Multimodal Large Language Models and Tunings: Vision, Language, Sensors, Audio, and Beyond

2024-10-08 · Soyeon Caren Han, Feiqi Cao, Josiah Poon, Roberto Navigli

This tutorial explores recent advancements in multimodal pretrained and large models, capable of integrating and processing diverse data forms such as text, images, audio, and video. Participants will gain an understandi…

Question AnsweringVisual Question AnsweringVisual Storytelling

Content-based image retrieval tutorial

2016-08-12 · Joani Mitro

This paper functions as a tutorial for individuals interested to enter the field of information retrieval but wouldn't know where to begin from. It describes two fundamental yet efficient image retrieval techniques, the …

Content-Based Image RetrievalImage RetrievalInformation RetrievalRetrieval

A Library for Constraint Consistent Learning

2018-07-12 · Yuchen Zhao, Jeevan Manavalan, Prabhakar Ray, Hsiu-Chin Lin 외

This paper introduces the first, open source software library for Constraint Consistent Learning (CCL). It implements a family of data-driven methods that are capable of (i) learning state-independent and -dependent cons…

Screencast Tutorial Video Understanding

2020-06-01 · CVPR 2020 6 · Kunpeng Li, Chen Fang, Zhaowen Wang, Seokhwan Kim 외

Screencast tutorials are videos created by people to teach how to use software applications or demonstrate procedures for accomplishing tasks. It is very popular for both novice and experienced users to learn new skills,…

object-detectionObject DetectionRetrievalVideo Captioning+2