paper-with-me

Papers

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

2024-07-23 · Yiwei Ma, Zhibin Wang, Xiaoshuai Sun, Weihuang Lin, Qiang Zhou, Jiayi Ji, Rongrong Ji

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 constrains the resolution of input images. Most current approaches mitigate this issue by cropping high-resolution images into smaller sub-images, which are then processed independently by the vision encoder. Despite capturing sufficient local details, these sub-images lack global context and fail to interact with one another. To address this limitation, we propose a novel MLLM, INF-LLaVA, designed for effective high-resolution image perception. INF-LLaVA incorporates two innovative components. First, we introduce a Dual-perspective Cropping Module (DCM), which ensures that each sub-image contains continuous details from a local perspective and comprehensive information from a global perspective. Second, we introduce Dual-perspective Enhancement Module (DEM) to enable the mutual enhancement of global and local features, allowing INF-LLaVA to effectively process high-resolution images by simultaneously capturing detailed local information and comprehensive global context. Extensive ablation studies validate the effectiveness of these components, and experiments on a diverse set of benchmarks demonstrate that INF-LLaVA outperforms existing MLLMs. Code and pretrained model are available at https://github.com/WeihuangLin/INF-LLaVA.

📄 PDF Abstract BibTeX arXiv:2407.16198

Code (1)

weihuanglin/inf-llava 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language ModelMultimodal Large Language ModelVisual Question Answering

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

MG-LLaVA: Towards Multi-Granularity Visual Instruction Tuning

2024-06-25 · Xiangyu Zhao, Xiangtai Li, Haodong Duan, Haian Huang 외

Multi-modal large language models (MLLMs) have made significant strides in various visual understanding tasks. However, the majority of these models are constrained to process low-resolution images, which limits their ef…

ObjectObject RecognitionVisual 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

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

LLaVA-OneVision-2: Towards Next-Generation Perceptual Intelligence

2026-05-25 · Xiang An, Yin Xie, Feilong Tang, Yunyao Yan 외 arxiv

We introduce LLaVA-OneVision-2 (LLaVA-OV-2), the most capable vision-language model in the LLaVA-OneVision series to date, achieving superior performance across a broad range of multimodal benchmarks. The model builds on…

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