English

Constructive Distortion: Improving MLLMs with Attention-Guided Image Warping

Computer Vision and Pattern Recognition 2026-04-21 v3 Machine Learning

Abstract

Multimodal large language models (MLLMs) often miss small details and spatial relations in cluttered scenes, leading to errors in fine-grained perceptual grounding. We introduce AttWarp, a lightweight method that allocates more resolution to query-relevant content while compressing less informative areas, all while preserving global context. At test time, the approach uses an MLLM's cross-modal attention to perform rectilinear warping of the input image, reallocating spatial resolution toward regions the model deems important, without changing model weights or architecture. This attention-guided warping preserves all original image information but redistributes it non-uniformly, so small objects and subtle relationships become easier for the same model to read while the global layout remains intact. Across five benchmarks (TextVQA, GQA, DocVQA, POPE, MMMU) and four MLLMs (LLaVA, Qwen-VL, InternVL, and InstructBLIP), AttWarp consistently improves accuracy, strengthens compositional reasoning, and reduces hallucinations, outperforming four competitive baselines that manipulate raw images at test time. Together, these results show that attention-guided warping prioritizes information relevant to the query while preserving context, and that the same MLLMs perform better when given such warped inputs.

Keywords

Cite

@article{arxiv.2510.09741,
  title  = {Constructive Distortion: Improving MLLMs with Attention-Guided Image Warping},
  author = {Dwip Dalal and Gautam Vashishtha and Utkarsh Mishra and Jeonghwan Kim and Madhav Kanda and Hyeonjeong Ha and Svetlana Lazebnik and Heng Ji and Unnat Jain},
  journal= {arXiv preprint arXiv:2510.09741},
  year   = {2026}
}

Comments

Accepted at ICLR 2026

R2 v1 2026-07-01T06:30:12.867Z