All Projects → cuishuhao → Gvb

cuishuhao / Gvb

Licence: mit
Code of Gradually Vanishing Bridge for Adversarial Domain Adaptation (CVPR2020)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Gvb

Clan
( CVPR2019 Oral ) Taking A Closer Look at Domain Shift: Category-level Adversaries for Semantics Consistent Domain Adaptation
Stars: ✭ 248 (+376.92%)
Mutual labels:  domain-adaptation, adversarial-learning
Tf Dann
Domain-Adversarial Neural Network in Tensorflow
Stars: ✭ 556 (+969.23%)
Mutual labels:  domain-adaptation, adversarial-learning
adapt
Awesome Domain Adaptation Python Toolbox
Stars: ✭ 46 (-11.54%)
Mutual labels:  adversarial-learning, domain-adaptation
Awesome Domain Adaptation
A collection of AWESOME things about domian adaptation
Stars: ✭ 3,357 (+6355.77%)
Mutual labels:  domain-adaptation, adversarial-learning
Transferable-E2E-ABSA
Transferable End-to-End Aspect-based Sentiment Analysis with Selective Adversarial Learning (EMNLP'19)
Stars: ✭ 62 (+19.23%)
Mutual labels:  adversarial-learning, domain-adaptation
CADA
Attending to Discriminative Certainty for Domain Adaptation
Stars: ✭ 17 (-67.31%)
Mutual labels:  adversarial-learning, domain-adaptation
Adaptsegnet
Learning to Adapt Structured Output Space for Semantic Segmentation, CVPR 2018 (spotlight)
Stars: ✭ 654 (+1157.69%)
Mutual labels:  domain-adaptation, adversarial-learning
Dann
pytorch implementation of Domain-Adversarial Training of Neural Networks
Stars: ✭ 400 (+669.23%)
Mutual labels:  domain-adaptation
Pot
POT : Python Optimal Transport
Stars: ✭ 929 (+1686.54%)
Mutual labels:  domain-adaptation
Eanet
EANet: Enhancing Alignment for Cross-Domain Person Re-identification
Stars: ✭ 380 (+630.77%)
Mutual labels:  domain-adaptation
Multitask Learning
Awesome Multitask Learning Resources
Stars: ✭ 361 (+594.23%)
Mutual labels:  domain-adaptation
Self Supervised Da
self-supervised domain adaptation
Stars: ✭ 36 (-30.77%)
Mutual labels:  domain-adaptation
Advanced Gradient Obfuscating
Take further steps in the arms race of adversarial examples with only preprocessing.
Stars: ✭ 28 (-46.15%)
Mutual labels:  adversarial-learning
Taadpapers
Must-read Papers on Textual Adversarial Attack and Defense
Stars: ✭ 800 (+1438.46%)
Mutual labels:  adversarial-learning
Transferlearning
Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习
Stars: ✭ 8,481 (+16209.62%)
Mutual labels:  domain-adaptation
Advsemiseg
Adversarial Learning for Semi-supervised Semantic Segmentation, BMVC 2018
Stars: ✭ 382 (+634.62%)
Mutual labels:  adversarial-learning
Lab
[CVPR 2018] Look at Boundary: A Boundary-Aware Face Alignment Algorithm
Stars: ✭ 956 (+1738.46%)
Mutual labels:  adversarial-learning
Selectiongan
[CVPR 2019 Oral] Multi-Channel Attention Selection GAN with Cascaded Semantic Guidance for Cross-View Image Translation
Stars: ✭ 366 (+603.85%)
Mutual labels:  adversarial-learning
Neural Structured Learning
Training neural models with structured signals.
Stars: ✭ 790 (+1419.23%)
Mutual labels:  adversarial-learning
Generalizing Reid
Repository of the paper "Generalizing Person Re-Identification by Camera-Aware Instance Learning and Cross-Domain Mixup"
Stars: ✭ 28 (-46.15%)
Mutual labels:  domain-adaptation

GVB

Code release for "Gradually Vanishing Bridge for Adversarial Domain Adaptation" (CVPR 2020)

Dataset

Office-31 dataset can be found here.

Office-Home dataset can be found here.

VisDA 2017 dataset can be found here in the classification track.

Requirements

The code is implemented with Python(3.6) and Pytorch(1.0.0).

To install the required python packages, run

pip install -r requirements.txt

Training

Training instructions for GVB-GD and CDAN-GD are in the README.md in GVB-GD and CDAN-GD respectively.

Citation

If you use this code for your research, please consider citing:

@inproceedings{cui2020gvb,
  title={Gradually Vanishing Bridge for Adversarial Domain Adaptation},
  author={Cui, Shuhao and Wang, Shuhui and Zhuo, Junbao and Su, Chi and Huang, Qingming and Tian Qi},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  year={2020}
}

Contact

If you have any problem about our code, feel free to contact

or describe your problem in Issues.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].