paper-with-me

홈 › Papers

T2FNorm: Extremely Simple Scaled Train-time Feature Normalization for OOD Detection

2023-05-28 · Sudarshan Regmi, Bibek Panthi, Sakar Dotel, Prashnna K. Gyawali, Danail Stoyanov, Binod Bhattarai

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.

📄 PDF Abstract BibTeX arXiv:2305.17797

Code (1)

sudarshanregmi/T2FNorm 공식 구현 pytorch

Tasks

Out of Distribution (OOD) Detection

Similar Papers 제목 키워드 기반

CrossNorm and SelfNorm for Generalization under Distribution Shifts

2021-02-04 · ICCV 2021 10 · Zhiqiang Tang, Yunhe Gao, Yi Zhu, Zhi Zhang 외

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

2021-01-01 · Zhiqiang Tang, Yunhe Gao, Yi Zhu, Zhi Zhang 외

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 RecognitionUnity

DiffNorm: Self-Supervised Normalization for Non-autoregressive Speech-to-speech Translation

2024-05-22 · Weiting Tan, Jingyu Zhang, Lingfeng Shen, Daniel Khashabi 외

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 TranslationTranslation

Minimax Time Series Prediction

2015-12-01 · NeurIPS 2015 12 · Wouter M. Koolen, Alan Malek, Peter L. Bartlett, Yasin Abbasi

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 Prediction

Accelerating GMRES with Deep Learning in Real-Time

2021-03-19 · Kevin Luna, Katherine Klymko, Johannes P. Blaschke

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