CVMay 21, 2025

STAR-R1: Spatial TrAnsformation Reasoning by Reinforcing Multimodal LLMs

arXiv:2505.15804v320 citationsh-index: 37Has CodeICML
Originality Incremental advance
AI Analysis

This work addresses a critical gap in MLLMs' spatial reasoning capabilities, which is essential for applications in robotics and AI systems, though it appears incremental as it builds on existing RL methods with tailored rewards.

The paper tackles the problem of spatial reasoning in multimodal large language models (MLLMs) by proposing STAR-R1, a framework that integrates reinforcement learning with a fine-grained reward mechanism for transformation-driven visual reasoning, achieving state-of-the-art performance with a 23% improvement over supervised fine-tuning in cross-view scenarios.

Multimodal Large Language Models (MLLMs) have demonstrated remarkable capabilities across diverse tasks, yet they lag significantly behind humans in spatial reasoning. We investigate this gap through Transformation-Driven Visual Reasoning (TVR), a challenging task requiring identification of object transformations across images under varying viewpoints. While traditional Supervised Fine-Tuning (SFT) fails to generate coherent reasoning paths in cross-view settings, sparse-reward Reinforcement Learning (RL) suffers from inefficient exploration and slow convergence. To address these limitations, we propose STAR-R1, a novel framework that integrates a single-stage RL paradigm with a fine-grained reward mechanism tailored for TVR. Specifically, STAR-R1 rewards partial correctness while penalizing excessive enumeration and passive inaction, enabling efficient exploration and precise reasoning. Comprehensive evaluations demonstrate that STAR-R1 achieves state-of-the-art performance across all 11 metrics, outperforming SFT by 23% in cross-view scenarios. Further analysis reveals STAR-R1's anthropomorphic behavior and highlights its unique ability to compare all objects for improving spatial reasoning. Our work provides critical insights in advancing the research of MLLMs and reasoning models. The codes, model weights, and data will be publicly available at https://github.com/zongzhao23/STAR-R1.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes