← Latest papers
💻 computer science

VideoArgus: Agentic Rubric-Grounded Unified Evaluation for Video Generation and Editing

The paper introduces VideoArgus, a unified, rubric-grounded framework that generates sample-specific, output-blind evaluation criteria to produce evidence-based scores and diagnostic reports for diverse video generation and editing tasks, achieving superior alignment with human judgments compared to existing benchmarks.

Original authors: Ziyun Zeng, Zixuan Wang, Yongsheng Yu, Hang Hua, Jiebo Luo

Published 2026-08-07
📖 8 min read🧠 Deep dive

Original authors: Ziyun Zeng, Zixuan Wang, Yongsheng Yu, Hang Hua, Jiebo Luo

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine a world where computers can dream up movies, turning a simple sentence like "a cat riding a skateboard" into a moving picture. This is the exciting frontier of video generation, a field where artificial intelligence learns to create and edit videos just by reading instructions. But here's the tricky part: how do we know if the computer did a good job? In the past, scientists tried to grade these AI movies using fixed checklists, like a teacher giving every student the same math test regardless of what they were asked to solve. If the prompt asked for a specific number of balloons, a fixed test might miss it. If the prompt asked for a character to stay the same face throughout the clip, a standard test might not notice if the face changed. Because these AI movies are so creative and varied, a one-size-fits-all grading system often fails to catch the real magic—or the real mistakes.

Enter VideoArgus, a new way to grade these AI videos that feels less like a rigid test and more like a smart, custom-made detective story. Instead of using a single, unchanging rulebook for everyone, VideoArgus acts like a brilliant editor who reads the specific instructions for each video request and then writes a brand-new, custom grading rubric just for that one job. It looks at the prompt, the images, and the goals, and says, "Okay, for this specific video, we need to check if the text is readable, if the cat stays on the skateboard, and if the background doesn't flicker." It then uses a team of specialized tools and AI "eyes" to hunt for evidence of those specific things, scoring the video based on exactly what it was supposed to do. This approach suggests that by tailoring the rules to the specific task, we can get a much clearer picture of how well these AI models are actually performing, helping us build better video creators in the future.

The Problem with "One-Size-Fits-All" Grading

Think of evaluating AI video generation like judging a cooking competition where every contestant is asked to make a different dish. Some are making soup, others are baking cakes, and some are grilling steaks. If you use a single, fixed checklist for everyone that only asks, "Is it hot?" and "Does it smell good?", you're going to miss the point. You won't know if the cake is burnt or if the soup is too salty because the checklist wasn't designed for those specific ingredients.

For a long time, video evaluation worked this way. Scientists used benchmarks with fixed dimensions—like "motion quality" or "text alignment"—that were applied to every single video, no matter what the prompt asked for. But video generation is messy. Sometimes the prompt asks for a specific number of objects (like "five red apples"), sometimes it asks to keep a character's face consistent, and other times it asks to edit a video based on a new instruction. A fixed checklist often misses these instance-specific details. It's like trying to measure the height of a skyscraper and a mushroom with the same ruler; you might get a number, but it doesn't tell you if the mushroom is actually tall enough for its species.

VideoArgus: The Custom Detective

The authors of this paper introduced VideoArgus, a framework that changes the game by creating a sample-specific rubric. Imagine that before you even watch the movie, a super-smart AI editor reads the prompt and the input images. It then writes a unique "grading sheet" just for that specific request. This sheet isn't a generic list; it's a detailed plan that says, "For this video, I need to check if the text on the sign is spelled correctly, if the dog runs in a circle, and if the lighting stays consistent."

Crucially, this grading sheet is output-blind. The AI writes the rules before it sees the video. This prevents the system from adapting its rules based on how good the video looks. It ensures that every video generated from the same prompt is judged against the exact same custom criteria.

Once the custom rubric is written, VideoArgus puts it to work. It doesn't just ask a general AI, "Is this video good?" Instead, it breaks the video down into tiny pieces. For each rule on the custom sheet, it uses specific tools to gather evidence.

  • If the rule is about counting, it might use a tool to count the objects.
  • If the rule is about text, it uses an Optical Character Recognition (OCR) tool to read what's written on the screen.
  • If the rule is about tracking a character, it uses a visual tool to follow that character frame by frame.

The system then combines these pieces of evidence to give a score and a reason for that score. It's like a detective who doesn't just guess who the culprit is but gathers fingerprints, alibis, and witness statements to build a solid case. The final result is a detailed report that tells you not just how the video scored, but why, pointing out exactly where it succeeded or failed.

The VideoArgus-Bench: A Massive Test Kitchen

To prove this idea works, the team built VideoArgus-Bench, a massive collection of 1,026 different video challenges. These challenges cover five different types of video tasks:

  1. Text-to-Video (T2V): Making a video from just words.
  2. Text-and-Image-to-Video (TI2V): Making a video from words and a starting picture.
  3. Text-and-Subject-to-Video (TS2V): Making a video where a specific character (like a person or animal) stays consistent.
  4. Text-Driven Video Editing (TV2V): Changing an existing video based on text instructions.
  5. Text-and-Subject-Driven Video Editing (TSV2V): Editing a video while keeping a specific subject consistent.

They took 653 unique images and 416 unique videos to create these challenges. For every single one of these 1,026 inputs, they generated a custom rubric and "froze" it. This means the rules are set in stone, ensuring that when they tested different AI models, everyone was playing by the exact same custom rules.

What They Found: Better Grades, Clearer Answers

The researchers tested 55 different combinations of AI models and tasks using VideoArgus-Bench. They also created a separate "human alignment" set with 1,260 videos, where 15 human volunteers graded the videos to see how well the computer agreed with real people.

The results were promising. VideoArgus agreed with human judgments much better than the old, fixed-checklist methods.

  • Higher Agreement: When comparing the computer's ranking of the videos to the humans' ranking, VideoArgus showed much stronger agreement (measured by Spearman and Kendall correlations). For example, in the Text-to-Video task, VideoArgus reached a correlation of 0.496, while the old method was only 0.162. This means VideoArgus was much better at figuring out which videos humans actually liked.
  • The Power of Tools: They found that using specialized tools (like OCR for text or tracking for movement) made a big difference. When they removed these tools and just used a general AI to guess, the scores dropped. This suggests that having the right "tools" for the job is essential for accurate grading.
  • Consistency: They tested if the results changed if they used different AI models to write the rubrics or to do the grading. The rankings of the video models stayed mostly the same (with correlations around 0.90 to 0.93), suggesting that the method is robust and doesn't depend on one specific AI model being perfect.

The Cost of Being Smart

One interesting finding was about the cost. Writing a custom rubric for each video takes a bit of computing power and money (about $0.23 per video on average for the rubric generation). However, because this rubric is written once and then reused for every model trying to solve that same prompt, the cost is spread out. Once the rubric is ready, the actual grading of the videos is done locally on standard computers, making it efficient for large-scale testing.

The Takeaway

VideoArgus suggests that the future of evaluating AI isn't about bigger, generic checklists. It's about being specific. By creating a custom, evidence-based grading plan for every single video request, we can get a much clearer, more honest picture of what these AI models can actually do. It's a shift from asking "Did it pass the test?" to asking "Did it do exactly what it was asked to do?" and proving it with evidence. This approach helps researchers understand the strengths and weaknesses of their models more deeply, paving the way for better, more reliable video generation in the future.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →