English

ImageChain: Advancing Sequential Image-to-Text Reasoning in Multimodal Large Language Models

Computer Vision and Pattern Recognition 2025-06-12 v2 Computation and Language Machine Learning

Abstract

Reasoning over sequences of images remains a challenge for multimodal large language models (MLLMs). While recent models incorporate multi-image data during pre-training, they still struggle to recognize sequential structures, often treating images independently. This work introduces ImageChain, a framework that enhances MLLMs with sequential reasoning capabilities over image data by modeling visual sequences as a multi-turn conversation. In ImageChain, images are interleaved with corresponding textual descriptions to form a controlled dialogue that explicitly captures temporal dependencies and narrative progression. Our method optimizes for the task of next-scene description, where the model generates a context-aware description of an upcoming scene based on preceding visual and textual cues. We demonstrate that our approach improves performance on the next-scene description task -- achieving an average improvement from 3.7% to 19% in SimRate, a metric that quantifies semantic similarity to human-annotated ground truths. Moreover, ImageChain achieves robust zero-shot out-of-domain performance in applications ranging from comics to robotics. Extensive experiments validate that instruction-tuning in a multimodal, multi-turn conversation design is key to bridging the gap between static image understanding and temporally-aware reasoning.

Keywords

Cite

@article{arxiv.2502.19409,
  title  = {ImageChain: Advancing Sequential Image-to-Text Reasoning in Multimodal Large Language Models},
  author = {Danae Sánchez Villegas and Ingo Ziegler and Desmond Elliott},
  journal= {arXiv preprint arXiv:2502.19409},
  year   = {2025}
}

Comments

Code, dataset, and checkpoints are publicly available at https://github.com/danaesavi/ImageChain; v2: added human annotation study to validate SimRate

R2 v1 2026-06-28T21:59:06.668Z