
LingBot-Map: Feed-Forward 3D Foundation Model That Actually Works at Scale
LingBot-Map: Feed-Forward 3D Foundation Model That Actually Works at Scale

Robbyant (Ant Group) just dropped LingBot-Map — a feed-forward 3D foundation model that does real-time streaming reconstruction from plain RGB video. No LiDAR. No depth sensors. A single consumer GPU, running at 20 FPS on 518×378 input, handles 10,000+ frame sequences with almost flat memory growth.
What It Does
The model estimates camera poses, depth maps, and point clouds on the fly, directly from a video stream — no offline batch processing required. That's the difference between a research demo and something you could actually ship on a robot or a phone.
How It Works: the Geometric Context Transformer
The core trick is the Geometric Context Transformer (GCT), built from three attention layers, each solving a different piece of the streaming-3D problem:
- Anchor Context — grounds the running reconstruction in a stable coordinate frame
- Pose-Reference Window — supplies dense geometric cues from nearby frames
- Trajectory Memory — compresses each frame down to six tokens, which is what keeps drift under control over long runs
The payoff: 80× lower memory growth than standard causal attention, which is why performance barely moves even as sequence length jumps from 320 to 3,840 frames.
Benchmarks
The numbers are not close:
| Benchmark | LingBot-Map | Next best |
|---|---|---|
| Oxford Spires (ATE) | 6.42 m | 18.16 m |
| ETH3D (Reconstruction F1) | 98.98 | 77.28 |
| Tanks & Temples (ATE) | 0.20 m | 0.76 m |
| 7-Scenes (ATE) | 0.08 m | — |
That's roughly 3× better on Oxford Spires and a 21-point F1 lead on ETH3D — not an incremental win, a different tier.
Training
Training ran in two stages across 29 mixed datasets spanning indoor, outdoor, synthetic, and real-world footage. Stage two adds GCT-attention (GCA) scaling, growing the view count from 24 to 320. The model, weights, and technical report are released under Apache 2.0 on GitHub, Hugging Face, and ModelScope — and it's already at 11.5k GitHub stars within weeks of release. The underlying research is detailed in the arXiv paper on the Geometric Context Transformer.
SLAM pioneer Andrew Davison called it "impressive SLAM thinking." LingBot-Map sits inside Robbyant's broader embodied-AI stack alongside LingBot-Depth, LingBot-VLA, LingBot-World, and LingBot-VA — all open source.
Why It Matters
For robotics, this closes a real gap: cheap RGB cameras can now stand in for expensive LiDAR rigs in mapping and localization pipelines. The distance between academic SLAM research and deployable embodied perception just got a lot shorter.
Previous post on frontier open models: Grok 4.5: xAI's Cursor-Native Frontier Model Is Here.
Comments
Leave a comment
Related articles

Thinking Machines Lab Drops Inkling: 975B Open-Weight MoE That Rejects the One-Size-Fits-All Dogma
Thinking Machines releases Inkling, a 975B open-weight MoE model designed for specialization rather than general chatbot supremacy.

AI Daily Briefing: July 15, 2026
Apple Intelligence finally lands in China powered by Alibaba's Qwen, Vint Cerf designs an identity standard for AI agents, OpenAI's first device leaks, and the White House eyes open-source AI regulation.

Grok 4.5: xAI's Cursor-Native Frontier Model Is Here
xAI's Grok 4.5 is the first frontier model trained jointly with an IDE partner from the ground up. Here's everything you need to know — benchmarks, pricing, Cursor integration, and where it stacks up against GPT-5.5 and Claude.
