AIAny
AI Model2026
Icon for item

Lyra 2.0: Explorable Generative 3D Worlds

Generates persistent, explorable 3D worlds from a single image by synthesizing long-range, geometry-consistent video and reconstructing it into an explicit 3D Gaussian scene. Intended for internal research use under NVIDIA's research license.

Introduction

Single-image novel-view synthesis often struggles with spatial forgetting and temporal drift when extended to long camera trajectories. Lyra 2.0 reframes the problem: instead of producing a few novel views, it synthesizes a long-range, globally consistent video and converts that sequence into an explicit 3D Gaussian scene so the result is persistent and explorable.

Key Capabilities
  • Two-stage pipeline that separates long-range video synthesis from explicit 3D reconstruction — so what: enables scalable generation while keeping geometry and appearance consistent across distant views.
  • Per-frame 3D geometry used for information routing (retrieval + dense correspondences) rather than as the single source of truth — so what: reduces spatial forgetting and lets the generative prior fill appearance while preserving consistency.
  • Self-augmented history training to expose the model to its own degraded outputs — so what: trains the model to correct temporal drift instead of amplifying it, improving stability over long trajectories.
  • Outputs an explicit 3D Gaussian representation (point-like primitives with position, covariance, color, opacity) suitable for real-time rendering — so what: you get a renderable, persistent scene rather than just another image sequence.
Who It's For and Trade-offs

Great fit if you are a research team building or evaluating single-image-to-3D world methods, need explorable outputs (not just isolated views), and can run NVIDIA GPU stacks. Look elsewhere if you require a permissive production license (Lyra 2.0 is distributed under NVIDIA's internal scientific research license), need lightweight CPU-only inference, or require solutions optimized for small consumer devices. The method also relies heavily on synthetic and curated video-depth corpora, so out-of-distribution scenes may reconstruct less faithfully.

Where It Fits

Compared with NeRF-style reconstructions that optimize per-scene geometry from multi-view inputs, Lyra 2.0 targets single-image scalability by leveraging a generative prior to propose long trajectories and then recovering explicit primitives. It sits between pure generative view-synthesis and explicit reconstruction pipelines—trading some per-scene geometric fidelity for persistent, explorable worlds from minimal input.

How It Works (short)

Core ideas are (1) long-range video synthesis with global geometric consistency, (2) per-frame geometry used for routing and correspondence, and (3) training with self-augmented histories to correct drift. Final outputs are sets of 3D Gaussians that encode position, covariance, view-dependent color, and opacity, enabling real-time rendering on NVIDIA GPU platforms.

Information

Categories

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

Hugging Face
AI Model2026

A large open-weights MoE language model for complex coding, long-horizon agentic workflows, and cyber/security evaluations; post-trained from the GLM-5 family with substantial gains over GLM-5.2. Provides FP8/BF16 checkpoints and native support for very long contexts (up to 1M tokens).

Hugging Face
AI Model2026

A 770B-parameter Mixture-of-Experts instruct model from Tencent that natively supports 1,048,576-token contexts, Gated DSA attention, and speculative MTP decoding; open-sourced under Apache-2.0 with BF16 and FP8 weights for deployable inference.