LGJun 17, 2024

Cross-domain Open-world Discovery

arXiv:2406.11422v18 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of handling both novel classes and domain shifts in real-world applications, representing an incremental advance over methods that handle only one aspect.

The paper tackles the problem of cross-domain open-world discovery, where models must assign samples to seen classes and discover unseen classes under domain shifts, and presents CROW, which achieves an 8% average performance improvement across 75 experimental settings.

In many real-world applications, test data may commonly exhibit categorical shifts, characterized by the emergence of novel classes, as well as distribution shifts arising from feature distributions different from the ones the model was trained on. However, existing methods either discover novel classes in the open-world setting or assume domain shifts without the ability to discover novel classes. In this work, we consider a cross-domain open-world discovery setting, where the goal is to assign samples to seen classes and discover unseen classes under a domain shift. To address this challenging problem, we present CROW, a prototype-based approach that introduces a cluster-then-match strategy enabled by a well-structured representation space of foundation models. In this way, CROW discovers novel classes by robustly matching clusters with previously seen classes, followed by fine-tuning the representation space using an objective designed for cross-domain open-world discovery. Extensive experimental results on image classification benchmark datasets demonstrate that CROW outperforms alternative baselines, achieving an 8% average performance improvement across 75 experimental settings.

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