TransVCL: Attention-enhanced Video Copy Localization Network with Flexible Supervision
Sifeng He, Yue He, Minlong Lu, Chen Jiang, Xudong Yang, Feng Qian,, Xiaobo Zhang, Lei Yang, Jiandong Zhang

TL;DR
TransVCL introduces an attention-enhanced, end-to-end trainable network for precise video copy localization, leveraging a customized Transformer to incorporate long-range temporal information and improve discriminative pattern learning.
Contribution
The paper presents a novel Transformer-based architecture that directly optimizes from frame-level features, enabling flexible supervision and superior localization performance.
Findings
Achieves state-of-the-art results on VCSL and VCDB datasets.
Effectively utilizes semi-supervised learning with video-level annotations.
Demonstrates high flexibility from full supervision to semi-supervision.
Abstract
Video copy localization aims to precisely localize all the copied segments within a pair of untrimmed videos in video retrieval applications. Previous methods typically start from frame-to-frame similarity matrix generated by cosine similarity between frame-level features of the input video pair, and then detect and refine the boundaries of copied segments on similarity matrix under temporal constraints. In this paper, we propose TransVCL: an attention-enhanced video copy localization network, which is optimized directly from initial frame-level features and trained end-to-end with three main components: a customized Transformer for feature enhancement, a correlation and softmax layer for similarity matrix generation, and a temporal alignment module for copied segments localization. In contrast to previous methods demanding the handcrafted similarity matrix, TransVCL incorporates…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsFetal and Pediatric Neurological Disorders · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
MethodsMulti-Head Attention · Attention Is All You Need · Layer Normalization · Adam · Absolute Position Encodings · Linear Layer · Dense Connections · Residual Connection · Byte Pair Encoding · Position-Wise Feed-Forward Layer
