UESTC-BICS commited on
Commit
2c75371
·
verified ·
1 Parent(s): 39c184c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -1805,7 +1805,7 @@ language:
1805
  <h1>I2E: Real-Time Image-to-Event Conversion for High-Performance Spiking Neural Networks</h1>
1806
 
1807
  [![Paper](https://img.shields.io/badge/Arxiv-2511.08065-B31B1B.svg)](https://arxiv.org/abs/2511.08065)
1808
- [![AAAI 2026](https://img.shields.io/badge/AAAI%202026-Oral-4b44ce.svg)](https://aaai.org/)
1809
  [![Google Scholar](https://img.shields.io/badge/Google%20Scholar-Paper-4285F4?style=flat-square&logo=google-scholar&logoColor=white)](https://scholar.google.com/scholar?cluster=1814482600796011970)
1810
  [![GitHub](https://img.shields.io/badge/GitHub-Repository-black?logo=github)](https://github.com/Ruichen0424/I2E)
1811
 
@@ -2012,11 +2012,14 @@ Our I2E-pretraining sets new benchmarks for Sim-to-Real transfer on **CIFAR10-DV
2012
  If you find this work or the models useful, please cite our AAAI 2026 paper:
2013
 
2014
  ```bibtex
2015
- @article{ma2025i2e,
2016
  title={I2E: Real-Time Image-to-Event Conversion for High-Performance Spiking Neural Networks},
2017
  author={Ma, Ruichen and Meng, Liwei and Qiao, Guanchao and Ning, Ning and Liu, Yang and Hu, Shaogang},
2018
- journal={arXiv preprint arXiv:2511.08065},
2019
- year={2025}
 
 
 
2020
  }
2021
  ```
2022
 
 
1805
  <h1>I2E: Real-Time Image-to-Event Conversion for High-Performance Spiking Neural Networks</h1>
1806
 
1807
  [![Paper](https://img.shields.io/badge/Arxiv-2511.08065-B31B1B.svg)](https://arxiv.org/abs/2511.08065)
1808
+ [![AAAI 2026](https://img.shields.io/badge/AAAI%202026-Oral-4b44ce.svg)](https://ojs.aaai.org/index.php/AAAI/article/view/37179)
1809
  [![Google Scholar](https://img.shields.io/badge/Google%20Scholar-Paper-4285F4?style=flat-square&logo=google-scholar&logoColor=white)](https://scholar.google.com/scholar?cluster=1814482600796011970)
1810
  [![GitHub](https://img.shields.io/badge/GitHub-Repository-black?logo=github)](https://github.com/Ruichen0424/I2E)
1811
 
 
2012
  If you find this work or the models useful, please cite our AAAI 2026 paper:
2013
 
2014
  ```bibtex
2015
+ @inproceedings{ma2026i2e,
2016
  title={I2E: Real-Time Image-to-Event Conversion for High-Performance Spiking Neural Networks},
2017
  author={Ma, Ruichen and Meng, Liwei and Qiao, Guanchao and Ning, Ning and Liu, Yang and Hu, Shaogang},
2018
+ booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
2019
+ volume={40},
2020
+ number={3},
2021
+ pages={1982--1990},
2022
+ year={2026}
2023
  }
2024
  ```
2025