Discriminant Distance-Aware Representation on Deterministic Uncertainty Quantification Methods
Jiaxin Zhang, Kamalika Das, Sricharan Kumar
TL;DR
This work tackles reliable uncertainty estimation in safety-critical systems by introducing Discriminant Distance-Aware Representation (DDAR), a deterministic method that constructs a distance-aware latent space using learnable prototypes and a Distinction Maximization layer. DDAR forgoes strict Lipschitz regularization in favor of a discriminative framework that preserves sample-specific information and remains architecture-agnostic, enabling a single forward-pass uncertainty estimate. The proposed loss includes a RBF-based uncertainty term plus two regularizers to prevent prototype collapse and encourage diverse prototype usage, yielding improved OOD detection and competitive calibration across vision and NLP tasks. Empirically, DDAR demonstrates superior or competitive performance on the Two Moons toy task, CIFAR-10/100 vs SVHN, and CLINC out-of-scope detection, suggesting practical benefits for deploying scalable, efficient uncertainty estimation in real-world systems.
Abstract
Uncertainty estimation is a crucial aspect of deploying dependable deep learning models in safety-critical systems. In this study, we introduce a novel and efficient method for deterministic uncertainty estimation called Discriminant Distance-Awareness Representation (DDAR). Our approach involves constructing a DNN model that incorporates a set of prototypes in its latent representations, enabling us to analyze valuable feature information from the input data. By leveraging a distinction maximization layer over optimal trainable prototypes, DDAR can learn a discriminant distance-awareness representation. We demonstrate that DDAR overcomes feature collapse by relaxing the Lipschitz constraint that hinders the practicality of deterministic uncertainty methods (DUMs) architectures. Our experiments show that DDAR is a flexible and architecture-agnostic method that can be easily integrated as a pluggable layer with distance-sensitive metrics, outperforming state-of-the-art uncertainty estimation methods on multiple benchmark problems.
