CVFeb 28, 2018

Joint Event Detection and Description in Continuous Video Streams

arXiv:1802.10250v359 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of fine-grained video understanding for applications like video indexing and summarization, but it is incremental as it builds on existing dense captioning methods.

The authors tackled dense video captioning by proposing JEDDi-Net, an end-to-end model that jointly localizes events and generates captions in continuous video streams, achieving improved results on the ActivityNet Captions dataset and presenting first results on TACoS-MultiLevel.

Dense video captioning is a fine-grained video understanding task that involves two sub-problems: localizing distinct events in a long video stream, and generating captions for the localized events. We propose the Joint Event Detection and Description Network (JEDDi-Net), which solves the dense video captioning task in an end-to-end fashion. Our model continuously encodes the input video stream with three-dimensional convolutional layers, proposes variable-length temporal events based on pooled features, and generates their captions. Proposal features are extracted within each proposal segment through 3D Segment-of-Interest pooling from shared video feature encoding. In order to explicitly model temporal relationships between visual events and their captions in a single video, we also propose a two-level hierarchical captioning module that keeps track of context. On the large-scale ActivityNet Captions dataset, JEDDi-Net demonstrates improved results as measured by standard metrics. We also present the first dense captioning results on the TACoS-MultiLevel dataset.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes