Synthetic-to-Real Translation

55 papers with code • 4 benchmarks • 5 datasets

Synthetic-to-real translation is the task of domain adaptation from synthetic (or virtual) data to real data.

( Image credit: CYCADA )

Libraries

Use these libraries to find Synthetic-to-Real Translation models and implementations

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

luyvlei/BiSMAPs 16 Apr 2022

A thriving trend for domain adaptive segmentation endeavors to generate the high-quality pseudo labels for target domain and retrain the segmentor on them.

26
16 Apr 2022

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

lslrh/cpsl CVPR 2022

One popular solution to this challenging task is self-training, which selects high-scoring predictions on target samples as pseudo labels for training.

63
18 Mar 2022

Smoothing Matters: Momentum Transformer for Domain Adaptive Semantic Segmentation

alpc91/transda 15 Mar 2022

After the great success of Vision Transformer variants (ViTs) in computer vision, it has also demonstrated great potential in domain adaptive semantic segmentation.

20
15 Mar 2022

Multiple Fusion Adaptation: A Strong Framework for Unsupervised Semantic Segmentation Adaptation

kaiizhang/mfa 1 Dec 2021

MFA basically considers three parallel information fusion strategies, i. e., the cross-model fusion, temporal fusion and a novel online-offline pseudo label fusion.

10
01 Dec 2021

TridentAdapt: Learning Domain-invariance via Source-Target Confrontation and Self-induced Cross-domain Augmentation

hmrc-ael/tridentadapt 30 Nov 2021

Due to the difficulty of obtaining ground-truth labels, learning from virtual-world datasets is of great interest for real-world applications like semantic segmentation.

7
30 Nov 2021

DAFormer: Improving Network Architectures and Training Strategies for Domain-Adaptive Semantic Segmentation

lhoyer/DAFormer CVPR 2022

It improves the state of the art by 10. 8 mIoU for GTA-to-Cityscapes and 5. 4 mIoU for Synthia-to-Cityscapes and enables learning even difficult classes such as train, bus, and truck well.

429
29 Nov 2021

SPCL: A New Framework for Domain Adaptive Semantic Segmentation via Semantic Prototype-based Contrastive Learning

binhuixie/spcl 24 Nov 2021

Although there is significant progress in supervised semantic segmentation, it remains challenging to deploy the segmentation models to unseen domains due to domain biases.

12
24 Nov 2021

Domain Adaptive Semantic Segmentation via Regional Contrastive Consistency Regularization

qianyuzqy/RCCR 11 Oct 2021

In this paper, we propose a novel and fully end-to-end trainable approach, called regional contrastive consistency regularization (RCCR) for domain adaptive semantic segmentation.

2
11 Oct 2021

Dual Path Learning for Domain Adaptation of Semantic Segmentation

royee182/dpl ICCV 2021

In this paper, based on the observation that domain adaptation frameworks performed in the source and target domain are almost complementary in terms of image translation and SSL, we propose a novel dual path learning (DPL) framework to alleviate visual inconsistency.

36
13 Aug 2021

Context-Aware Mixup for Domain Adaptive Semantic Segmentation

qianyuzqy/CAMix 8 Aug 2021

The generated contextual mask is critical in this work and will guide the context-aware domain mixup on three different levels.

12
08 Aug 2021