NeFut Logo NeFut
Admin Login

[CS.AI] LenGuard-GPC: A Breakthrough in Spatial Reasoning Reinforcement Learning

Published at: 2026-07-22 22:00 Last updated: 2026-07-23 12:33
#Reinforcement Learning #Spatial Reasoning #Vision-Language

Abstract

Multi-view spatial reasoning requires vision-language models to compare visual evidence across images, align object correspondences, and infer spatial relations over long visual contexts. In this setting, chain-of-thought reasoning tends to grow verbose without becoming more accurate. Reinforcement learning with verifiable rewards is a natural fit for this task, but standard GRPO reward relies on sparse outcome-level feedback and gives no signal about where a reasoning trajectory goes wrong, nor any control over its length.

We propose LenGuard-GPC, a dense reward framework that addresses both problems together. For each sampled trajectory, it compares the token-wise predictive distributions under a standard prompt and a guided prompt, and uses the resulting token-sum KL divergence as a dense reward signal. Since this KL penalty accumulates over tokens and would otherwise reward shorter responses regardless of their quality, we introduce a staged length bonus that keeps reasoning length within a controlled range without simply encouraging brevity.

On six multi-view spatial reasoning benchmarks, LenGuard-GPC improves accuracy over vanilla GRPO while reducing average response length.

Blogger's Review: LenGuard-GPC effectively enhances spatial reasoning accuracy and efficiency through a dense reward mechanism and length control. This approach opens new avenues for future vision-language integration models, warranting further exploration and application.

Original Source: https://arxiv.org/abs/2607.17243

[h] Back to Home