paper-with-me

홈 › Papers

Rerouting LLM Routers

2025-01-03 · Avital Shafran, Roei Schuster, Thomas Ristenpart, Vitaly Shmatikov

LLM routers aim to balance quality and cost of generation by classifying queries and routing them to a cheaper or more expensive LLM depending on their complexity. Routers represent one type of what we call LLM control planes: systems that orchestrate use of one or more LLMs. In this paper, we investigate routers' adversarial robustness. We first define LLM control plane integrity, i.e., robustness of LLM orchestration to adversarial inputs, as a distinct problem in AI safety. Next, we demonstrate that an adversary can generate query-independent token sequences we call ``confounder gadgets'' that, when added to any query, cause LLM routers to send the query to a strong LLM. Our quantitative evaluation shows that this attack is successful both in white-box and black-box settings against a variety of open-source and commercial routers, and that confounding queries do not affect the quality of LLM responses. Finally, we demonstrate that gadgets can be effective while maintaining low perplexity, thus perplexity-based filtering is not an effective defense. We finish by investigating alternative defenses.

📄 PDF Abstract BibTeX arXiv:2501.01818

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Resample or Reroute? Budget-Aware Test-Time Model Selection for Large Language Models

2026-07-09 · Teng-Ruei Chen arxiv

Routing among large language models (LLMs) trades response quality against serving cost, motivated by the reported gap between deployed routers and a per-instance oracle. Recent analysis shows that test-time resampling c…

CFR-RL: Traffic Engineering with Reinforcement Learning in SDN

2020-04-24 · Jun-Jie Zhang, Minghao Ye, Zehua Guo, Chen-Yu Yen 외

Traditional Traffic Engineering (TE) solutions can achieve the optimal or near-optimal performance by rerouting as many flows as possible. However, they do not usually consider the negative impact, such as packet out of …

Reinforcement LearningReinforcement Learning (RL)

Urban traffic dynamic rerouting framework: A DRL-based model with fog-cloud architecture

2021-10-11 · Runjia Du, Sikai Chen, Jiqian Dong, Tiantian Chen 외

Past research and practice have demonstrated that dynamic rerouting framework is effective in mitigating urban traffic congestion and thereby improve urban travel efficiency. It has been suggested that dynamic rerouting …

Graph AttentionQ-Learning

HLSR: Hybrid Live Forecast Selective Dynamic Vehicle Rerouting for Real-Time Congestion Avoidance

2026-08-18 · Xiao Wang, Shun Ren Yang, Hui Nien Hung arxiv

Urban traffic congestion reduces productivity and increases travel cost and emissions. Network-wide live travel-time shortest-path rerouting can be highly effective in simulation, but assumes that essentially every on-ro…

Routers in Vision Mixture of Experts: An Empirical Study

2024-01-29 · Tianlin Liu, Mathieu Blondel, Carlos Riquelme, Joan Puigcerver

Mixture-of-Experts (MoE) models are a promising way to scale up model capacity without significantly increasing computational cost. A key component of MoEs is the router, which decides which subset of parameters (experts…

Language ModelingLanguage ModellingMixture-of-Experts