paper-with-me

Papers

When Does Confidence-Based Cascade Deferral Suffice?

2023-07-06 · NeurIPS 2023 11 · Wittawat Jitkrittum, Neha Gupta, Aditya Krishna Menon, Harikrishna Narasimhan, Ankit Singh Rawat, Sanjiv Kumar

Cascades are a classical strategy to enable inference cost to vary adaptively across samples, wherein a sequence of classifiers are invoked in turn. A deferral rule determines whether to invoke the next classifier in the sequence, or to terminate prediction. One simple deferral rule employs the confidence of the current classifier, e.g., based on the maximum predicted softmax probability. Despite being oblivious to the structure of the cascade -- e.g., not modelling the errors of downstream models -- such confidence-based deferral often works remarkably well in practice. In this paper, we seek to better understand the conditions under which confidence-based deferral may fail, and when alternate deferral strategies can perform better. We first present a theoretical characterisation of the optimal deferral rule, which precisely characterises settings under which confidence-based deferral may suffer. We then study post-hoc deferral mechanisms, and demonstrate they can significantly improve upon confidence-based deferral in settings where (i) downstream models are specialists that only work well on a subset of inputs, (ii) samples are subject to label noise, and (iii) there is distribution shift between the train and test set.

📄 PDF Abstract BibTeX arXiv:2307.02764

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Accuracy and Robustness of Model Cascades Under Data Perturbations

2026-08-18 · Pallavi Mitra, Jai Kushwaha, Felix Biessmann arxiv

Prediction cascades significantly reduce energy consumption of Artificial Intelligence (AI) models while maintaining high predictive performance. The idea is that easy inputs are routed through a lightweight small model,…

Computational EfficiencyImage Classification

Forced Deferral: Manipulating Routing Decisions in Multimodal LLM Cascades

2026-06-13 · Zhongye Liu, Yaopei Zeng, Yurui Chang, Lu Lin arxiv

While multimodal large language models (MLLMs) have shown strong visual reasoning abilities, serving a large model for every query is computationally expensive. MLLM cascades mitigate this cost by first querying a weak b…

Visual Reasoning

Conformal Cascade: Distribution-Free Accuracy Guarantees for Multi-Tier LLM Inference

2026-07-27 · Yifan Dou, Shikan Lian, Shibo Li arxiv

Large language model (LLM) cascades reduce inference cost by routing easy queries to a small model and deferring hard queries to a larger one. Production cascades govern this deferral through a confidence threshold, but …

I Know What I Don't Know: Improving Model Cascades Through Confidence Tuning

2025-02-26 · Stephan Rabanser, Nathalie Rauschmayr, Achin Kulshrestha, Petra Poklukar 외

Large-scale machine learning models deliver strong performance across a wide range of tasks but come with significant computational and resource constraints. To mitigate these challenges, local smaller models are often d…

Decoderimage-classificationImage ClassificationLanguage Modeling+1

Semantic Agreement Enables Efficient Open-Ended LLM Cascades

2025-09-26 · Duncan Soiffer, Steven Kolawole, Virginia Smith arxiv

Cascade systems route computational requests to smaller models when possible and defer to larger models only when necessary, offering a promising approach to balance cost and quality in LLM deployment. However, they face…

Text Generation