Update README.md
Browse files
README.md
CHANGED
|
@@ -62,10 +62,14 @@ For installation, training, and evaluation instructions, please refer to:
|
|
| 62 |
## Citation
|
| 63 |
|
| 64 |
```bibtex
|
| 65 |
-
@misc{
|
| 66 |
-
title={
|
| 67 |
-
author={Wenhao Chai
|
| 68 |
-
year={2025}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
}
|
| 70 |
```
|
| 71 |
|
|
|
|
| 62 |
## Citation
|
| 63 |
|
| 64 |
```bibtex
|
| 65 |
+
@misc{song2025videonsanativesparseattention,
|
| 66 |
+
title={VideoNSA: Native Sparse Attention Scales Video Understanding},
|
| 67 |
+
author={Enxin Song and Wenhao Chai and Shusheng Yang and Ethan Armand and Xiaojun Shan and Haiyang Xu and Jianwen Xie and Zhuowen Tu},
|
| 68 |
+
year={2025},
|
| 69 |
+
eprint={2510.02295},
|
| 70 |
+
archivePrefix={arXiv},
|
| 71 |
+
primaryClass={cs.CV},
|
| 72 |
+
url={https://arxiv.org/abs/2510.02295},
|
| 73 |
}
|
| 74 |
```
|
| 75 |
|