Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
Dev.to AI · 2026/7/30 01:42:56

How Vision-Language Models Learned to Reason About Space (10 Papers, One Thread)

AI 中文解读
AI终于学会“目测距离”了!以前,视觉语言模型能像诗人一样描述一张仓库照片,却答不出“叉车离货架几米”,因为它们“看到”了画面,却“不懂”空间。现在,一篇由十篇论文串联而成的重磅研究,层层递进地攻破了这个难题——从诊断问题到大规模生成3D数据让AI学习,再到给它装上深度感知插件、甚至教会它看图后“记住”空间,最终让模型从静态图像理解了连续三维世界。这就像把一个只会认颜色的孩子,一步步训练成能用卷尺测量家俱摆放的帮手。对普通人来说,这意味着未来的智能相册能直接告诉你“这张照片里的沙发离茶几多远”,自动驾驶更可靠,扫地机器人不会再撞墙,甚至拍照问“这个柜子能塞进我的车里吗”时,AI也能给你准确答案。空间智能不再是科幻。
<blockquote> <p><strong>This is a cross-post. The original (with diagrams, code, and cheat sheets for every chapter) lives on my blog:<br> 👉 <a href="https://direcf.github.io/posts/spatial-vlm-evolution/" rel="noopener noreferrer">The Evolution of Spatial VLMs</a></strong></p> </blockquote> <p>Vision-language models can describe a warehouse photo in fluent prose — and then fail to answer "how many meters is the forklift from the shelf?" They <em>see</em> but don't <em>perceive</em>. Over 2024–2026 a line of research closed that gap step by step, and the arc is remarkably coherent once you read it through a single lens:</p> <p><strong>The representational mismatch between discrete language tokens and continuous 3D geometry — and the successive attempts to close it.</strong></p> <p>I wrote a 10-chapter course tracing that arc paper by paper. Here's the map, with a one-line "why this paper had to exist" for each. Full chapter (analogies + mermaid diagrams + runnable code) is linked on each.</p> <h3> The 10-paper arc </h3> <ol> <li><p><strong><a href="https://direcf.github.io/posts/spatial-vlm-evolution/chapter-01.html" rel="noopener noreferrer">BLINK: See but Not Perceive</a></strong> — <em>The diagnosis.</em> Humans 95.7% vs GPT-4V 51.3% on tasks people solve "in the blink of an eye." VLMs read images as a bag of semantic concepts, not geometry.</p></li> <li><p><strong><a href="https://direcf.github.io/posts/spatial-vlm-evolution/chapter-02.html" rel="noopener noreferrer">SpatialVLM: Data Is the Answer</a></strong> — Reframe spatial blindness as a <em>data</em> problem, not an architecture one. Lift 2D web images to metric 3D and synthesize 2B spatial VQA pairs.</p></li> <li><p><strong><a href="https://direcf.github.io/posts/spatial-vlm-evolution/chapter-03.html" rel="noopener noreferrer">SpatialRGPT — Point at a Region, Plant the Depth</a></strong> — Add region grounding + a gracefully-degrading depth plugin. The first VLM to <em>point at "this object"</em> and reason in metric 3D.</p></li> <li><p><strong><a href="https://direcf.github.io/posts/spatial-vlm-evolution/chapter-04.html" rel="noopener noreferrer">SpatialBot — Learning to Read Depth</a></strong> — Make depth <em>queryable</em>: a Depth API the model can call instead of guessing.</p></li> <li><p><strong><a href="https://direcf.github.io/posts/spatial-vlm-evolution/chapter-05.html" rel="noopener noreferrer">Thinking in Space</a></strong> — From single images to video: does the model build a cognitive map and <em>remember</em> space?</p></li> <li><p><strong><a href="https://direcf.github.io/posts/spatial-vlm-evolution/chapter-06.html" rel="noopener noreferrer">OmniSpatial</a></strong> — Draw the map of the ability itself: a comprehensive taxonomy of spatial reasoning.</p></li> <li><p><strong><a href="https://direcf.github.io/posts/spatial-vlm-evolution/chapter-07.html" rel="noopener noreferrer">Perspective-Aware Reasoning (APC)</a></strong> — "If I stood over there…" — mental imagery to break egocentric bias.</p></li> <li><p><strong><a href="https://direcf.github.io/posts/spatial-vlm-evolution/chapter-08.html" rel="noopener noreferrer">Depth-native VLMs — DepthVLM vs DepthLM</a></strong> — What if the VLM <em>is</em> the depth sensor? Two takes on baking depth in natively.</p></li> <li><p><strong><a href="https://direcf.github.io/posts/spatial-vlm-evolution/chapter-09.html" rel="noopener noreferrer">Verifiable RL for Spatial Reasoning</a></strong> — Spatial skill isn't only more labels; a verifiable reward can <em>activate</em> latent ability. SVQA-R1 → Smooth Operator (50K samples rivaling 4.5M supervised).</p></li> <li><p><strong><a href="https://direcf.github.io/posts/spatial-vlm-evolution/chapter-10.html" rel="noopener noreferrer">Grounded 3D-Aware — Reconstruct While You Reason</a></strong> — The synthesis: GR3D promotes grounding into a generation-time mechanism; VLM-3R folds 3D reconstruction into instruction tuning. Plus the six frontiers still
分享
阅读原文