paper-with-me

Papers

Chapter-Llama: Efficient Chaptering in Hour-Long Videos with LLMs

2025-03-31 · CVPR 2025 1 · Lucas Ventura, Antoine Yang, Cordelia Schmid, Gül Varol

We address the task of video chaptering, i.e., partitioning a long video timeline into semantic units and generating corresponding chapter titles. While relatively underexplored, automatic chaptering has the potential to enable efficient navigation and content retrieval in long-form videos. In this paper, we achieve strong chaptering performance on hour-long videos by efficiently addressing the problem in the text domain with our 'Chapter-Llama' framework. Specifically, we leverage a pretrained large language model (LLM) with large context window, and feed as input (i) speech transcripts and (ii) captions describing video frames, along with their respective timestamps. Given the inefficiency of exhaustively captioning all frames, we propose a lightweight speech-guided frame selection strategy based on speech transcript content, and experimentally demonstrate remarkable advantages. We train the LLM to output timestamps for the chapter boundaries, as well as free-form chapter titles. This simple yet powerful approach scales to processing one-hour long videos in a single forward pass. Our results demonstrate substantial improvements (e.g., 45.3 vs 26.7 F1 score) over the state of the art on the recent VidChapters-7M benchmark. To promote further research, we release our code and models at our project page.

📄 PDF Abstract BibTeX arXiv:2504.00072

Code (1)

lucas-ventura/chapter-llama pytorch

Tasks

Large Language ModelVideo Chaptering

Similar Papers 제목 키워드 기반

ARC-Chapter: Structuring Hour-Long Videos into Navigable Chapters and Hierarchical Summaries

2025-11-18 · Junfu Pu, Teng Wang, Yixiao Ge, Yuying Ge 외 arxiv

The proliferation of hour-long videos (e.g., lectures, podcasts, documentaries) has intensified demand for efficient content structuring. However, existing approaches are constrained by small-scale training with annotati…

Dense Video CaptioningSemantic SimilarityVideo Chaptering

Beyond Transcripts: A Renewed Perspective on Audio Chaptering

2026-02-09 · Fabian Retkowski, Maike Züfle, Thai Binh Nguyen, Jan Niehues 외 arxiv

Audio chaptering, the task of segmenting long-form audio into coherent sections, is increasingly important for navigating podcasts, lectures, and videos. Despite its relevance, research remains limited and text-based, le…

Instruction Following

From Text Segmentation to Smart Chaptering: A Novel Benchmark for Structuring Video Transcriptions

2024-02-27 · Fabian Retkowski, Alexander Waibel

Text segmentation is a fundamental task in natural language processing, where documents are split into contiguous sections. However, prior research in this area has been constrained by limited datasets, which are either …

Headline GenerationSegmentationText Segmentation

Moment Detection in Long Tutorial Videos

2023-01-01 · ICCV 2023 1 · Ioana Croitoru, Simion-Vlad Bogolin, Samuel Albanie, Yang Liu 외

Tutorial videos play an increasingly important role in professional development and self-directed education. For users to realise the full benefits of this medium, tutorial videos must be efficiently searchable. In t…

LLaMA-VID: An Image is Worth 2 Tokens in Large Language Models

2023-11-28 · Yanwei Li, Chengyao Wang, Jiaya Jia

In this work, we present a novel method to tackle the token generation challenge in Vision Language Models (VLMs) for video and image understanding, called LLaMA-VID. Current VLMs, while proficient in tasks like image ca…

Image CaptioningQuestion AnsweringVideo-based Generative Performance BenchmarkingVideo Question Answering+2