paper-with-me

Papers

TRecViT: A Recurrent Video Transformer

2024-12-18 · Viorica Pătrăucean, Xu Owen He, Joseph Heyward, Chuhan Zhang, Mehdi S. M. Sajjadi, George-Cristian Muraru, Artem Zholus, Mahdi Karami, Ross Goroshin, Yutian Chen, Simon Osindero, João Carreira, Razvan Pascanu

We propose a novel block for video modelling. It relies on a time-space-channel factorisation with dedicated blocks for each dimension: gated linear recurrent units (LRUs) perform information mixing over time, self-attention layers perform mixing over space, and MLPs over channels. The resulting architecture TRecViT performs well on sparse and dense tasks, trained in supervised or self-supervised regimes. Notably, our model is causal and outperforms or is on par with a pure attention model ViViT-L on large scale video datasets (SSv2, Kinetics400), while having $3\times$ less parameters, $12\times$ smaller memory footprint, and $5\times$ lower FLOPs count. Code and checkpoints will be made available online at https://github.com/google-deepmind/trecvit.

📄 PDF Abstract BibTeX arXiv:2412.14294

Code (1)

google-deepmind/trecvit 공식 구현 jax

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Higher Order Recurrent Space-Time Transformer for Video Action Prediction

2021-04-17 · Tsung-Ming Tai, Giuseppe Fiameni, Cheng-Kuang Lee, Oswald Lanz

Endowing visual agents with predictive capability is a key step towards video intelligence at scale. The predominant modeling paradigm for this is sequence learning, mostly implemented through LSTMs. Feed-forward Transfo…

Action AnticipationAction RecognitionAttribute

MART: Memory-Augmented Recurrent Transformer for Coherent Video Paragraph Captioning

2020-05-11 · ACL 2020 6 · Jie Lei, Li-Wei Wang, Yelong Shen, Dong Yu 외

Generating multi-sentence descriptions for videos is one of the most challenging captioning tasks due to its high requirements for not only visual relevance but also discourse-based coherence across the sentences in the …

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

Recurring the Transformer for Video Action Recognition

2022-01-01 · CVPR 2022 1 · Jiewen Yang, Xingbo Dong, Liujun Liu, Chao Zhang 외

Existing video understanding approaches, such as 3D convolutional neural networks and Transformer-Based methods, usually process the videos in a clip-wise manner. Hence huge GPU memory is needed, and fixed-length vid…

Action RecognitionGPURepresentation LearningTemporal Action Localization+2

ViT-ReT: Vision and Recurrent Transformer Neural Networks for Human Activity Recognition in Videos

2022-08-16 · James Wensel, Hayat Ullah, Arslan Munir

Human activity recognition is an emerging and important area in computer vision which seeks to determine the activity an individual or group of individuals are performing. The applications of this field ranges from gener…

Activity RecognitionActivity Recognition In VideosGesture RecognitionHuman Activity Recognition