paper-with-me

홈 › Papers

The Devil is in the Prompts: Retrieval-Augmented Prompt Optimization for Text-to-Video Generation

2025-04-16 · CVPR 2025 1 · Bingjie Gao, Xinyu Gao, Xiaoxue Wu, Yujie Zhou, Yu Qiao, Li Niu, Xinyuan Chen, Yaohui Wang

The evolution of Text-to-video (T2V) generative models, trained on large-scale datasets, has been marked by significant progress. However, the sensitivity of T2V generative models to input prompts highlights the critical role of prompt design in influencing generative outcomes. Prior research has predominantly relied on Large Language Models (LLMs) to align user-provided prompts with the distribution of training prompts, albeit without tailored guidance encompassing prompt vocabulary and sentence structure nuances. To this end, we introduce RAPO, a novel Retrieval-Augmented Prompt Optimization framework. In order to address potential inaccuracies and ambiguous details generated by LLM-generated prompts. RAPO refines the naive prompts through dual optimization branches, selecting the superior prompt for T2V generation. The first branch augments user prompts with diverse modifiers extracted from a learned relational graph, refining them to align with the format of training prompts via a fine-tuned LLM. Conversely, the second branch rewrites the naive prompt using a pre-trained LLM following a well-defined instruction set. Extensive experiments demonstrate that RAPO can effectively enhance both the static and dynamic dimensions of generated videos, demonstrating the significance of prompt optimization for user-provided prompts.

📄 PDF Abstract BibTeX arXiv:2504.11739

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceText-to-Video GenerationVideo Generation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Better by Comparison: Retrieval-Augmented Contrastive Reasoning for Automatic Prompt Optimization

2025-09-02 · Juhyeon Lee, Wonduk Seo, Hyunjin An, Seunghyun Lee 외 arxiv

Automatic prompt optimization has recently emerged as a strategy for improving the quality of prompts used in Large Language Models (LLMs), with the goal of generating more accurate and useful responses. However, most pr…

MulVul: Retrieval-augmented Multi-Agent Code Vulnerability Detection via Cross-Model Prompt Evolution

2026-01-26 · Zihan Wu, Jie Xu, Yun Peng, Chun Yong Chong 외 arxiv

Large Language Models (LLMs) struggle to automate real-world vulnerability detection due to two key limitations: the heterogeneity of vulnerability patterns undermines the effectiveness of a single unified model, and man…

Vulnerability DetectionPrompt Engineering

RASPRef: Retrieval-Augmented Self-Supervised Prompt Refinement for Large Reasoning Models

2026-03-27 · Rahul Soni arxiv

Recent reasoning-focused language models such as DeepSeek R1 and OpenAI o1 have demonstrated strong performance on structured reasoning benchmarks including GSM8K, MATH, and multi-hop question answering tasks. However, t…

Multi-hop Question AnsweringMathematical Reasoning

AIP: Subverting Retrieval-Augmented Generation via Adversarial Instructional Prompt

2025-09-18 · Saket S. Chaturvedi, Gaurav Bagwe, Lan Zhang, Xiaoyong Yuan arxiv

Retrieval-Augmented Generation (RAG) enhances large language models (LLMs) by retrieving relevant documents from external sources to improve factual accuracy and verifiability. However, this reliance introduces new attac…

Prompt Perturbation in Retrieval-Augmented Generation based Large Language Models

2024-02-11 · Zhibo Hu, Chen Wang, Yanfeng Shu, Helen 외

The robustness of large language models (LLMs) becomes increasingly important as their use rapidly grows in a wide range of domains. Retrieval-Augmented Generation (RAG) is considered as a means to improve the trustworth…

RAGRetrievalRetrieval-augmented GenerationText Generation