paper-with-me

홈 › Papers

Distilling the Unknown to Unveil Certainty

2023-11-14 · Zhilin Zhao, Longbing Cao, Yixuan Zhang, Kun-Yu Lin, Wei-Shi Zheng

Out-of-distribution (OOD) detection is essential in identifying test samples that deviate from the in-distribution (ID) data upon which a standard network is trained, ensuring network robustness and reliability. This paper introduces OOD knowledge distillation, a pioneering learning framework applicable whether or not training ID data is available, given a standard network. This framework harnesses unknown OOD-sensitive knowledge from the standard network to craft a certain binary classifier adept at distinguishing between ID and OOD samples. To accomplish this, we introduce Confidence Amendment (CA), an innovative methodology that transforms an OOD sample into an ID one while progressively amending prediction confidence derived from the standard network. This approach enables the simultaneous synthesis of both ID and OOD samples, each accompanied by an adjusted prediction confidence, thereby facilitating the training of a binary classifier sensitive to OOD. Theoretical analysis provides bounds on the generalization error of the binary classifier, demonstrating the pivotal role of confidence amendment in enhancing OOD sensitivity. Extensive experiments spanning various datasets and network architectures confirm the efficacy of the proposed method in detecting OOD samples.

📄 PDF Abstract BibTeX arXiv:2311.07975

Code (1)

lawliet-zzl/ca 공식 구현 pytorch

Tasks

Knowledge DistillationOut of Distribution (OOD) Detection

Similar Papers 제목 키워드 기반

Uncertainty quantification for nonconvex tensor completion: Confidence intervals, heteroscedasticity and optimality

2020-06-15 · ICML 2020 1 · Changxiao Cai, H. Vincent Poor, Yuxin Chen

We study the distribution and uncertainty of nonconvex optimization for noisy tensor completion -- the problem of estimating a low-rank tensor given incomplete and corrupted observations of its entries. Focusing on a two…

Uncertainty Quantificationvalid

Optimistic Thompson Sampling for No-Regret Learning in Unknown Games

2024-02-07 · Yingru Li, Liangqi Liu, Wenqiang Pu, Hao Liang 외

This work tackles the complexities of multi-player scenarios in \emph{unknown games}, where the primary challenge lies in navigating the uncertainty of the environment through bandit feedback alongside strategic decision…

Decision MakingThompson Sampling

Unveiling Uncertainty: A Deep Dive into Calibration and Performance of Multimodal Large Language Models

2024-12-19 · Zijun Chen, WenBo Hu, Guande He, Zhijie Deng 외

Multimodal large language models (MLLMs) combine visual and textual data for tasks such as image captioning and visual question answering. Proper uncertainty calibration is crucial, yet challenging, for reliable use in a…

Autonomous DrivingImage CaptioningQuestion AnsweringVisual Question Answering

Distilling Ensembles Improves Uncertainty Estimates

2020-11-23 · pproximateinference AABI Symposium 2021 1 · Zelda E Mariet, Rodolphe Jenatton, Florian Wenzel, Dustin Tran

We seek to bridge the performance gap between batch ensembles (ensembles of deep networks with shared parameters) and deep ensembles on tasks which require not only predictions, but also uncertainty estimates for these …

Unveiling the Key Factors for Distilling Chain-of-Thought Reasoning

2025-02-25 · Xinghao Chen, Zhijing Sun, Wenjin Guo, Miaoran Zhang 외

Large Language Models (LLMs) excel in reasoning tasks through Chain-of-Thought (CoT) prompting. However, CoT prompting greatly increases computational demands, which has prompted growing interest in distilling CoT capabi…