English

FILA: Fine-Grained Vision Language Models

Computer Vision and Pattern Recognition 2025-05-01 v3 Artificial Intelligence

Abstract

Recently, there has been growing interest in the capability of multimodal large language models (MLLMs) to process high-resolution images. A common approach currently involves dynamically cropping the original high-resolution image into smaller sub-images, which are then fed into a vision encoder that was pre-trained on lower-resolution images. However, this cropping approach often truncates objects and connected areas in the original image, causing semantic breaks. To address this limitation, we introduce HyViLM, designed to process images of any resolution while retaining the overall context during encoding. Specifically, we: (i) Design a new visual encoder called Hybrid Encoder that not only encodes individual sub-images but also interacts with detailed global visual features, significantly improving the model's ability to encode high-resolution images. (ii) Propose an optimal feature fusion strategy for the dynamic cropping approach, effectively leveraging information from different layers of the vision encoder. Compared with the state-of-the-art MLLMs under the same setting, our HyViLM outperforms existing MLLMs in nine out of ten tasks. Specifically, HyViLM achieves a 9.6% improvement in performance on the TextVQA task and a 6.9% enhancement on the DocVQA task.

Keywords

Cite

@article{arxiv.2412.08378,
  title  = {FILA: Fine-Grained Vision Language Models},
  author = {Shiding Zhu and Wenhui Dong and Jun Song and Yingbo Wang and Yanan Guo and Bo Zheng},
  journal= {arXiv preprint arXiv:2412.08378},
  year   = {2025}
}

Comments

9 pages, 4 figures, accepted to ICLR 2025 workshop

R2 v1 2026-06-28T20:30:56.938Z