This project is a comprehensive library for transfer learning and domain adaptation in computer vision. It serves as a framework for aligning feature distributions between source and target datasets, a toolkit for domain generalization, and a library for semi-supervised learning using small labeled datasets and large unlabeled sets. The library provides specialized capabilities for unsupervised domain adaptation, including the use of adversarial networks, discrepancy-based architectures, and image-to-image translation to reduce distribution mismatch. It also includes tools for domain generali
Code of Gradually Vanishing Bridge for Adversarial Domain Adaptation (CVPR2020)
Official implementation for SPA: A Graph Spectral Alignment Perspective for Domain Adaptation (NeurIPS 2023)
Cross Domain Disentangled Deep Representation (CVPR'18)
The main features of ycliu93/cdrd are: Adversarial Adaptation Methods.
Open-source alternatives to ycliu93/cdrd include: thuml/transfer-learning-library — This project is a comprehensive library for transfer learning and domain adaptation in computer vision. It serves as a… cuishuhao/gvb — Code of Gradually Vanishing Bridge for Adversarial Domain Adaptation (CVPR2020). ddtm/caffe — Caffe: a fast open framework for deep learning. dmirlab-group/dsr — The implement of "Learning Disentangled Semantic Representation for Domain Adaptation" (IJCAI 2019). engharat/sbadagan — SBADA-GAN CVPR 2018 code This is a preliminary release, as the code needs a massive cleanup being extremely verbose in… crownx/spa — Official implementation for SPA: A Graph Spectral Alignment Perspective for Domain Adaptation (NeurIPS 2023).