30 open-source projects similar to cuishuhao/gvb, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Cuishuhao GVB alternative.
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
Official implementation for SPA: A Graph Spectral Alignment Perspective for Domain Adaptation (NeurIPS 2023)
The implement of "Learning Disentangled Semantic Representation for Domain Adaptation" (IJCAI 2019)
SBADA-GAN CVPR 2018 code This is a preliminary release, as the code needs a massive cleanup being extremely verbose in this current state. In the Mnist_MnistM notebook can be found an example of how to run SBADA-GAN on Mnist -> MnistM Domain Adaptation task.
pytorch implementation of Domain-Adversarial Training of Neural Networks
Unsupervised Domain Adaptation via Structured Prediction Based Selective Pseudo-Labeling
Code release for Discriminative Adversarial Domain Adaptation (AAAI2020).
(ECCV 2020) Classes Matter: A Fine-grained Adversarial Approach to Cross-domain Semantic Segmentation
A collection of implementations of adversarial domain adaptation algorithms
Cycle-consistent Conditional Adversarial Transfer Networks, ACM MM 2019
Codes for "Cross-Domain Gradient Discrepancy Minimization for Unsupervised Domain Adaptation" in CVPR 2021
Tensorflow codes for ICML2018, Learning Semantic Representations for Unsupervised Domain Adaptation
Unofficial pytorch implementation of algorithms for domain adaptation
Official implementation of Drop to Adapt: Learning Discriminative Features for Unsupervised Domain Adaptation presented at ICCV 2019.
Code for the paper "Adversarial Feature Augmentation for Unsupervised Domain Adaptation", CVPR 2018
This repository serves as a centralized collection of state-of-the-art deep learning architectures and reference implementations designed for research and application development. It provides a comprehensive toolkit for computer vision and natural language processing, offering pre-built models and training pipelines for tasks ranging from image classification and object detection to complex sequence modeling. The project distinguishes itself by providing a flexible execution harness that manages the entire training lifecycle, including data ingestion and backpropagation. It supports scalable
Code for "Cluster Alignment with a Teacher for Unsupervised Domain Adaptation"
Code release for Transferability vs. Discriminability: Batch Spectral Penalization for Adversarial Domain Adaptation (ICML 2019)
Code release for "Conditional Adversarial Domain Adaptation" (NIPS 2018)
Code release for Transferable Adversarial Training: A General Approach to Adapting Deep Classifiers (ICML2019)
ICML 2022Source code for "A Closer Look at Smoothness in Domain Adversarial Training",