paper-with-me

Papers

Class-Balanced Pixel-Level Self-Labeling for Domain Adaptive Semantic Segmentation

2022-03-18 · CVPR 2022 1 · Ruihuang Li, Shuai Li, Chenhang He, Yabin Zhang, Xu Jia, Lei Zhang

Domain adaptive semantic segmentation aims to learn a model with the supervision of source domain data, and produce satisfactory dense predictions on unlabeled target domain. One popular solution to this challenging task is self-training, which selects high-scoring predictions on target samples as pseudo labels for training. However, the produced pseudo labels often contain much noise because the model is biased to source domain as well as majority categories. To address the above issues, we propose to directly explore the intrinsic pixel distributions of target domain data, instead of heavily relying on the source domain. Specifically, we simultaneously cluster pixels and rectify pseudo labels with the obtained cluster assignments. This process is done in an online fashion so that pseudo labels could co-evolve with the segmentation model without extra training rounds. To overcome the class imbalance problem on long-tailed categories, we employ a distribution alignment technique to enforce the marginal class distribution of cluster assignments to be close to that of pseudo labels. The proposed method, namely Class-balanced Pixel-level Self-Labeling (CPSL), improves the segmentation performance on target domain over state-of-the-arts by a large margin, especially on long-tailed categories.

📄 PDF Abstract BibTeX arXiv:2203.09744

Code (1)

lslrh/cpsl 공식 구현 pytorch

Tasks

Image-to-Image TranslationSegmentationSemantic SegmentationSynthetic-to-Real Translation

Similar Papers 제목 키워드 기반

Dual-level Adaptive Self-Labeling for Novel Class Discovery in Point Cloud Segmentation

2024-07-17 · Ruijie Xu, Chuyu Zhang, Hui Ren, Xuming He

We tackle the novel class discovery in point cloud segmentation, which discovers novel classes based on the semantic knowledge of seen classes. Existing work proposes an online point-wise clustering method with a simplif…

ClusteringNovel Class DiscoveryPoint Cloud SegmentationSegmentation+1

Joint Calibration for Semantic Segmentation

2015-07-06 · Holger Caesar, Jasper Uijlings, Vittorio Ferrari

Semantic segmentation is the task of assigning a class-label to each pixel in an image. We propose a region-based semantic segmentation framework which handles both full and weak supervision, and addresses three common p…

SegmentationSemantic Segmentation

RankMix: Data Augmentation for Weakly Supervised Learning of Classifying Whole Slide Images With Diverse Sizes and Imbalanced Categories

2023-01-01 · CVPR 2023 1 · Yuan-Chih Chen, Chun-Shien Lu

Whole Slide Images (WSIs) are usually gigapixel in size and lack pixel-level annotations. The WSI datasets are also imbalanced in categories. These unique characteristics, significantly different from the ones in nat…

Data AugmentationWeakly-supervised Learningwhole slide images

Learning from Crowds with Sparse and Imbalanced Annotations

2021-07-11 · Ye Shi, Shao-Yuan Li, Sheng-Jun Huang

Traditional supervised learning requires ground truth labels for the training data, whose collection can be difficult in many cases. Recently, crowdsourcing has established itself as an efficient labeling solution throug…

image-classificationImage Classification

Box Supervised Video Segmentation Proposal Network

2022-02-14 · Tanveer Hannan, Rajat Koner, Jonathan Kobold, Matthias Schubert

Video Object Segmentation (VOS) has been targeted by various fully-supervised and self-supervised approaches. While fully-supervised methods demonstrate excellent results, self-supervised ones, which do not use pixel-lev…

Image SegmentationMotion CompensationObjectSegmentation+4