CVAICLDec 17, 2024

GIRAFFE: Design Choices for Extending the Context Length of Visual Language Models

arXiv:2412.12735v11 citationsh-index: 16Has Code
Originality Incremental advance
AI Analysis

This addresses the need for enhanced long-range modeling in visual agents, offering an open-source solution for applications requiring processing of multimodal inputs over extended contexts.

The paper tackles the problem of extending the context length of Visual Language Models (VLMs) to handle multiple images and high-resolution videos, proposing Giraffe which achieves state-of-the-art performance on benchmarks like VideoMME and Visual Haystacks, extending to 128K lengths and competing with GPT-4V.

Visual Language Models (VLMs) demonstrate impressive capabilities in processing multimodal inputs, yet applications such as visual agents, which require handling multiple images and high-resolution videos, demand enhanced long-range modeling. Moreover, existing open-source VLMs lack systematic exploration into extending their context length, and commercial models often provide limited details. To tackle this, we aim to establish an effective solution that enhances long context performance of VLMs while preserving their capacities in short context scenarios. Towards this goal, we make the best design choice through extensive experiment settings from data curation to context window extending and utilizing: (1) we analyze data sources and length distributions to construct ETVLM - a data recipe to balance the performance across scenarios; (2) we examine existing position extending methods, identify their limitations and propose M-RoPE++ as an enhanced approach; we also choose to solely instruction-tune the backbone with mixed-source data; (3) we discuss how to better utilize extended context windows and propose hybrid-resolution training. Built on the Qwen-VL series model, we propose Giraffe, which is effectively extended to 128K lengths. Evaluated on extensive long context VLM benchmarks such as VideoMME and Viusal Haystacks, our Giraffe achieves state-of-the-art performance among similarly sized open-source long VLMs and is competitive with commercial model GPT-4V. We will open-source the code, data, and models.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes