CVAILGApr 29

Generalized Category Discovery under Domain Shifts: From Vision to Vision-Language Models

arXiv:2605.0090655.0
AI Analysis

For practitioners deploying GCD in real-world scenarios with domain shifts, this work provides effective adaptation strategies for foundation models.

This paper tackles Generalized Category Discovery (GCD) under domain shifts, where unlabelled data exhibits both semantic and domain shifts. The proposed frameworks (HiLo, HLPrompt, VLPrompt) adapt foundation models and achieve consistent improvements over strong baselines on synthetic corruptions and real-world multi-domain shifts.

Generalized Category Discovery (GCD) aims to categorize unlabelled instances from both known and unknown classes by transferring knowledge from labelled data of known classes. Existing methods assume all data comes from a single domain, yet real-world unlabelled data often exhibits domain shifts alongside semantic shifts. We study GCD under domain shifts and propose three frameworks that adapt foundation models, ranging from self-supervised vision models to vision-language models. (i) HiLo disentangles domain and semantic features through multi-level feature extraction and mutual information minimization, combined with PatchMix augmentation and curriculum sampling. (ii) HLPrompt extends HiLo with semantic-aware spatial prompt tuning to suppress background and domain noise. (iii) VLPrompt leverages vision-language models via factorized textual prompts and cross-modal consistency regularization. The three methods share core design principles while operating on different foundation backbones, making them suitable for different deployment scenarios. Extensive experiments on synthetic corruptions and real-world multi-domain shifts demonstrate consistent improvements over strong baselines. Project page: https://visual-ai.github.io/hilo/

Foundations

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

Your Notes