paper-with-me

Papers

Video Semantic Segmentation with Inter-Frame Feature Fusion and Inner-Frame Feature Refinement

2023-01-10 · Jiafan Zhuang, Zilei Wang, Junjie Li

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.

📄 PDF Abstract BibTeX arXiv:2301.03832

Code (1)

jfzhuang/st_memory 공식 구현 pytorch

Tasks

Optical Flow EstimationSemantic SegmentationVideo Semantic Segmentation

Similar Papers 제목 키워드 기반

STFCN: Spatio-Temporal FCN for Semantic Video Segmentation

2016-08-21 · Mohsen Fayyaz, Mohammad Hajizadeh Saffar, Mohammad Sabokrou, Mahmood Fathy 외

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 Segmentation

Frame-To-Frame Consistent Semantic Segmentation

2020-08-03 · Manuel Rebol, Patrick Knöbelreiter

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 Segmentation

Semi-Supervised Video Semantic Segmentation With Inter-Frame Feature Reconstruction

2022-01-01 · CVPR 2022 1 · Jiafan Zhuang, Zilei Wang, Yuan Gao

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 Segmentation

Video Semantic Segmentation with Distortion-Aware Feature Correction

2020-06-18 · Jiafan Zhuang, Zilei Wang, Bingke Wang

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+2

GSVNet: Guided Spatially-Varying Convolution for Fast Semantic Segmentation on Video

2021-03-16 · Shih-Po Lee, Si-Cun Chen, Wen-Hsiao Peng

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