fhjd123 commited on
Commit
8877c90
·
verified ·
1 Parent(s): 9be51d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -60,12 +60,12 @@ python tools/test.py -d mmnist -c configs/mmnist/PFG.py --ex_name mmnist_pfg --t
60
  If you find this work helpful, please consider citing:
61
 
62
  ```bibtex
63
- @misc{cai2026pfgnetfullyconvolutionalfrequencyguided,
64
- title={PFGNet: A Fully Convolutional Frequency-Guided Peripheral Gating Network for Efficient Spatiotemporal Predictive Learning},
65
- author={Xinyong Cai and Changbin Sun and Yong Wang and Hongyu Yang and Yuankai Wu},
66
- year={2026},
67
- eprint={2602.20537},
68
- archivePrefix={arXiv},
69
- primaryClass={cs.CV}
70
  }
71
  ```
 
60
  If you find this work helpful, please consider citing:
61
 
62
  ```bibtex
63
+ @InProceedings{Cai_2026_CVPR,
64
+ author = {Cai, Xinyong and Sun, Changbin and Wang, Yong and Yang, Hongyu and Wu, Yuankai},
65
+ title = {PFGNet: A Fully Convolutional Frequency-Guided Peripheral Gating Network for Efficient Spatiotemporal Predictive Learning},
66
+ booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
67
+ month = {June},
68
+ year = {2026},
69
+ pages = {38848-38858}
70
  }
71
  ```