CVFeb 26, 2020

Efficient Semantic Video Segmentation with Per-frame Inference

arXiv:2002.11433v2146 citationsHas Code
AI Analysis

This work addresses temporal inconsistency in real-time video segmentation for applications like autonomous driving, though it is incremental as it builds on per-frame models with enhanced training.

The paper tackles inconsistent semantic segmentation in videos by embedding temporal consistency constraints during training, enabling per-frame inference with no extra latency. It achieves improved accuracy-speed trade-offs on Cityscapes and Camvid benchmarks compared to keyframe-based methods.

For semantic segmentation, most existing real-time deep models trained with each frame independently may produce inconsistent results for a video sequence. Advanced methods take into considerations the correlations in the video sequence, e.g., by propagating the results to the neighboring frames using optical flow, or extracting the frame representations with other frames, which may lead to inaccurate results or unbalanced latency. In this work, we process efficient semantic video segmentation in a per-frame fashion during the inference process. Different from previous per-frame models, we explicitly consider the temporal consistency among frames as extra constraints during the training process and embed the temporal consistency into the segmentation network. Therefore, in the inference process, we can process each frame independently with no latency, and improve the temporal consistency with no extra computational cost and post-processing. We employ compact models for real-time execution. To narrow the performance gap between compact models and large models, new knowledge distillation methods are designed. Our results outperform previous keyframe based methods with a better trade-off between the accuracy and the inference speed on popular benchmarks, including the Cityscapes and Camvid. The temporal consistency is also improved compared with corresponding baselines which are trained with each frame independently. Code is available at: https://tinyurl.com/segment-video

Code Implementations1 repo
Foundations

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

Your Notes