Collaborative Three-Stream Transformers for Video Captioning
As the most critical components in a sentence, subject, predicate and object require special attention in the video captioning task. To implement this idea, we design a novel framework, named COllaborative three-Stream Transformers (COST), to model the three parts separately and complement each other for better representation. Specifically, COST is formed by three branches of transformers to exploit the visual-linguistic interactions of different granularities in spatial-temporal domain between videos and text, detected objects and text, and actions and text. Meanwhile, we propose a cross-granularity attention module to align the interactions modeled by the three branches of transformers, then the three branches of transformers can support each other to exploit the most discriminative semantic information of different granularities for accurate predictions of captions. The whole model is trained in an end-to-end fashion. Extensive experiments conducted on three large-scale challenging datasets, i.e., YouCookII, ActivityNet Captions and MSVD, demonstrate that the proposed method performs favorably against the state-of-the-art methods.
Code (0)
등록된 구현이 없습니다.
Tasks
SentenceVideo CaptioningMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Streaming Dense Video Captioning
An ideal model for dense video captioning -- predicting captions localized temporally in a video -- should be able to handle long input videos, predict rich, detailed textual descriptions, and be able to produce outputs …
Dense Video CaptioningLive Video CaptioningVideo CaptioningMAMS: Model-Agnostic Module Selection Framework for Video Captioning
Multi-modal transformers are rapidly gaining attention in video captioning tasks. Existing multi-modal video captioning methods typically extract a fixed number of frames, which raises critical challenges. When a limited…
Caption GenerationVideo CaptioningLive Video Captioning
Dense video captioning is the task that involves the detection and description of events within video sequences. While traditional approaches focus on offline solutions where the entire video of analysis is available for…
Dense Video CaptioningLive Video CaptioningVideo CaptioningDual-Stream Transformer for Generic Event Boundary Captioning
This paper describes our champion solution for the CVPR2022 Generic Event Boundary Captioning (GEBC) competition. GEBC requires the captioning model to have a comprehension of instantaneous status changes around the give…
Boundary CaptioningVideo CaptioningJoint Event Detection and Description in Continuous Video Streams
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 …
Dense CaptioningDense Video CaptioningEvent DetectionVideo Captioning+1