CVAINov 11, 2024

Feature-Space Semantic Invariance: Enhanced OOD Detection for Open-Set Domain Generalization

arXiv:2411.07392v12 citationsh-index: 9BigData
AI Analysis

This addresses a real-world challenge for machine learning systems needing to generalize across domains while detecting unknown classes, though it appears incremental by building on existing domain generalization and open-set recognition methods.

The paper tackles the problem of open-set domain generalization by proposing a unified framework that improves out-of-distribution detection and classification accuracy across unseen domains, achieving AUROC improvements of 9.1% to 18.9% on ColoredMNIST.

Open-set domain generalization addresses a real-world challenge: training a model to generalize across unseen domains (domain generalization) while also detecting samples from unknown classes not encountered during training (open-set recognition). However, most existing approaches tackle these issues separately, limiting their practical applicability. To overcome this limitation, we propose a unified framework for open-set domain generalization by introducing Feature-space Semantic Invariance (FSI). FSI maintains semantic consistency across different domains within the feature space, enabling more accurate detection of OOD instances in unseen domains. Additionally, we adopt a generative model to produce synthetic data with novel domain styles or class labels, enhancing model robustness. Initial experiments show that our method improves AUROC by 9.1% to 18.9% on ColoredMNIST, while also significantly increasing in-distribution classification accuracy.

Foundations

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

Your Notes