VQQA: An Agentic Approach for Video Evaluation and Quality Improvement

TL;DR

VQQA employs multi-agent QA with semantic gradients to improve video quality by +11.57%.

cs.CV 🔴 Advanced 2026-03-13 45 views
Yiwen Song Tomas Pfister Yale Song
video generation multimodal evaluation reinforcement learning natural language processing model optimization

Key Findings

Methodology

VQQA features a tri-agent architecture: Question Generation (QG) formulates targeted visual queries; Question Answering (QA) assesses videos for flaws; Prompt Refinement (PR) uses critiques as semantic gradients to update prompts. Leveraging Vision-Language Models (VLMs) like CLIP and BLIP, critiques serve as feedback signals. The system employs a global candidate selection mechanism and a dynamic stopping criterion to prevent semantic drift, ensuring efficient, task-agnostic optimization without model fine-tuning. This closed-loop process iteratively enhances video quality across diverse modalities and tasks.

Key Results

  • On T2V-CompBench, VQQA with Gemini-3-Pro achieved an average score of 53.46%, improving by 11.57% over vanilla generation and outperforming baselines like VQAScore and VISTA. In VBench2, it scored 50.41%, with an 8.43% boost. The iterative refinement effectively corrected compositional errors, spatial understanding, and numerical reasoning, reducing artifacts.
  • In I2V tasks, on CogVideoX-5B-I2V, VQQA reached an average of 97.86%, outperforming pure generation with only 1.6 iterations needed for convergence. The QA feedback accurately identified subtle flaws, significantly enhancing realism and coherence.
  • Ablation studies confirmed that the global selection mechanism and semantic gradients are critical for performance, enabling robust and generalizable improvements across benchmarks.

Significance

This work shifts video evaluation from passive metrics to active, interpretable feedback, enabling high-quality, controllable content generation. It addresses longstanding challenges of model black-box access, high computational costs, and lack of actionable diagnostics. By integrating multi-modal large models into an agentic framework, VQQA offers a scalable, flexible solution for industrial content creation, virtual reality, and entertainment industries. Its task-agnostic design paves the way for autonomous, user-aligned content refinement, fostering advancements in AI-driven media synthesis.

Technical Contribution

VQQA introduces a multi-agent QA system that transforms video evaluation into a semantic gradient-based optimization problem. It innovatively employs critiques from VLMs as feedback signals, enabling black-box, gradient-free prompt refinement. The global candidate selection mechanism ensures consistency and prevents semantic drift, while the dynamic stopping criterion balances quality and efficiency. This approach surpasses prior methods relying on white-box access or costly sampling, opening new avenues for scalable, interpretable AI content optimization.

Novelty

This is the first framework to unify multi-agent question answering with semantic gradients for video quality enhancement, operating solely via natural language interfaces. Unlike prior passive metrics or localized correction methods, VQQA performs holistic, iterative refinement without model internals, making it highly adaptable and efficient. Its task-agnostic, black-box design distinguishes it from existing approaches that require fine-tuning or extensive sampling, marking a significant leap in autonomous content optimization.

Limitations

  • Dependence on large-scale VLMs introduces hallucination risks, potentially leading to misdiagnosis of flaws and suboptimal corrections.
  • While efficient, multi-round optimization still incurs computational costs, especially for high-resolution videos or real-time applications.
  • The current framework may struggle with extremely complex scenes or highly dynamic content, requiring further robustness improvements.

Future Work

Future research will focus on integrating reinforcement learning to enhance robustness and convergence speed. Exploring multi-task training for better multi-modal understanding and extending the framework for real-time applications are promising directions. Additionally, incorporating user feedback for personalized content refinement could further elevate the system's practicality and user satisfaction.

AI Executive Summary

Recent breakthroughs in diffusion models and transformer architectures have significantly advanced the field of video synthesis, enabling the creation of high-resolution, dynamic scenes. However, aligning these generative models with complex human intentions remains a major challenge. Traditional evaluation metrics such as Fréchet Video Distance (FVD) and Inception Score (IS) primarily measure distributional similarity but fail to capture instance-level semantic fidelity or provide actionable feedback for improvement. Moreover, existing test-time optimization methods often rely on computationally intensive sampling or require white-box access to model internals, limiting their practicality for industrial deployment.

In response to these limitations, the authors propose VQQA (Video Quality Question Answering), a novel multi-agent framework that transforms video evaluation into an interactive, question-answering process. The system comprises three specialized agents: Question Generation (QG) formulates targeted visual queries based on the current video; Question Answering (QA) assesses the video against these questions, pinpointing specific flaws; Prompt Refinement (PR) then uses these critiques as semantic gradients to iteratively update the generation prompt. This process is guided by a global candidate selection mechanism and a dynamic stopping criterion, which together prevent semantic drift and optimize computational efficiency.

