Retrieval-Augmented Perception: High-Resolution Image Perception Meets Visual RAG
Wenbin Wang, Yongcheng Jing, Liang Ding, Yingjie Wang, Li Shen, Yong Luo, Bo Du, Dacheng Tao
TL;DR
This work tackles the challenge of high-resolution image perception in multimodal LLMs by reframing it as a long-context problem amenable to retrieval-augmented processing. The authors introduce RAP, a training-free framework that retrieves and fuses relevant image crops while preserving spatial context through a Spatial-Awareness Layout and adaptively selects the number of crops with Retrieved-Exploration Search (RE-Search). Through extensive experiments on HR benchmarks and a general multimodal suite, RAP demonstrates substantial improvements across model sizes and tasks, especially for spatially demanding perception, while maintaining efficiency advantages over prior HR methods. The approach offers practical impact for scaling HR perception in MLLMs, enabling finer-grained understanding without heavy tokenization or retraining, and points to future work on more aggressive token-compression strategies.
Abstract
High-resolution (HR) image perception remains a key challenge in multimodal large language models (MLLMs). To overcome the limitations of existing methods, this paper shifts away from prior dedicated heuristic approaches and revisits the most fundamental idea to HR perception by enhancing the long-context capability of MLLMs, driven by recent advances in long-context techniques like retrieval-augmented generation (RAG) for general LLMs. Towards this end, this paper presents the first study exploring the use of RAG to address HR perception challenges. Specifically, we propose Retrieval-Augmented Perception (RAP), a training-free framework that retrieves and fuses relevant image crops while preserving spatial context using the proposed Spatial-Awareness Layout. To accommodate different tasks, the proposed Retrieved-Exploration Search (RE-Search) dynamically selects the optimal number of crops based on model confidence and retrieval scores. Experimental results on HR benchmarks demonstrate the significant effectiveness of RAP, with LLaVA-v1.5-13B achieving a 43% improvement on $V^*$ Bench and 19% on HR-Bench.
