paper-with-me

Papers

Beyond LLaVA-HD: Diving into High-Resolution Large Multimodal Models

2024-06-12 · Yi-Fan Zhang, Qingsong Wen, Chaoyou Fu, Xue Wang, Zhang Zhang, Liang Wang, Rong Jin

Seeing clearly with high resolution is a foundation of Large Multimodal Models (LMMs), which has been proven to be vital for visual perception and reasoning. Existing works usually employ a straightforward resolution upscaling method, where the image consists of global and local branches, with the latter being the sliced image patches but resized to the same resolution as the former. This means that higher resolution requires more local patches, resulting in exorbitant computational expenses, and meanwhile, the dominance of local image tokens may diminish the global context. In this paper, we dive into the problems and propose a new framework as well as an elaborate optimization strategy. Specifically, we extract contextual information from the global view using a mixture of adapters, based on the observation that different adapters excel at different tasks. With regard to local patches, learnable query embeddings are introduced to reduce image tokens, the most important tokens accounting for the user question will be further selected by a similarity-based selector. Our empirical results demonstrate a `less is more' pattern, where \textit{utilizing fewer but more informative local image tokens leads to improved performance}. Besides, a significant challenge lies in the training strategy, as simultaneous end-to-end training of the global mining block and local compression block does not yield optimal results. We thus advocate for an alternating training way, ensuring balanced learning between global and local aspects. Finally, we also introduce a challenging dataset with high requirements for image detail, enhancing the training of the local compression layer. The proposed method, termed LMM with Sophisticated Tasks, Local image compression, and Mixture of global Experts (SliME), achieves leading performance across various benchmarks with only 2 million training data.

📄 PDF Abstract BibTeX arXiv:2406.08487

Code (1)

yfzhang114/slime 공식 구현 pytorch

Tasks

Image Compression

Similar Papers 제목 키워드 기반

ConvLLaVA: Hierarchical Backbones as Visual Encoder for Large Multimodal Models

2024-05-24 · Chunjiang Ge, Sijie Cheng, ZiMing Wang, Jiale Yuan 외

High-resolution Large Multimodal Models (LMMs) encounter the challenges of excessive visual tokens and quadratic visual complexity. Current high-resolution LMMs address the quadratic complexity while still generating exc…

Visual Question Answering

Feast Your Eyes: Mixture-of-Resolution Adaptation for Multimodal Large Language Models

2024-03-05 · Gen Luo, Yiyi Zhou, Yuxin Zhang, Xiawu Zheng 외

Despite remarkable progress, existing multimodal large language models (MLLMs) are still inferior in granular visual recognition. Contrary to previous works, we study this problem from the perspective of image resolution…

TextVQAVisual Question Answering

LLaVA-UHD: an LMM Perceiving Any Aspect Ratio and High-Resolution Images

2024-03-18 · Ruyi Xu, Yuan YAO, Zonghao Guo, Junbo Cui 외

Visual encoding constitutes the basis of large multimodal models (LMMs) in understanding the visual world. Conventional LMMs process images in fixed sizes and limited resolutions, while recent explorations in this direct…

Long-Context UnderstandingTextVQA

INF-LLaVA: Dual-perspective Perception for High-Resolution Multimodal Large Language Model

2024-07-23 · Yiwei Ma, Zhibin Wang, Xiaoshuai Sun, Weihuang Lin 외

With advancements in data availability and computing resources, Multimodal Large Language Models (MLLMs) have showcased capabilities across various fields. However, the quadratic complexity of the vision encoder in MLLMs…

Language ModelingLanguage ModellingLarge Language ModelMultimodal Large Language Model+1

HiRes-LLaVA: Restoring Fragmentation Input in High-Resolution Large Vision-Language Models

2024-07-11 · CVPR 2025 1 · Runhui Huang, Xinpeng Ding, Chunwei Wang, Jianhua Han 외

High-resolution inputs enable Large Vision-Language Models (LVLMs) to discern finer visual details, enhancing their comprehension capabilities. To reduce the training and computation costs caused by high-resolution input…

Position