paper-with-me

Papers

ReLope: KL-Regularized LoRA Probes for Multimodal LLM Routing

2026-03-25 · Yaopei Zeng, Congchao Wang, Blake JianHang Chen, Lu Lin arxiv

Routing has emerged as a promising strategy for balancing performance and cost in large language model (LLM) systems that combine lightweight models with powerful but expensive large models. Recent studies show that \emph{probe routing}, which predicts the correctness of a small model using its hidden states, provides an effective solution in text-only LLMs. However, we observe that these probes degrade substantially when applied to multimodal LLMs (MLLMs). Through empirical analysis, we find that the presence of visual inputs weakens the separability of correctness signals in hidden states, making them harder to extract using standard probe designs. To address this challenge, we introduce two complementary approaches for improving probe routing in MLLMs. First, we propose the \emph{Attention Probe}, which aggregates hidden states from the preceding layer based on attention scores to recover distributed correctness signals. Second, we present the \emph{KL-Regularized LoRA Probe (ReLope)}, which inserts a lightweight LoRA adapter and applies a KL regularizer to learn routing-aware representations. Comprehensive experiments show that our methods consistently outperform baselines, suggesting that improving the quality of hidden states is key to effective routing in MLLMs. Our code is available at https://github.com/Spinozaaa/ReLope.

📄 PDF Abstract BibTeX arXiv:2603.24787

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

StrLoRA: Towards Streaming Continual Visual Instruction Tuning for MLLMs

2026-05-08 · Chang Che, Ziqi Wang, Hui Ma, Cheems Wang 외 arxiv

Continual Visual Instruction Tuning (CVIT) enables Multimodal Large Language Models to incrementally acquire new abilities. However, existing CVIT methods operate under a restrictive task-incremental setting, where each …

MoLoRA: Composable Specialization via Per-Token Adapter Routing

2026-03-16 · Shrey Shah, Justin Wagle arxiv

Multi-adapter serving systems route entire sequences to a single adapter, forcing a choice when requests span multiple domains. This assumption fails in two important settings: (1) multimodal generation, where text and i…

multimodal generation

Adaptive Vision-Language Model Routing for Computer Use Agents

2026-03-13 · Xunzhuo Liu, Bowei He, Xue Liu, Andy Luo 외 arxiv

Computer Use Agents (CUAs) translate natural-language instructions into Graphical User Interface (GUI) actions such as clicks, keystrokes, and scrolls by relying on a Vision-Language Model (VLM) to interpret screenshots …

Spectral Geometry and Bosonic-Bloch Probes: Explorations in Quantum Learning

2026-06-30 · Santanu Ganguly, Xing Liang, Dimitrios Makris arxiv

This paper studies how spectral geometry emerges in quantum learning models and how it can be diagnosed with physically grounded probes. In graph-regularized quantum networks, training reorganizes the output similarity g…

Detection Is Cheap, Routing Is Learned: Why Refusal-Based Alignment Evaluation Fails

2026-03-18 · Gregory N. Frank arxiv

Current alignment evaluation mostly measures whether models encode dangerous concepts and whether they refuse harmful requests. Both miss the layer where alignment often operates: routing from concept detection to behavi…