菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-10
📄 Abstract - MLT-Dedup: Efficient Large-Scale Online Video Deduplication via Multi-Level Representations and Spatial-Temporal Matching

The explosive growth of user-generated video content on online platforms is accompanied by the emergence of numerous near-duplicate videos--videos that are identical or highly similar but differ by partial edits. These duplicates degrade user experience and increase storage and bandwidth costs, making large-scale video deduplication a critical task. Existing video deduplication frameworks face a fundamental challenge in retrieving sufficient high-quality candidates under a limited index budget, as well as trade-offs between efficiency and precision. To address these issues, we propose MLT-Dedup, an efficient large-scale online video deduplication framework with Multi-Level representations and spatial-Temporal matching. Our approach employs a Multi-Level Video Encoder (ML-VE) to extract both fine-grained frame-level and sparse clip-level embeddings: sparse embeddings support efficient candidate retrieval, while fine-grained embeddings are loaded for precise pairwise matching. During matching, we introduce DiF-SiM, a Differential Feature-enhanced Similarity Module capable of locating duplicated temporal segments and providing reliable similarity evidence to support policy-driven deduplication decisions. Extensive experiments on a real-world large-scale platform demonstrate that MLT-Dedup reduces online repetition rates by 91% at 90% precision. Furthermore, our sparse retrieval design achieves a 5x increase in indexing capacity, enabling broader candidate coverage in real-world deployment.

顶级标签: systems video
详细标签: near-duplicate detection video deduplication spatial-temporal matching large-scale retrieval indexing 或 搜索:

MLT-Dedup:基于多层表征和时空匹配的高效大规模在线视频去重 / MLT-Dedup: Efficient Large-Scale Online Video Deduplication via Multi-Level Representations and Spatial-Temporal Matching


1️⃣ 一句话总结

本文提出了一种名为MLT-Dedup的视频去重系统,通过同时提取视频的粗粒度(片段级)和细粒度(帧级)特征,先快速筛选出可能的重复视频,再精确比对重复片段,在保证高准确率的前提下大幅降低存储和带宽成本,并在实际大规模平台上将重复率降低了91%。

源自 arXiv: 2606.12215