CVMay 18, 2021

Weakly Supervised Dense Video Captioning via Jointly Usage of Knowledge Distillation and Cross-modal Matching

arXiv:2105.08252v111 citations
Originality Incremental advance
AI Analysis

It addresses the annotation bottleneck in video captioning for computer vision applications, though it builds incrementally on existing techniques.

This paper tackles dense video captioning without pairwise event-sentence annotations by using knowledge distillation for event proposals and cross-modal matching for semantic alignment, achieving state-of-the-art results on the ActivityNet-Caption dataset.

This paper proposes an approach to Dense Video Captioning (DVC) without pairwise event-sentence annotation. First, we adopt the knowledge distilled from relevant and well solved tasks to generate high-quality event proposals. Then we incorporate contrastive loss and cycle-consistency loss typically applied to cross-modal retrieval tasks to build semantic matching between the proposals and sentences, which are eventually used to train the caption generation module. In addition, the parameters of matching module are initialized via pre-training based on annotated images to improve the matching performance. Extensive experiments on ActivityNet-Caption dataset reveal the significance of distillation-based event proposal generation and cross-modal retrieval-based semantic matching to weakly supervised DVC, and demonstrate the superiority of our method to existing state-of-the-art methods.

Foundations

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

Your Notes