The core innovation lies in leveraging large vision-language models (such as CLIP and BLIP) to generate critiques that serve as semantic feedback signals, enabling gradient-free, black-box optimization. This approach allows for task-agnostic, multi-modal evaluation and refinement without requiring access to model weights or extensive sampling. Extensive experiments on benchmarks like T2V-CompBench and VBench2 demonstrate that VQQA consistently outperforms state-of-the-art prompt optimization and stochastic search methods, achieving improvements of +11.57% and +8.43% respectively. The method effectively isolates and corrects visual artifacts, enhances temporal consistency, and reduces hallucinations, making it highly suitable for real-world applications.

Overall, VQQA represents a significant step forward in autonomous, interpretable video content refinement. Its ability to adapt across diverse modalities and tasks, coupled with high efficiency and robustness, opens new avenues for industrial content creation, virtual reality, and entertainment. Future work will focus on integrating reinforcement learning, real-time processing, and user feedback to further elevate its capabilities and impact.

Deep Analysis

Background

The evolution of video synthesis has transitioned from early distribution-matching metrics like IS and FVD to more sophisticated semantic and agentic evaluation frameworks. Early methods focused on statistical similarity, but these metrics poorly correlate with human perception, especially for complex scenes. Recent approaches incorporate multimodal large models (e.g., CLIP, BLIP) to evaluate frame-text alignment, yet they lack temporal sensitivity and actionable feedback. Benchmarks such as VBench and CompBench attempt to disentangle quality axes but rely heavily on large ensembles, incurring high computational costs. Meanwhile, prompt engineering and test-time optimization techniques like VISTA and VideoRepair have made progress but are limited by their local scope or dependence on white-box access. The need for a flexible, interpretable, and efficient evaluation and refinement system remains pressing, motivating the development of VQQA.

Core Problem

Despite rapid advancements, current video generation models struggle to produce content that aligns with complex user intents, especially in terms of temporal coherence, spatial accuracy, and semantic fidelity. Existing evaluation metrics lack the granularity and interpretability needed for targeted improvements, often providing only scalar scores without diagnostic insights. Test-time optimization methods are either computationally prohibitive or require internal model access, limiting their scalability and practical deployment. Consequently, users face tedious trial-and-error prompt tuning, and models often generate artifacts or inconsistencies that degrade content quality. Addressing these issues requires a system capable of detailed, interpretable diagnostics and efficient, model-agnostic optimization.

Innovation

VQQA introduces a multi-agent question-answering paradigm that converts video evaluation into an interactive, semantic feedback loop. Its key innovations include: 1) Dynamic question generation that targets specific failure modes; 2) QA agents that produce detailed diagnostics, identifying artifacts in spatial, temporal, and compositional aspects; 3) Prompt refinement driven by critiques serving as semantic gradients, enabling gradient-free optimization; 4) A global candidate selection mechanism to prevent semantic drift; 5) Compatibility with diverse modalities and models without fine-tuning. This holistic, task-agnostic approach enables efficient, interpretable, and scalable video quality improvement, surpassing prior passive metrics and localized correction methods.

Methodology

  • �� Input: text prompt p, generation conditions C, pre-trained model M. • Video generation: M(p, C) produces video v. • Evaluation: VQQA’s QA agent analyzes v with questions Q across axes like spatial, temporal, and fidelity, scoring each. • Diagnostics: QA identifies flaws and generates detailed reports. • Prompt update: PR uses low-scoring QA pairs as semantic gradients to refine p. • Global evaluation: VLM assesses candidate videos against initial prompt, selecting the best. • Iteration: Repeat until stopping criteria (score threshold or convergence) are met. • Output: Optimized video and prompt. The process iteratively corrects flaws without internal model access, relying solely on external critiques and natural language interfaces.

Experiments

The authors evaluate VQQA on T2V-CompBench, VBench2, and VBench-I2V benchmarks, comparing against baselines like VQAScore, VISTA, and random sampling. They employ models such as Gemini-3-Pro and GPT-4o, running 4-5 optimization rounds with 5 candidate samples per round. Metrics include average scores, structural consistency, and artifact reduction. Ablation studies confirm the importance of global candidate selection and dynamic stopping. Results show improvements of +11.57% (T2V) and +8.43% (VBench2) over vanilla generation, with fewer iterations and better artifact correction. The experiments demonstrate robustness across modalities and models, validating the framework’s generalizability and efficiency.

Results

VQQA with Gemini-3-Pro achieves an average score of 53.46% on T2V-CompBench, surpassing baseline methods by over 11%. It effectively reduces artifacts related to compositional errors, spatial relationships, and numerical reasoning. On VBench2, it scores 50.41%, outperforming the best existing method by 8.43%. In I2V tasks, it reaches 97.86% average score with minimal iterations, significantly improving realism and temporal coherence. Ablation results show that the semantic critique-based prompt adjustment and global candidate selection are critical for these gains. The framework’s ability to identify subtle flaws and iteratively correct them highlights its practical utility.

Applications

VQQA can be integrated into content creation pipelines for film, animation, and virtual reality, automating quality enhancement without requiring internal model access. Its task-agnostic design makes it suitable for diverse modalities, including text-to-video and image-to-video synthesis. The system enables rapid, interpretable diagnostics, reducing manual prompt engineering and trial-and-error. Long-term, it can facilitate autonomous content generation tailored to user preferences, supporting personalized media, real-time editing, and scalable virtual environment creation, thereby transforming digital content industries.

