English

Language-guided Recursive Spatiotemporal Graph Modeling for Video Summarization

Computer Vision and Pattern Recognition 2025-09-09 v1 Artificial Intelligence

Abstract

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.

Keywords

Cite

@article{arxiv.2509.05604,
  title  = {Language-guided Recursive Spatiotemporal Graph Modeling for Video Summarization},
  author = {Jungin Park and Jiyoung Lee and Kwanghoon Sohn},
  journal= {arXiv preprint arXiv:2509.05604},
  year   = {2025}
}

Comments

Accepted to IJCV, 29 pages, 14 figures, 11 tables

R2 v1 2026-07-01T05:24:09.420Z