paper-with-me

Papers

Early-Exit Neural Networks with Nested Prediction Sets

2023-11-10 · Metod Jazbec, Patrick Forré, Stephan Mandt, Dan Zhang, Eric Nalisnick

Early-exit neural networks (EENNs) enable adaptive and efficient inference by providing predictions at multiple stages during the forward pass. In safety-critical applications, these predictions are meaningful only when accompanied by reliable uncertainty estimates. A popular method for quantifying the uncertainty of predictive models is the use of prediction sets. However, we demonstrate that standard techniques such as conformal prediction and Bayesian credible sets are not suitable for EENNs. They tend to generate non-nested sets across exits, meaning that labels deemed improbable at one exit may reappear in the prediction set of a subsequent exit. To address this issue, we investigate anytime-valid confidence sequences (AVCSs), an extension of traditional confidence intervals tailored for data-streaming scenarios. These sequences are inherently nested and thus well-suited for an EENN's sequential predictions. We explore the theoretical and practical challenges of using AVCSs in EENNs and show that they indeed yield nested sets across exits. Thus our work presents a promising approach towards fast, yet still safe, predictive modeling

📄 PDF Abstract BibTeX arXiv:2311.05931

Code (0)

등록된 구현이 없습니다.

Tasks

Conformal PredictionPredictionUncertainty Quantificationvalid

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Hierarchical Region Learning for Nested Named Entity Recognition

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Xinwei Long, Shuzi Niu, Yucheng Li

Named Entity Recognition (NER) is deeply explored and widely used in various tasks. Usually, some entity mentions are nested in other entities, which leads to the nested NER problem. Leading region based models face both…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1

VEE-BERT: Accelerating BERT Inference for Named Entity Recognition via Vote Early Exiting

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Named entity recognition (NER) is of great importance for a wide range of tasks, such as medical health record understanding, document analysis, dialogue understanding. BERT and its variants are the most performing model…

Dialogue Understandingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Explanations of Machine Learning Models in Repeated Nested Cross-Validation: An Application in Age Prediction Using Brain Complexity Features

2022-07-01 · Applied Sciences 2022 7 · Riccardo Scheda, Stefano Diciotti

SHAP (Shapley additive explanations) is a framework for explainable AI that makes explanations locally and globally. In this work, we propose a general method to obtain representative SHAP values within a repeated nested…

On the Sample Complexity of Decentralized Linear Quadratic Regulator with Partially Nested Information Structure

2021-10-14 · Lintao Ye, Hao Zhu, Vijay Gupta

We study the problem of control policy design for decentralized state-feedback linear quadratic control with a partially nested information structure, when the system model is unknown. We propose a model-based learning s…

Nested Named Entity Recognition as Single-Pass Sequence Labeling

2025-05-22 · Alberto Muñoz-Ortiz, David Vilares, Caio Corro, Carlos Gómez-Rodríguez

We cast nested named entity recognition (NNER) as a sequence labeling task by leveraging prior work that linearizes constituency structures, effectively reducing the complexity of this structured prediction problem to st…

named-entity-recognitionNamed Entity RecognitionNested Named Entity RecognitionStructured Prediction+2