Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

End-to-End Referring Video Object Segmentation with Multimodal Transformers

About

The referring video object segmentation task (RVOS) involves segmentation of a text-referred object instance in the frames of a given video. Due to the complex nature of this multimodal task, which combines text reasoning, video understanding, instance segmentation and tracking, existing approaches typically rely on sophisticated pipelines in order to tackle it. In this paper, we propose a simple Transformer-based approach to RVOS. Our framework, termed Multimodal Tracking Transformer (MTTR), models the RVOS task as a sequence prediction problem. Following recent advancements in computer vision and natural language processing, MTTR is based on the realization that video and text can be processed together effectively and elegantly by a single multimodal Transformer model. MTTR is end-to-end trainable, free of text-related inductive bias components and requires no additional mask-refinement post-processing steps. As such, it simplifies the RVOS pipeline considerably compared to existing methods. Evaluation on standard benchmarks reveals that MTTR significantly outperforms previous art across multiple metrics. In particular, MTTR shows impressive +5.7 and +5.0 mAP gains on the A2D-Sentences and JHMDB-Sentences datasets respectively, while processing 76 frames per second. In addition, we report strong results on the public validation set of Refer-YouTube-VOS, a more challenging RVOS dataset that has yet to receive the attention of researchers. The code to reproduce our experiments is available at https://github.com/mttr2021/MTTR

Adam Botach, Evgenii Zheltonozhskii, Chaim Baskin• 2021

Related benchmarks

TaskDatasetResultRank
Referring Video Object SegmentationRef-YouTube-VOS (val)
J&F Score58
244
Referring Video Object SegmentationRef-DAVIS 2017 (val)
J&F54.6
230
Referring Video Object SegmentationMeViS (val)
J&F Score0.3
166
Video segmentation from a sentenceA2D Sentences (test)
Overall IoU72
122
Referring Video SegmentationRef-YouTube-VOS
J&F Score55.32
108
Referring Video Object SegmentationJHMDB Sentences (test)
Overall IoU0.701
103
Referring Video Object SegmentationRef-YouTube-VOS
J&F55.3
103
Referring Video SegmentationMeViS
J&F Score30
101
Reasoning Video Object SegmentationReVOS Reasoning
J&F Score21
75
Referring Video Object SegmentationA2D-Sentences
oIoU72
61
Showing 10 of 47 rows

Other info

Code

Follow for update