paper-with-me

Papers

Cross-Stage Transformer for Video Learning

2021-09-29 · Yuanze Lin, Xun Guo, Yan Lu

Transformer network has been proved efficient in modeling long-range dependencies in video learning. However, videos contain rich contextual information in both spatial and temporal dimensions, e.g., scenes and temporal reasoning. In traditional transformer networks, stacked transformer blocks work in a sequential and independent way, which may lead to the inefficient propagation of such contextual information. To address this problem, we propose a cross-stage transformer paradigm, which allows to fuse self-attentions and features from different blocks. By inserting the proposed cross-stage mechanism in existing spatial and temporal transformer blocks, we build a separable transformer network for video learning based on ViT structure, in which self-attentions and features are progressively aggregated from one block to the next. Extensive experiments show that our approach outperforms existing ViT based video transformer approaches with the same pre-training dataset on mainstream video action recognition datasets of Kinetics-400 (Top-1 accuracy 81.8%) and Kinetics-600 (Top-1 accuracy 84.0%). Due to the effectiveness of cross-stage transformer, our proposed method achieves comparable performance with other ViT based approaches with much lower computation cost (e.g., 8.6% of ViViT’s FLOPs) in inference process. As an independent module, our proposed method can be conveniently added on other video transformer frameworks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Action RecognitionTemporal Action Localization

Similar Papers 제목 키워드 기반

STVGBert: A Visual-Linguistic Transformer Based Framework for Spatio-Temporal Video Grounding

2021-01-01 · ICCV 2021 10 · Rui Su, Qian Yu, Dong Xu

Spatio-temporal video grounding (STVG) aims to localize a spatio-temporal tube of a target object in an untrimmed video based on a query sentence. In this work, we propose a one-stage visual-linguistic transformer ba…

ObjectSentenceSpatio-Temporal Video GroundingVideo Grounding

Beyond Few-Step Inference: Accelerating Video Diffusion Transformer Model Serving with Inter-Request Caching Reuse

2026-04-06 · Hao Liu, Ye Huang, Chenghuan Huang, Zhenyi Zheng 외 arxiv

Video Diffusion Transformer (DiT) models are a dominant approach for high-quality video generation but suffer from high inference cost due to iterative denoising. Existing caching approaches primarily exploit similarity …

Video Generation

Multi-Stage Aggregated Transformer Network for Temporal Language Localization in Videos

2021-06-19 · CVPR 2021 1 · Mingxing Zhang, Yang Yang, Xinghan Chen, Yanli Ji 외

We address the problem of localizing a specific moment from an untrimmed video by a language sentence query. Generally, previous methods mainly exist two problems that are not fully solved: 1) How to effectively mode…

Sentence

Fine-grained Text-Video Retrieval with Frozen Image Encoders

2023-07-14 · Zuozhuo Dai, Fangtao Shao, Qingkun Su, Zilong Dong 외

State-of-the-art text-video retrieval (TVR) methods typically utilize CLIP and cosine similarity for efficient retrieval. Meanwhile, cross attention methods, which employ a transformer decoder to compute attention betwee…

DecoderRetrievalVideo Retrieval

Video Quality Assessment Based on Swin TransformerV2 and Coarse to Fine Strategy

2024-01-16 · Zihao Yu, Fengbin Guan, Yiting Lu, Xin Li 외

The objective of non-reference video quality assessment is to evaluate the quality of distorted video without access to reference high-definition references. In this study, we introduce an enhanced spatial perception mod…

Image Quality AssessmentVideo Quality AssessmentVisual Question Answering (VQA)