paper-with-me

Papers

Confidence Calibration for Intent Detection via Hyperspherical Space and Rebalanced Accuracy-Uncertainty Loss

2022-03-17 · Yantao Gong, Cao Liu, Fan Yang, Xunliang Cai, Guanglu Wan, Jiansong Chen, Weipeng Zhang, Houfeng Wang

Data-driven methods have achieved notable performance on intent detection, which is a task to comprehend user queries. Nonetheless, they are controversial for over-confident predictions. In some scenarios, users do not only care about the accuracy but also the confidence of model. Unfortunately, mainstream neural networks are poorly calibrated, with a large gap between accuracy and confidence. To handle this problem defined as confidence calibration, we propose a model using the hyperspherical space and rebalanced accuracy-uncertainty loss. Specifically, we project the label vector onto hyperspherical space uniformly to generate a dense label representation matrix, which mitigates over-confident predictions due to overfitting sparce one-hot label matrix. Besides, we rebalance samples of different accuracy and uncertainty to better guide model training. Experiments on the open datasets verify that our model outperforms the existing calibration methods and achieves a significant improvement on the calibration metric.

📄 PDF Abstract BibTeX arXiv:2203.09278

Code (0)

등록된 구현이 없습니다.

Tasks

Intent Detection

Similar Papers 제목 키워드 기반

Angular Gap: Reducing the Uncertainty of Image Difficulty through Model Calibration

2022-07-18 · Bohua Peng, Mobarakol Islam, Mei Tu

Curriculum learning needs example difficulty to proceed from easy to hard. However, the credibility of image difficulty is rarely investigated, which can seriously affect the effectiveness of curricula. In this work, we …

Domain AdaptationUnsupervised Domain Adaptation

Confidence Calibration for Object Detection and Segmentation

2022-02-25 · Fabian Küppers, Anselm Haselhoff, Jan Kronenberger, Jonas Schneider

Calibrated confidence estimates obtained from neural networks are crucial, particularly for safety-critical applications such as autonomous driving or medical image diagnosis. However, although the task of confidence cal…

Autonomous DrivingInstance SegmentationObjectobject-detection+3

Evaluating N-best Calibration of Natural Language Understanding for Dialogue Systems

2022-09-01 · SIGDIAL (ACL) 2022 9 · Ranim Khojah, Alexander Berman, Staffan Larsson

A Natural Language Understanding (NLU) component can be used in a dialogue system to perform intent classification, returning an N-best list of hypotheses with corresponding confidence estimates. We perform an in-depth e…

Classificationintent-classificationIntent ClassificationNatural Language Understanding

From Calibration to Refinement: Seeking Certainty via Probabilistic Evidence Propagation for Noisy-Label Person Re-Identification

2026-02-26 · Xin Yuan, Zhiyong Zhang, Xin Xu, Zheng Wang 외 arxiv

With the increasing demand for robust person Re-ID in unconstrained environments, learning from datasets with noisy labels and sparse per-identity samples remains a critical challenge. Existing noise-robust person Re-ID …

Person Re-Identification

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

2023-05-28 · Sudarshan Regmi, Bibek Panthi, Sakar Dotel, Prashnna K. Gyawali 외

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…

Out of Distribution (OOD) Detection