paper-with-me

Papers

Efficient Semantic Video Segmentation with Per-frame Inference

2020-02-26 · ECCV 2020 8 · Yifan Liu, Chunhua Shen, Changqian Yu, Jingdong Wang

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

📄 PDF Abstract BibTeX arXiv:2002.11433

Code (1)

irfanICMLL/ETC-Real-time-Per-frame-Semantic-video-segmentation pytorch

Tasks

Knowledge DistillationOptical Flow EstimationSegmentationSemantic SegmentationVideo SegmentationVideo Semantic Segmentation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Semantic Video Segmentation : Exploring Inference Efficiency

2015-09-04 · Subarna Tripathi, Serge Belongie, Youngbae Hwang, Truong Nguyen

We explore the efficiency of the CRF inference beyond image level semantic segmentation and perform joint inference in video frames. The key idea is to combine best of two worlds: semantic co-labeling and more expressive…

Image SegmentationSegmentationSemantic SegmentationVideo Segmentation+1

Every Frame Counts: Joint Learning of Video Segmentation and Optical Flow

2019-11-28 · Mingyu Ding, Zhe Wang, Bolei Zhou, Jianping Shi 외

A major challenge for video semantic segmentation is the lack of labeled data. In most benchmark datasets, only one frame of a video clip is annotated, which makes most supervised methods fail to utilize information from…

Optical Flow EstimationSegmentationSemantic SegmentationVideo Segmentation+1

High Temporal Consistency through Semantic Similarity Propagation in Semi-Supervised Video Semantic Segmentation for Autonomous Flight

2025-03-19 · CVPR 2025 1 · Cédric Vincent, Taehyoung Kim, Henri Meeß

Semantic segmentation from RGB cameras is essential to the perception of autonomous flying vehicles. The stability of predictions through the captured videos is paramount to their reliability and, by extension, to the tr…

Image SegmentationKnowledge DistillationSegmentationSemantic Segmentation+3

Accel: A Corrective Fusion Network for Efficient Semantic Segmentation on Video

2018-07-17 · CVPR 2019 6 · Samvit Jain, Xin Wang, Joseph Gonzalez

We present Accel, a novel semantic video segmentation system that achieves high accuracy at low inference cost by combining the predictions of two network branches: (1) a reference branch that extracts high-detail featur…

Optical Flow EstimationSegmentationSemantic SegmentationVideo Segmentation+1

Multi-Level Representation Learning With Semantic Alignment for Referring Video Object Segmentation

2022-01-01 · CVPR 2022 1 · Dongming Wu, Xingping Dong, Ling Shao, Jianbing Shen

Referring video object segmentation (RVOS) is a challenging language-guided video grounding task, which requires comprehensively understanding the semantic information of both video content and language queries for o…

ObjectReferring Expression SegmentationReferring Video Object SegmentationRepresentation Learning+5