CVAug 13, 2018

Fast Video Shot Transition Localization with Deep Structured Models

arXiv:1808.04234v153 citations
Originality Incremental advance
AI Analysis

This work addresses a crucial pre-processing step in video analysis for applications like video editing and retrieval, though it is incremental as it builds on existing methods with targeted models and a new dataset.

The paper tackles the problem of localizing both abrupt and gradual video shot transitions by proposing a structured network with separate models for each type, achieving a 30x real-time speed on a TITAN GPU and outperforming state-of-the-art methods on TRECVID07 and RAI databases.

Detection of video shot transition is a crucial pre-processing step in video analysis. Previous studies are restricted on detecting sudden content changes between frames through similarity measurement and multi-scale operations are widely utilized to deal with transitions of various lengths. However, localization of gradual transitions are still under-explored due to the high visual similarity between adjacent frames. Cut shot transitions are abrupt semantic breaks while gradual shot transitions contain low-level spatial-temporal patterns caused by video effects in addition to the gradual semantic breaks, e.g. dissolve. In order to address the problem, we propose a structured network which is able to detect these two shot transitions using targeted models separately. Considering speed performance trade-offs, we design a smart framework. With one TITAN GPU, the proposed method can achieve a 30\(\times\) real-time speed. Experiments on public TRECVID07 and RAI databases show that our method outperforms the state-of-the-art methods. In order to train a high-performance shot transition detector, we contribute a new database ClipShots, which contains 128636 cut transitions and 38120 gradual transitions from 4039 online videos. ClipShots intentionally collect short videos for more hard cases caused by hand-held camera vibrations, large object motions, and occlusion.

Code Implementations4 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes