domain-adaptation

Open-source projects categorized as domain-adaptation

Top 22 domain-adaptation Open-Source Projects

  • transferlearning

    Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习

  • awesome-domain-adaptation

    A collection of AWESOME things about domian adaptation

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Transfer-Learning-Library

    Transfer Learning Library for Domain Adaptation, Task Adaptation, and Domain Generalization

  • StyleGAN-nada

  • bonito

    A lightweight library for generating synthetic instruction tuning datasets for your data without GPT. (by BatsResearch)

  • Project mention: FLaNK AI for 11 March 2024 | dev.to | 2024-03-11
  • pykale

    Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary research, part of the 🔥PyTorch ecosystem. ⭐ Star to support our work!

  • pytorch-adapt

    Domain adaptation made easy. Fully featured, modular, and customizable.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • gpl

    Powerful unsupervised domain adaptation method for dense retrieval. Requires only unlabeled corpus and yields massive improvement: "GPL: Generative Pseudo Labeling for Unsupervised Domain Adaptation of Dense Retrieval" https://arxiv.org/abs/2112.07577 (by UKPLab)

  • Project mention: Best pathway for Domain Adaptation with Sentence Transformers? | /r/LanguageTechnology | 2023-04-26

    3) Domain-adapted my bi-encoder using GPL (https://github.com/UKPLab/gpl) and my original corpus from step 1.

  • Meta-SelfLearning

    Meta Self-learning for Multi-Source Domain Adaptation: A Benchmark

  • AdaTime

    [TKDD 2023] AdaTime: A Benchmarking Suite for Domain Adaptation on Time Series Data

  • multi-domain-imbalance

    [ECCV 2022] Multi-Domain Long-Tailed Recognition, Imbalanced Domain Generalization, and Beyond

  • awesome-artificial-intelligence-research

    A curated list of Artificial Intelligence (AI) Research, tracks the cutting edge trending of AI research, including recommender systems, computer vision, machine learning, etc.

  • pytorch-DANN

    PyTorch implementation of DANN (Domain-Adversarial Training of Neural Networks)

  • IAST-ECCV2020

    IAST: Instance Adaptive Self-training for Unsupervised Domain Adaptation (ECCV 2020) https://teacher.bupt.edu.cn/zhuchuang/en/index.htm

  • climategan

    Code and pre-trained model for the algorithm generating visualisations of 3 climate change related events: floods, wildfires and smog.

  • DA-RetinaNet

    Official Detectron2 implementation of DA-RetinaNet of our Image and Vision Computing 2021 work 'An unsupervised domain adaptation scheme for single-stage artwork recognition in cultural sites'

  • DA-Faster-RCNN

    Detectron2 implementation of DA-Faster R-CNN, Domain Adaptive Faster R-CNN for Object Detection in the Wild

  • hierarchical-domain-adaptation

    Code of NAACL 2022 "Efficient Hierarchical Domain Adaptation for Pretrained Language Models" paper.

  • StyleDomain

    Official Implementation for "StyleDomain: Efficient and Lightweight Parameterizations of StyleGAN for One-shot and Few-shot Domain Adaptation" (ICCV 2023)

  • Project mention: [Research] Exciting New Paper on StyleGAN Domain Adaptation: StyleDomain - ICCV 2023 | /r/MachineLearning | 2023-09-30

    Abstract: Domain adaptation of GANs is a problem of fine-tuning GAN models pretrained on a large dataset (e.g., StyleGAN) to a specific domain with few samples (e.g., painting faces, sketches, etc.). While there are many methods that tackle this problem in different ways, there are still many important questions that remain unanswered. In this paper, we provide a systematic and in-depth analysis of the domain adaptation problem of GANs, focusing on the StyleGAN model. We perform a detailed exploration of the most important parts of StyleGAN that are responsible for adapting the generator to a new domain depending on the similarity between the source and target domains. As a result of this study, we propose new efficient and lightweight parameterizations of StyleGAN for domain adaptation. Particularly, we show that there exist directions in StyleSpace (StyleDomain directions) that are sufficient for adapting to similar domains. For dissimilar domains, we propose Affine+ and AffineLight+ parameterizations that allow us to outperform existing baselines in few-shot adaptation while having significantly fewer training parameters. Finally, we examine StyleDomain directions and discover their many surprising properties that we apply for domain mixing and cross-domain image morphing. Source code can be found at GitHub.

  • CEPC

    A domain adaptation model

  • illness-dataset

    A dataset for evaluating text classification, domain adaptation, and active learning models

  • condo-adapter

    Confounded Domain Adapter

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

domain-adaptation related posts

  • PyTorch-adapt re-purposes existing ML models to work in new domains

    1 project | news.ycombinator.com | 30 Nov 2022
  • Artists Tomorrow

    3 projects | /r/StableDiffusion | 19 Nov 2022
  • [R] A benchmarking framework for time-series unsupervised domain adaptation

    2 projects | /r/MachineLearning | 6 Apr 2022
  • Great thread on the importance of EDA and confounder adjustment prior to differential expression analysis (RNA-seq)

    1 project | /r/bioinformatics | 12 Apr 2022
  • Code + Data for Paper (AAAI 2022): Multiple-Source Domain Adaptation via Coordinated Domain Encoders and Paired Classifiers

    1 project | /r/LanguageTechnology | 19 Mar 2022
  • Domain adaptation text recognition/OCR dataset (MSDA) and benchmark: Multi-source domain adaptation dataset for text recognition

    1 project | /r/u_Mammoth_Grade_6875 | 27 Sep 2021
  • Matching images – boost your Data Augmentation pipeline

    1 project | news.ycombinator.com | 22 Dec 2020
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 1 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source domain-adaptation projects? This list will help you:

Project Stars
1 transferlearning 12,867
2 awesome-domain-adaptation 4,890
3 Transfer-Learning-Library 3,144
4 StyleGAN-nada 1,141
5 bonito 482
6 pykale 427
7 pytorch-adapt 323
8 gpl 308
9 Meta-SelfLearning 197
10 AdaTime 147
11 multi-domain-imbalance 117
12 awesome-artificial-intelligence-research 112
13 pytorch-DANN 99
14 IAST-ECCV2020 84
15 climategan 67
16 DA-RetinaNet 59
17 DA-Faster-RCNN 47
18 hierarchical-domain-adaptation 32
19 StyleDomain 23
20 CEPC 6
21 illness-dataset 3
22 condo-adapter 3

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com