CVApr 13

Representations Before Pixels: Semantics-Guided Hierarchical Video Prediction

arXiv:2604.1170794.1h-index: 22Has Code
Predicted impact top 10% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For autonomous driving video prediction, this semantics-first approach addresses the train-test mismatch in hierarchical prediction, outperforming strong diffusion baselines.

Re2Pix decomposes video prediction into semantic representation forecasting followed by diffusion-based rendering, achieving improved temporal consistency and perceptual quality on driving benchmarks.

Accurate future video prediction requires both high visual fidelity and consistent scene semantics, particularly in complex dynamic environments such as autonomous driving. We present Re2Pix, a hierarchical video prediction framework that decomposes forecasting into two stages: semantic representation prediction and representation-guided visual synthesis. Instead of directly predicting future RGB frames, our approach first forecasts future scene structure in the feature space of a frozen vision foundation model, and then conditions a latent diffusion model on these predicted representations to render photorealistic frames. This decomposition enables the model to focus first on scene dynamics and then on appearance generation. A key challenge arises from the train-test mismatch between ground-truth representations available during training and predicted ones used at inference. To address this, we introduce two conditioning strategies, nested dropout and mixed supervision, that improve robustness to imperfect autoregressive predictions. Experiments on challenging driving benchmarks demonstrate that the proposed semantics-first design significantly improves temporal semantic consistency, perceptual quality, and training efficiency compared to strong diffusion baselines. We provide the implementation code at https://github.com/Sta8is/Re2Pix

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes