paper-with-me

홈 › Papers

Dense Video Captioning using Graph-based Sentence Summarization

2025-06-25 · Zhiwang Zhang, Dong Xu, Wanli Ouyang, Luping Zhou

Recently, dense video captioning has made attractive progress in detecting and captioning all events in a long untrimmed video. Despite promising results were achieved, most existing methods do not sufficiently explore the scene evolution within an event temporal proposal for captioning, and therefore perform less satisfactorily when the scenes and objects change over a relatively long proposal. To address this problem, we propose a graph-based partition-and-summarization (GPaS) framework for dense video captioning within two stages. For the `partition" stage, a whole event proposal is split into short video segments for captioning at a finer level. For the summarization" stage, the generated sentences carrying rich description information for each segment are summarized into one sentence to describe the whole event. We particularly focus on the `summarization" stage, and propose a framework that effectively exploits the relationship between semantic words for summarization. We achieve this goal by treating semantic words as nodes in a graph and learning their interactions by coupling Graph Convolutional Network (GCN) and Long Short Term Memory (LSTM), with the aid of visual cues. Two schemes of GCN-LSTM Interaction (GLI) modules are proposed for seamless integration of GCN and LSTM. The effectiveness of our approach is demonstrated via an extensive comparison with the state-of-the-arts methods on the two benchmarks ActivityNet Captions dataset and YouCook II dataset.

📄 PDF Abstract BibTeX arXiv:2506.20583

Code (0)

등록된 구현이 없습니다.

Tasks

Dense Video CaptioningSentenceSentence SummarizationVideo Captioning

Methods 이 논문이 사용한 방법론

LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Show, Tell and Summarize: Dense Video Captioning Using Visual Cue Aided Sentence Summarization

2025-06-25 · Zhiwang Zhang, Dong Xu, Wanli Ouyang, Chuanqi Tan

In this work, we propose a division-and-summarization (DaS) framework for dense video captioning. After partitioning each untrimmed long video as multiple event proposals, where each event proposal consists of a set of s…

Dense Video CaptioningDescriptiveSentenceSentence Summarization+1

Video Paragraph Captioning as a Text Summarization Task

2021-08-01 · ACL 2021 5 · Hui Liu, Xiaojun Wan

Video paragraph captioning aims to generate a set of coherent sentences to describe a video that contains several events. Most previous methods simplify this task by using ground-truth event segments. In this work, we pr…

SentenceText Summarization

Vid2Seq: Large-Scale Pretraining of a Visual Language Model for Dense Video Captioning

2023-02-27 · CVPR 2023 1 · Antoine Yang, Arsha Nagrani, Paul Hongsuck Seo, Antoine Miech 외

In this work, we introduce Vid2Seq, a multi-modal single-stage dense event captioning model pretrained on narrated videos which are readily-available at scale. The Vid2Seq architecture augments a language model with spec…

Dense Video CaptioningLanguage ModelingLanguage ModellingSentence+1

Sketch, Ground, and Refine: Top-Down Dense Video Captioning

2021-06-19 · CVPR 2021 1 · Chaorui Deng, ShiZhe Chen, Da Chen, Yuan He 외

The dense video captioning task aims to detect and describe a sequence of events in a video for detailed and coherent storytelling. Previous works mainly adopt a "detect-then-describe" framework, which firstly detect…

Dense Video CaptioningSentenceVideo Captioning

Shotluck Holmes: A Family of Efficient Small-Scale Large Language Vision Models For Video Captioning and Summarization

2024-05-31 · Richard Luo, Austin Peng, Adithya Vasudev, Rishabh Jain

Video is an increasingly prominent and information-dense medium, yet it poses substantial challenges for language models. A typical video consists of a sequence of shorter segments, or shots, that collectively form a coh…

SentenceVideo CaptioningVideo Summarization