paper-with-me

Papers

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-supervised methods attempt to exploit unlabeled data in model training, but they just regard video as a set of independent images. To better explore semi-supervised segmentation problem with video data, we formulate a semi-supervised video semantic segmentation task in this paper. For this task, we observe that the overfitting is surprisingly severe between labeled and unlabeled frames within a training video although they are very similar in style and contents. This is called inner-video overfitting, and it would actually lead to inferior performance. To tackle this issue, we propose a novel inter-frame feature reconstruction (IFR) technique to leverage the ground-truth labels to supervise the model training on unlabeled frames. IFR is essentially to utilize the internal relevance of different frames within a video. During training, IFR would enforce the feature distributions between labeled and unlabeled frames to be narrowed. Consequently, the inner-video overfitting issue can be effectively alleviated. We conduct extensive experiments on Cityscapes and CamVid, and the results demonstrate the superiority of our proposed method to previous state-of-the-art methods. The code is available at https://github.com/jfzhuang/IFR.

📄 PDF Abstract BibTeX

Code (1)

jfzhuang/ifr 공식 구현 pytorch

Tasks

SegmentationSemantic SegmentationVideo Semantic Segmentation

Similar Papers 제목 키워드 기반

Robust Noisy Pseudo-label Learning for Semi-supervised Medical Image Segmentation Using Diffusion Model

2025-07-22 · Lin Xi, Yingliang Ma, Cheng Wang, Sandra Howell 외 arxiv

Obtaining pixel-level annotations in the medical domain is both expensive and time-consuming, often requiring close collaboration between clinical experts and developers. Semi-supervised medical image segmentation aims t…

Semi-supervised Medical Image SegmentationObject Segmentation

Semi-Supervised Domain Adaptation for Weakly Labeled Semantic Video Object Segmentation

2016-06-07 · Huiling Wang, Tapani Raiko, Lasse Lensu, Tinghuai Wang 외

Deep convolutional neural networks (CNNs) have been immensely successful in many high-level computer vision tasks given large labeled datasets. However, for video semantic object segmentation, a domain where labels are s…

Domain AdaptationSegmentationSemantic SegmentationSemi-supervised Domain Adaptation+3

SMC-NCA: Semantic-guided Multi-level Contrast for Semi-supervised Temporal Action Segmentation

2023-12-19 · Feixiang Zhou, Zheheng Jiang, Huiyu Zhou, Xuelong Li

Semi-supervised temporal action segmentation (SS-TA) aims to perform frame-wise classification in long untrimmed videos, where only a fraction of videos in the training set have labels. Recent studies have shown the pote…

Action SegmentationContrastive LearningRepresentation LearningSegmentation+1

Semi-supervised Video Semantic Segmentation Using Unreliable Pseudo Labels for PVUW2024

2024-06-02 · Biao Wu, Diankai Zhang, Si Gao, Chengjian Zheng 외

Pixel-level Scene Understanding is one of the fundamental problems in computer vision, which aims at recognizing object classes, masks and semantics of each pixel in the given image. Compared with image scene parsing, vi…

Scene ParsingScene UnderstandingSemantic SegmentationVideo Semantic Segmentation

Temporally Constrained Neural Networks (TCNN): A framework for semi-supervised video semantic segmentation

2021-12-27 · Deepak Alapatt, Pietro Mascagni, Armine Vardazaryan, Alain Garcia 외

A major obstacle to building models for effective semantic segmentation, and particularly video semantic segmentation, is a lack of large and well annotated datasets. This bottleneck is particularly prohibitive in highly…

SegmentationSemantic SegmentationVideo Semantic Segmentation