arXiv:2603.28610cs.CVcs.AI2026-03被引 8

通过动态分配视觉预算,让多模态模型在低资源下仍能高效推理。

ResAdapt: Adaptive Resolution for Efficient Multimodal Reasoning

  • 在输入端动态分配每帧的视觉信息量,减少冗余
  • 相同视觉预算下可处理16倍更多视频帧,性能提升超15%
  • 适合资源受限场景下的多模态推理任务

多模态大语言模型(MLLMs)通过提高输入分辨率增强视觉理解,但导致视觉标记数量激增,难以同时维持高空间分辨率和长时序上下文。本文认为瓶颈不在编码后表示压缩,而在于编码器接收的像素总量。为此提出ResAdapt——一种输入侧自适应框架,学习每帧应分配的视觉预算。ResAdapt结合轻量级分配器与不变的MLLM主干,主干保持原有视觉标记接口,接收经操作转换的输入。将分配建模为上下文老虎机问题,采用成本感知策略优化(CAPO)训练分配器,将稀疏回放反馈转化为稳定准确-成本学习信号。在预算受限的视频问答、时序定位和图像推理任务中,ResAdapt显著提升低预算表现,常位于效率-精度前沿,尤其在高强度推理任务中压缩条件下收益明显。值得注意的是,相同视觉预算下可支持最多16倍帧数,性能提升超过15%。代码已开源:https://github.com/Xnhyacinth/ResAdapt。

原文摘要 · Abstract (English)

Multimodal Large Language Models (MLLMs) achieve stronger visual understanding by scaling input fidelity, yet the resulting visual token growth makes jointly sustaining high spatial resolution and long temporal context prohibitive. We argue that the bottleneck lies not in how post-encoding representations are compressed but in the volume of pixels the encoder receives, and address it with ResAdapt, an Input-side adaptation framework that learns how much visual budget each frame should receive before encoding. ResAdapt couples a lightweight Allocator with an unchanged MLLM backbone, so the backbone retains its native visual-token interface while receiving an operator-transformed input. We formulate allocation as a contextual bandit and train the Allocator with Cost-Aware Policy Optimization (CAPO), which converts sparse rollout feedback into a stable accuracy-cost learning signal. Across budget-controlled video QA, temporal grounding, and image reasoning tasks, ResAdapt improves low-budget operating points and often lies on or near the efficiency-accuracy frontier, with the clearest gains on reasoning-intensive benchmarks under aggressive compression. Notably, ResAdapt supports up to 16x more frames at the same visual budget while delivering over 15% performance gain. Code is available at https://github.com/Xnhyacinth/ResAdapt.

多模态高效推理自适应视频理解

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。