LGCVSep 26, 2024

Advancing Open-Set Domain Generalization Using Evidential Bi-Level Hardest Domain Scheduler

arXiv:2409.17555v218 citationsh-index: 40Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of robust AI in dynamic environments by improving generalization and novelty detection, though it appears incremental as it builds on existing meta-learning techniques in OSDG.

The paper tackles the problem of Open-Set Domain Generalization (OSDG), where models must generalize across diverse domains and handle novel categories at test time, by proposing an adaptive domain scheduler called Evidential Bi-Level Hardest Domain Scheduler (EBiL-HaDS), which substantially improves OSDG performance and achieves more discriminative embeddings for both seen and unseen categories.

In Open-Set Domain Generalization (OSDG), the model is exposed to both new variations of data appearance (domains) and open-set conditions, where both known and novel categories are present at test time. The challenges of this task arise from the dual need to generalize across diverse domains and accurately quantify category novelty, which is critical for applications in dynamic environments. Recently, meta-learning techniques have demonstrated superior results in OSDG, effectively orchestrating the meta-train and -test tasks by employing varied random categories and predefined domain partition strategies. These approaches prioritize a well-designed training schedule over traditional methods that focus primarily on data augmentation and the enhancement of discriminative feature learning. The prevailing meta-learning models in OSDG typically utilize a predefined sequential domain scheduler to structure data partitions. However, a crucial aspect that remains inadequately explored is the influence brought by strategies of domain schedulers during training. In this paper, we observe that an adaptive domain scheduler benefits more in OSDG compared with prefixed sequential and random domain schedulers. We propose the Evidential Bi-Level Hardest Domain Scheduler (EBiL-HaDS) to achieve an adaptive domain scheduler. This method strategically sequences domains by assessing their reliabilities in utilizing a follower network, trained with confidence scores learned in an evidential manner, regularized by max rebiasing discrepancy, and optimized in a bi-level manner. The results show that our method substantially improves OSDG performance and achieves more discriminative embeddings for both the seen and unseen categories. The source code is publicly available at https://github.com/KPeng9510/EBiL-HaDS.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes