Modelspublished

NTU Researchers Release Puffin-World to Put Camera Geometry Inside a World Model

The academic release makes its checkpoints, code and training data available for testing, but its strongest camera-control and image-quality results remain the authors’ own evaluations.

By 2 min read
NTU Researchers Release Puffin-World to Put Camera Geometry Inside a World Model
NTU Researchers Release Puffin-World to Put Camera Geometry Inside a World Model

Listen to this story

The audio brief

About 1:36
0:001:36
Read transcript
Nanyang Technological University researchers have released Puffin-World, a world model that puts camera geometry directly into the process of generating new views. The release includes checkpoints, code, and training data, so outside labs can test whether explicit camera information produces more stable scenes than relying on pixels alone. Puffin-World jointly models physics, geometry, and appearance. In practice, that means it tracks gravity and camera orientation, estimates depth, and generates RGB images as the viewpoint moves. Its key mechanism, called Omni-Camera conditioning, adds nine camera-related channels to every pixel. Three describe an absolute reference, including an up vector and latitude. Six describe the origin and direction of the viewing ray. The goal is to preserve a scene’s orientation as the camera translates, rotates, or follows a more complex path. The system can also infer camera parameters from an uncalibrated image, generate color and depth together, and combine those outputs into a 3D point cloud. The training package is substantial: Puffin-Cam-15M was rendered from about 900,000 panoramas, while Puffin-Traj-1M contains one million camera trajectories. The broader Puffin-16M release also includes 44.5 million newly annotated images. The model card reports the best median errors, including ties, across 12 camera-understanding comparisons, plus top PSNR and LPIPS results on RealEstate10K. But those gains are author-reported. The key question is whether independent researchers can reproduce them, and whether the geometry holds up beyond curated demonstrations.

Story brief

3 key points

Nanyang Technological University researchers have open-sourced Puffin-World, a camera-conditioned world model designed to preserve gravity, orientation, depth and appearance as viewpoints move. The package includes checkpoints, code and Puffin-16M data, enabling outside labs to test whether explicit camera geometry improves view synthesis and 3D reconstruction. Its training base includes 15 million panorama-derived...

  1. 01

    Puffin-World’s Omni-Camera conditioning adds nine camera channels per pixel, covering global gravity, latitude, ray origin and direction.

  2. 02

    Puffin-Cam-15M was rendered from roughly 900,000 panoramas; Puffin-Traj-1M covers translation, rotation, 360-degree and compound camera paths.

  3. 03

    The model can infer camera parameters from uncalibrated images, generate RGB and depth jointly, and consolidate results into point clouds.

Nanyang Technological University researchers have released Puffin-World, a world model built to generate views from specified camera movements while retaining explicit representations of gravity, camera orientation and depth. The release gives other labs the model, code and data to test that premise; for now, its strongest reported results come from the team’s own evaluation materials rather than independent replication.

A scene model, not just a sequence of frames

Puffin-World jointly predicts three kinds of state: physics, geometry and appearance. Those states include a gravity field and latitude map for uprightness and viewing-ray elevation, depth for geometry, and RGB images or sequences for appearance. The researchers’ aim is to keep the camera’s relationship to a scene available to the model rather than asking pixels alone to preserve spatial structure.

Its Omni-Camera conditioning assigns each pixel nine camera channels. Three describe an absolute field with an up vector and latitude angle; six describe relative ray origin and direction. The combination is intended to retain a global gravity reference as the viewpoint changes continuously.

Starting from an image or text prompt, the model can generate views along paths involving translation, roll, pitch, yaw and compound movement. It can also estimate camera parameters from an uncalibrated image, produce RGB and depth views together, and consolidate those outputs into a 3D point cloud.

The released training scale
15 millionVision-language-camera triplets

Puffin-Cam-15M was rendered from roughly 900,000 panoramas.

1 millionCamera trajectories

Puffin-Traj-1M covers camera movement patterns including vertical motion, rotations, 360-degree exploration and compound movements.

44.5 millionAnnotated public-dataset images

The team used Puffin-World to add roll, pitch and vertical field-of-view information across 28 public datasets.

The data is designed around viewpoint variation

The Puffin-16M release combines its panorama-derived examples with trajectory data meant to expose the model to controlled changes in where a camera is and how it is pointed. The researchers also say the 44.5 million added camera annotations can help study viewpoint bias and build training sets with more varied camera configurations.

What the public package includes

  • Model checkpoints for running and inspecting the released systems.
  • A public code repository and the Puffin-16M training dataset.
  • Supplementary evaluation materials accompanying the release.

A testable claim, not a settled result

The model card reports the best median errors, including ties, in all 12 cited camera-understanding comparisons across Stanford2D3D, MegaDepth, TartanAir and LaMAR. It also reports first-place PSNR and LPIPS image-quality results on RealEstate10K. Those are useful initial signals, but they are author-reported figures and have not been independently replicated.

Puffin-World is an academic research distribution, not a commercial service. The material question now is whether outside researchers can reproduce the reported gains and whether the model’s geometry remains stable beyond the curated demonstrations used to present it.