← Latest papers
💻 computer science

Aurora: Unified Video Editing with a Tool-Using Agent

The paper presents Aurora, an agentic video editing framework that employs a tool-augmented vision-language model to translate raw user requests into structured edit plans, thereby resolving textual and visual underspecification to enhance the performance of unified video diffusion transformers.

Original authors: Yongsheng Yu, Ziyun Zeng, Zhiyuan Xiao, Zhenghong Zhou, Hang Hua, Wei Xiong, Jiebo Luo

Published 2026-05-19
📖 4 min read☕ Coffee break read

Original authors: Yongsheng Yu, Ziyun Zeng, Zhiyuan Xiao, Zhenghong Zhou, Hang Hua, Wei Xiong, 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 you want to edit a home video, but you only have a vague idea in your head. You tell a video editor, "Make the guy in the background look like a superhero," but you don't tell them which superhero, and you don't point out exactly where the guy is standing.

In the world of current AI video editing, this is a problem. Most advanced AI models are like incredibly talented but literal-minded chefs. They can cook anything, but only if you give them a perfect recipe with exact ingredients and precise measurements. If you just say, "Make it spicy," they might add salt instead of pepper, or they might refuse to cook at all because they don't know what "spicy" looks like.

Aurora is a new system that solves this by adding a smart assistant in front of the chef.

The Problem: The "Missing Ingredients" Gap

Current video editing AI models are powerful. They can replace objects, remove people, or change backgrounds. But they have a strict rule: they need everything ready to go before they start.

  • If you want to replace a shirt with a "Burberry check scarf," the AI needs a picture of that specific scarf.
  • If you want to remove a person, the AI needs a map (a mask) showing exactly where that person is.
  • If you say "make it faster," the AI needs to know what "it" is.

Real people don't usually provide these details. We give vague instructions. The paper calls this "underspecification." The AI is ready to work, but the user hasn't given it the tools it needs to start.

The Solution: The "Aurora" Team

The authors created Aurora, which works like a two-person team:

  1. The Agent (The Smart Assistant): This is a large AI model (a VLM) that acts as a project manager. It listens to your vague request ("Make the woman's shirt look like a Burberry scarf") and realizes, "Wait, I don't have a picture of that scarf, and I need to know exactly where her shirt is."

    • It goes shopping: It uses a tool to search the web for a picture of a Burberry scarf.
    • It draws a map: It uses a tool to find the exact outline of the woman's shirt in the video.
    • It rewrites the recipe: It translates your casual request into a super-detailed, technical instruction that the video editor can understand perfectly.
  2. The Video Model (The Chef): This is the actual video editing engine (a "Diffusion Transformer"). It doesn't talk to you directly. It only receives the perfect, pre-packaged instructions from the Agent. It takes the source video, the new scarf picture, and the shirt outline, and it does the magic editing.

How It Works in Real Life

The paper shows examples of this in action:

  • Scenario A: You say, "Replace the woman's shirt with a Burberry scarf."
    • Without Aurora: The AI might guess a generic scarf or fail.
    • With Aurora: The Agent searches for a real Burberry scarf image, finds the shirt in the video, and tells the Video Model: "Here is the video, here is the exact scarf image, and here is the exact shirt location. Go."
  • Scenario B: You say, "Remove the pedestrian."
    • Without Aurora: The AI might remove the wrong person or leave a messy hole.
    • With Aurora: The Agent figures out which person is a pedestrian, draws a precise outline around them, and tells the Video Model exactly what to erase and what to fill in the background with.

The Results: A New Benchmark

The researchers built a new test called AgentEdit-Bench. This test is designed specifically to trick AI with vague instructions.

  • When they tested standard AI models on these vague requests, they scored poorly (around 67-70%).
  • When they added the Aurora Agent to the mix, the score jumped significantly (up to 87.9%).

The paper also showed that this "Smart Assistant" isn't just good for their specific video model. They tested it with other video editing models, and the Agent still helped them perform better. It's like giving a universal translator to any chef; no matter who is cooking, the food tastes better if the ingredients are prepared correctly first.

Summary

Aurora doesn't just edit videos; it understands what you mean before it starts editing. It bridges the gap between human vagueness and machine precision by acting as a tool-using agent that gathers missing pictures, draws missing maps, and writes clear instructions, ensuring the final video matches your vision exactly.

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 →