paper-with-me

홈 › Papers

Prompts to Summaries: Zero-Shot Language-Guided Video Summarization

2025-06-12 · Mario Barbara, Alaa Maalouf

The explosive growth of video data intensified the need for flexible user-controllable summarization tools that can operate without domain-specific training data. Existing methods either rely on datasets, limiting generalization, or cannot incorporate user intent expressed in natural language. We introduce Prompts-to-Summaries: the first zero-shot, text-queryable video summarizer that converts off-the-shelf video-language models (VidLMs) captions into user-guided skims via large language models (LLMs) judging, without the use of training data at all, beating all unsupervised and matching supervised methods. Our pipeline (i) segments raw video footage into coherent scenes, (ii) generates rich scene-level descriptions through a memory-efficient, batch-style VidLM prompting scheme that scales to hours-long videos on a single GPU, (iii) leverages an LLM as a judge to assign scene-level importance scores under a carefully crafted prompt, and finally, (iv) propagates those scores to short segments level via two new metrics: consistency (temporal coherency) and uniqueness (novelty), yielding fine-grained frame importance. On SumMe and TVSum, our data-free approach surpasses all prior data-hungry unsupervised methods. It also performs competitively on the Query-Focused Video Summarization (QFVS) benchmark, despite using no training data and the competing methods requiring supervised frame-level importance. To spur further research, we release VidSum-Reason, a new query-driven dataset featuring long-tailed concepts and multi-step reasoning; our framework attains robust F1 scores and serves as the first challenging baseline. Overall, our results demonstrate that pretrained multimodal models, when orchestrated with principled prompting and score propagation, already provide a powerful foundation for universal, text-queryable video summarization.

📄 PDF Abstract BibTeX arXiv:2506.10807

Code (0)

등록된 구현이 없습니다.

Tasks

GPUQuery focused video summarizationVideo Summarization

Similar Papers 제목 키워드 기반

Benchmarking Large Language Models for News Summarization

2023-01-31 · Tianyi Zhang, Faisal Ladhak, Esin Durmus, Percy Liang 외

Large language models (LLMs) have shown promise for automatic summarization but the reasons behind their successes are poorly understood. By conducting a human evaluation on ten LLMs across different pretraining methods,…

BenchmarkingNews Summarization

Zero-Shot Cross-Lingual Summarization via Large Language Models

2023-02-28 · Jiaan Wang, Yunlong Liang, Fandong Meng, Beiqi Zou 외

Given a document in a source language, cross-lingual summarization (CLS) aims to generate a summary in a different target language. Recently, the emergence of Large Language Models (LLMs), such as GPT-3.5, ChatGPT and GP…

Informativeness

Zero-Shot Verification-guided Chain of Thoughts

2025-01-21 · Jishnu Ray Chowdhury, Cornelia Caragea

Previous works have demonstrated the effectiveness of Chain-of-Thought (COT) prompts and verifiers in guiding Large Language Models (LLMs) through the space of reasoning. However, most such studies either use a fine-tune…

StrucSum: Graph-Structured Reasoning for Long Document Extractive Summarization with LLMs

2025-05-29 · Haohan Yuan, Sukhwa Hong, Haopeng Zhang

Large language models (LLMs) have shown strong performance in zero-shot summarization, but often struggle to model document structure and identify salient information in long texts. In this work, we introduce StrucSum, a…

Extractive SummarizationSentence

Generating Zero-shot Abstractive Explanations for Rumour Verification

2024-01-23 · Iman Munire Bilal, Preslav Nakov, Rob Procter, Maria Liakata

The task of rumour verification in social media concerns assessing the veracity of a claim on the basis of conversation threads that result from it. While previous work has focused on predicting a veracity label, here we…

Few-Shot LearningInformativenessLanguage ModelingLanguage Modelling+1