paper-with-me

Papers

SegDA: Maximum Separable Segment Mask with Pseudo Labels for Domain Adaptive Semantic Segmentation

2023-08-10 · Anant Khandelwal

Unsupervised Domain Adaptation (UDA) aims to solve the problem of label scarcity of the target domain by transferring the knowledge from the label rich source domain. Usually, the source domain consists of synthetic images for which the annotation is easily obtained using the well known computer graphics techniques. However, obtaining annotation for real world images (target domain) require lot of manual annotation effort and is very time consuming because it requires per pixel annotation. To address this problem we propose SegDA module to enhance transfer performance of UDA methods by learning the maximum separable segment representation. This resolves the problem of identifying visually similar classes like pedestrian/rider, sidewalk/road etc. We leveraged Equiangular Tight Frame (ETF) classifier inspired from Neural Collapse for maximal separation between segment classes. This causes the source domain pixel representation to collapse to a single vector forming a simplex vertices which are aligned to the maximal separable ETF classifier. We use this phenomenon to propose the novel architecture for domain adaptation of segment representation for target domain. Additionally, we proposed to estimate the noise in labelling the target domain images and update the decoder for noise correction which encourages the discovery of pixels for classes not identified in pseudo labels. We have used four UDA benchmarks simulating synthetic-to-real, daytime-to-nighttime, clear-to-adverse weather scenarios. Our proposed approach outperforms +2.2 mIoU on GTA -> Cityscapes, +2.0 mIoU on Synthia -> Cityscapes, +5.9 mIoU on Cityscapes -> DarkZurich, +2.6 mIoU on Cityscapes -> ACDC.

📄 PDF Abstract BibTeX arXiv:2308.05851

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDomain AdaptationSemantic SegmentationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

SegDAC: Visual Generalization in Reinforcement Learning via Dynamic Object Tokens

2025-08-12 · Alexandre Brown, Glen Berseth arxiv

Visual reinforcement learning policies trained on pixel observations often struggle to generalize when visual conditions change at test time. Object-centric representations are a promising alternative, but most approache…

Reinforcement LearningImage Reconstruction

Pseudo-mask Matters in Weakly-supervised Semantic Segmentation

2021-08-30 · ICCV 2021 10 · Yi Li, Zhanghui Kuang, Liyang Liu, Yimin Chen 외

Most weakly supervised semantic segmentation (WSSS) methods follow the pipeline that generates pseudo-masks initially and trains the segmentation model with the pseudo-masks in fully supervised manner after. However, we …

SegmentationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

When Confidence Fails: Revisiting Pseudo-Label Selection in Semi-supervised Semantic Segmentation

2025-09-20 · Pan Liu, Jinshi Liu arxiv

While significant advances exist in pseudo-label generation for semi-supervised semantic segmentation, pseudo-label selection remains understudied. Existing methods typically use fixed confidence thresholds to retain hig…

Semi-Supervised Semantic Segmentation

Domain Adaptive Semantic Segmentation Using Weak Labels

2020-07-30 · ECCV 2020 8 · Sujoy Paul, Yi-Hsuan Tsai, Samuel Schulter, Amit K. Roy-Chowdhury 외

Learning semantic segmentation models requires a huge amount of pixel-wise labeling. However, labeled data may only be available abundantly in a domain different from the desired target domain, which only has minimal or …

Domain AdaptationSegmentationSemantic SegmentationUnsupervised Domain Adaptation

Learning Class-Agnostic Pseudo Mask Generation for Box-Supervised Semantic Segmentation

2021-03-09 · Chaohao Xie, Dongwei Ren, Lei Wang, WangMeng Zuo

Recently, several weakly supervised learning methods have been devoted to utilize bounding box supervision for training deep semantic segmentation models. Most existing methods usually leverage the generic proposal gener…

SegmentationSemantic SegmentationWeakly-supervised LearningWeakly supervised Semantic Segmentation+1