AIAny
Icon for item

Geometric Action Model for Robot Policy Learning

Language-conditioned robot policy that reuses a pretrained geometric foundation model and inserts a causal future predictor at an intermediate layer so the same backbone produces future 3D-aware features and action outputs, enabling geometry-aware temporal prediction with minimal architectural change.

Introduction

Robotic manipulation needs explicit 3D geometric reasoning for contact-rich tasks, yet many recent vision-language-action and world-action models work primarily in 2D image space or 2D-derived latents. GAM’s core insight is to repurpose a pretrained geometric foundation model (GFM) as a single shared substrate for perception, temporal prediction, and action decoding by splitting the backbone at an intermediate layer and inserting a causal future predictor conditioned on language, proprioception, and action history.

Key Findings
  • Single shared backbone for perception, prediction, and action: splitting the GFM lets shallow layers encode observations while a causal predictor forecasts future latent tokens that are routed through remaining blocks to decode both future geometry and actions, preserving geometric priors.
  • Minimal architectural change, maximal reuse: temporal world modeling is added without retraining or replacing the full foundation model, reducing engineering and parameter cost compared with pixel-space world models.
  • Better empirical tradeoffs: across simulation and real-robot benchmarks GAM is reported to be more accurate, more robust, lower-latency, and lighter than foundation-model-scale baselines, improving geometry-aware manipulation performance in contact-rich scenarios.
Who it helps and tradeoffs

Great fit if you build language-conditioned robot policies that require explicit 3D reasoning and you can leverage pretrained geometric foundation models—research labs and teams working on contact-rich manipulation or cross-embodiment transfer will benefit. Look elsewhere if you lack access to a compatible GFM, need purely model-free RL baselines, or target extremely lightweight embedded stacks: GAM inherits the foundation model’s compute/representation constraints and the approach may propagate any biases or gaps from the pretrained GFM.

Information

  • Websitearxiv.org
  • AuthorsJisang Han, Seonghu Jeon, Jaewoo Jung, René Zurbrügg, Honggyu An, Tifanny Portela, Marco Hutter, Marc Pollefeys, Seungryong Kim, Sunghwan Hong
  • Published date2026/06/15

More Items

Suppresses grid-like and granular “digital ripple” artifacts introduced by iterative reference-conditioned image editing using selective spectral notching, structure-aware smoothing, and cleaned-reference regeneration. Prioritizes low-distortion filtering when artifacts are spectrally separable and visual reconstruction when artifacts overlap content.

Trains LVLMs to improve 3D spatial reasoning using a synthetic block-stacking dataset of 15,000 problems that cover 3D→2D projection, viewpoint transforms, and structural combination; includes color-anchored cues and provides code and data.

An 8B native unified multimodal model that understands, reasons about, and generates high-fidelity visual content without a separate visual encoder or VAE—focused on spatially coherent patch reconstruction, native 4K generation, multi-expert distillation, and improved text rendering and image editing.