CVAISep 6, 2025

Language-guided Recursive Spatiotemporal Graph Modeling for Video Summarization

arXiv:2509.05604v1h-index: 16Has CodeInt J Comput Vis
Originality Incremental advance
AI Analysis

This work addresses the problem of generating concise video summaries for users by improving accuracy through fine-grained object and language integration, though it is incremental as it builds on existing graph-based and language-guided methods.

The paper tackles video summarization by modeling objects and frames as nodes in a spatiotemporal graph, incorporating language queries to capture semantic relationships, and achieves state-of-the-art performance on multiple benchmarks.

Video summarization aims to select keyframes that are visually diverse and can represent the whole story of a given video. Previous approaches have focused on global interlinkability between frames in a video by temporal modeling. However, fine-grained visual entities, such as objects, are also highly related to the main content of the video. Moreover, language-guided video summarization, which has recently been studied, requires a comprehensive linguistic understanding of complex real-world videos. To consider how all the objects are semantically related to each other, this paper regards video summarization as a language-guided spatiotemporal graph modeling problem. We present recursive spatiotemporal graph networks, called VideoGraph, which formulate the objects and frames as nodes of the spatial and temporal graphs, respectively. The nodes in each graph are connected and aggregated with graph edges, representing the semantic relationships between the nodes. To prevent the edges from being configured with visual similarity, we incorporate language queries derived from the video into the graph node representations, enabling them to contain semantic knowledge. In addition, we adopt a recursive strategy to refine initial graphs and correctly classify each frame node as a keyframe. In our experiments, VideoGraph achieves state-of-the-art performance on several benchmarks for generic and query-focused video summarization in both supervised and unsupervised manners. The code is available at https://github.com/park-jungin/videograph.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes