CVApr 18, 2022

Temporally Efficient Vision Transformer for Video Instance Segmentation

arXiv:2204.08412v181 citationsh-index: 73Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of efficient temporal modeling in video instance segmentation for computer vision researchers, offering an incremental improvement over existing transformer-based methods.

The paper tackles video instance segmentation by proposing a Temporally Efficient Vision Transformer (TeViT) that nearly eliminates convolutions, achieving state-of-the-art results with high speed, e.g., 46.6 AP at 68.9 FPS on YouTube-VIS-2019.

Recently vision transformer has achieved tremendous success on image-level visual recognition tasks. To effectively and efficiently model the crucial temporal information within a video clip, we propose a Temporally Efficient Vision Transformer (TeViT) for video instance segmentation (VIS). Different from previous transformer-based VIS methods, TeViT is nearly convolution-free, which contains a transformer backbone and a query-based video instance segmentation head. In the backbone stage, we propose a nearly parameter-free messenger shift mechanism for early temporal context fusion. In the head stages, we propose a parameter-shared spatiotemporal query interaction mechanism to build the one-to-one correspondence between video instances and queries. Thus, TeViT fully utilizes both framelevel and instance-level temporal context information and obtains strong temporal modeling capacity with negligible extra computational cost. On three widely adopted VIS benchmarks, i.e., YouTube-VIS-2019, YouTube-VIS-2021, and OVIS, TeViT obtains state-of-the-art results and maintains high inference speed, e.g., 46.6 AP with 68.9 FPS on YouTube-VIS-2019. Code is available at https://github.com/hustvl/TeViT.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes