Semi-Supervised Domain Generalization

8 papers with code • 0 benchmarks • 0 datasets

This task has no description! Would you like to contribute one?

Libraries

Use these libraries to find Semi-Supervised Domain Generalization models and implementations

Most implemented papers

Semi-Supervised Domain Generalization with Stochastic StyleMatch

KaiyangZhou/Dassl.pytorch 1 Jun 2021

We find that the DG methods, which by design are unable to handle unlabeled data, perform poorly with limited labels in SSDG; the SSL methods, especially FixMatch, obtain much better results but are still far away from the basic vanilla model trained using full labels.

MixStyle Neural Networks for Domain Generalization and Adaptation

KaiyangZhou/Dassl.pytorch 5 Jul 2021

MixStyle is easy to implement with a few lines of code, does not require modification to training objectives, and can fit a variety of learning paradigms including supervised domain generalization, semi-supervised domain generalization, and unsupervised domain adaptation.

Semi-Supervised Domain Generalization with Evolving Intermediate Domain

metavisionlab/ssdg 19 Nov 2021

From this perspective, we introduce a novel paradigm of DG, termed as Semi-Supervised Domain Generalization (SSDG), to explore how the labeled and unlabeled source domains can interact, and establish two settings, including the close-set and open-set SSDG.

Semi-Supervised Domain Generalization for Cardiac Magnetic Resonance Image Segmentation with High Quality Pseudo Labels

mawanqin2002/stacom2022ma 30 Sep 2022

Our main goal is to improve the quality of pseudo labels under extreme MRI Analysis with various domains.

Semi-Supervised Domain Generalization for Object Detection via Language-Guided Feature Alignment

sinamalakouti/CDDMSL BMVC 2023

Existing domain adaptation (DA) and generalization (DG) methods in object detection enforce feature alignment in the visual space but face challenges like object appearance variability and scene complexity, which make it difficult to distinguish between objects and achieve accurate detection.

Towards Generic Semi-Supervised Framework for Volumetric Medical Image Segmentation

xmed-lab/GenericSSL NeurIPS 2023

As a result, there is growing interest in using semi-supervised learning (SSL) techniques to train models with limited labeled data.

Improving Pseudo-labelling and Enhancing Robustness for Semi-Supervised Domain Generalization

adnan-khan7/uplm 25 Jan 2024

A key challenge, faced by the best-performing SSL-based SSDG methods, is selecting accurate pseudo-labels under multiple domain shifts and reducing overfitting to source domains under limited labels.

Towards Generalizing to Unseen Domains with Few Labels

chumsy0725/fbc-sa 18 Mar 2024

Existing domain generalization (DG) methods which are unable to exploit unlabeled data perform poorly compared to semi-supervised learning (SSL) methods under SSDG setting.