Video Summarization with Attention-Based Encoder-Decoder Networks
About
This paper addresses the problem of supervised video summarization by formulating it as a sequence-to-sequence learning problem, where the input is a sequence of original video frames, the output is a keyshot sequence. Our key idea is to learn a deep summarization network with attention mechanism to mimic the way of selecting the keyshots of human. To this end, we propose a novel video summarization framework named Attentive encoder-decoder networks for Video Summarization (AVS), in which the encoder uses a Bidirectional Long Short-Term Memory (BiLSTM) to encode the contextual information among the input video frames. As for the decoder, two attention-based LSTM networks are explored by using additive and multiplicative objective functions, respectively. Extensive experiments are conducted on three video summarization benchmark datasets, i.e., SumMe, and TVSum. The results demonstrate the superiority of the proposed AVS-based approaches against the state-of-the-art approaches,with remarkable improvements from 0.8% to 3% on two datasets,respectively..
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Video Summarization | TVSum | F-Measure61.8 | 213 | |
| Video Summarization | SumMe | F1 Score (Avg)46.1 | 130 | |
| Video Summarization | TVSum (test) | F-score0.608 | 47 | |
| Video Summarization | SumMe (test) | F-score44.6 | 35 | |
| Video Summarization | SumMe (5-fold cross-validation) | F1 Score44.4 | 12 | |
| Video Summarization | TVSum Canonical (C) 5-fold cross-validation | F1 Score61 | 10 | |
| Video Summarization | SumMe (original five splits) | F1 Score0.444 | 6 | |
| Video Summarization | TVSum (original five splits) | F1 Score61 | 6 |