agrija9 / Deep-Unsupervised-Domain-AdaptationLinks
Pytorch implementation of four neural network based domain adaptation techniques: DeepCORAL, DDC, CDAN and CDAN+E. Evaluated on benchmark dataset Office31.
☆90Updated 3 years ago
Alternatives and similar repositories for Deep-Unsupervised-Domain-Adaptation
Users that are interested in Deep-Unsupervised-Domain-Adaptation are comparing it to the libraries listed below
Sorting:
- Record my work in transfer learning during my postgraduate period.☆50Updated last year
- Implementation of Multi-Adversarial Domain Adaptation (https://arxiv.org/abs/1809.02176) in Pytorch☆18Updated 3 years ago
- PyTorch implementation of DANN (Domain-Adversarial Training of Neural Networks)☆135Updated last year
- An implementation of Deep Adaptation Network with pytorch☆112Updated 7 years ago
- A simple implementation of Deep Domain Confusion: Maximizing for Domain Invariance☆155Updated 6 years ago
- Implementation of paper multi-source distilling domain adaptation☆55Updated 5 years ago
- This code was finished before source code hasn't been released.☆26Updated 5 years ago
- Demo code for the MDAN paper.☆124Updated 5 years ago
- Multiple Source Domain Adaptation with Adversarial Learning☆22Updated 4 years ago
- Deep domain adaptation networks (DDAN) library for Python with TensorFlow.☆72Updated 5 years ago
- Codes for "Cross-Domain Gradient Discrepancy Minimization for Unsupervised Domain Adaptation" in CVPR 2021☆67Updated 2 years ago
- Discriminative Feature Alignment for Unsupervised Domain Adaptation☆69Updated 4 years ago
- Open set domain adaptation code DAOD☆26Updated 3 years ago
- Unsupervised Multi-source Domain Adaptation Without Access to Source Data (CVPR '21 Oral)☆58Updated 2 years ago
- Code release for Separate to Adapt: Open Set Domain Adaptation via Progressive Separation (CVPR 2019)☆59Updated 5 years ago
- Code for Adversarial Reweighting for Partial Domain Adaptation (NeurIPS 2021)☆35Updated last year
- Maximum Density Divergence for Domain Adaptation, TPAMI 2020, Code release, Cross-domain Adversarial Tight Match☆45Updated 5 years ago
- Unsupervised Domain Adaptation via Structured Prediction Based Selective Pseudo-Labeling☆59Updated 3 years ago
- 这是论文Unsupervised Domain Adaptation by Backpropagation的复现代码,并完成了MNIST与MNIST-M数据集迁移,master和tf2分支代码为是基于tf2.x,tf1分支代码基于tf1.x☆64Updated 3 years ago
- Pytorch implementation of DAC-Net ("Zhongying Deng, Kaiyang Zhou, Yongxin Yang, Tao Xiang. Domain Attention Consistency for Multi-Source …☆23Updated 3 years ago
- Code Release for "Minimum Class Confusion for Versatile Domain Adaptation"(ECCV2020)☆55Updated 4 years ago
- Domain Aggregation Networks☆22Updated 4 years ago
- Tensorflow deep learning based domain adaptation model implementations with experiment of estimate MNIST by SVHN data (SVHN -> MNIST): DA…☆26Updated 6 years ago
- Code release for Representation Subspace Distance for Domain Adaptation Regression (ICML 2021)☆82Updated 3 years ago
- ☆58Updated 6 years ago
- Joint Domain Alignment and Discriminative Feature Learning for Unsupervised Deep Domain Adaptation(AAAI-2019)☆83Updated 5 years ago
- Pytorch implementation of Domain Separation Networks☆152Updated 6 years ago
- [ACMMM 2020] Code release for "Simultaneous Semantic Alignment Network for Heterogenous Domain Adaptation" https://arxiv.org/abs/2008.01…☆31Updated 3 years ago
- [CVPR2022] Official implementation of DALN.