paper-with-me

Papers

Collaborative Three-Stream Transformers for Video Captioning

2023-09-18 · Hao Wang, Libo Zhang, Heng Fan, Tiejian Luo

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.

📄 PDF Abstract BibTeX arXiv:2309.09611

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceVideo Captioning

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Streaming Dense Video Captioning

2024-04-01 · CVPR 2024 1 · Xingyi Zhou, Anurag Arnab, Shyamal Buch, Shen Yan 외

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 Captioning

MAMS: Model-Agnostic Module Selection Framework for Video Captioning

2025-01-30 · Sangho Lee, Il Yong Chun, Hogun Park

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 Captioning

Live Video Captioning

2024-06-20 · Eduardo Blanco-Fernández, Carlos Gutiérrez-Álvarez, Nadia Nasri, Saturnino Maldonado-Bascón 외

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 Captioning

Dual-Stream Transformer for Generic Event Boundary Captioning

2022-07-07 · Xin Gu, Hanhua Ye, Guang Chen, YuFei Wang 외

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 Captioning

Joint Event Detection and Description in Continuous Video Streams

2018-02-28 · Huijuan Xu, Boyang Li, Vasili Ramanishka, Leonid Sigal 외

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