paper-with-me

Papers

Multi-modal Video Chapter Generation

2022-09-26 · Xiao Cao, Zitan Chen, Canyu Le, Lei Meng

Chapter generation becomes practical technique for online videos nowadays. The chapter breakpoints enable users to quickly find the parts they want and get the summative annotations. However, there is no public method and dataset for this task. To facilitate the research along this direction, we introduce a new dataset called Chapter-Gen, which consists of approximately 10k user-generated videos with annotated chapter information. Our data collection procedure is fast, scalable and does not require any additional manual annotation. On top of this dataset, we design an effective baseline specificlly for video chapters generation task. which captures two aspects of a video,including visual dynamics and narration text. It disentangles local and global video features for localization and title generation respectively. To parse the long video efficiently, a skip sliding window mechanism is designed to localize potential chapters. And a cross attention multi-modal fusion module is developed to aggregate local features for title generation. Our experiments demonstrate that the proposed framework achieves superior results over existing methods which illustrate that the method design for similar task cannot be transfered directly even after fine-tuning. Code and dataset are available at https://github.com/czt117/MVCG.

📄 PDF Abstract BibTeX arXiv:2209.12694

Code (1)

czt117/mvcg 공식 구현

Similar Papers 제목 키워드 기반

Bridging Modalities and Transferring Knowledge: Enhanced Multimodal Understanding and Recognition

2025-12-23 · Gorjan Radevski arxiv

This manuscript explores multimodal alignment, translation, fusion, and transference to enhance machine understanding of complex inputs. We organize the work into five chapters, each addressing unique challenges in multi…

Knowledge DistillationAction RecognitionObject DetectionKnowledge Graphs

VidChapters-7M: Video Chapters at Scale

2023-09-25 · NeurIPS 2023 11 · Antoine Yang, Arsha Nagrani, Ivan Laptev, Josef Sivic 외

Segmenting long videos into chapters enables users to quickly navigate to the information of their interest. This important topic has been understudied due to the lack of publicly released datasets. To address this issue…

Dense Video CaptioningNavigateVideo CaptioningVideo Chaptering

A Two-Stage Framework to Generate Video Chapter

2021-09-29 · Canyu Le, Zhiyuan Tang, Ke Li, Jiandong Yang

We aim to address the problem of video chapter generation. Compared to traditional video activity analysis, this task is significantly different. The videos in chapter generation are much longer and contain many complex…

Vocal Bursts Valence Prediction

HiVid-Narrator: Hierarchical Video Narrative Generation with Scene-Primed ASR-anchored Compression

2026-01-12 · Haoxuan Li, Mengyan Li, Junjun Zheng arxiv

Generating structured narrations for real-world e-commerce videos requires models to perceive fine-grained visual details and organize them into coherent, high-level stories--capabilities that existing approaches struggl…

Video Captioning

Visual Subtitle Feature Enhanced Video Outline Generation

2022-08-24 · Qi Lv, Ziqiang Cao, Wenrui Xie, Derui Wang 외

With the tremendously increasing number of videos, there is a great demand for techniques that help people quickly navigate to the video segments they are interested in. However, current works on video understanding main…

ArticlesHeadline GenerationNavigateOptical Character Recognition (OCR)+3