CSTA: CNN-based Spatiotemporal Attention for Video Summarization
Jaewon Son, Jaehun Park, Kwangsu Kim

TL;DR
This paper introduces CSTA, a CNN-based spatiotemporal attention method for video summarization that effectively captures key moments with minimal computational cost, outperforming previous approaches.
Contribution
The paper proposes a novel CNN-based spatiotemporal attention mechanism that efficiently captures important video features without additional modules.
Findings
Achieves state-of-the-art performance on SumMe and TVSum datasets.
Requires fewer MACs compared to previous methods.
Demonstrates effectiveness of CNN-based attention in video summarization.
Abstract
Video summarization aims to generate a concise representation of a video, capturing its essential content and key moments while reducing its overall length. Although several methods employ attention mechanisms to handle long-term dependencies, they often fail to capture the visual significance inherent in frames. To address this limitation, we propose a CNN-based SpatioTemporal Attention (CSTA) method that stacks each feature of frames from a single video to form image-like frame representations and applies 2D CNN to these frame features. Our methodology relies on CNN to comprehend the inter and intra-frame relations and to find crucial attributes in videos by exploiting its ability to learn absolute positions within images. In contrast to previous work compromising efficiency by designing additional modules to focus on spatial importance, CSTA requires minimal computational overhead as…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Analysis and Summarization · Music and Audio Processing · Generative Adversarial Networks and Image Synthesis
MethodsFocus · Layer Normalization · Dense Connections · RoIAlign · Adaptive Feature Pooling · Average Pooling · Dropout · Positional Encoding Generator · Softmax · Self-Attention Guidance
