VidEoMT: Your ViT is Secretly Also a Video Segmentation Model
Narges Norouzi, Idil Esen Zulfikar, Niccol\`o Cavagnero, Tommie Kerssies, Bastian Leibe, Gijs Dubbelman, Daan de Geus

TL;DR
VidEoMT demonstrates that a simple, encoder-only Vision Transformer can perform effective video segmentation by incorporating a lightweight query propagation mechanism, eliminating the need for complex tracking modules, and achieving high speed and competitive accuracy.
Contribution
The paper introduces VidEoMT, a novel encoder-only video segmentation model that uses query propagation and fusion to enable temporal modeling without specialized tracking modules.
Findings
Achieves up to 160 FPS with ViT-L backbone.
Provides competitive accuracy compared to complex models.
Reduces architectural complexity and computational overhead.
Abstract
Existing online video segmentation models typically combine a per-frame segmenter with complex specialized tracking modules. While effective, these modules introduce significant architectural complexity and computational overhead. Recent studies suggest that plain Vision Transformer (ViT) encoders, when scaled with sufficient capacity and large-scale pre-training, can conduct accurate image segmentation without requiring specialized modules. Motivated by this observation, we propose the Video Encoder-only Mask Transformer (VidEoMT), a simple encoder-only video segmentation model that eliminates the need for dedicated tracking modules. To enable temporal modeling in an encoder-only ViT, VidEoMT introduces a lightweight query propagation mechanism that carries information across frames by reusing queries from the previous frame. To balance this with adaptability to new content, it employs…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗tue-mps/videomt-dinov2-small-ytvis2019model· 548 dl548 dl
- 🤗tue-mps/videomt-dinov2-base-ytvis2019model· 19 dl19 dl
- 🤗tue-mps/videomt-dinov2-large-ytvis2019model· 11 dl11 dl
- 🤗tue-mps/videomt-dinov2-large-ytvis2021model· 19 dl19 dl
- 🤗tue-mps/videomt-dinov2-large-ytvis2022model· 29 dl29 dl
- 🤗tue-mps/videomt-dinov2-large-ovismodel· 15 dl15 dl
- 🤗tue-mps/videomt-dinov2-large-vipsegmodel· 24 dl24 dl
- 🤗tue-mps/videomt-dinov2-large-vspwmodel· 28 dl28 dl
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVisual Attention and Saliency Detection · Advanced Neural Network Applications · Video Surveillance and Tracking Methods
