paper-with-me

홈 › Papers

PROTEUS: SLA-Aware Routing via Lagrangian RL for Multi-LLM Serving Systems

2026-01-27 · Amit Singh Bhatti, Vishal Vaddina, Dagnachew Birru arxiv

Production LLM deployments serve diverse workloads where cost and quality requirements vary by customer tier, time of day, and query criticality. Model serving systems accept latency SLOs directly. LLM routers do not. They force operators to tune parameters offline and guess what accuracy might result. The relationship between parameters and outcomes is indirect, non-monotonic, and dataset-dependent. Operators need to specify accuracy targets, not infer them from opaque settings. We present PROTEUS (Polymorphic Router for Operational Target Enforcement with Unified SLA), a router that accepts accuracy targets tau as runtime input. PROTEUS uses Lagrangian dual control. A learned dual variable lambda tracks constraint violations during training and conditions the policy network. This lets the router translate specified tau values into routing decisions that satisfy them. A single trained model serves the full accuracy spectrum without retraining.We evaluate on RouterBench (11 models, 405K queries) and SPROUT (14 models, 45K queries). PROTEUS achieves consistent floor compliance where accuracy meets or exceeds tau. The target-response correlation reaches 0.97 to 0.98. The closest baseline, OmniRouter, meets floors only 22% of the time despite also using Lagrangian optimization. PROTEUS operates across tau in [0.85, 0.95] from a single model. On RouterBench it achieves 90.1% accuracy, within 1.3% of oracle. On SPROUT it achieves 94.0% accuracy, within 4.6% of oracle. Cost savings reach 89.8% versus the best fixed model.

📄 PDF Abstract BibTeX arXiv:2601.19402

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Proteus: Preserving Model Confidentiality during Graph Optimizations

2024-04-18 · Yubo Gao, Maryam Haghifam, Christina Giannoula, Renbo Tu 외

Deep learning (DL) models have revolutionized numerous domains, yet optimizing them for computational efficiency remains a challenging endeavor. Development of new DL models typically involves two parties: the model deve…

Computational EfficiencymodelModel Optimization

Proteus: Automated Adversarial Robustness Testing for Audio Deepfake Detectors

2026-06-28 · Nicolas M. Müller, Aditya Tirumala Bukkapatnam, Zohaib Ahmed arxiv

We present Proteus, a framework developed at Resemble AI for automated robustness testing of our audio deepfake detection system. Given a detector, Proteus systematically searches over sequences of everyday audio transfo…

Audio Deepfake DetectionAdversarial Robustness

Proteus: A Self-Designing Range Filter

2022-06-30 · Eric R. Knorr, Baptiste Lemaire, Andrew Lim, Siqiang Luo 외

We introduce Proteus, a novel self-designing approximate range filter, which configures itself based on sampled data in order to optimize its false positive rate (FPR) for a given space requirement. Proteus unifies the p…

Automating Exploratory Multiomics Research via Language Models

2025-06-09 · Shang Qu, Ning Ding, Linhai Xie, Yifei Li 외

This paper introduces PROTEUS, a fully automated system that produces data-driven hypotheses from raw data files. We apply PROTEUS to clinical proteogenomics, a field where effective downstream data analysis and hypothes…

Navigate

On Predictive Explanation of Data Anomalies

2021-10-18 · Nikolaos Myrtakis, Ioannis Tsamardinos, Vassilis Christophides

Numerous algorithms have been proposed for detecting anomalies (outliers, novelties) in an unsupervised manner. Unfortunately, it is not trivial, in general, to understand why a given sample (record) is labelled as an an…

AutoMLFeature Importancefeature selection