gen‑ai.news
← Back
Video

NVIDIA’s Cosmos-Framework Tutorial: Designing a Colab-Friendly Miniature of Cosmos 3 World Models with Omnimodal Mixture-of-Transformers

NVIDIA's Cosmos framework is designed to model the physical world by predicting how scenes evolve over time, taking in multimodal inputs - text, images, and actions - and rolling out plausible future states. Cosmos 3, the latest iteration, uses large-scale checkpoints that require significant GPU memory, putting direct experimentation out of reach for most developers working in free or low-cost cloud environments. This tutorial from MarkTechPost takes a practical approach to that constraint by constructing a miniature version of the model that can run in a Google Colab notebook.

The core architecture built in the tutorial is an omnimodal Mixture-of-Transformers (MoT). Rather than treating each modality with a fully separate model, the design uses shared cross-modal attention layers so that text, vision, and action representations can inform one another, while still routing each modality to its own dedicated expert sub-network. This mirrors the architectural philosophy behind Cosmos 3, where different input types need both common grounding and specialized processing. The tutorial uses the real Cosmos framework's CLI surface and input schema as its scaffolding, so the patterns learned here transfer to working with actual checkpoints when the hardware is available.

Training is demonstrated on synthetic physical-world data, keeping compute requirements low while still illustrating the model's intended behavior. The autoregressive rollout - where the model uses its own previous predictions as inputs to forecast further into the future - is a central mechanism in world modeling, and the tutorial walks through how that process works across all three modalities simultaneously. Predicting future latent states rather than raw pixels or tokens is another detail the tutorial preserves from the full Cosmos design, reflecting how the model compresses perception into a learned representation space before making predictions.

For developers and researchers who want to understand world models beyond reading documentation, this kind of scaled-down implementation offers meaningful insight. It does not replicate the performance of the full Cosmos 3 system, and the tutorial is transparent about that. What it does provide is a structurally honest approximation - one grounded in the real framework - that makes the underlying ideas tangible and testable without specialized infrastructure.

Enjoy this story? Get the next one in your inbox.

Twice a week: the most important stories in generative image and video AI, distilled into a 2-minute read.

Free. Unsubscribe any time. No spam, ever.

Your next read

No image
Video

Google Photos adds a new AI ‘Video Remix’ tool

Google Photos has introduced a new AI-powered Video Remix tool that lets users apply a range of visual edits to their clips directly within the app. The feature covers adjustments like cinematic relighting, background replacement, and artistic style transfers. It extends the kind of generative editing Google has already brought to still photos into the video domain.

Video

Google Photos Adds Video Remix That AI-Generates ‘Shareable Clips’

Google Photos has introduced Video Remix, a new AI-powered feature that automatically generates short, shareable clips from a user's existing photo and video library. The addition is the latest in a string of generative AI tools Google has been folding into the app over the past year. It continues the company's broader push to embed AI assistance across its consumer software lineup.

Video

Google announces new 'Video Remix' feature its for AI subscribers

Google has introduced a Video Remix feature for its AI subscription tier, letting users transform videos stored in Google Photos using Gemini Omni. The tool offers a way to creatively reimagine existing footage rather than generating video from scratch. It represents Google's latest step in embedding generative AI capabilities directly into its consumer product ecosystem.