pith. sign in

arxiv: 2208.10547 · v1 · pith:CUQEILY5new · submitted 2022-08-22 · 💻 cs.CV

InstanceFormer: An Online Video Instance Segmentation Framework

classification 💻 cs.CV
keywords instanceformeronlinetemporalapproacheschallengingcoherenceinstancepropose
0
0 comments X
read the original abstract

Recent transformer-based offline video instance segmentation (VIS) approaches achieve encouraging results and significantly outperform online approaches. However, their reliance on the whole video and the immense computational complexity caused by full Spatio-temporal attention limit them in real-life applications such as processing lengthy videos. In this paper, we propose a single-stage transformer-based efficient online VIS framework named InstanceFormer, which is especially suitable for long and challenging videos. We propose three novel components to model short-term and long-term dependency and temporal coherence. First, we propagate the representation, location, and semantic information of prior instances to model short-term changes. Second, we propose a novel memory cross-attention in the decoder, which allows the network to look into earlier instances within a certain temporal window. Finally, we employ a temporal contrastive loss to impose coherence in the representation of an instance across all frames. Memory attention and temporal coherence are particularly beneficial to long-range dependency modeling, including challenging scenarios like occlusion. The proposed InstanceFormer outperforms previous online benchmark methods by a large margin across multiple datasets. Most importantly, InstanceFormer surpasses offline approaches for challenging and long datasets such as YouTube-VIS-2021 and OVIS. Code is available at https://github.com/rajatkoner08/InstanceFormer.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. SA-VIS: Sparse frame Annotations for training Video Instance Segmentation

    cs.CV 2026-06 unverdicted novelty 6.0

    SA-VIS trains video instance segmentation models on sparse frame annotations via a Past-frames Feature Propagation module and frame-specific instance queries, showing only a 0.4% AP drop versus dense training on YouTu...

  2. SA-VIS: Sparse frame Annotations for training Video Instance Segmentation

    cs.CV 2026-06 unverdicted novelty 5.0

    SA-VIS uses Past-frames Feature Propagation and lightweight instance queries to achieve only a 0.4% performance drop in video instance segmentation when trained on 1/5 of the usual frame annotations.