Views
No views yet


| Checkpoint | Encoder |
|---|---|
vrae/vrae_dinov3.pt | DINOv3 ViT-L/16 |
vrae/vrae_siglip2.pt | SigLIP2 ViT-L/16 |
vrae/vrae_vjepa2.1.pt | V-JEPA2.1 ViT-L/16 |
vrae/vrae_eupe.pt | EUPE ViT-B/16 |
1git clone https://github.com/V-RAE/V-RAE.git
2cd V-RAE
3
4conda create -n vrae python=3.10 -y
5conda activate vrae
6conda install -c conda-forge ffmpeg -y
7
8pip install uv
9uv pip install -e .hf download Guomh0707/V-RAE-Models --local-dir ckptsassets/sample1.mp4, assets/sample2.mp4, and
assets/sample3.mp4, then run one of:1python sampling.py dino
2python sampling.py siglip
3python sampling.py vjepa
4python sampling.py eupeoutputs/<variant>/.| Evaluation | Result |
|---|---|
| Kinetics-600 reconstruction | 2.13 rFVD |
| UCF101 class-conditional generation | 117.86 gFVD |
| Kinetics-600 class-conditional generation | 19.16 gFVD |
1@article{guo2026vrae,
2 title = {V-RAE: Rethinking Video Latent Spaces for Generation},
3 author = {Guo, Minghui and Wu, Shengqiong and Fei, Hao},
4 journal = {arXiv preprint arXiv:2608.13556},
5 year = {2026},
6}