# Cycle-SUM: Cycle-consistent Adversarial LSTM Networks for Unsupervised   Video Summarization

**Authors:** Li Yuan, Francis EH Tay, Ping Li, Li Zhou, Jiashi Feng

arXiv: 1904.08265 · 2019-04-18

## TL;DR

Cycle-SUM introduces an unsupervised, cycle-consistent adversarial LSTM framework for video summarization, effectively capturing long-range dependencies and maximizing information preservation without manual annotations.

## Contribution

It proposes a novel cycle-consistent adversarial LSTM architecture with a learnable information metric, advancing unsupervised video summarization methods.

## Key findings

- Achieves state-of-the-art results on benchmark datasets
- Effectively preserves information and compactness in summaries
- Outperforms previous unsupervised methods

## Abstract

In this paper, we present a novel unsupervised video summarization model that requires no manual annotation. The proposed model termed Cycle-SUM adopts a new cycle-consistent adversarial LSTM architecture that can effectively maximize the information preserving and compactness of the summary video. It consists of a frame selector and a cycle-consistent learning based evaluator. The selector is a bi-direction LSTM network that learns video representations that embed the long-range relationships among video frames. The evaluator defines a learnable information preserving metric between original video and summary video and "supervises" the selector to identify the most informative frames to form the summary video. In particular, the evaluator is composed of two generative adversarial networks (GANs), in which the forward GAN is learned to reconstruct original video from summary video while the backward GAN learns to invert the processing. The consistency between the output of such cycle learning is adopted as the information preserving metric for video summarization. We demonstrate the close relation between mutual information maximization and such cycle learning procedure. Experiments on two video summarization benchmark datasets validate the state-of-the-art performance and superiority of the Cycle-SUM model over previous baselines.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.08265/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1904.08265/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1904.08265/full.md

---
Source: https://tomesphere.com/paper/1904.08265