gen‑ai.news
← Back
Video

NVIDIA Releases Fine-Tuning Guide for Cosmos Predict 2.5 Video Model

NVIDIA Releases Fine-Tuning Guide for Cosmos Predict 2.5 Video Model

NVIDIA has published a technical guide on Hugging Face detailing how to fine-tune its Cosmos Predict 2.5 world model using parameter-efficient methods, specifically LoRA (Low-Rank Adaptation) and DoRA (Weight-Decomposed Low-Rank Adaptation). The documentation is aimed at research and engineering teams working on physical AI applications who want to adapt the model to their own data without the computational expense of training from scratch.

Cosmos Predict 2.5 is part of NVIDIA's broader Cosmos family of world foundation models, designed to generate physically plausible video sequences. Unlike general-purpose video generators, these models are built with simulation and robotics in mind - the idea being that a robot or autonomous system can use generated video as a proxy for real-world experience during training or evaluation. Fine-tuning such a model on domain-specific footage, such as a particular robot platform or industrial environment, can meaningfully improve the realism and relevance of the generated sequences.

LoRA and DoRA are both techniques that reduce the number of trainable parameters during fine-tuning by decomposing weight updates into lower-rank approximations. DoRA extends LoRA by separately handling the magnitude and direction components of weight matrices, which can improve training stability and final model quality in some settings. Using either approach, teams can adapt a large pretrained model on relatively modest hardware compared to full fine-tuning, making the process more accessible to organizations without large GPU clusters.

The guide walks through the practical steps involved: dataset preparation, configuration of the LoRA or DoRA training setup, and how to run the fine-tuning process against the Cosmos Predict 2.5 base weights. By hosting the documentation on Hugging Face, NVIDIA is positioning the workflow within an ecosystem that many ML practitioners already use for model management and sharing, which lowers the barrier to getting started.

The release reflects a broader push to make world models usable outside of NVIDIA's own research environment. Physical AI - encompassing robotics, autonomous vehicles, and related fields - increasingly relies on synthetic video data for training and validation, and fine-tunable world models are a practical tool for generating that data in a controlled, domain-relevant way. Making the fine-tuning process explicit and documented is a step toward wider adoption among teams that may not have the resources to develop such pipelines independently.

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

Runway’s WorldPrompt and the Engineering of Real-Time Worlds

Runway's WorldPrompt system powers its Gen World Models 2 (GWM 2), enabling real-time generation of video and audio through persistent context and timed actions. Rather than producing discrete clips, the model maintains a continuous understanding of an environment as it unfolds. The approach marks a notable shift in how world models can be steered interactively.

Gemini 3.8 Live with Live Avatar gives Google’s AI a face
Video

Gemini 3.8 Live with Live Avatar gives Google’s AI a face

Google has updated Gemini Live with an animated avatar that lip-syncs and displays facial expressions in real time during conversations. Called Live Avatar, the feature is currently limited to Gemini Enterprise customers and supports 97 languages without degrading video quality. It marks Google's latest step toward giving its AI assistant a visible, expressive presence.

No image
Video

Introducing Gemini 3.8 Live with Live Avatar

Google DeepMind has introduced Gemini 3.8 Live, an updated multimodal model paired with a new Live Avatar feature that generates an animated, talking on-screen presence during real-time conversations. The combination allows users to interact with a responsive visual agent rather than a purely voice-based interface. The release marks another step in Google's effort to make AI interactions feel more immediate and embodied.