Geometric Reciprocity: Unlocking Self-Supervision for Stereoscopic Video Generation
Paper • 2607.05354 • Published
This repository hosts the released video inpainting checkpoint for Geometric Reciprocity: Unlocking Self-Supervision for Stereoscopic Video Generation (ICML 2026).
video_inpaint_large.pthgit clone https://github.com/Visual-AI/GRT.git
cd GRT
pip install -r requirements.txt
python scripts/inference.py --input-video assets/example.mp4 --output-dir output/example --output-mode all
The inference script downloads this checkpoint automatically on first run.
@inproceedings{lu2026grt,
author = {Jingyi Lu and Kai Han},
title = {Geometric Reciprocity: Unlocking Self-Supervision for Stereoscopic Video Generation},
booktitle = {International Conference on Machine Learning (ICML)},
year = {2026},
}