paper-with-me

홈 › 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, and difficult uncertain cases are deferred to a larger model. While this design can improve computational efficiency on clean data, its effectiveness depends on the reliability of confidence-based routing. Input degradations, such as static corruptions and sequential perturbations, can shift model confidence and routing decisions. In this paper, we study confidence-based cascade frameworks for image classification and investigate how such degradations affect their confidence-based deferral behavior. We select a model cascade at the pareto-optimum of accuracy, routing quality, and energy consumption that achieves competitive predictive performance with an up to 10-fold decrease in CO$_2$ emissions. We study the behavior of that model cascade under input corruptions and analyze how the cascade's routing decisions change when the input distribution shifts. Our analysis identifies three failure modes. Static corruptions either (1) break the routing signal while the large model remains useful, or (2) degrade both models so deferral no longer recovers accuracy. Sequential perturbations reveal a third mode: predictions stabilize but deferral suppresses, yielding stable but unreliable predictions. These findings demonstrate that energy efficient model cascades require evaluation beyond clean accuracy, with explicit attention to routing reliability under distribution shift.

📄 PDF Abstract BibTeX arXiv:2608.17711

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyImage Classification

Similar Papers 제목 키워드 기반

MeanSparse: Post-Training Robustness Enhancement Through Mean-Centered Feature Sparsification

2024-06-09 · Sajjad Amini, Mohammadreza Teymoorianfard, Shiqing Ma, Amir Houmansadr

We present a simple yet effective method to improve the robustness of both Convolutional and attention-based Neural Networks against adversarial examples by post-processing an adversarially trained model. Our technique, …

Hardening Deep Neural Networks via Adversarial Model Cascades

2018-02-02 · Deepak Vijaykeerthy, Anshuman Suri, Sameep Mehta, Ponnurangam Kumaraguru

Deep neural networks (DNNs) are vulnerable to malicious inputs crafted by an adversary to produce erroneous outputs. Works on securing neural networks against adversarial examples achieve high empirical robustness on sim…

CascadeServe: Unlocking Model Cascades for Inference Serving

2024-06-20 · Ferdi Kossmann, Ziniu Wu, Alex Turk, Nesime Tatbul 외

Machine learning (ML) models are increasingly deployed to production, calling for efficient inference serving systems. Efficient inference serving is complicated by two challenges: (i) ML models incur high computational …

modelScheduling

Label Augmentation for Neural Networks Robustness

2024-08-04 · Fatemeh Amerehi, Patrick Healy

Out-of-distribution generalization can be categorized into two types: common perturbations arising from natural variations in the real world and adversarial perturbations that are intentionally crafted to deceive neural …

Adversarial RobustnessData AugmentationOut-of-Distribution Generalization

Constant Random Perturbations Provide Adversarial Robustness with Minimal Effect on Accuracy

2021-03-15 · Bronya Roni Chernyak, Bhiksha Raj, Tamir Hazan, Joseph Keshet

This paper proposes an attack-independent (non-adversarial training) technique for improving adversarial robustness of neural network models, with minimal loss of standard accuracy. We suggest creating a neighborhood aro…

Adversarial Robustness