JiaKui Hu*, Yuxiao Yang*, Jialun Liu, Jinbo Wu, Chen Zhao, Yanye Lu
PKU, BaiduVis, THU
🚀️🚀️ News:
- 2025-06-26: MV-AR is accepted by ICCV 2025 !!!
Diffusion-based multi-view image generation methods use a specific reference view for predicting subsequent views, which becomes problematic when overlap between the reference view and the predicted view is minimal, affecting image quality and multi-view consistency. Our MV-AR addresses this by using the preceding view with significant overlap for conditioning.
- Rendered GSO test set.
- Sampling codes for text-to-multi-view and image-to-multi-view.
TODO-lists:
- Sampling codes for text-image-to-multi-view and text-shape-to-multi-view.
- Training codes.
CUDA 12.4, Pytorch >= 2.4.0
pip install -r requirements.txt
- Please download flan-t5-xl in
./pretrained_models
; - Please download Cap3D_automated_Objaverse_full.csv in
dataset/captions
; - Please download models from here, put them in
./pretrained_models
; - Run:
# For t2mv on objaverse
sh sample_tcam2i.sh
# For t2mv on GSO
sh sample_icam2i_gso.sh
# For i2mv on GSO
sh sample_icam2i_gso.sh
The generated images will be saved to samples_objaverse_nv_ray/
.
Coming soon.
This repository is heavily based on LlamaGen. We would like to thank the authors of these work for publicly releasing their code.
For help or issues using this git, please feel free to submit a GitHub issue.
For other communications related to this git, please contact jkhu29@stu.pku.edu.cn
.
@inproceedings{hu2025mvar,
title={Auto-Regressively Generating Multi-View Consistent Images},
author={Hu, JiaKui and Yang, Yuxiao and Liu, Jialun and Wu, Jinbo and Zhao, Chen and Lu, Yanye},
booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
year={2025}
}