paper-with-me

홈 › Papers

SViTT: Temporal Learning of Sparse Video-Text Transformers

2023-04-18 · CVPR 2023 1 · Yi Li, Kyle Min, Subarna Tripathi, Nuno Vasconcelos

Do video-text transformers learn to model temporal relationships across frames? Despite their immense capacity and the abundance of multimodal training data, recent work has revealed the strong tendency of video-text models towards frame-based spatial representations, while temporal reasoning remains largely unsolved. In this work, we identify several key challenges in temporal learning of video-text transformers: the spatiotemporal trade-off from limited network size; the curse of dimensionality for multi-frame modeling; and the diminishing returns of semantic information by extending clip length. Guided by these findings, we propose SViTT, a sparse video-text architecture that performs multi-frame reasoning with significantly lower cost than naive transformers with dense attention. Analogous to graph-based networks, SViTT employs two forms of sparsity: edge sparsity that limits the query-key communications between tokens in self-attention, and node sparsity that discards uninformative visual tokens. Trained with a curriculum which increases model sparsity with the clip length, SViTT outperforms dense transformer baselines on multiple video-text retrieval and question answering benchmarks, with a fraction of computational cost. Project page: http://svcl.ucsd.edu/projects/svitt.

📄 PDF Abstract BibTeX arXiv:2304.08809

Code (1)

jerryyli/svitt 공식 구현 pytorch

Tasks

Question AnsweringRetrievalText RetrievalVideo Question AnsweringVideo-Text Retrieval

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

SViTT-Ego: A Sparse Video-Text Transformer for Egocentric Video

2024-06-13 · Hector A. Valdez, Kyle Min, Subarna Tripathi

Pretraining egocentric vision-language models has become essential to improving downstream egocentric video-text tasks. These egocentric foundation models commonly use the transformer architecture. The memory footprint o…

Data Augmentation

Sparse VideoGen: Accelerating Video Diffusion Transformers with Spatial-Temporal Sparsity

2025-02-03 · Haocheng Xi, Shuo Yang, Yilong Zhao, Chenfeng Xu 외

Diffusion Transformers (DiTs) dominate video generation but their high computational cost severely limits real-world applicability, usually requiring tens of minutes to generate a few seconds of video even on high-perfor…

Video Generation

SSTVOS: Sparse Spatiotemporal Transformers for Video Object Segmentation

2021-01-21 · CVPR 2021 1 · Brendan Duke, Abdalla Ahmed, Christian Wolf, Parham Aarabi 외

In this paper we introduce a Transformer-based approach to video object segmentation (VOS). To address compounding error and scalability issues of prior work, we propose a scalable, end-to-end method for VOS called Spars…

Inductive BiasMotion SegmentationObjectOne-shot visual object segmentation+6

How Much Temporal Long-Term Context is Needed for Action Segmentation?

2023-08-22 · ICCV 2023 1 · Emad Bahrami, Gianpiero Francesca, Juergen Gall

Modeling long-term context in videos is crucial for many fine-grained tasks including temporal action segmentation. An interesting question that is still open is how much long-term temporal context is needed for optimal …

Action SegmentationSegmentationTemporal Action Segmentation

Blur-aware Spatio-temporal Sparse Transformer for Video Deblurring

2024-06-11 · CVPR 2024 1 · Huicong Zhang, Haozhe Xie, Hongxun Yao

Video deblurring relies on leveraging information from other frames in the video sequence to restore the blurred regions in the current frame. Mainstream approaches employ bidirectional feature propagation, spatio-tempor…

DeblurringOptical Flow EstimationVideo Deblurring