HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

End-to-End Dense Video Captioning with Masked Transformer

Luowei Zhou; Yingbo Zhou; Jason J. Corso; Richard Socher; Caiming Xiong

End-to-End Dense Video Captioning with Masked Transformer

Abstract

Dense video captioning aims to generate text descriptions for all events in an untrimmed video. This involves both detecting and describing events. Therefore, all previous methods on dense video captioning tackle this problem by building two models, i.e. an event proposal and a captioning model, for these two sub-problems. The models are either trained separately or in alternation. This prevents direct influence of the language description to the event proposal, which is important for generating accurate descriptions. To address this problem, we propose an end-to-end transformer model for dense video captioning. The encoder encodes the video into appropriate representations. The proposal decoder decodes from the encoding with different anchors to form video event proposals. The captioning decoder employs a masking network to restrict its attention to the proposal event over the encoding feature. This masking network converts the event proposal to a differentiable mask, which ensures the consistency between the proposal and captioning during training. In addition, our model employs a self-attention mechanism, which enables the use of efficient non-recurrent structure during encoding and leads to performance improvements. We demonstrate the effectiveness of this end-to-end model on ActivityNet Captions and YouCookII datasets, where we achieved 10.12 and 6.58 METEOR score, respectively.

Code Repositories

Benchmarks

BenchmarkMethodologyMetrics
video-captioning-on-youcook2Zhou
BLEU-3: 7.53
BLEU-4: 4.38
CIDEr: 0.38
METEOR: 11.55
ROUGE-L: 27.44

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
End-to-End Dense Video Captioning with Masked Transformer | Papers | HyperAI