paper-with-me

Papers

Likelihood Ratios and Generative Classifiers for Unsupervised Out-of-Domain Detection In Task Oriented Dialog

2019-12-30 · Varun Gangal, Abhinav Arora, Arash Einolghozati, Sonal Gupta

The task of identifying out-of-domain (OOD) input examples directly at test-time has seen renewed interest recently due to increased real world deployment of models. In this work, we focus on OOD detection for natural language sentence inputs to task-based dialog systems. Our findings are three-fold: First, we curate and release ROSTD (Real Out-of-Domain Sentences From Task-oriented Dialog) - a dataset of 4K OOD examples for the publicly available dataset from (Schuster et al. 2019). In contrast to existing settings which synthesize OOD examples by holding out a subset of classes, our examples were authored by annotators with apriori instructions to be out-of-domain with respect to the sentences in an existing dataset. Second, we explore likelihood ratio based approaches as an alternative to currently prevalent paradigms. Specifically, we reformulate and apply these approaches to natural language inputs. We find that they match or outperform the latter on all datasets, with larger improvements on non-artificial OOD benchmarks such as our dataset. Our ablations validate that specifically using likelihood ratios rather than plain likelihood is necessary to discriminate well between OOD and in-domain data. Third, we propose learning a generative classifier and computing a marginal likelihood (ratio) for OOD detection. This allows us to use a principled likelihood while at the same time exploiting training-time labels. We find that this approach outperforms both simple likelihood (ratio) based and other prior approaches. We are hitherto the first to investigate the use of generative classifiers for OOD detection at test-time.

📄 PDF Abstract BibTeX arXiv:1912.12800

Code (1)

vgtomahawk/LR_GC_OOD 공식 구현 pytorch

Tasks

4kOut of Distribution (OOD) DetectionSentence

Similar Papers 제목 키워드 기반

Approximating Likelihood Ratios with Calibrated Discriminative Classifiers

2015-06-06 · Kyle Cranmer, Juan Pavez, Gilles Louppe

In many fields of science, generalized likelihood ratio tests are established tools for statistical inference. At the same time, it has become increasingly common that a simulator (or generative model) is used to describ…

Dimensionality Reduction

Quantile-based Maximum Likelihood Training for Outlier Detection

2023-08-20 · Masoud Taghikhah, Nishant Kumar, Siniša Šegvić, Abouzar Eslami 외

Discriminative learning effectively predicts true object class for image classification. However, it often results in false positives for outliers, posing critical concerns in applications like autonomous driving and vid…

Autonomous DrivingContrastive Learningimage-classificationImage Classification+2

Understanding Anomaly Detection with Deep Invertible Networks through Hierarchies of Distributions and Features

2020-06-18 · NeurIPS 2020 12 · Robin Tibor Schirrmeister, Yuxuan Zhou, Tonio Ball, Dan Zhang

Deep generative networks trained via maximum likelihood on a natural image dataset like CIFAR10 often assign high likelihoods to images from datasets with different objects (e.g., SVHN). We refine previous investigations…

Anomaly Detection

Likelihood Ratios for Out-of-Distribution Detection

2019-06-07 · NeurIPS 2019 12 · Jie Ren, Peter J. Liu, Emily Fertig, Jasper Snoek 외

Discriminative neural networks offer little or no performance guarantees when deployed on data not generated by the same process as the training distribution. On such out-of-distribution (OOD) inputs, the prediction may …

Out-of-Distribution DetectionOut of Distribution (OOD) Detection

Learning Likelihood Ratios with Neural Network Classifiers

2023-05-17 · Shahzar Rizvi, Mariel Pettee, Benjamin Nachman

The likelihood ratio is a crucial quantity for statistical inference in science that enables hypothesis testing, construction of confidence intervals, reweighting of distributions, and more. Many modern scientific applic…