Mitigating Label Noise using Prompt-Based Hyperbolic Meta-Learning in Open-Set Domain Generalization
Kunyu Peng, Di Wen, M. Saquib Sarfraz, Yufan Chen, Junwei Zheng, David Schneider, Kailun Yang, Jiamin Wu, Alina Roitberg, Rainer Stiefelhagen
TL;DR
This work tackles Open-Set Domain Generalization under Noisy Labels (OSDG-NL) by constructing two benchmarks from PACS and DigitsDG and introducing HyProMeta, a framework that combines hyperbolic category prototypes for label-noise-aware meta-learning with a learnable new-category prompt for improved generalization to unseen classes. Prototypes are computed in hyperbolic space (Poincaré ball), with distances guiding clean/noisy sample partitioning and noisy labels relabeled to nearest prototypes; a prompt-based augmentation introduces an auxiliary out-of-distribution category to reinforce robustness. Across extensive experiments on PACS, DigitsDG, and DomainNet with symmetric and asymmetric label noise, HyProMeta achieves state-of-the-art OSCR and H-score while maintaining strong closed-set accuracy, demonstrating robust performance under diverse backbones and noise regimes. The work provides a practical, reproducible solution to the dual challenges of label noise and open-set/domain shifts, with code and benchmarks released for further research and application.
Abstract
Open-Set Domain Generalization (OSDG) is a challenging task requiring models to accurately predict familiar categories while minimizing confidence for unknown categories to effectively reject them in unseen domains. While the OSDG field has seen considerable advancements, the impact of label noise--a common issue in real-world datasets--has been largely overlooked. Label noise can mislead model optimization, thereby exacerbating the challenges of open-set recognition in novel domains. In this study, we take the first step towards addressing Open-Set Domain Generalization under Noisy Labels (OSDG-NL) by constructing dedicated benchmarks derived from widely used OSDG datasets, including PACS and DigitsDG. We evaluate baseline approaches by integrating techniques from both label denoising and OSDG methodologies, highlighting the limitations of existing strategies in handling label noise effectively. To address these limitations, we propose HyProMeta, a novel framework that integrates hyperbolic category prototypes for label noise-aware meta-learning alongside a learnable new-category agnostic prompt designed to enhance generalization to unseen classes. Our extensive experiments demonstrate the superior performance of HyProMeta compared to state-of-the-art methods across the newly established benchmarks. The source code of this work is released at https://github.com/KPeng9510/HyProMeta.
