CosmosAlign: Adapting a World Foundation Model for Generative Traffic Video Forecasting

1Simon Fraser University, 2Institut Polytechnique de Paris
🏆 1st Place, Track 5 (Generative Traffic Video Forecasting), AI City Challenge 2026
CosmosAlign pipeline

Overview of CosmosAlign. (a) Cosmos3-Nano is adapted in two LoRA stages: Stage 1 fine-tunes the Generator tower on WTS and BDD forecasting windows with a reweighted conditioning-mode distribution, and Stage 2 continues training on WTS windows using the structured temporal-caption format the model natively expects. (b) At test time, each clip is encoded into a payload holding the five history frames, an LLM-generated structured prompt, an extended negative prompt, and the native frame rate; four samples are drawn with different seeds. (c) The final prediction is the medoid of the four samples, blended toward the last observed frame in static regions only.

Abstract

Generative traffic video forecasting aims to synthesize long-horizon, temporally coherent future videos of traffic scenes from a short observation history and textual descriptions. In this paper, we present CosmosAlign, a generative traffic video forecasting framework built upon the pretrained Cosmos3-Nano world foundation model. Our approach is motivated by the observation that successfully adapting large pretrained world models to downstream forecasting tasks depends primarily on distribution alignment rather than increased model capacity.

To this end, we propose a two-stage LoRA adaptation strategy that first aligns the conditioning-mode distribution with the target forecasting task, and then aligns the training captions with the model's native structured prompting interface through an LLM-based re-captioning pipeline. During inference, we further improve prediction quality using a fully training-free procedure consisting of consensus-based medoid sample selection and motion-adaptive blending of static scene regions.

CosmosAlign achieves a final score of 76.49 on the AI City Challenge 2026 Track 5 benchmark, ranking first on the final leaderboard while achieving the best PSNR and LPIPS and the joint-highest SSIM.

Generative Traffic Video Forecasting

Track 5 of the AI City Challenge 2026 provides a short history of observed frames from a traffic safety scenario, together with textual descriptions of the pedestrian and the vehicle, and asks for the next 51–120 future frames of the same scene at 1280×720. The benchmark is built on the Woven Traffic Safety (WTS) dataset, recorded from fixed overhead cameras and vehicle-mounted cameras, and submissions are scored by a normalized average of PSNR, SSIM, LPIPS, CLIP score, FID, and FVD.

Challenge Results

Final AI City Challenge 2026 Track 5 Public Leaderboard (Top 5)

Rank Team Final↑ PSNR↑ SSIM↑ LPIPS↓ CLIP↑ FID↓ FVD↓
1 Qyn (ours) 76.4920.120.6500.2460.95022.4121.79
2 SSUPER 76.0419.730.6300.2490.93821.1619.46
3 Latent Painter 75.1319.720.6500.2660.94526.5224.79
4 CHTTL_A30 74.0518.860.5970.2810.94223.7824.11
5 VGU_ai_lab 73.2819.740.6470.2940.94533.6129.35

Our solution ranks first with a final score of 76.49, 0.45 points ahead of the second-ranked team, attaining the best PSNR, LPIPS, CLIP, and joint-highest SSIM of all teams. Guidance tuning, Stage 2 caption alignment, medoid selection, and motion-adaptive blending each improve the final score, with the last step contributing the largest gain (+1.17).

Qualitative Results

Held-Out Clips: Ground Truth (top) vs. Our Prediction (bottom)

Overhead view success case Vehicle view success case Behavioral divergence case

(a) Overhead view: the pedestrian is advanced along the ground-truth trajectory across the crosswalk, with the static camera and the road markings preserved. (b) Vehicle view at dusk: the lead vehicle, brake lights, and light sources are continued stably. (c) Behavioral divergence: the generation stays sharp and realistic, but the predicted pedestrian behavior differs from the ground truth. Divergence of this kind is exactly the stochasticity that our medoid selection exploits: futures on which independent samples agree are much less likely to contain such idiosyncratic behavior errors.

Visual Conditioning Dominates the Prompt

Dashboard clock carried into the generation

The history frames of this validation clip show a dashboard clock; the ground truth (top) cuts to the road scene, whereas our prediction (bottom) carries the glowing digits into the generated road scene and holds them for the whole horizon, although the prompt describes only the road scene. This behavior indicates that the five conditioning frames, not the prompt, anchor the generated scene.

BibTeX

@inproceedings{dinh2026cosmosalign,
  author    = {Dinh, Quang Minh and Doan, Tuan Kiet},
  title     = {CosmosAlign: Adapting a World Foundation Model for Generative Traffic Video Forecasting},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV) Workshops},
  year      = {2026},
}