T2FNorm: Extremely Simple Scaled Train-time Feature Normalization for OOD Detection
Neural networks are notorious for being overconfident predictors, posing a significant challenge to their safe deployment in real-world applications. While feature normalization has garnered considerable attention within the deep learning literature, current train-time regularization methods for Out-of-Distribution(OOD) detection are yet to fully exploit this potential. Indeed, the naive incorporation of feature normalization within neural networks does not guarantee substantial improvement in OOD detection performance. In this work, we introduce T2FNorm, a novel approach to transforming features to hyperspherical space during training, while employing non-transformed space for OOD-scoring purposes. This method yields a surprising enhancement in OOD detection capabilities without compromising model accuracy in in-distribution(ID). Our investigation demonstrates that the proposed technique substantially diminishes the norm of the features of all samples, more so in the case of out-of-distribution samples, thereby addressing the prevalent concern of overconfidence in neural networks. The proposed method also significantly improves various post-hoc OOD detection methods.
Code (1)
Tasks
Out of Distribution (OOD) DetectionSimilar Papers 제목 키워드 기반
CrossNorm and SelfNorm for Generalization under Distribution Shifts
Traditional normalization techniques (e.g., Batch Normalization and Instance Normalization) generally and simplistically assume that training and test data follow the same distribution. As distribution shifts are inevita…
Unity of Opposites: SelfNorm and CrossNorm for Model Robustness
Studies have demonstrated the fundamental behavioral difference between human vision and Convolutional Neural Networks (CNNs). Human vision can make robust object recognition mainly using object shape (content). In contr…
Object RecognitionUnityDiffNorm: Self-Supervised Normalization for Non-autoregressive Speech-to-speech Translation
Non-autoregressive Transformers (NATs) are recently applied in direct speech-to-speech translation systems, which convert speech across different languages without intermediate text data. Although NATs generate high-qual…
DenoisingNoise EstimationSpeech-to-Speech TranslationTranslationMinimax Time Series Prediction
We consider an adversarial formulation of the problem ofpredicting a time series with square loss. The aim is to predictan arbitrary sequence of vectors almost as well as the bestsmooth comparator sequence in retrospect…
PredictionTime SeriesTime Series AnalysisTime Series PredictionAccelerating GMRES with Deep Learning in Real-Time
GMRES is a powerful numerical solver used to find solutions to extremely large systems of linear equations. These systems of equations appear in many applications in science and engineering. Here we demonstrate a real-ti…
Deep Learning