paper-with-me

홈 › Papers

Unsupervised Out-of-Domain Detection via Pre-trained Transformers

2021-06-02 · ACL 2021 5 · Keyang Xu, Tongzheng Ren, Shikun Zhang, Yihao Feng, Caiming Xiong

Deployed real-world machine learning applications are often subject to uncontrolled and even potentially malicious inputs. Those out-of-domain inputs can lead to unpredictable outputs and sometimes catastrophic safety issues. Prior studies on out-of-domain detection require in-domain task labels and are limited to supervised classification scenarios. Our work tackles the problem of detecting out-of-domain samples with only unsupervised in-domain data. We utilize the latent representations of pre-trained transformers and propose a simple yet effective method to transform features across all layers to construct out-of-domain detectors efficiently. Two domain-specific fine-tuning approaches are further proposed to boost detection accuracy. Our empirical evaluations of related methods on two datasets validate that our method greatly improves out-of-domain detection ability in a more general scenario.

📄 PDF Abstract BibTeX arXiv:2106.00948

Code (1)

rivercold/BERT-unsupervised-OOD 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Combining pre-trained Vision Transformers and CIDER for Out Of Domain Detection

2023-09-06 · Grégor Jouet, Clément Duhart, Francis Rousseaux, Julio Laborde 외

Out-of-domain (OOD) detection is a crucial component in industrial applications as it helps identify when a model encounters inputs that are outside the training distribution. Most industrial pipelines rely on pre-traine…

UP-DETR: Unsupervised Pre-training for Object Detection with Transformers

2020-11-18 · CVPR 2021 1 · Zhigang Dai, Bolun Cai, Yugeng Lin, Junying Chen

DEtection TRansformer (DETR) for object detection reaches competitive performance compared with Faster R-CNN via a transformer encoder-decoder architecture. However, trained with scratch transformers, DETR needs large-sc…

DecoderMulti-Task Learningobject-detectionObject Detection+2

Exploring the Limits of Out-of-Distribution Detection

2021-06-06 · NeurIPS 2021 12 · Stanislav Fort, Jie Ren, Balaji Lakshminarayanan

Near out-of-distribution detection (OOD) is a major challenge for deep neural networks. We demonstrate that large-scale pre-trained transformers can significantly improve the state-of-the-art (SOTA) on a range of near OO…

Out-of-Distribution DetectionOut of Distribution (OOD) DetectionUnsupervised Pre-training

BiPC: Bidirectional Probability Calibration for Unsupervised Domain Adaption

2024-09-29 · Wenlve Zhou, Zhiheng Zhou, Junyuan Shang, Chang Niu 외

Unsupervised Domain Adaptation (UDA) leverages a labeled source domain to solve tasks in an unlabeled target domain. While Transformer-based methods have shown promise in UDA, their application is limited to plain Transf…

Domain AdaptationUnsupervised Domain Adaptation

Unsupervised Time-Series Signal Analysis with Autoencoders and Vision Transformers: A Review of Architectures and Applications

2025-04-23 · Hossein Ahmadi, Sajjad Emdadi Mahdimahalleh, Arman Farahat, Banafsheh Saffari

The rapid growth of unlabeled time-series data in domains such as wireless communications, radar, biomedical engineering, and the Internet of Things (IoT) has driven advancements in unsupervised learning. This review syn…

Anomaly DetectionDomain GeneralizationSelf-Supervised LearningTime Series