Comparative Analysis of Image, Video, and Audio Classifiers for Automated News Video Segmentation
Jonathan Attard, Dylan Seychell
TL;DR
This work tackles automated segmentation of news videos into five scene types by comparing image-based, video-based, and audio-based classifiers, including ResNet, ViViT, AST, and multimodal fusion. On a custom dataset of 41 news videos with 1,832 labeled clips, image-based ResNet achieves the highest accuracy of $84.34\%$, outperforming temporal video models while using far fewer computational resources. Binary detectors for transitions and advertisements reach $94.23\%$ and $92.74\%$ accuracy, respectively, illustrating the strength of certain recurring cues. The study underscores the practical viability of image-based approaches for content organisation tasks like archiving and search, while also highlighting resource challenges and the need for further work on scalable multimodal methods.
Abstract
News videos require efficient content organisation and retrieval systems, but their unstructured nature poses significant challenges for automated processing. This paper presents a comprehensive comparative analysis of image, video, and audio classifiers for automated news video segmentation. This work presents the development and evaluation of multiple deep learning approaches, including ResNet, ViViT, AST, and multimodal architectures, to classify five distinct segment types: advertisements, stories, studio scenes, transitions, and visualisations. Using a custom-annotated dataset of 41 news videos comprising 1,832 scene clips, our experiments demonstrate that image-based classifiers achieve superior performance (84.34\% accuracy) compared to more complex temporal models. Notably, the ResNet architecture outperformed state-of-the-art video classifiers while requiring significantly fewer computational resources. Binary classification models achieved high accuracy for transitions (94.23\%) and advertisements (92.74\%). These findings advance the understanding of effective architectures for news video segmentation and provide practical insights for implementing automated content organisation systems in media applications. These include media archiving, personalised content delivery, and intelligent video search.
