Video Semantic Segmentation with Inter-Frame Feature Fusion and Inner-Frame Feature Refinement
Video semantic segmentation aims to generate accurate semantic maps for each video frame. To this end, many works dedicate to integrate diverse information from consecutive frames to enhance the features for prediction, where a feature alignment procedure via estimated optical flow is usually required. However, the optical flow would inevitably suffer from inaccuracy, and then introduce noises in feature fusion and further result in unsatisfactory segmentation results. In this paper, to tackle the misalignment issue, we propose a spatial-temporal fusion (STF) module to model dense pairwise relationships among multi-frame features. Different from previous methods, STF uniformly and adaptively fuses features at different spatial and temporal positions, and avoids error-prone optical flow estimation. Besides, we further exploit feature refinement within a single frame and propose a novel memory-augmented refinement (MAR) module to tackle difficult predictions among semantic boundaries. Specifically, MAR can store the boundary features and prototypes extracted from the training samples, which together form the task-specific memory, and then use them to refine the features during inference. Essentially, MAR can move the hard features closer to the most likely category and thus make them more discriminative. We conduct extensive experiments on Cityscapes and CamVid, and the results show that our proposed methods significantly outperform previous methods and achieves the state-of-the-art performance. Code and pretrained models are available at https://github.com/jfzhuang/ST_Memory.
Code (1)
Tasks
Optical Flow EstimationSemantic SegmentationVideo Semantic SegmentationSimilar Papers 제목 키워드 기반
STFCN: Spatio-Temporal FCN for Semantic Video Segmentation
This paper presents a novel method to involve both spatial and temporal features for semantic video segmentation. Current work on convolutional neural networks(CNNs) has shown that CNNs provide advanced spatial features …
SegmentationSemantic SegmentationVideo SegmentationVideo Semantic SegmentationFrame-To-Frame Consistent Semantic Segmentation
In this work, we aim for temporally consistent semantic segmentation throughout frames in a video. Many semantic segmentation algorithms process images individually which leads to an inconsistent scene interpretation due…
SegmentationSemantic SegmentationSemi-Supervised Video Semantic Segmentation With Inter-Frame Feature Reconstruction
One major challenge for semantic segmentation in real-world scenarios is only limited pixel-level labels available due to high expense of human labor though a vast volume of video data is provided. Existing semi-supe…
SegmentationSemantic SegmentationVideo Semantic SegmentationVideo Semantic Segmentation with Distortion-Aware Feature Correction
Video semantic segmentation is active in recent years benefited from the great progress of image semantic segmentation. For such a task, the per-frame image segmentation is generally unacceptable in practice due to high …
Image SegmentationOptical Flow EstimationSegmentationSemantic Segmentation+2GSVNet: Guided Spatially-Varying Convolution for Fast Semantic Segmentation on Video
This paper addresses fast semantic segmentation on video.Video segmentation often calls for real-time, or even fasterthan real-time, processing. One common recipe for conserving computation arising from feature extractio…
Image SegmentationSegmentationSemantic SegmentationVideo Segmentation+1