paper-with-me

Papers

Bidirectional Self-Training with Multiple Anisotropic Prototypes for Domain Adaptive Semantic Segmentation

2022-04-16 · Yulei Lu, Yawei Luo, Li Zhang, Zheyang Li, Yi Yang, Jun Xiao

A thriving trend for domain adaptive segmentation endeavors to generate the high-quality pseudo labels for target domain and retrain the segmentor on them. Under this self-training paradigm, some competitive methods have sought to the latent-space information, which establishes the feature centroids (a.k.a prototypes) of the semantic classes and determines the pseudo label candidates by their distances from these centroids. In this paper, we argue that the latent space contains more information to be exploited thus taking one step further to capitalize on it. Firstly, instead of merely using the source-domain prototypes to determine the target pseudo labels as most of the traditional methods do, we bidirectionally produce the target-domain prototypes to degrade those source features which might be too hard or disturbed for the adaptation. Secondly, existing attempts simply model each category as a single and isotropic prototype while ignoring the variance of the feature distribution, which could lead to the confusion of similar categories. To cope with this issue, we propose to represent each category with multiple and anisotropic prototypes via Gaussian Mixture Model, in order to fit the de facto distribution of source domain and estimate the likelihood of target samples based on the probability density. We apply our method on GTA5->Cityscapes and Synthia->Cityscapes tasks and achieve 61.2 and 62.8 respectively in terms of mean IoU, substantially outperforming other competitive self-training methods. Noticeably, in some categories which severely suffer from the categorical confusion such as "truck" and "bus", our method achieves 56.4 and 68.8 respectively, which further demonstrates the effectiveness of our design.

📄 PDF Abstract BibTeX arXiv:2204.07730

Code (1)

luyvlei/BiSMAPs 공식 구현 pytorch

Tasks

Domain AdaptationPseudo LabelSemantic SegmentationSynthetic-to-Real TranslationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Spatio-Focal Bidirectional Disparity Estimation From a Dual-Pixel Image

2023-01-01 · CVPR 2023 1 · Donggun Kim, Hyeonjoong Jang, Inchul Kim, Min H. Kim

Dual-pixel photography is monocular RGB-D photography with an ultra-high resolution, enabling many applications in computational photography. However, there are still several challenges to fully utilizing dual-pixel …

Depth EstimationDisparity EstimationSelf-Supervised Learning

Bidirectional Multi-Step Domain Generalization for Visible-Infrared Person Re-Identification

2024-03-16 · Mahdi Alehdaghi, Pourya Shamsolmoali, Rafael M. O. Cruz, Eric Granger

A key challenge in visible-infrared person re-identification (V-I ReID) is training a backbone model capable of effectively addressing the significant discrepancies across modalities. State-of-the-art methods that genera…

Domain GeneralizationPerson Re-Identification

SkelEM: Training-Signal Decoupling of Skeleton and Diffusion for Self-supervised Axial Super-Resolution in Volume Microscopy

2026-06-29 · Bohao Chen, Yanchao Zhang, Yanan Lv, Chenxun Deng 외 arxiv

Volume microscopy, including electron and light microscopy, suffers from severe anisotropic resolution due to physical axial sectioning. Existing self-supervised axial super-resolution (ASR) methods face a trilemma bound…

Zero-shot Generalization

Isotropy-Optimized Contrastive Learning for Semantic Course Recommendation

2026-01-16 · Ali Khreis, Anthony Nasr, Yusuf Hilal arxiv

This paper presents a semantic course recommendation system for students using a self-supervised contrastive learning approach built upon BERT (Bidirectional Encoder Representations from Transformers). Traditional BERT e…

Contrastive LearningData Augmentation

Bidirectional Feature Globalization for Few-shot Semantic Segmentation of 3D Point Cloud Scenes

2022-08-13 · Yongqiang Mao, Zonghao Guo, Xiaonan Lu, Zhiqiang Yuan 외

Few-shot segmentation of point cloud remains a challenging task, as there is no effective way to convert local point cloud information to global representation, which hinders the generalization ability of point features.…

Few-Shot Semantic SegmentationMetric LearningSegmentationSemantic Segmentation