mingyang-wu commited on
Commit
23b63c0
·
verified ·
1 Parent(s): c8080d4

Update citation to arXiv @misc entry

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -43,10 +43,13 @@ Please refer to the project scripts for training/inference entry points (for exa
43
  ## Citation
44
 
45
  ```bibtex
46
- @inproceedings{wu2026considgen,
47
  title={ConsID-Gen: View-Consistent and Identity-Preserving Image-to-Video Generation},
48
- author={Wu, Mingyang and Mishra, Ashirbad and Dey, Soumik and Xing, Shuo and Ravipati, Naveen and Wu, Hansi and Li, Binbin and Tu, Zhengzhong},
49
- booktitle={CVPR},
50
- year={2026}
 
 
 
51
  }
52
  ```
 
43
  ## Citation
44
 
45
  ```bibtex
46
+ @misc{wu2026considgenviewconsistentidentitypreservingimagetovideo,
47
  title={ConsID-Gen: View-Consistent and Identity-Preserving Image-to-Video Generation},
48
+ author={Mingyang Wu and Ashirbad Mishra and Soumik Dey and Shuo Xing and Naveen Ravipati and Hansi Wu and Binbin Li and Zhengzhong Tu},
49
+ year={2026},
50
+ eprint={2602.10113},
51
+ archivePrefix={arXiv},
52
+ primaryClass={cs.CV},
53
+ url={https://arxiv.org/abs/2602.10113},
54
  }
55
  ```