paper-with-me

홈 › Papers

FixBi: Bridging Domain Spaces for Unsupervised Domain Adaptation

2020-11-18 · CVPR 2021 1 · Jaemin Na, Heechul Jung, Hyung Jin Chang, Wonjun Hwang

Unsupervised domain adaptation (UDA) methods for learning domain invariant representations have achieved remarkable progress. However, most of the studies were based on direct adaptation from the source domain to the target domain and have suffered from large domain discrepancies. In this paper, we propose a UDA method that effectively handles such large domain discrepancies. We introduce a fixed ratio-based mixup to augment multiple intermediate domains between the source and target domain. From the augmented-domains, we train the source-dominant model and the target-dominant model that have complementary characteristics. Using our confidence-based learning methodologies, e.g., bidirectional matching with high-confidence predictions and self-penalization using low-confidence predictions, the models can learn from each other or from its own results. Through our proposed methods, the models gradually transfer domain knowledge from the source to the target domain. Extensive experiments demonstrate the superiority of our proposed method on three public benchmarks: Office-31, Office-Home, and VisDA-2017.

📄 PDF Abstract BibTeX arXiv:2011.09230

Code (1)

najaemin92/fixbi 공식 구현 pytorch

Tasks

Domain AdaptationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Deliberated Domain Bridging for Domain Adaptive Semantic Segmentation

2022-09-16 · Lin Chen, Zhixiang Wei, Xin Jin, Huaian Chen 외

In unsupervised domain adaptation (UDA), directly adapting from the source to the target domain usually suffers significant discrepancies and leads to insufficient alignment. Thus, many UDA works attempt to vanish the do…

Domain AdaptationImage-to-Image TranslationKnowledge DistillationSemantic Segmentation+3

VirDA: Reusing Backbone for Unsupervised Domain Adaptation with Visual Reprogramming

2025-10-02 · Duy Nguyen, Dat Nguyen arxiv

Existing UDA pipelines fine-tune already well-trained backbone parameters for every new source-and-target pair, resulting in the number of training parameters and storage memory growing linearly with each new pair, and a…

Unsupervised Domain Adaptation

Bridging the Gap between Events and Frames through Unsupervised Domain Adaptation

2021-09-06 · Nico Messikommer, Daniel Gehrig, Mathias Gehrig, Davide Scaramuzza

Reliable perception during fast motion maneuvers or in high dynamic range environments is crucial for robotic systems. Since event cameras are robust to these challenging conditions, they have great potential to increase…

Domain AdaptationEvent-based visionobject-detectionObject Detection+1

Domain Adaptation and Image Classification via Deep Conditional Adaptation Network

2020-06-14 · Pengfei Ge, Chuan-Xian Ren, Dao-Qing Dai, Hong Yan

Unsupervised domain adaptation aims to generalize the supervised model trained on a source domain to an unlabeled target domain. Marginal distribution alignment of feature spaces is widely used to reduce the domain discr…

ClassificationDomain AdaptationGeneral Classificationimage-classification+2

Robust Unsupervised Cross-Lingual Word Embedding using Domain Flow Interpolation

2022-10-07 · Liping Tang, Zhen Li, ZhiQuan Luo, Helen Meng

This paper investigates an unsupervised approach towards deriving a universal, cross-lingual word embedding space, where words with similar semantics from different languages are close to one another. Previous adversaria…

Cross-Lingual Natural Language InferenceNatural Language Inference