Chapter 9: Multimodal Reasoning & Applications
Master the advanced reasoning capabilities and real-world applications of vision-language models. From chain-of-thought visual reasoning and grounding expressions to document understanding, video comprehension, multi-image analysis, agentic VLMs, and spatial 3D reasoning, explore the frontier of what VLMs can achieve when pushed beyond simple image captioning.
Chapter Overview
The previous chapters built VLMs that can perceive images and follow instructions. But perception alone is insufficient for many real-world tasks. A radiologist does not merely describe an X-ray -- they reason about anatomical relationships, compare with prior scans, and synthesize findings into a diagnosis. Similarly, the most impactful VLM applications require sophisticated reasoning over visual inputs.
This chapter explores seven dimensions of multimodal reasoning that transform VLMs from descriptive tools into intelligent visual agents:
- Chain-of-thought reasoning: Structured step-by-step visual analysis that decomposes complex questions into observable facts, logical inferences, and conclusions
- Visual grounding: Connecting language to specific image regions, enabling VLMs to point at what they describe
- Document understanding: Extracting structured information from documents, receipts, charts, and academic papers without traditional OCR pipelines
- Video understanding: Extending spatial reasoning to the temporal dimension, requiring frame selection strategies and motion comprehension
- Multi-image reasoning: Comparing, contrasting, and synthesizing information across multiple images simultaneously
- Agentic behavior: VLMs that can take actions -- navigating GUIs, calling tools, browsing the web, and executing multi-step plans grounded in visual feedback
- Spatial reasoning: Understanding 3D structure, depth, spatial relationships, and geometric properties from 2D images
Each capability builds on the foundation of visual instruction tuning (Chapter 6) and architectural innovations (Chapters 7-8), pushing VLMs toward general-purpose visual intelligence.
The mathematical framework connecting these capabilities is the conditional generation paradigm:
What distinguishes these advanced applications is what the model must encode in : spatial coordinates for grounding, structured JSON for documents, temporal narratives for video, comparative analysis for multi-image, and action sequences for agents. The same autoregressive framework accommodates all these outputs through careful prompt engineering and specialized training data.
Chapter Roadmap
Click any topic to jump in
Visual Chain-of-Thought
Prompting VLMs to reason step-by-step over visual input — decomposing complex questions into verifiable sub-steps.
Grounding, documents, and video
Visual Grounding
Predicting bounding boxes from text descriptions — connecting language references to spatial image regions.
Document Understanding
OCR-free document parsing with Donut, Nougat, and Florence-2 — reading text directly from pixels.
Video Understanding
Frame sampling and temporal reasoning — extending image VLMs to understand video sequences.
Multi-image comparison and autonomous action
Multi-Image Reasoning
Interleaved image-text processing and cross-image attention — comparing and reasoning across multiple images.
Agentic VLMs
VLMs as GUI agents, tool users, and planners — taking actions in digital and physical environments.
Spatial & 3D Reasoning
Depth estimation, spatial relationships, and counting — the geometric reasoning frontier for VLMs.
Sign up to unlock this chapter
This chapter is part of PixelBank Premium. Create a free account, then upgrade to read the full lesson — concepts, walkthroughs, and exercises.