Fight Scene Detection for Movie Highlight Generation System
This addresses the tedious manual process of identifying fight scenes for movie trailer or highlight generation, though it is an incremental improvement in a domain-specific application.
The paper tackles the problem of automatically detecting fight scenes in movies for highlight generation, achieving 93.5% accuracy with a BiLSTM-based model, outperforming existing methods like 2D CNN with Hough Forests (92%) and 3D CNN (65%).
In this paper of a research based project, using Bidirectional Long Short-Term Memory (BiLSTM) networks, we provide a novel Fight Scene Detection (FSD) model which can be used for Movie Highlight Generation Systems (MHGS) based on deep learning and Neural Networks . Movies usually have Fight Scenes to keep the audience amazed. For trailer generation, or any other application of Highlight generation, it is very tidious to first identify all such scenes manually and then compile them to generate a highlight serving the purpose. Our proposed FSD system utilises temporal characteristics of the movie scenes and thus is capable to automatically identify fight scenes. Thereby helping in the effective production of captivating movie highlights. We observe that the proposed solution features 93.5% accuracy and is higher than 2D CNN with Hough Forests which being 92% accurate and is significantly higher than 3D CNN which features an accuracy of 65%.