CVMar 21, 2018

Fast Semantic Segmentation on Video Using Block Motion-Based Feature Interpolation

arXiv:1803.07742v522 citations
Originality Incremental advance
AI Analysis

This work addresses the need for faster video segmentation in applications like autonomous driving, though it is incremental as it builds on existing feature reuse techniques.

The paper tackles the problem of slow semantic segmentation on video by proposing a two-part approach using block motion vectors for feature propagation and feature interpolation, achieving near real-time frame rates of 20.1 FPS on large images with competitive accuracy, which is a 6x speedup over the baseline and 2.5x over prior work.

Convolutional networks optimized for accuracy on challenging, dense prediction tasks are prohibitively slow to run on each frame in a video. The spatial similarity of nearby video frames, however, suggests opportunity to reuse computation. Existing work has explored basic feature reuse and feature warping based on optical flow, but has encountered limits to the speedup attainable with these techniques. In this paper, we present a new, two part approach to accelerating inference on video. First, we propose a fast feature propagation technique that utilizes the block motion vectors present in compressed video (e.g. H.264 codecs) to cheaply propagate features from frame to frame. Second, we develop a novel feature estimation scheme, termed feature interpolation, that fuses features propagated from enclosing keyframes to render accurate feature estimates, even at sparse keyframe frequencies. We evaluate our system on the Cityscapes and CamVid datasets, comparing to both a frame-by-frame baseline and related work. We find that we are able to substantially accelerate segmentation on video, achieving near real-time frame rates (20.1 frames per second) on large images (960 x 720 pixels), while maintaining competitive accuracy. This represents an improvement of almost 6x over the single-frame baseline and 2.5x over the fastest prior work.

Foundations

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

Your Notes