Search papers, labs, and topics across Lattice.
Re2Pix, a hierarchical video prediction framework, decouples video forecasting into semantic representation prediction using a frozen vision foundation model and representation-guided visual synthesis via a latent diffusion model. To mitigate train-test discrepancies arising from autoregressive prediction, they introduce nested dropout and mixed supervision conditioning strategies. Results on driving benchmarks show Re2Pix significantly improves temporal semantic consistency, perceptual quality, and training efficiency compared to direct diffusion-based video prediction.
By predicting future scene structure in the feature space of a frozen vision foundation model before rendering pixels, Re2Pix achieves state-of-the-art video prediction with improved temporal consistency and perceptual quality.
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