paper-with-me

홈 › Papers

VNDUQE: Information-Theoretic Novelty Detection using Deep Variational Information Bottleneck

2026-05-12 · Aryan Gondkar, Hayder Radha, Yiming Deng arxiv

Detecting out-of-distribution (OOD) samples is critical for safe deployment of neural networks in safety-critical applications. While maximum softmax probability (MSP) provides a simple baseline, it lacks theoretical grounding and suffers from miscalibration. We propose VNDUQE (VIB-based Novelty Detection and Uncertainty Quantification for Nondestructive Evaluation), which investigates novelty detection through the Deep Variational Information Bottleneck (VIB), which explicitly constrains information flow through learned representations. We train VIB models on MNIST with held-out digit classes and evaluate OOD detection using information-theoretic metrics: KL divergence and prediction entropy. Our results reveal complementary detection signals: KL divergence achieves perfect detection (100\% AUROC on noise) on far-OOD samples (noise, domain shift), while prediction entropy excels at near-OOD detection (94.7\% AUROC on novel digit classes). A parallel detection strategy combining both metrics achieves 95.3\% average AUROC and 92\% true positive rate at 5\% false positive rate, which is a 32 percentage point improvement over baseline MSP (85.0\% AUROC, 60.1\% TPR). Compression via the information bottleneck principle ($β=10^{-3}$) reduces Expected Calibration Error by 38\%, demonstrating that information-theoretic constraints produce fundamentally more reliable uncertainty estimates. These findings directly support active learning with expensive computational oracles, where well-calibrated novelty detection enables principled threshold selection for oracle queries.

📄 PDF Abstract BibTeX arXiv:2605.11551

Code (0)

등록된 구현이 없습니다.

Tasks

Active Learning

Similar Papers 제목 키워드 기반

q-Space Novelty Detection with Variational Autoencoders

2018-06-08 · Aleksei Vasilev, Vladimir Golkov, Marc Meissner, Ilona Lipp 외

In machine learning, novelty detection is the task of identifying novel unseen data. During training, only samples from the normal class are available. Test samples are classified as normal or abnormal by assignment of a…

Diffusion MRINovelty Detection

Application of SsVGMM to medical data-classification with novelty detection

2017-07-15 · 2017 39th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC) 2017 7 · Fan Yang, Jaymar Soriano, Takatomi Kubo, Kazushi Ikeda

There is a considerable demand to apply classification in medical analysis. A traditional classifier requires training samples from each class. However, in reality, it is possible that the testing set may include courses…

ClassificationMulti-class ClassificationNovelty Detection

Information bottleneck through variational glasses

2019-12-02 · Slava Voloshynovskiy, Mouad Kondah, Shideh Rezaeifar, Olga Taran 외

Information bottleneck (IB) principle [1] has become an important element in information-theoretic analysis of deep models. Many state-of-the-art generative models of both Variational Autoencoder (VAE) [2; 3] and Generat…

Novelty Detection

Robust Anomaly Detection and Backdoor Attack Detection Via Differential Privacy

2019-11-16 · ICLR 2020 1 · Min Du, Ruoxi Jia, Dawn Song

Outlier detection and novelty detection are two important topics for anomaly detection. Suppose the majority of a dataset are drawn from a certain distribution, outlier detection and novelty detection both aim to detect …

Anomaly DetectionBackdoor AttackNovelty DetectionOutlier Detection

Novelty Detection Via Blurring

2019-11-27 · ICLR 2020 1 · Sungik Choi, Sae-Young Chung

Conventional out-of-distribution (OOD) detection schemes based on variational autoencoder or Random Network Distillation (RND) have been observed to assign lower uncertainty to the OOD than the target distribution. In th…

Novelty DetectionOut of Distribution (OOD) Detection