paper-with-me

홈 › Papers

Domain Adaptation for Structured Output via Discriminative Patch Representations

2019-01-16 · ICCV 2019 10 · Yi-Hsuan Tsai, Kihyuk Sohn, Samuel Schulter, Manmohan Chandraker

Predicting structured outputs such as semantic segmentation relies on expensive per-pixel annotations to learn supervised models like convolutional neural networks. However, models trained on one data domain may not generalize well to other domains without annotations for model finetuning. To avoid the labor-intensive process of annotation, we develop a domain adaptation method to adapt the source data to the unlabeled target domain. We propose to learn discriminative feature representations of patches in the source domain by discovering multiple modes of patch-wise output distribution through the construction of a clustered space. With such representations as guidance, we use an adversarial learning scheme to push the feature representations of target patches in the clustered space closer to the distributions of source patches. In addition, we show that our framework is complementary to existing domain adaptation techniques and achieves consistent improvements on semantic segmentation. Extensive ablations and results are demonstrated on numerous benchmark datasets with various settings, such as synthetic-to-real and cross-city scenarios.

📄 PDF Abstract BibTeX arXiv:1901.05427

Code (8)

wasidennis/AdaptSegNet 공식 구현 pytorch
KookHoiKim/AdaptSegNet pytorch
NiteshBharadwaj/adaptsegnet-materials pytorch
Sshanu/AdaptSegNet pytorch
jizongFox/ReproduceAdaptSegNet pytorch
lym29/DASeg pytorch
xiaowillow/AdaptSegNet pytorch
xiaowillow/AdaptSegNet1 pytorch

Tasks

Domain AdaptationImage-to-Image TranslationSegmentationSemantic SegmentationSynthetic-to-Real Translation

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Residual Connection 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…

Similar Papers 제목 키워드 기반

Domain Adaptation for Structured Output via Disentangled Patch Representations

2019-05-01 · ICLR 2019 5 · Yi-Hsuan Tsai, Kihyuk Sohn, Samuel Schulter, Manmohan Chandraker

Predicting structured outputs such as semantic segmentation relies on expensive per-pixel annotations to learn strong supervised models like convolutional neural networks. However, these models trained on one data domain…

Domain AdaptationSemantic Segmentation

Patch-Mix Transformer for Unsupervised Domain Adaptation: A Game Perspective

2023-03-23 · CVPR 2023 1 · Jinjing Zhu, Haotian Bai, Lin Wang

Endeavors have been recently made to leverage the vision transformer (ViT) for the challenging unsupervised domain adaptation (UDA) task. They typically adopt the cross-attention in ViT for direct domain alignment. Howev…

Domain AdaptationUnsupervised Domain Adaptation

Bidirectional Domain Mixup for Domain Adaptive Semantic Segmentation

2023-03-17 · Daehan Kim, Minseok Seo, KwanYong Park, Inkyu Shin 외

Mixup provides interpolated training samples and allows the model to obtain smoother decision boundaries for better generalization. The idea can be naturally applied to the domain adaptation task, where we can mix the so…

Domain AdaptationPseudo LabelSemantic Segmentation

Graph Harmony: Denoising and Nuclear-Norm Wasserstein Adaptation for Enhanced Domain Transfer in Graph-Structured Data

2023-01-29 · Mengxi Wu, Mohammad Rostami

Graph-structured data can be found in numerous domains, yet the scarcity of labeled instances hinders its effective utilization of deep learning in many scenarios. Traditional unsupervised domain adaptation (UDA) strateg…

DenoisingDomain AdaptationGraph ClassificationNavigate+2

Learning to Adapt Structured Output Space for Semantic Segmentation

2018-02-28 · CVPR 2018 6 · Yi-Hsuan Tsai, Wei-Chih Hung, Samuel Schulter, Kihyuk Sohn 외

Convolutional neural network-based approaches for semantic segmentation rely on supervision with pixel-level ground truth, but may not generalize well to unseen image domains. As the labeling process is tedious and labor…

Domain AdaptationImage-to-Image TranslationSegmentationSemantic Segmentation+1