Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Exploiting Temporal State Space Sharing for Video Semantic Segmentation

About

Video semantic segmentation (VSS) plays a vital role in understanding the temporal evolution of scenes. Traditional methods often segment videos frame-by-frame or in a short temporal window, leading to limited temporal context, redundant computations, and heavy memory requirements. To this end, we introduce a Temporal Video State Space Sharing (TV3S) architecture to leverage Mamba state space models for temporal feature sharing. Our model features a selective gating mechanism that efficiently propagates relevant information across video frames, eliminating the need for a memory-heavy feature pool. By processing spatial patches independently and incorporating shifted operation, TV3S supports highly parallel computation in both training and inference stages, which reduces the delay in sequential state space processing and improves the scalability for long video sequences. Moreover, TV3S incorporates information from prior frames during inference, achieving long-range temporal coherence and superior adaptability to extended sequences. Evaluations on the VSPW and Cityscapes datasets reveal that our approach outperforms current state-of-the-art methods, establishing a new standard for VSS with consistent results across long video sequences. By achieving a good balance between accuracy and efficiency, TV3S shows a significant advancement in spatiotemporal modeling, paving the way for efficient video analysis. The code is publicly available at https://github.com/Ashesham/TV3S.git.

Syed Ariff Syed Hesham, Yun Liu, Guolei Sun, Henghui Ding, Jing Yang, Ender Konukoglu, Xue Geng, Xudong Jiang• 2025

Related benchmarks

TaskDatasetResultRank
Video Semantic SegmentationVSPW (val)
mIoU50.6
92
Video Semantic SegmentationCityscapes-C (test)
mIoU19.36
78
Video Semantic SegmentationVSPW
mIoU50.4
25
Video Semantic SegmentationCamVid
mIoU48.74
14
Video Semantic SegmentationCitys.-s (test)
mIoU36.52
12
Video Semantic SegmentationCitys s-C
mIoU (%)17.65
12
Video Semantic SegmentationApollo
mIoU22.64
12
Video Semantic SegmentationCityscapes
mIoU75.6
8
Video Semantic Segmentation1024 x 512 resolution (video)
Speed (FPS)6.15
6
Video Semantic SegmentationKITTI-360 (test)
mIoU16.47
6
Showing 10 of 13 rows

Other info

Code

Follow for update