Geo-Align: Video Generation Alignment via Metric Geometry Reward

Zizun Li1,2 Haoyu Guo2,* Runzhe Teng1,2 Chunhua Shen2,3 Tong He2
1USTC 2Shanghai AI Lab 3ZJU

* Corresponding author.

主视觉 Demo

Given a conditioning video, Geo-Align synthesizes a novel view video according to the target camera trajectory.

Abstract

Camera-controlled video generation has achieved remarkable progress in recent years. However, existing video-to-video re-rendering methods primarily rely on Supervised Fine-Tuning using synthetic datasets. At present, there is an extreme scarcity of synchronized, multi-view real-world video data. Consequently, the prevailing paradigm often exhibits limited generalization when processing out-of-distribution real-world videos, with models struggling to accurately adhere to physical scales and camera trajectories. To bridge this gap, we propose Geo-Align, the first Reinforcement Learning framework specifically designed for camera-controlled video re-rendering. Built upon a pretrained model, we optimize the model through a scale-aware perceptual reward mechanism. Specifically, we introduce a metric 3D estimator to extract precise camera trajectories from generated videos, explicitly penalizing deviations in rotation and translation. Furthermore, we meticulously designed a data pipeline strategy based on real-world conditioning videos and target camera trajectories derived from synthetic data, eliminating the reliance on paired data. Extensive experiments demonstrate that Geo-Align consistently outperforms existing supervised learning baselines in both precise camera controllability and visual fidelity, indicating the effectiveness of our method.

Architecture Overview

pipeline

Geo-Align pipeline: Given a conditioning video, we sample a camera trajectory from other camera-annotated data and scale it to a plausible range, with the scaling factor drawn from a truncated Gaussian distribution. After the model generates a set of rollout videos, a metric 3D evaluator assesses the camera trajectory of each sample to compute geometry rewards. Finally, the model is optimized via Group Relative Policy Optimization

Reported Results

Geo-Align Showcase

BibTeX

@misc{li2026geoalignvideogenerationalignment,
      title={Geo-Align: Video Generation Alignment via Metric Geometry Reward}, 
      author={Zizun Li and Haoyu Guo and Runzhe Teng and Chunhua Shen and Tong He},
      year={2026},
      eprint={2605.23903},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2605.23903}, 
}
}