AdSum: Two-stream Audio-visual Summarization for Automated Video Advertisement Clipping
Wen Xie, Yanjun Zhu, Gijs Overgoor, Yakov Bart, Agata Lapedriza Garcia, Sarah Ostadabbas
TL;DR
The paper addresses the need for automated ad clipping by recasting it as shot selection to derive 15-second ads from 30-second originals. It introduces AdSum204, a dataset of 102 paired ad clips with precise shot mappings, and presents AdSum, a two-stream audio-visual model that fuses synchronized visual (3D-CNN Swin3D) and audio (Wav2Vec2) features. Early fusion of modalities yields the best performance across multiple metrics (AP, AUROC, Spearman, Kendall) and highlights the crucial role of audio in advertising content. The work enables scalable, cost-efficient generation of short-form video ads and provides code and data for future research in ad-specific video summarization.
Abstract
Advertisers commonly need multiple versions of the same advertisement (ad) at varying durations for a single campaign. The traditional approach involves manually selecting and re-editing shots from longer video ads to create shorter versions, which is labor-intensive and time-consuming. In this paper, we introduce a framework for automated video ad clipping using video summarization techniques. We are the first to frame video clipping as a shot selection problem, tailored specifically for advertising. Unlike existing general video summarization methods that primarily focus on visual content, our approach emphasizes the critical role of audio in advertising. To achieve this, we develop a two-stream audio-visual fusion model that predicts the importance of video frames, where importance is defined as the likelihood of a frame being selected in the firm-produced short ad. To address the lack of ad-specific datasets, we present AdSum204, a novel dataset comprising 102 pairs of 30-second and 15-second ads from real advertising campaigns. Extensive experiments demonstrate that our model outperforms state-of-the-art methods across various metrics, including Average Precision, Area Under Curve, Spearman, and Kendall. The dataset and code are available at https://github.com/ostadabbas/AdSum204.
