paper-with-me

홈 › Papers

AdaptVision: Dynamic Input Scaling in MLLMs for Versatile Scene Understanding

2024-08-30 · Yonghui Wang, Wengang Zhou, Hao Feng, Houqiang Li

Over the past few years, the advancement of Multimodal Large Language Models (MLLMs) has captured the wide interest of researchers, leading to numerous innovations to enhance MLLMs' comprehension. In this paper, we present AdaptVision, a multimodal large language model specifically designed to dynamically process input images at varying resolutions. We hypothesize that the requisite number of visual tokens for the model is contingent upon both the resolution and content of the input image. Generally, natural images with a lower information density can be effectively interpreted by the model using fewer visual tokens at reduced resolutions. In contrast, images containing textual content, such as documents with rich text, necessitate a higher number of visual tokens for accurate text interpretation due to their higher information density. Building on this insight, we devise a dynamic image partitioning module that adjusts the number of visual tokens according to the size and aspect ratio of images. This method mitigates distortion effects that arise from resizing images to a uniform resolution and dynamically optimizing the visual tokens input to the LLMs. Our model is capable of processing images with resolutions up to $1008\times 1008$. Extensive experiments across various datasets demonstrate that our method achieves impressive performance in handling vision-language tasks in both natural and text-related scenes. The source code and dataset are now publicly available at \url{https://github.com/harrytea/AdaptVision}.

📄 PDF Abstract BibTeX arXiv:2408.16986

Code (1)

harrytea/adaptvision 공식 구현 pytorch

Tasks

Language ModellingLarge Language ModelMultimodal Large Language ModelScene Understanding

Similar Papers 제목 키워드 기반

AdaptVision: Efficient Vision-Language Models via Adaptive Visual Acquisition

2025-12-03 · Zichuan Lin, Yicheng Liu, Yang Yang, Lvfang Tao 외 arxiv

Vision-Language Models (VLMs) have achieved remarkable success in visual question answering tasks, but their reliance on large numbers of visual tokens introduces significant computational overhead. While existing effici…

Visual Question AnsweringReinforcement Learning

Model Composition for Multimodal Large Language Models

2024-02-20 · Chi Chen, Yiyang Du, Zheng Fang, Ziyue Wang 외

Recent developments in Multimodal Large Language Models (MLLMs) have shown rapid progress, moving towards the goal of creating versatile MLLMs that understand inputs from various modalities. However, existing methods typ…

model

NEMO: Can Multimodal LLMs Identify Attribute-Modified Objects?

2024-11-26 · Jiaxuan Li, Junwen Mo, MinhDuc Vo, Akihiro Sugimoto 외

Multimodal Large Language Models (MLLMs) have made notable advances in visual understanding, yet their abilities to recognize objects modified by specific attributes remain an open question. To address this, we explore M…

AttributeMultiple-choiceObject Recognition

MACS: Modality-Aware Capacity Scaling for Efficient Multimodal MoE Inference

2026-04-19 · Bo Li, Chuan Wu, Shaolin Zhu arxiv

Mixture-of-Experts Multimodal Large Language Models (MoE MLLMs) suffer from a significant efficiency bottleneck during Expert Parallelism (EP) inference due to the straggler effect. This issue is worsened in the multimod…

SVAC: Scaling Is All You Need For Referring Video Object Segmentation

2025-09-28 · Li Zhang, Haoxiang Gao, Zhihao Zhang, Luoxiao Huang 외 arxiv

Referring Video Object Segmentation (RVOS) aims to segment target objects in video sequences based on natural language descriptions. While recent advances in Multi-modal Large Language Models (MLLMs) have improved RVOS p…

Referring Video Object Segmentation