Video Editing for Video Retrieval
Bin Zhu, Kevin Flanagan, Adriano Fragomeni, Michael Wray, Dima Damen
TL;DR
This work tackles the high cost of collecting precise video clip boundaries for text-to-video retrieval by leveraging single timestamps as weak supervision. It introduces a two-stage approach: a warm-up phase that trains a cross-modal retriever from rough, timestamp-derived clips, and a subsequent teacher-student co-training framework that edits clip boundaries and learns from edited clips to improve retrieval accuracy. The method is model-agnostic and validated across three retrieval architectures (COOT, VideoCLIP, CLIP4Clip) and three datasets (YouCook2, DiDeMo, ActivityNet-Captions), yielding consistent gains over timestamp baselines and approaching upper-bound performance with ground-truth boundaries. Human studies corroborate that edited clips better reflect caption content, underscoring practical potential for scalable video retrieval with weak supervision. Overall, the paper offers a feasible path to improve clip retrieval without exhaustive manual annotation by enabling iterative boundary refinement through mutual learning between editing and retrieval.
Abstract
Though pre-training vision-language models have demonstrated significant benefits in boosting video-text retrieval performance from large-scale web videos, fine-tuning still plays a critical role with manually annotated clips with start and end times, which requires considerable human effort. To address this issue, we explore an alternative cheaper source of annotations, single timestamps, for video-text retrieval. We initialise clips from timestamps in a heuristic way to warm up a retrieval model. Then a video clip editing method is proposed to refine the initial rough boundaries to improve retrieval performance. A student-teacher network is introduced for video clip editing. The teacher model is employed to edit the clips in the training set whereas the student model trains on the edited clips. The teacher weights are updated from the student's after the student's performance increases. Our method is model agnostic and applicable to any retrieval models. We conduct experiments based on three state-of-the-art retrieval models, COOT, VideoCLIP and CLIP4Clip. Experiments conducted on three video retrieval datasets, YouCook2, DiDeMo and ActivityNet-Captions show that our edited clips consistently improve retrieval performance over initial clips across all the three retrieval models.
