HSA-RNN: Hierarchical Structure-Adaptive RNN for Video Summarization

Abstract

Although video summarization has achieved great success in recent years, few approaches have realized the influence of video structure on the summarization results. As we know, the video data follow a hierarchical structure, i.e., a video is composed of shots, and a shot is composed of several frames. Generally, shots provide the activity-level information for people to understand the video content. While few existing summarization approaches pay attention to the shot segmentation procedure. They generate shots by some trivial strategies, such as fixed length segmentation, which may destroy the underlying hierarchical structure of video data and further reduce the quality of generated summaries. To address this problem, we propose a structure-adaptive video summarization approach that integrates shot segmentation and video summarization into a Hierarchical Structure-Adaptive RNN, denoted as HSA-RNN. We evaluate the proposed approach on four popular datasets, i.e., SumMe, TVsum, CoSum and VTW. The experimental results have demonstrated the effectiveness of HSA-RNN in the video summarization task.

Cite

Text

Zhao et al. "HSA-RNN: Hierarchical Structure-Adaptive RNN for Video Summarization." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018. doi:10.1109/CVPR.2018.00773

Markdown

[Zhao et al. "HSA-RNN: Hierarchical Structure-Adaptive RNN for Video Summarization." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018.](https://mlanthology.org/cvpr/2018/zhao2018cvpr-hsarnn/) doi:10.1109/CVPR.2018.00773

BibTeX

@inproceedings{zhao2018cvpr-hsarnn,
  title     = {{HSA-RNN: Hierarchical Structure-Adaptive RNN for Video Summarization}},
  author    = {Zhao, Bin and Li, Xuelong and Lu, Xiaoqiang},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2018},
  doi       = {10.1109/CVPR.2018.00773},
  url       = {https://mlanthology.org/cvpr/2018/zhao2018cvpr-hsarnn/}
}