Back to Feed
Computer Vision / Benchmarks & Evals

Improving Video Object Removal Evaluation

Original: BeyondMasks: Evaluating Causal and Physical Consistency in Video Object Removal

Listen to the summary

Uses a voice available on your device

Audio options
On this page 4 sections
Related concepts 3 concepts

Key Takeaways

  • Existing metrics like PSNR and SSIM fail because they penalize valid background reconstructions that deviate from ground truth pixels.
  • The new BeyondMasks benchmark features 180 synthetic and real-world paired video sequences to test for causal consistency.
  • The CORE protocol uses vision-language models to score how well tools handle object disappearance and environmental after-effects.
  • CORE AfterEffectScore shows a 0.733 Pearson correlation with human perception, offering a more reliable automated evaluation pipeline.

Summary & Methodology Analysis

Current video object removal pipelines often struggle to maintain causal consistency, meaning they fail to account for how an object interacts with its environment. Many systems utilize a mask-based approach that zeros out the target region before inference, which inadvertently discards visual context necessary for recovering the background behind semi-transparent objects. Traditional pixel-based metrics such as PSNR, SSIM, and LPIPS exacerbate this by penalizing any output that does not perfectly match a static ground truth, even if the edited result is physically plausible and free of residual traces. The paper highlights that common datasets like DAVIS or YouTube-VOS lack the paired clean backgrounds required for rigorous verification, rendering these standard evaluation methods ineffective for modern removal tasks.

Interactive System Flowchart

Click diagram to expand and zoom

Cross-Examination & FAQs

A deeper dive clarifying mechanics, constraints, and baseline evaluations.

Q1. What is the main problem with existing video removal tools?

They often focus on replacing the object area while ignoring secondary physical traces like shadows, reflections, and dynamic shifts in the scene.

Q2. How does this paper attempt to solve that problem?

The authors created the BeyondMasks benchmark and the CORE evaluation protocol to measure whether the entire scene remains physically consistent after an object is removed.

Q3. Why can't we just use standard image metrics like PSNR?

These metrics strictly compare pixel values against a ground truth, which penalizes the model for any deviation even if the result is visually correct and the object has been successfully removed.

Q4. What is the CORE protocol?

CORE is a structured evaluation method that uses vision-language models, specifically Gemini 3.1, to independently score how well an object disappears and how consistent the remaining scene is.

Q5. How large is the BeyondMasks dataset?

It consists of 180 synthetic and real-world video sequences.

Q6. What is the correlation between CORE scores and human judgment?

The AfterEffectScore shows a Pearson correlation of 0.733 with human ratings, while the ObjectScore shows a correlation of 0.615.

Q7. Does the paper suggest a specific model for performing the object removal?

The paper focuses on the evaluation protocol and benchmark, not on proposing a new removal model itself.

Q8. What are the common limitations identified in current mask-based removal pipelines?

Many pipelines zero out masked regions before inference, which discards useful visual evidence and makes it difficult to reconstruct content behind translucent objects.

Q9. How does BeyondMasks compare to ROSE-Bench?

ROSE-Bench introduced synthetic paired data for specific physical side effects, while BeyondMasks aims to provide a more comprehensive, larger-scale diagnostic benchmark for both synthetic and real-world scenarios.

Flag an issue

What is wrong with this summary?

What is wrong?