Divide, Conquer and Combine: A Training-Free Framework for High-Resolution Image Perception in Multimodal Large Language Models
FreeTraining-free framework for high-resolution image perception in MLLMs.
About Divide, Conquer and Combine: A Training-Free Framework for High-Resolution Image Perception in Multimodal Large Language Models
Divide, Conquer and Combine (DC²) is a training-free framework designed to enhance multimodal large language models' (MLLMs) perception of high-resolution images. It introduces HR-Bench, the first benchmark specifically evaluating MLLMs on 4K and 8K resolution images. The framework operates in three stages: dividing the high-resolution image into recursively partitioned and merged patches, conquering each patch by generating accurate textual descriptions via the MLLM, and combining these descriptions to improve the MLLM's understanding of the overall image. Experiments show that DC² yields relative improvements of +6% on HR-Bench and +8% on general multimodal benchmarks, effectively compensating for visual information loss caused by downsampling.
Key Features
Pros & Cons
- No training or fine-tuning required, reducing computational cost
- Works with any existing MLLM without modifying the model architecture
- Introduces a dedicated benchmark (HR-Bench) for high-resolution image evaluation
- Demonstrates consistent and significant relative improvements across multiple benchmarks
- Relies on the quality of text descriptions generated by the MLLM
- Recursive partitioning may introduce computational overhead depending on image size and patch count
- Benchmark limited to 4K/8K resolutions; effectiveness on ultra-high resolutions beyond 8K not yet demonstrated