AIRLABkhu/A2XP
The official implementation of "A2XP: Towards Private Domain Generalization".
When you have a computer vision model that performs well on images from your specific training conditions, but struggles when applied to slightly different real-world scenarios (like varied lighting or camera angles), this tool helps. It takes your existing image datasets from different conditions and helps your model learn more robust features that generalize better. The outcome is a more reliable model that performs consistently across diverse, unseen environments. This would be used by machine learning engineers or researchers working on deploying vision systems.
No commits in the last 6 months.
Use this if your computer vision models are experiencing performance drops when deployed to new environments or with data that differs subtly from your training data, and you want to improve their generalization ability while maintaining data privacy.
Not ideal if you are looking for a general-purpose image classification or object detection library, or if your primary concern is not domain generalization or privacy-preserving model adaptation.
Stars
14
Forks
2
Language
Python
License
MIT
Category
Last pushed
Jun 14, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/AIRLABkhu/A2XP"
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.