Finding the Right Moment: Human-Assisted Trailer Creation via Task Composition
Pinelopi Papalampidi, Frank Keller, Mirella Lapata
TL;DR
This work introduces Graph-Trailer, a multimodal, graph-based framework for automatically identifying trailer-worthy moments in full-length films by jointly modeling narrative structure (turning points) and sentiment flow. It leverages a contrastive knowledge-distillation regime where an auxiliary text network trained on screenplays distills privileged information into a video-based main network, with both prediction and representation consistency losses guiding joint training. An interpretable graph-traversal algorithm selects trailer shot sequences, and an interactive tool enables humans to review and refine proposals, reducing manual effort to under 30 minutes while delivering results competitive with expert selections. The approach is evaluated on full-length movies with a held-out trailer dataset, showing improvements over baselines in both automatic trailer moment identification and human-in-the-loop trailer creation, and revealing valuable insights into turning points, sentiment flow, and cross-modal integration for trailer design.
Abstract
Movie trailers perform multiple functions: they introduce viewers to the story, convey the mood and artistic style of the film, and encourage audiences to see the movie. These diverse functions make trailer creation a challenging endeavor. In this work, we focus on finding trailer moments in a movie, i.e., shots that could be potentially included in a trailer. We decompose this task into two subtasks: narrative structure identification and sentiment prediction. We model movies as graphs, where nodes are shots and edges denote semantic relations between them. We learn these relations using joint contrastive training which distills rich textual information (e.g., characters, actions, situations) from screenplays. An unsupervised algorithm then traverses the graph and selects trailer moments from the movie that human judges prefer to ones selected by competitive supervised approaches. A main advantage of our algorithm is that it uses interpretable criteria, which allows us to deploy it in an interactive tool for trailer creation with a human in the loop. Our tool allows users to select trailer shots in under 30 minutes that are superior to fully automatic methods and comparable to (exclusive) manual selection by experts.
