Domain Generalization

641 papers with code • 18 benchmarks • 24 datasets

The idea of Domain Generalization is to learn from one or multiple training domains, to extract a domain-agnostic model which can be applied to an unseen domain

Source: Diagram Image Retrieval using Sketch-Based Deep Learning and Transfer Learning

Libraries

Use these libraries to find Domain Generalization models and implementations

Generative Medical Segmentation

king-haw/gms 27 Mar 2024

Concretely, GMS employs a robust pre-trained Variational Autoencoder (VAE) to derive latent representations of both images and masks, followed by a mapping model that learns the transition from image to mask in the latent space.

17
27 Mar 2024

MatchSeg: Towards Better Segmentation via Reference Image Matching

keeplearning-again/matchseg 23 Mar 2024

Few-shot learning aims to overcome the need for annotated data by using a small labeled dataset, known as a support set, to guide predicting labels for new, unlabeled images, known as the query set.

10
23 Mar 2024

DomainLab: A modular Python package for domain generalization in deep learning

marrlab/domainlab 21 Mar 2024

DomainLab is a modular Python package for training user specified neural networks with composable regularization loss terms.

40
21 Mar 2024

M-HOF-Opt: Multi-Objective Hierarchical Output Feedback Optimization via Multiplier Induced Loss Landscape Scheduling

marrlab/domainlab 20 Mar 2024

We address the online combinatorial choice of weight multipliers for multi-objective optimization of many loss terms parameterized by neural works via a probabilistic graphical model (PGM) for the joint model parameter and multiplier evolution process, with a hypervolume based likelihood promoting multi-objective descent.

40
20 Mar 2024

Negative Yields Positive: Unified Dual-Path Adapter for Vision-Language Models

zhangce01/dualadapter 19 Mar 2024

Recently, large-scale pre-trained Vision-Language Models (VLMs) have demonstrated great potential in learning open-world visual representations, and exhibit remarkable performance across a wide range of downstream tasks through efficient fine-tuning.

16
19 Mar 2024

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.

7
18 Mar 2024

SETA: Semantic-Aware Token Augmentation for Domain Generalization

lingeringlight/seta 18 Mar 2024

In this paper, we study the impact of prior CNN-based augmentation methods on token-based models, revealing their performance is suboptimal due to the lack of incentivizing the model to learn holistic shape information.

3
18 Mar 2024

Neural Markov Random Field for Stereo Matching

aeolusguan/NMRF 17 Mar 2024

Stereo matching is a core task for many computer vision and robotics applications.

46
17 Mar 2024

A Dual-Augmentor Framework for Domain Generalization in 3D Human Pose Estimation

davidpengucf/daf-dg 17 Mar 2024

Furthermore, the pose estimator's optimization is not exposed to domain shifts, limiting its overall generalization ability.

6
17 Mar 2024

Single Domain Generalization for Crowd Counting

shimmer93/mpcount 14 Mar 2024

The existing SDG approaches are mainly for image classification and segmentation, and can hardly be extended to our case due to its regression nature and label ambiguity (i. e., ambiguous pixel-level ground truths).

14
14 Mar 2024