AB
AiBoss
project

RTFM - A real-time generative world model developed by Fei-Fei Li's team.

RTFM (Real-Time Frame Model) is a real-time generative world model developed by Fei-Fei Li's team. The model can run on a single H100 GPU, generating 3D scenes in real time and supporting persistent interaction.

What is RTFM?

RTFM (Real-Time Frame Model) is a real-time generative world model developed by Fei-Fei Li's team. The model can run on a single H100 GPU, generating 3D scenes in real time and supporting persistent interaction. RTFM learns about lighting, materials, and spatial relationships by watching large amounts of video data, transforming the complex problem of physically based rendering into a data-driven perception problem. RTFM assigns spatial coordinates to each frame and uses a "contextual maneuvering" technique to focus only on nearby frames to generate new images, achieving efficient and persistent world construction. RTFM demonstrates the potential of future world models, providing a new technological path for real-time, persistent, and interactive virtual worlds.

Main functions of RTFM

  • Real-time rendering of 3D scenesGenerate high-quality 3D scenes from a single image or a small number of input views, supporting a variety of visual effects such as reflections, shadows, and gloss.
  • Persistent interactionUsers can interact with the generated world indefinitely; the world will not disappear or be forgotten when it is out of sight.
  • High-efficiency operationIt only requires a single H100 GPU to achieve interactive frame rates, which is suitable for current hardware conditions.
  • Supports multiple scenariosThe model can handle various scene types, from natural landscapes to complex indoor environments.

RTFM technical principles

  • End-to-end learningRTFM is an autoregressive diffusion transformer based on neural networks. It is trained end-to-end on large-scale video data and directly generates output frames with new perspectives from input frames without explicit 3D modeling.
  • Spatial memory and contextual maneuveringEach frame is assigned spatial coordinates (position and orientation), forming spatial memory. When generating a new frame, only nearby frames are retrieved as context, avoiding processing the entire memory set and achieving efficient persistence.
  • Data-driven renderingRTFM transforms complex physical rendering problems into data-driven perception problems by learning the light, shadow, material, and spatial relationships in large amounts of video data, thus efficiently generating complex visual effects.
  • Dynamic expansionRTFM is designed to scale continuously with increasing data volume and computing resources, providing a foundation for larger models and higher performance in the future.

RTFM project address

  • Project official website: https://www.worldlabs.ai/blog/rtfm
  • Experience the demo onlinehttps://rtfm.worldlabs.ai/

Application scenarios of RTFM

  • Game developmentDevelopers can quickly create rich and diverse game worlds, bringing players an immersive experience.
  • Virtual Reality (VR) and Augmented Reality (AR)In VR and AR applications, virtual environments or virtual objects in augmented reality are generated in real time, making user interaction with virtual content more natural and smooth.
  • Film and television productionRTFM can quickly generate high-quality virtual scenes and special effects, assisting in scene building and special effects compositing in film and television production, saving time and costs.
  • Architectural Design and VisualizationDesigners can generate 3D views of architectural models in real time, quickly showcasing design solutions and helping clients better understand the design effects.
  • educateIn the field of education, virtual experimental environments or historical scenarios are created to provide students with an immersive learning experience.