paper-with-me

홈 › Papers

A Reason-then-Describe Instruction Interpreter for Controllable Video Generation

2025-11-25 · Shengqiong Wu, Weicai Ye, Yuanxing Zhang, Jiahao Wang, Quande Liu, Xintao Wang, Pengfei Wan, Kun Gai, Hao Fei, Tat-Seng Chua arxiv

Diffusion Transformers have significantly improved video fidelity and temporal coherence, however, practical controllability remains limited. Concise, ambiguous, and compositionally complex user inputs contrast with the detailed prompts used in training, yielding an intent-output mismatch. We propose ReaDe, a universal, model-agnostic interpreter that converts raw instructions into precise, actionable specifications for downstream video generators. ReaDe follows a reason-then-describe paradigm: it first analyzes the user request to identify core requirements and resolve ambiguities, then produces detailed guidance that enables faithful, controllable generation. We train ReaDe via a two-stage optimization: (i) reasoning-augmented supervision imparts analytic parsing with stepwise traces and dense captions, and (ii) a multi-dimensional reward assigner enables stable, feedback-driven refinement for natural-style captions. Experiments across single- and multi-condition scenarios show consistent gains in instruction fidelity, caption accuracy, and downstream video quality, with strong generalization to reasoning-intensive and unseen inputs. ReaDe offers a practical route to aligning controllable video generation with accurately interpreted user intent. Project Page: https://sqwu.top/ReaDe/.

📄 PDF Abstract BibTeX arXiv:2511.20563

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation

Similar Papers 제목 키워드 기반

Natural Language Embedded Programs for Hybrid Language Symbolic Reasoning

2023-09-19 · Tianhua Zhang, Jiaxin Ge, Hongyin Luo, Yung-Sung Chuang 외

How can we perform computations over natural language representations to solve tasks that require symbolic and numeric reasoning? We propose natural language embedded programs (NLEP) as a unifying framework for addressin…

Instruction FollowingLanguage ModelingLanguage ModellingMath+4

Improving a Parallel C++ Intel AVX-512 SIMD Linear Genetic Programming Interpreter

2025-12-09 · William B. Langdon arxiv

We extend recent 256 SSE vector work to 512 AVX giving a four fold speedup. We use MAGPIE (Machine Automated General Performance Improvement via Evolution of software) to speedup a C++ linear genetic programming interpre…

AIOS Compiler: LLM as Interpreter for Natural Language Programming and Flow Programming of AI Agents

2024-05-11 · Shuyuan Xu, Zelong Li, Kai Mei, Yongfeng Zhang

Since their inception, programming languages have trended towards greater readability and lower barriers for programmers. Following this trend, natural language can be a promising type of programming language that provid…

Target-Free Text-guided Image Manipulation

2022-11-26 · Wan-Cyuan Fan, Cheng-Fu Yang, Chiao-An Yang, Yu-Chiang Frank Wang

We tackle the problem of target-free text-guided image manipulation, which requires one to modify the input reference image based on the given text instruction, while no ground truth target image is observed during train…

counterfactualImage Manipulation

Reasoning Up the Instruction Ladder for Controllable Language Models

2025-10-30 · Zishuo Zheng, Vidhisha Balachandran, Chan Young Park, Faeze Brahman 외 arxiv

As large language model (LLM) based systems take on high-stakes roles in real-world decision-making, they must reconcile competing instructions from multiple sources within a single prompt context. Enforcing an instructi…

Reinforcement LearningInstruction Following