Synchronization of Multiple Videos
Avihai Naaman, Ron Shapira Weber, Oren Freifeld
TL;DR
The paper tackles the problem of synchronizing multiple videos of the same action captured in different scenes or generated by AI, where simple time shifts are insufficient. It introduces Temporal Prototype Learning (TPL), which learns a shared 1D temporal prototype by encoding frame sequences into univariate latent signals $Z_i$ and aligning them to a common prototype $\widehat{Z}$, then reconstructs back to the original embeddings. The core contributions are a prototype-based joint synchronization framework, the Diffeomorphic Multitasking Autoencoder (D-MTAE), and a linear-time frame retrieval mechanism, plus demonstrating synchronization of GenAI videos on the GenAI-MVS dataset. Experiments show TPL outperforms traditional multi-sequence alignment baselines across Penn Action, Pouring, Internet Videos, and GenAI-MVS, and generalizes to AI-generated content, enabling robust annotation transfer for large-scale video analytics.
Abstract
Synchronizing videos captured simultaneously from multiple cameras in the same scene is often easy and typically requires only simple time shifts. However, synchronizing videos from different scenes or, more recently, generative AI videos, poses a far more complex challenge due to diverse subjects, backgrounds, and nonlinear temporal misalignment. We propose Temporal Prototype Learning (TPL), a prototype-based framework that constructs a shared, compact 1D representation from high-dimensional embeddings extracted by any of various pretrained models. TPL robustly aligns videos by learning a unified prototype sequence that anchors key action phases, thereby avoiding exhaustive pairwise matching. Our experiments show that TPL improves synchronization accuracy, efficiency, and robustness across diverse datasets, including fine-grained frame retrieval and phase classification tasks. Importantly, TPL is the first approach to mitigate synchronization issues in multiple generative AI videos depicting the same action. Our code and a new multiple video synchronization dataset are available at https://bgu-cs-vil.github.io/TPL/
