paper-with-me

홈 › Papers

OodGAN: Generative Adversarial Network for Out-of-Domain Data Generation

2021-04-06 · NAACL 2021 4 · Petr Marek, Vishal Ishwar Naik, Vincent Auvray, Anuj Goyal

Detecting an Out-of-Domain (OOD) utterance is crucial for a robust dialog system. Most dialog systems are trained on a pool of annotated OOD data to achieve this goal. However, collecting the annotated OOD data for a given domain is an expensive process. To mitigate this issue, previous works have proposed generative adversarial networks (GAN) based models to generate OOD data for a given domain automatically. However, these proposed models do not work directly with the text. They work with the text's latent space instead, enforcing these models to include components responsible for encoding text into latent space and decoding it back, such as auto-encoder. These components increase the model complexity, making it difficult to train. We propose OodGAN, a sequential generative adversarial network (SeqGAN) based model for OOD data generation. Our proposed model works directly on the text and hence eliminates the need to include an auto-encoder. OOD data generated using OodGAN model outperforms state-of-the-art in OOD detection metrics for ROSTD (67% relative improvement in FPR 0.95) and OSQ datasets (28% relative improvement in FPR 0.95) (Zheng et al., 2020).

📄 PDF Abstract BibTeX arXiv:2104.02484

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial NetworkOut of Distribution (OOD) Detection

Similar Papers 제목 키워드 기반

Accuracy on In-Domain Samples Matters When Building Out-of-Domain detectors: A Reply to Marek et al. (2021)

2022-05-24 · Yinhe Zheng, Guanyi Chen

We have noticed that Marek et al. (2021) try to re-implement our paper Zheng et al. (2020a) in their work "OodGAN: Generative Adversarial Network for Out-of-Domain Data Generation". Our paper proposes a model to generate…

Generative Adversarial NetworkOut of Distribution (OOD) Detection

Anomaly Generation using Generative Adversarial Networks in Host Based Intrusion Detection

2018-12-11 · Milad Salem, Shayan Taheri, Jiann Shiun Yuan

Generative adversarial networks have been able to generate striking results in various domains. This generation capability can be general while the networks gain deep understanding regarding the data distribution. In man…

Anomaly DetectionIntrusion Detection

DeepDGA: Adversarially-Tuned Domain Generation and Detection

2016-10-06 · Hyrum S. Anderson, Jonathan Woodbridge, Bobby Filar

Many malware families utilize domain generation algorithms (DGAs) to establish command and control (C&C) connections. While there are many methods to pseudorandomly generate domains, we focus in this paper on detecting (…

BIG-bench Machine LearningDecoderDeep LearningGenerative Adversarial Network

Deep Adversarial Transition Learning using Cross-Grafted Generative Stacks

2020-09-25 · Jinyong Hou, Xuejie Ding, Stephen Cranefield, Jeremiah D. Deng

Current deep domain adaptation methods used in computer vision have mainly focused on learning discriminative and domain-invariant features across different domains. In this paper, we present a novel "deep adversarial tr…

DecoderDomain AdaptationRepresentation LearningUnsupervised Domain Adaptation

Learning to Fuse Music Genres with Generative Adversarial Dual Learning

2017-12-05 · Zhiqian Chen, Chih-Wei Wu, Yen-Cheng Lu, Alexander Lerch 외

FusionGAN is a novel genre fusion framework for music generation that integrates the strengths of generative adversarial networks and dual learning. In particular, the proposed method offers a dual learning extension tha…

Music Generation