Reinforcement Learning for Unsupervised Video Summarization with Reward Generator Training
Mehryar Abbasi, Hadi Hadizadeh, Parvaneh Saeedi
TL;DR
TR-SUM tackles unsupervised video summarization by replacing adversarial training with a two-stage, generator-guided reinforcement learning pipeline. A self-supervised generator provides a reconstruction-based reward, guiding a transformer-based summarizer to select frames that maximize reconstruction fidelity, with a per-video baseline for stability. The approach yields state-of-the-art F-scores on SumMe and TVSum (SumMe: 54.5, TVSum: 62.3) and demonstrates superior training stability and efficiency compared with GAN-based methods. These results suggest reconstruction fidelity is a strong proxy for informativeness and that the proposed generator-based reward can robustly align automatic summaries with human judgments.
Abstract
This paper presents a novel approach for unsupervised video summarization using reinforcement learning (RL), addressing limitations like unstable adversarial training and reliance on heuristic-based reward functions. The method operates on the principle that reconstruction fidelity serves as a proxy for informativeness, correlating summary quality with reconstruction ability. The summarizer model assigns importance scores to frames to generate the final summary. For training, RL is coupled with a unique reward generation pipeline that incentivizes improved reconstructions. This pipeline uses a generator model to reconstruct the full video from the selected summary frames; the similarity between the original and reconstructed video provides the reward signal. The generator itself is pre-trained self-supervisedly to reconstruct randomly masked frames. This two-stage training process enhances stability compared to adversarial architectures. Experimental results show strong alignment with human judgments and promising F-scores, validating the reconstruction objective.
