paper-with-me

Papers

UniFormer: Unified Transformer for Efficient Spatiotemporal Representation Learning

2022-01-12 · Kunchang Li, Yali Wang, Peng Gao, Guanglu Song, Yu Liu, Hongsheng Li, Yu Qiao

It is a challenging task to learn rich and multi-scale spatiotemporal semantics from high-dimensional videos, due to large local redundancy and complex global dependency between video frames. The recent advances in this research have been mainly driven by 3D convolutional neural networks and vision transformers. Although 3D convolution can efficiently aggregate local context to suppress local redundancy from a small 3D neighborhood, it lacks the capability to capture global dependency because of the limited receptive field. Alternatively, vision transformers can effectively capture long-range dependency by self-attention mechanism, while having the limitation on reducing local redundancy with blind similarity comparison among all the tokens in each layer. Based on these observations, we propose a novel Unified transFormer (UniFormer) which seamlessly integrates merits of 3D convolution and spatiotemporal self-attention in a concise transformer format, and achieves a preferable balance between computation and accuracy. Different from traditional transformers, our relation aggregator can tackle both spatiotemporal redundancy and dependency, by learning local and global token affinity respectively in shallow and deep layers. We conduct extensive experiments on the popular video benchmarks, e.g., Kinetics-400, Kinetics-600, and Something-Something V1&V2. With only ImageNet-1K pretraining, our UniFormer achieves 82.9%/84.8% top-1 accuracy on Kinetics-400/Kinetics-600, while requiring 10x fewer GFLOPs than other state-of-the-art methods. For Something-Something V1 and V2, our UniFormer achieves new state-of-the-art performances of 60.9% and 71.2% top-1 accuracy respectively. Code is available at https://github.com/Sense-X/UniFormer.

📄 PDF Abstract BibTeX arXiv:2201.04676

Code (2)

sense-x/uniformer 공식 구현 pytorch
towhee-io/towhee pytorch

Tasks

Representation Learning

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
3D Convolution A 3D Convolution is a type of convolution where the kernel slides in 3 dimensions as opposed to 2 dimensions with 2D…

Similar Papers 제목 키워드 기반

UniFormerV2: Spatiotemporal Learning by Arming Image ViTs with Video UniFormer

2022-11-17 · Kunchang Li, Yali Wang, Yinan He, Yizhuo Li 외

Learning discriminative spatiotemporal representation is the key problem of video understanding. Recently, Vision Transformers (ViTs) have shown their power in learning long-term video dependency with self-attention. Unf…

Video Understanding

UniFormerV2: Spatiotemporal Learning by Arming Image ViTs with Video UniFormer

2022-09-22 · ICLR2023 submitted 2022 9 · Anonymous

Learning discriminative spatiotemporal representation is the key problem of video understanding. Recently, Vision Transformers (ViTs) have shown their power in learning long-term video dependency with self-attention. Unf…

Action ClassificationAction RecognitionVideo Understanding

UniFormerV2: Unlocking the Potential of Image ViTs for Video Understanding

2023-01-01 · ICCV 2023 1 · Kunchang Li, Yali Wang, Yinan He, Yizhuo Li 외

The prolific performances of Vision Transformers (ViTs) in image tasks have prompted research into adapting the image ViTs for video tasks. However, the substantial gap between image and video impedes the spatiotempo…

Video Understanding

UniFormer: Unifying Convolution and Self-attention for Visual Recognition

2022-01-24 · Kunchang Li, Yali Wang, Junhao Zhang, Peng Gao 외

It is a challenging task to learn discriminative representation from images and videos, due to large local redundancy and complex global dependency in these visual data. Convolution neural networks (CNNs) and vision tran…

Image Classificationobject-detectionObject DetectionPose Estimation+3

UniFormer: Unified Transformer for Efficient Spatial-Temporal Representation Learning

2021-09-29 · ICLR 2022 4 · Kunchang Li, Yali Wang, Gao Peng, Guanglu Song 외

It is a challenging task to learn rich and multi-scale spatial-temporal semantics from high-dimensional videos, due to large local redundancy and complex global dependency between video frames. The recent advances in thi…

Action ClassificationAction RecognitionRepresentation Learning