paper-with-me

Papers

ResAdapt: Adaptive Resolution for Efficient Multimodal Reasoning

2026-03-30 · Huanxuan Liao, Zhongtao Jiang, Yupu Hao, Yuqiao Tan, Shizhu He, Ben Wang, Jun Zhao, Kun Xu, Kang Liu arxiv

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.

📄 PDF Abstract BibTeX arXiv:2603.28610

Code (0)

등록된 구현이 없습니다.

Tasks

Multimodal Reasoning

Similar Papers 제목 키워드 기반

ResAdapter: Domain Consistent Resolution Adapter for Diffusion Models

2024-03-04 · Jiaxiang Cheng, Pan Xie, Xin Xia, Jiashi Li 외

Recent advancement in text-to-image models (e.g., Stable Diffusion) and corresponding personalized technologies (e.g., DreamBooth and LoRA) enables individuals to generate high-quality and imaginative images. However, th…

Image Generation

Chain-of-Focus: Adaptive Visual Search and Zooming for Multimodal Reasoning via RL

2025-05-21 · Xintong Zhang, Zhi Gao, Bofei Zhang, Pengxiang Li 외

Vision language models (VLMs) have achieved impressive performance across a variety of computer vision tasks. However, the multimodal reasoning capability has not been fully explored in existing models. In this paper, we…

4kMultimodal ReasoningReinforcement Learning (RL)Visual Reasoning

AdaTooler-V: Adaptive Tool-Use for Images and Videos

2025-12-18 · Chaoyang Wang, Kaituo Feng, Dongyang Chen, Zhongyu Wang 외 arxiv

Recent advances have shown that multimodal large language models (MLLMs) benefit from multimodal interleaved chain-of-thought (CoT) with vision tool interactions. However, existing open-source models often exhibit blind …

Reinforcement LearningVisual Reasoning

Omni-AutoThink: Adaptive Multimodal Reasoning via Reinforcement Learning

2025-12-03 · Dongchao Yang, Songxiang Liu, Disong Wang, Yuanyuan Wang 외 arxiv

Recent advances in Omni models have enabled unified multimodal perception and generation. However, most existing systems still exhibit rigid reasoning behaviors, either overthinking simple problems or failing to reason w…

Reinforcement LearningMultimodal Reasoning

HyperVL: An Efficient and Dynamic Multimodal Large Language Model for Edge Devices

2025-12-16 · HyperAI Team, Yuchen Liu, Kaiyang Han, Zhiqiang Xia 외 arxiv

Current multimodal large lanauge models possess strong perceptual and reasoning capabilities, however high computational and memory requirements make them difficult to deploy directly on on-device environments. While sma…