CVJan 20, 2023

Towards Robust Video Instance Segmentation with Temporal-Aware Transformer

arXiv:2301.09416v11 citationsh-index: 25
Originality Incremental advance
AI Analysis

This work addresses video instance segmentation for computer vision applications, representing an incremental improvement by integrating temporal information more effectively.

The paper tackles the problem of appearance deformation in video instance segmentation by proposing TAFormer, a transformer-based method that aggregates spatio-temporal features in both encoder and decoder, resulting in improved performance over state-of-the-art methods.

Most existing transformer based video instance segmentation methods extract per frame features independently, hence it is challenging to solve the appearance deformation problem. In this paper, we observe the temporal information is important as well and we propose TAFormer to aggregate spatio-temporal features both in transformer encoder and decoder. Specifically, in transformer encoder, we propose a novel spatio-temporal joint multi-scale deformable attention module which dynamically integrates the spatial and temporal information to obtain enriched spatio-temporal features. In transformer decoder, we introduce a temporal self-attention module to enhance the frame level box queries with the temporal relation. Moreover, TAFormer adopts an instance level contrastive loss to increase the discriminability of instance query embeddings. Therefore the tracking error caused by visually similar instances can be decreased. Experimental results show that TAFormer effectively leverages the spatial and temporal information to obtain context-aware feature representation and outperforms state-of-the-art methods.

Foundations

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

Your Notes