paper-with-me

홈 › Papers

NegRefine: Refining Negative Label-Based Zero-Shot OOD Detection

2025-07-13 · Amirhossein Ansari, Ke Wang, Pulei Xiong arxiv

Recent advancements in Vision-Language Models like CLIP have enabled zero-shot OOD detection by leveraging both image and textual label information. Among these, negative label-based methods such as NegLabel and CSP have shown promising results by utilizing a lexicon of words to define negative labels for distinguishing OOD samples. However, these methods suffer from detecting in-distribution samples as OOD due to negative labels that are subcategories of in-distribution labels or proper nouns. They also face limitations in handling images that match multiple in-distribution and negative labels. We propose NegRefine, a novel negative label refinement framework for zero-shot OOD detection. By introducing a filtering mechanism to exclude subcategory labels and proper nouns from the negative label set and incorporating a multi-matching-aware scoring function that dynamically adjusts the contributions of multiple labels matching an image, NegRefine ensures a more robust separation between in-distribution and OOD samples. We evaluate NegRefine on large-scale benchmarks, including ImageNet-1K. The code is available at https://github.com/ah-ansari/NegRefine.

📄 PDF Abstract BibTeX arXiv:2507.09795

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Zero-Shot Classification With Discriminative Semantic Representation Learning

2017-07-01 · CVPR 2017 7 · Meng Ye, Yuhong Guo

Zero-shot learning, a special case of unsupervised domain adaptation where the source and target domains have disjoint label spaces, has become increasingly popular in the computer vision community. In this paper, we pro…

AttributeClassificationDomain AdaptationGeneral Classification+4

Zero-shot Sequence Labeling for Transformer-based Sentence Classifiers

2021-03-26 · ACL (RepL4NLP) 2021 8 · Kamil Bujel, Helen Yannakoudakis, Marek Rei

We investigate how sentence-level transformers can be modified into effective sequence labelers at the token level without any direct supervision. Existing approaches to zero-shot sequence labeling do not perform well wh…

Sentence

Concept-Guided Noisy Negative Suppression for Zero-Shot Classification and Grounding of Chest X-Ray Findings

2026-05-19 · Chenyu Lian, Hong-Yu Zhou, Chun-Ka Wong, Jing Qin arxiv

Vision-language alignment using chest X-rays and radiology reports has emerged as an advanced paradigm for zero-shot classification and grounding of chest X-ray findings. However, standard contrastive learning typically …

Contrastive Learning

A Transformational Biencoder with In-Domain Negative Sampling for Zero-Shot Entity Linking

2022-05-01 · Findings (ACL) 2022 5 · Kai Sun, Richong Zhang, Samuel Mensah, Yongyi Mao 외

Recent interest in entity linking has focused in the zero-shot scenario, where at test time the entity mention to be labelled is never seen during training, or may belong to a different domain from the source domain. Cur…

Entity Linking

Class-Aware Prototype Learning with Negative Contrast for Test-Time Adaptation of Vision-Language Models

2025-10-22 · Xiaozhen Qiao, Jingkai Zhao, Yuqiu Jiang, Xianda Guo 외 arxiv

Vision-Language Models (VLMs) demonstrate impressive zero-shot generalization through large-scale image-text pretraining, yet their performance can drop once the deployment distribution diverges from the training distrib…

Zero-shot GeneralizationTest-time AdaptationContrastive Learning