arxiv.org web signal

VLM-IE3D bolts 3D geometry tokens onto vision-language models

TL;DR

  • VLM-IE3D adds Implicit and Explicit Geometry Tokens to a VLM, learning 3D structure from RGB video with no depth sensor required.
  • A 3D-aware adapter fuses geometric tokens with 2D visual cues, targeting 3D video detection, visual grounding, dense captioning, and spatial reasoning.
  • The paper was accepted at ECCV 2026, and the authors say code and models are being open-sourced.

A paper accepted at ECCV 2026 takes aim at something that keeps tripping up vision-language models: they can describe what is in a picture, but they are usually shaky at reasoning about where things sit in three dimensions relative to each other. The proposal, called VLM-IE3D and posted on arXiv, argues you do not need a depth sensor or a 3D dataset to fix that. RGB video is enough, if you feed the model the right kind of tokens.

The architecture is worth understanding because it splits the problem in two. There is an Implicit Geometry Token stream, which the authors describe as capturing high-level geometric priors from input videos, and an Explicit Geometry Token stream that encodes detailed geometric structures from reconstructed 3D attributes. A 3D-aware adapter then fuses both with the ordinary 2D visual cues a VLM already consumes. The framing is that a model gets both a rough scene-level sense of space and a finer, structured one, without having to be retrained from scratch on point clouds.

Why this matters for anyone shipping VLMs into robotics, AR, or embodied agents: the usual route to 3D understanding has been expensive, either paired depth data or synthetic 3D corpora. An RGB-only recipe that plugs into a normal VLM pipeline is the sort of thing that shortens the distance between a research paper and a product feature. The paper reports gains across 3D video detection, 3D visual grounding, 3D dense captioning and spatial reasoning, and the authors say code and models are being open-sourced.

The honest caveat is that the arXiv abstract is thin on comparative numbers, so how large the improvement is over prior 3D-aware VLMs is not something a reader can eyeball from the paper page alone. Nor does the write-up talk about compute cost for the reconstruction step or how the method holds up on textureless or reflective scenes, which is where RGB-only 3D has historically struggled. The interesting question over the next few months is whether third-party groups pick up the released weights and reproduce the wins on their own tasks. If they do, adding a geometry adapter becomes the default cheap upgrade path for existing VLMs.

Shared on Bluesky by 2 AI experts