invictus717/UniDG
Towards Unified and Effective Domain Generalization
This project offers a unified approach to improve the accuracy of existing artificial intelligence models when they encounter new, unfamiliar data. It takes your pre-trained vision models and enhances their performance on new, unseen image datasets without needing to retrain them extensively. This is useful for AI practitioners and researchers who deploy models in real-world scenarios where data characteristics can shift.
No commits in the last 6 months.
Use this if your image recognition or classification models perform well on your training data but struggle with accuracy when deployed to new environments or on datasets with different characteristics.
Not ideal if you are looking for a completely new model architecture rather than an improvement method for existing ones, or if your primary concern is reducing initial model training time.
Stars
32
Forks
4
Language
Python
License
Apache-2.0
Category
Last pushed
Nov 27, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/invictus717/UniDG"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
adapt-python/adapt
Awesome Domain Adaptation Python Toolbox
corenel/pytorch-adda
A PyTorch implementation for Adversarial Discriminative Domain Adaptation
jindongwang/transferlearning
Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers,...
thuml/Transfer-Learning-Library
Transfer Learning Library for Domain Adaptation, Task Adaptation, and Domain Generalization
KaiyangZhou/Dassl.pytorch
A PyTorch toolbox for domain generalization, domain adaptation and semi-supervised learning.