Limitations & Outlook

The reliance on large VLMs introduces hallucination risks, which may lead to misdiagnosis of flaws. Multi-round optimization, while effective, still incurs computational costs, especially for high-resolution videos. The current framework may face challenges with highly dynamic or complex scenes, requiring further robustness improvements. Additionally, the system's performance depends on the quality of critiques; biases or inaccuracies in VLM critiques could limit effectiveness. Future work should focus on reducing computational overhead, enhancing critique accuracy, and extending real-time capabilities.

Plain Language Accessible to non-experts

想象你在厨房里做菜。每次你做完一道菜后,会尝尝看,发现哪里不够好,比如太咸或不够熟。然后你会问自己:“这个菜是不是太咸了?”或者“需要多煮一会儿吗?”接着,根据答案调整食谱,比如少放盐或多煮一会儿。你不断这样问自己,调整食材和烹饪时间,下一次就会做得更好。VQQA就像这个厨师,有三个助手:一个提出问题(“菜太咸了吗?”),一个回答(“是的,有点咸”),最后一个帮你调整食谱(“少放点盐”)。它用类似的方法,不断检测视频中的缺陷,然后“问问题”,再“调整提示”,直到生成的视频符合你的预期。整个过程就像厨房里的试错,但非常聪明和高效,能快速做出满意的菜肴。

ELI14 Explained like you're 14

想象你在玩一个超级复杂的游戏,你想让你的角色做出最酷的动作,但每次都不完美。你可以问自己:“这个动作看起来自然吗?”或者“动作太快了吗?”然后根据答案调整你的指令,比如“慢一点”或者“更自然”。VQQA就像你这个聪明的玩家,有三个助手:一个帮你提问题(“动作不自然吗?”),一个帮你回答(“是的,有点怪”),最后一个帮你改指令(“让动作更流畅”)。你不断问问题,调整指令,直到角色动作完美。这种方法让你不用拆开游戏代码,也不用知道内部机制,就能让角色变得更酷、更自然。它用类似的思路,让视频变得更好看、更符合人们的期待。

Glossary

Vision-Language Model (VLM) (视觉-语言模型)

一种结合视觉和文本信息的深度学习模型,用于理解和评估多模态内容。在论文中,VLM用于Critiques,作为语义梯度指导优化。

VQQA利用VLM Critiques作为黑盒评价和优化的核心工具。

Semantic Gradient (语义梯度)

通过模型对问题的回答,反映出输入内容中的缺陷或偏差,用于指导优化方向。在VQQA中,Critiques作为语义梯度,指导提示调整。

利用Critiques生成的语义梯度,VQQA实现无梯度的提示优化。

Multi-Agent Framework (多智能体架构)

由多个专门任务的智能体协作完成复杂任务的系统。在VQQA中,问答、问题生成和提示优化三智能体协同工作。

VQQA的核心创新在于多智能体协作实现视频的主动评估与优化。

Black-box Optimization (黑盒优化)

无需访问模型内部参数,通过外部评价实现优化,适应商业API限制。在VQQA中,通过Critiques实现。

VQQA无需模型内部信息,依赖外部Critiques进行优化。

Open Questions Unanswered questions from this research

  • 1 如何进一步降低VQQA在极端复杂场景中的收敛时间和计算成本?未来是否可以结合强化学习实现更自主的优化?
  • 2 在多模态输入和多任务场景中,如何确保Critiques的准确性和鲁棒性?是否存在偏差引入的风险?

Applications

Immediate Applications

虚拟内容创作平台

可集成VQQA提升生成视频的质量,满足影视、广告行业对高质量内容的需求。无需模型内部信息,操作简便,适合大规模部署。

自动化动画和特效制作

利用VQQA自动检测和修正动画中的伪影和结构缺陷,提高制作效率和内容真实性。

Long-term Vision

智能内容生成系统

未来可实现全自动化、个性化的视频内容生成,结合用户偏好和实时反馈,推动虚拟现实和沉浸式体验的发展。

Abstract

Despite rapid advancements in video generation models, aligning their outputs with complex user intent remains challenging. Existing test-time optimization methods are typically either computationally expensive or require white-box access to model internals. To address this, we present VQQA (Video Quality Question Answering), a unified, multi-agent framework generalizable across diverse input modalities and video generation tasks. By dynamically generating visual questions and using the resulting Vision-Language Model (VLM) critiques as semantic gradients, VQQA replaces traditional, passive evaluation metrics with human-interpretable, actionable feedback. This enables a highly efficient, closed-loop prompt optimization process via a black-box natural language interface. Extensive experiments demonstrate that VQQA effectively isolates and resolves visual artifacts, substantially improving generation quality in just a few refinement steps. Applicable to both text-to-video (T2V) and image-to-video (I2V) tasks, our method achieves absolute improvements of +11.57% on T2V-CompBench and +8.43% on VBench2 over vanilla generation, significantly outperforming state-of-the-art stochastic search and prompt optimization techniques.

cs.CV cs.AI cs.LG cs.MA