End-to-End Video Captioning with Multitask Reinforcement Learning
Lijun Li, Boqing Gong

TL;DR
This paper introduces a novel multitask reinforcement learning method for end-to-end video captioning, effectively handling the challenges of lengthy sequences and hardware constraints, leading to significant performance improvements.
Contribution
It presents the first end-to-end video captioning model trained directly from raw videos using multitask reinforcement learning, enhancing generalization and efficiency.
Findings
Outperforms existing models on benchmark datasets
Effectively manages long sequences and hardware limitations
Demonstrates significant performance gains
Abstract
Although end-to-end (E2E) learning has led to impressive progress on a variety of visual understanding tasks, it is often impeded by hardware constraints (e.g., GPU memory) and is prone to overfitting. When it comes to video captioning, one of the most challenging benchmark tasks in computer vision, those limitations of E2E learning are especially amplified by the fact that both the input videos and output captions are lengthy sequences. Indeed, state-of-the-art methods for video captioning process video frames by convolutional neural networks and generate captions by unrolling recurrent neural networks. If we connect them in an E2E manner, the resulting model is both memory-consuming and data-hungry, making it extremely hard to train. In this paper, we propose a multitask reinforcement learning approach to training an E2E video captioning model. The main idea is to mine and construct…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Human Pose and Action Recognition · Video Analysis and Summarization
