小米发布 PROVE:目标移除评估新指标
Xiaomi’s MiLM Plus Releases PROVE: Perception-Aligned Object Removal Metrics RC-S and RC-T With a Real-World Video Benchmark
Object removal models have improved faster than the metrics used to judge them. Diffusion erasers now reconstruct shadows, reflections and occluded structure convincingly, yet PSNR, SSIM, LPIPS, ReMOVE and CFD frequently rank their outputs the wrong way. The root cause is structural: erasure is an ill-posed, one-to-many task, so no single ground truth exists to compare against. A team from MiLM Plus, Xiaomi Inc. has released PROVE (Perceptual RemOVal cohErence), accepted at ACM MM 2026, to close that gap. PROVE pairs two perception-aligned metrics — RC-S for spatial coherence and RC-T for temporal consistency — with PROVE-Bench, a two-tier real-world video benchmark. Both metrics score the edited region locally, using sliding-window Maximum Mean Discrepancy over DINOv2 features, and neither requires a reference video.
物体移除模型的发展速度超过了用于评判它们的指标。扩散擦除器现在能够令人信服地重建阴影、反射和遮挡结构,但 PSNR、SSIM、LPIPS、ReMOVE 和 CFD 常常对它们的输出进行错误排序。根本原因是结构性的:擦除是一个不适定的一对多任务,因此不存在单一的真实值可供比较。来自小米公司 MiLM Plus 的团队发布了 PROVE(感知移除一致性),已被 ACM MM 2026 接收,以弥补这一差距。PROVE 将两个感知对齐的指标——用于空间一致性的 RC-S 和用于时间一致性的 RC-T——与 PROVE-Bench(一个双层真实世界视频基准)配对。这两个指标都局部评分编辑区域,使用 DINOv2 特征上的滑动窗口最大均值差异,并且都不需要参考视频。
Is it deployable?
它可以部署吗?
Yes — as an evaluation harness, not a product feature. PROVE ships as an Apache 2.0 PyTorch repo with one CLI entry point (run_prove_metrics.py). It needs Python 3.10+, PyTorch 2.6+, Transformers 4.51+, and DINOv2-giant weights. Masks are mandatory; white pixels mark the removed object.
可以——作为评估工具,而非产品功能。PROVE 以 Apache 2.0 许可证的 PyTorch 仓库形式发布,带有一个 CLI 入口点(run_prove_metrics.py)。它需要 Python 3.10+、PyTorch 2.6+、Transformers 4.51+ 和 DINOv2-giant 权重。掩码是必需的;白色像素标记被移除的物体。
- Company level: Any team with one GPU and a mask pipeline. RC-S runs at 134.6 ms/frame on a single RTX 4090, so nightly CI gates are practical for startups; enterprises with large editing catalogs gain most, since no paired ground truth is needed.
- Industries: Smartphone gallery and camera apps, short-video editing, e-commerce catalog cleanup, advertising and stock media, film/VFX post-production, real estate imagery, and privacy redaction in mapping archives.
- Applications: Model bake-offs, CI gates on RC-S/RC-T, tuning inference steps or quantization without a reference video, filtering training data, and shaping reward models.
- Who buys in: CV researchers and applied AI/ML engineers on editing teams first; MLOps engineers wiring the score into CI second; product managers running vendor comparisons third.
- Where it does not fit: Real-time on-device scoring, and side effects such as large shadows or reflections extending beyond the cropped evaluation region.
- 公司层面:任何拥有一个 GPU 和掩码管道的团队。RC-S 在单个 RTX 4090 上运行速度为 134.6 毫秒/帧,因此夜间 CI 门禁对初创公司来说是可行的;拥有大型编辑目录的企业获益最大,因为不需要配对真实值。
- 行业:智能手机相册和相机应用、短视频编辑、电商目录清理、广告和素材媒体、电影/VFX 后期制作、房地产图像,以及地图档案中的隐私编辑。
- 应用:模型对比测试、基于 RC-S/RC-T 的 CI 门禁、在没有参考视频的情况下调整推理步骤或量化、过滤训练数据,以及塑造奖励模型。
- 谁会采用:首先是 CV 研究人员和编辑团队的应用 AI/ML 工程师;其次是 MLOps 工程师将分数接入 CI;第三是进行供应商比较的产品经理。
- 不适用之处:实时设备端评分,以及超出裁剪评估区域的大阴影或反射等副作用。
Three documented failure modes
三个已记录的失败模式
Object removal is ill-posed and one-to-many: many restorations are plausible for the same hole, so no unique ground truth exists.
物体移除是不适定且一对多的:对于同一个空洞,许多修复都是合理的,因此不存在唯一真实值。
- Full-reference bias: PSNR, SSIM and LPIPS assume point-to-point correspondence, so they reward copy-paste over genuine erasure. Residual shadows occupy few pixels and incur almost no penalty. Worse, cutting diffusion inference steps improves PSNR and SSIM while visual quality collapses — regression to the mean.
- No-reference blind spots: On ROSE-Bench, the authors progressively blur the masked region. Neither ReMOVE nor CFD degrades; both eventually surpass their unblurred baselines. CFD’s SAM-based hallucination term also misfires: a legitimately restored bicycle seat is flagged as a hallucination, scoring worse than the unedited input.
- Temporal insensitivity: Temporal Consistency and Temporal Flickering operate on full-frame features. Since the edited area is a small fraction of the frame, injected Random Drop and Random Replace corruptions on DAVIS barely move them, and sometimes move them the wrong way.
- 全参考偏差:PSNR、SSIM 和 LPIPS 假设点对点对应,因此它们奖励复制粘贴而非真正的擦除。残余阴影只占据少量像素,几乎不会受到惩罚。更糟糕的是,减少扩散推理步骤会提高 PSNR 和 SSIM,而视觉质量却崩溃——回归均值。
- 无参考盲点:在 ROSE-Bench 上,作者逐步模糊掩码区域。ReMOVE 和 CFD 都没有下降;两者最终都超过了未模糊的基线。CFD 基于 SAM 的幻觉项也会失灵:一个合理修复的自行车座椅被标记为幻觉,得分比未编辑的输入还差。
- 时间不敏感性:时间一致性和时间闪烁在全帧特征上操作。由于编辑区域只占帧的一小部分,在 DAVIS 上注入的随机丢弃和随机替换损坏几乎不会影响它们,有时甚至朝错误方向影响。
RC-S and RC-T
RC-S 和 RC-T
Both share one idea: local distribution matching in deep feature space instead of global aggregation.
两者共享一个想法:在深度特征空间中进行局部分布匹配,而不是全局聚合。
RC-S (spatial): Connected-component analysis splits the mask into independent targets. Each bounding box is expanded by one third of its side length, the crop goes to DINOv2, and the mask is downsampled to feature resolution. A w×w window slides across the feature map, computing squared Maximum Mean Discrepancy with a Gaussian RBF kernel between masked and local background features. Scores are averaged per target, then across targets.
RC-S(空间):连通分量分析将掩码分割成独立的目标。每个边界框扩展其边长的三分之一,裁剪区域送入 DINOv2,掩码下采样到特征分辨率。一个 w×w 的窗口在特征图上滑动,计算掩码特征与局部背景特征之间的高斯 RBF 核的平方最大均值差异。分数按目标平均,再跨目标平均。
RC-T (temporal): Adjacent frames are cropped jointly under the union of their masks to avoid misalignment, then MMD is computed only inside the intersection — the region restored in both frames. An ablation shows that removing the crop makes RC-T blind to injected corruption.
RC-T(时间):相邻帧在掩码并集下联合裁剪以避免错位,然后仅在交集内计算 MMD——即两帧中都被恢复的区域。消融实验表明,移除裁剪会使 RC-T 对注入的损坏视而不见。
Results
结果
Against human rankings from 20 participants aggregated by Borda count, RC-S reaches 0.59 average Kendall’s τ and 0.66 Spearman’s ρ, versus 0.26/0.29 for ReMOVE and 0.16/0.18 for CFD. It ranks first on five of six benchmarks. Background-only FR variants correlate negatively on most datasets. On RORD-Val, RC-S prefers the clean image over blurred and region-swapped variants in 100% of cases; ReMOVE manages 60.06% and CFD 49.27% under blur. RC-T responds monotonically to rising corruption where TC and TF do not.
与 20 名参与者通过 Borda 计数聚合的人类排名相比,RC-S 的平均 Kendall's τ 达到 0.59,Spearman's ρ 达到 0.66,而 ReMOVE 为 0.26/0.29,CFD 为 0.16/0.18。它在六个基准中的五个上排名第一。仅背景的全参考变体在大多数数据集上呈负相关。在 RORD-Val 上,RC-S 在 100% 的情况下偏好干净图像而非模糊和区域交换变体;ReMOVE 在模糊下达到 60.06%,CFD 为 49.27%。RC-T 对上升的损坏呈单调响应,而 TC 和 TF 则不然。
Ablations isolate each contribution: DINOv2 (0.59 avg τ) beats DINOv3 (0.51) and SAM (0.44); dropping the sliding window costs 0.11; swapping MMD for cosine costs 0.07. RC-S is also the cheapest spatial metric tested, 13.7× faster than CFD.
消融实验隔离了每个贡献:DINOv2(平均τ 0.59)优于DINOv3(0.51)和SAM(0.44);去掉滑动窗口损失0.11;将MMD换成余弦损失0.07。RC-S也是测试过的最便宜的空间度量,比CFD快13.7倍。
PROVE-Bench
PROVE-Bench
PROVE-M holds 80 paired videos: tripod-captured input and target-free footage shot within two minutes, SAM3 masks refined frame by frame, three-stage quality control, then Ken Burns-style motion augmentation applied synchronously to the triplet. Each clip is 81 frames at 1080p. PROVE-H adds 100 hard videos without ground truth — crowds, flowing water, flames, textured terrain, multi-puddle reflections, fast motion — using unrefined SAM3 masks on purpose.
PROVE-M包含80个成对视频:三脚架拍摄的输入视频和两分钟内拍摄的无目标视频,SAM3掩码逐帧细化,经过三阶段质量控制,然后对三元组同步应用Ken Burns风格的运动增强。每个片段为81帧,1080p分辨率。PROVE-H增加了100个无真实标注的困难视频——人群、流水、火焰、纹理地形、多水坑反射、快速运动——故意使用未细化的SAM3掩码。
On the public leaderboard, SVOR (1.3B) leads combined RC-S at 0.5197; EffectErase leads RC-T at 0.2525.
在公开排行榜上,SVOR(1.3B)在组合RC-S上以0.5197领先;EffectErase在RC-T上以0.2525领先。
Key Takeaways
关键要点
- RC-S and RC-T score removal locally via sliding-window MMD on DINOv2 features, no ground truth required.
- RC-S hits 0.59 average Kendall’s τ against human rankings versus 0.26 for ReMOVE and 0.16 for CFD.
- ReMOVE and CFD both reward blur; RC-S degrades monotonically and wins 100% of perturbation tests.
- PROVE-Bench adds 80 motion-augmented paired videos plus 100 GT-free hard videos, all real-world 1080p.
- Apache 2.0 code and Hugging Face dataset; RC-S runs at 134.6 ms/frame, 13.7× cheaper than CFD.
- RC-S和RC-T通过DINOv2特征上的滑动窗口MMD局部评估移除效果,无需真实标注。
- RC-S与人类排名相比,平均Kendall's τ达到0.59,而ReMOVE为0.26,CFD为0.16。
- ReMOVE和CFD都奖励模糊;RC-S单调递减,并在100%的扰动测试中获胜。
- PROVE-Bench增加了80个运动增强的成对视频,以及100个无真实标注的困难视频,全部为真实世界的1080p视频。
- Apache 2.0代码和Hugging Face数据集;RC-S运行速度为134.6毫秒/帧,比CFD便宜13.7倍。
Check out the Paper, GitHub Repo, Project Page, and Dataset. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.
查看论文、GitHub仓库、项目页面和数据集。此外,欢迎在Twitter上关注我们,别忘了加入我们的15万+ML SubReddit并订阅我们的通讯。等等!你在Telegram上吗?现在你也可以在Telegram上加入我们。
Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us
需要与我们合作推广你的GitHub仓库或Hugging Face页面或产品发布或网络研讨会等?请联系我们。
The post Xiaomi’s MiLM Plus Releases PROVE: Perception-Aligned Object Removal Metrics RC-S and RC-T With a Real-World Video Benchmark appeared first on MarkTechPost.
文章《小米MiLM Plus发布PROVE:具有真实世界视频基准的感知对齐对象移除指标RC-S和RC-T》首次出现在MarkTechPost上。
更进一步:量化金融体系
看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力