hmrishav-nv commited on
Commit
4065661
·
verified ·
1 Parent(s): 9641b86

Add arXiv BibTeX citation

Browse files

Replace the generic project-page citation with the complete arXiv BibTeX entry for arXiv:2608.13391.

Files changed (1) hide show
  1. README.md +12 -5
README.md CHANGED
@@ -163,11 +163,18 @@ Please report model quality, risk, security vulnerabilities, or NVIDIA AI concer
163
  If you find this work useful, please cite:
164
 
165
  ```bibtex
166
- @misc{bandyopadhyay2026contextmatched,
167
- title = {Context-Matched Distillation: Teacher Causality for Autoregressive Video Distillation},
168
- author = {Bandyopadhyay, Hmrishav and Ren, Xuanchi and Huang, Zijian and Wu, Jay Zhangjie and Cao, Tianshi and Li, Ruilong and Chu, Bryan and Fidler, Sanja and Song, Yi-Zhe and Wang, Zian},
169
- year = {2026},
170
- url = {https://hmrishavbandy.github.io/cmd-site/}
 
 
 
 
 
 
 
171
  }
172
  ```
173
 
 
163
  If you find this work useful, please cite:
164
 
165
  ```bibtex
166
+ @article{bandyopadhyay2026context,
167
+ title = {Context-Matched Distillation: Teacher Causality for Autoregressive Video Distillation},
168
+ author = {Bandyopadhyay, Hmrishav and Ren, Xuanchi and Huang, Zijian
169
+ and Wu, Jay Zhangjie and Cao, Tianshi and Li, Ruilong
170
+ and Chu, Bryan and Fidler, Sanja and Song, Yi-Zhe
171
+ and Wang, Zian},
172
+ journal = {arXiv preprint arXiv:2608.13391},
173
+ year = {2026},
174
+ eprint = {2608.13391},
175
+ archivePrefix = {arXiv},
176
+ primaryClass = {cs.CV},
177
+ url = {https://arxiv.org/abs/2608.13391}
178
  }
179
  ```
180