arXiv:2504.14224cs.CV2025-04AAAI

不重训练即可识别未知类别,提升视觉语言模型在开放环境下的鲁棒性。

Beyond Retraining: Training-Free Unknown Class Filtering for Source-Free Open Set Domain Adaptation of Vision-Language Models

论文配图:Beyond Retraining: Training-Free Unknown Class Filtering for Source-Free Open Set Domain Adaptation of Vision-Language Models
图 1 · 摘自论文原文
  • 通过低秩子空间提取未知特征,软性移除干扰成分。
  • 用盒-柯克斯变换校正得分偏斜,自适应确定最优拒绝阈值。
  • 无需训练、即插即用,适合实际部署的轻量级方案。

视觉语言模型(VLMs)在众多下游任务中展现出强大的零样本能力,但其假设测试图像类别来自预定义标签集,缺乏对新出现未知类别的可靠拒识机制。现有开集域适应方法通过重训练将潜在未知样本从已知类别簇中排斥,但部分未知样本因语义相关性仍锚定于特定已知类,形成语义亲和锚定(SAA),强行排斥会破坏VLM原生特征几何结构并降低性能。此外,现有基于分数的未知检测器采用简单阈值,存在敏感性问题。为此,本文提出VLM-OpenXpert,包含两个无需训练、可即插即用的推理模块:SUFF对高置信度未知样本进行SVD分解,提取低秩“未知子空间”,通过加权投影软性移除样本特征中的未知分量,保留语义;BGAT通过盒-柯克斯变换校正得分偏斜,拟合双峰高斯混合模型以自适应估计最佳阈值,在已知类识别与未知类拒识间取得平衡。在9个基准数据集及3种骨干网络(CLIP、SigLIP、ALIGN)的源自由开集域适应设置下,实验表明该无训练流程达到或优于需重训练的最先进方法,为开集VLM部署建立了高效的轻量化推理校准范式。

原文摘要 · Abstract (English)

Vision-language models (VLMs) have gained widespread attention for their strong zero-shot capabilities across numerous downstream tasks. However, these models assume that each test image's class label is drawn from a predefined label set and lack a reliable mechanism to reject samples from emerging unknown classes when only unlabeled data are available. To address this gap, open-set domain adaptation methods retrain models to push potential unknowns away from known clusters. Yet, some unknown samples remain stably anchored to specific known classes in the VLM feature space due to semantic relevance, which is termed as Semantic Affinity Anchoring (SAA). Forcibly repelling these samples unavoidably distorts the native geometry of VLMs and degrades performance. Meanwhile, existing score-based unknown detectors use simplistic thresholds and suffer from threshold sensitivity, resulting in sub-optimal performance. To address aforementioned issues, we propose VLM-OpenXpert, which comprises two training-free, plug-and-play inference modules. SUFF performs SVD on high-confidence unknowns to extract a low-rank "unknown subspace". Each sample's projection onto this subspace is weighted and softly removed from its feature, suppressing unknown components while preserving semantics. BGAT corrects score skewness via a Box-Cox transform, then fits a bimodal Gaussian mixture to adaptively estimate the optimal threshold balancing known-class recognition and unknown-class rejection. Experiments on 9 benchmarks and three backbones (CLIP, SigLIP, ALIGN) under source-free OSDA settings show that our training-free pipeline matches or outperforms retraining-heavy state-of-the-art methods, establishing a powerful lightweight inference calibration paradigm for open-set VLM deployment.

开集学习视觉语言模型无训练未知检测

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。