paper-with-me

홈 › Papers

SwinBERT: End-to-End Transformers with Sparse Attention for Video Captioning

2021-11-25 · CVPR 2022 1 · Kevin Lin, Linjie Li, Chung-Ching Lin, Faisal Ahmed, Zhe Gan, Zicheng Liu, Yumao Lu, Lijuan Wang

The canonical approach to video captioning dictates a caption generation model to learn from offline-extracted dense video features. These feature extractors usually operate on video frames sampled at a fixed frame rate and are often trained on image/video understanding tasks, without adaption to video captioning data. In this work, we present SwinBERT, an end-to-end transformer-based model for video captioning, which takes video frame patches directly as inputs, and outputs a natural language description. Instead of leveraging multiple 2D/3D feature extractors, our method adopts a video transformer to encode spatial-temporal representations that can adapt to variable lengths of video input without dedicated design for different frame rates. Based on this model architecture, we show that video captioning can benefit significantly from more densely sampled video frames as opposed to previous successes with sparsely sampled video frames for video-and-language understanding tasks (e.g., video question answering). Moreover, to avoid the inherent redundancy in consecutive video frames, we propose adaptively learning a sparse attention mask and optimizing it for task-specific performance improvement through better long-range video sequence modeling. Through extensive experiments on 5 video captioning datasets, we show that SwinBERT achieves across-the-board performance improvements over previous methods, often by a large margin. The learned sparse attention masks in addition push the limit to new state of the arts, and can be transferred between different video lengths and between different datasets. Code is available at https://github.com/microsoft/SwinBERT

📄 PDF Abstract BibTeX arXiv:2111.13196

Code (1)

microsoft/swinbert 공식 구현 pytorch

Tasks

Caption GenerationQuestion AnsweringVideo CaptioningVideo Question AnsweringVideo Understanding

Similar Papers 제목 키워드 기반

Temporal Object Captioning for Street Scene Videos from LiDAR Tracks

2025-05-22 · Vignesh Gopinathan, Urs Zimmermann, Michael Arnold, Matthias Rottmann

Video captioning models have seen notable advancements in recent years, especially with regard to their ability to capture temporal information. While many research efforts have focused on architectural advancements, suc…

Caption GenerationVideo 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

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 T…

SentenceVideo Captioning

Attention is all you need for Videos: Self-attention based Video Summarization using Universal Transformers

2019-06-06 · Manjot Bilkhu, Siyang Wang, Tushar Dobhal

Video Captioning and Summarization have become very popular in the recent years due to advancements in Sequence Modelling, with the resurgence of Long-Short Term Memory networks (LSTMs) and introduction of Gated Recurren…

AllDense Video CaptioningDimensionality ReductionVideo Captioning+1

SACT: Self-Aware Multi-Space Feature Composition Transformer for Multinomial Attention for Video Captioning

2020-06-25 · Chiranjib Sur

Video captioning works on the two fundamental concepts, feature detection and feature composition. While modern day transformers are beneficial in composing features, they lack the fundamental problems of selecting and u…

Dense Video CaptioningVideo Captioning