Xiaomi’s MiLM Plus Releases PROVE: Perception-Aligned Object Removal Metrics RC-S and RC-T With a Real-World Video Benchmark

2026年8月12日 05:05
站內 AI 整理稿

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.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 (runprovemetrics.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.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.

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.

RC-S and 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-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.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.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.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.On the public leaderboard, SVOR (1.3B) leads combined RC-S at 0.

5197; EffectErase leads RC-T at 0.2525.(function(){ var f=document.getElementById('mtp-prove-frame'); window.addEventListener('message',function(e){ if(e&&e.data&&e.data.mtpProveHeight&&f){ f.style.height=e.data.

mtpProveHeight+'px'; } },false); })(); 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.

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.

Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.?Connect with us 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.

Related

相關文章

WRC 2026|原生全模態世界模型:從模擬世界到交互世界

世界機器人大會期間,智象未來創辦人梅濤於「物理AI引領者論壇」發表演講,提出原生全模態世界模型從「模擬世界」走向「交互世界」的觀點。他強調即使AI模型智商接近140,高IQ不代表全能,需具備在真實物理世界中穩定完成任務的能力,此為Physical AI發展的關鍵。論壇聚焦通用物理智慧的技術演進與產業路徑,匯聚眾多專家參與。

剛剛

阿里巴巴達摩院推出肝癌 AI 模型:可精準識別 1 釐米微小腫瘤

作者:遠洋 責編:遠洋 評論: 感謝網友 HH_KK 的線索投遞!8 月 24 日消息,阿里巴巴達摩院聯合中國醫科大學附屬盛京醫院等機構研發出肝癌診斷 AI 模型 DAMO LiON,可通過 CT 影像識別微小的肝臟癌變病灶。在兩個月的真實世界前瞻臨床試驗中,該 AI 模型發現了 15 例原本被遺漏的惡性腫瘤,絕大部分為 1 釐米左右的病灶,幫助患者得到及時的手術或藥物治療。

剛剛
何夕2077研究與前沿

棋類模型可解釋

在人工智慧研究領域,模型的可解釋性一直是備受關注的課題。近期有觀點指出,棋類模型具備可解釋的特性,這意味著此類模型的決策過程與內部運作機制,能夠被研究者或使用者以相對直觀的方式理解與分析。相較於許多深度學習模型常被視為「黑箱」,棋類模型在處理圍棋、象棋等棋類遊戲時,其每一步的選擇與策略推演,往往能透過棋譜或演算法邏輯加以回溯,從而為AI的透明化提供了一個具體的觀察窗口。

7 小時前

美國專家示警:學生依賴“AI 代寫”會削弱思考能力

作者:清源 責編:清源 評論: 8 月 23 日消息,美國學生使用 AI 完成作業、甚至代寫整篇論文的現象已經十分普遍,也有不少學校允許學生在一定範圍內藉助 AI 工具。據《紐約時報》當地時間 17 日報道,越來越多專家擔心,問題可能不只是學生會不會寫文章,而是長期依賴 AI 可能削弱他們本身的思考能力。

10 小時前