SAGE2000 commited on
Commit
3cc974e
·
verified ·
1 Parent(s): 7d1360c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -5,10 +5,7 @@ license: mit
5
  **Spiking Neural Network as Adaptive Event Stream Slicer (NeurIPS'24)**
6
 
7
  *Abstract:*
8
- Event-based cameras are attracting significant interest as they provide rich edge information, high dynamic range, and high temporal resolution. Many state-of-the-art
9
- event-based algorithms rely on splitting the events into fixed groups, resulting in the
10
- omission of crucial temporal information, particularly when dealing with diverse
11
- motion scenarios (e.g., high/low speed). In this work, we propose SpikeSlicer, a
12
  novel-designed plug-and-play event processing method capable of splitting events
13
  stream adaptively. SpikeSlicer utilizes a low-energy spiking neural network (SNN)
14
  to trigger event slicing. To guide the SNN to fire spikes at optimal time steps, we
@@ -21,7 +18,7 @@ efficient, low-energy data processor to assist the ANN in improving downstream
21
  performance, injecting new perspectives and potential avenues of exploration.
22
 
23
  <p align="left">
24
- <img src="spikeslicer.gif" alt="Logo" width="38%">
25
  </p>
26
 
27
  More details can be found at [paper](https://arxiv.org/pdf/2410.02249) and [code](https://github.com/AndyCao1125/SpikeSlicer).
 
5
  **Spiking Neural Network as Adaptive Event Stream Slicer (NeurIPS'24)**
6
 
7
  *Abstract:*
8
+ Event-based cameras are attracting significant interest as they provide rich edge information, high dynamic range, and high temporal resolution. Many state-of-the-art event-based algorithms rely on splitting the events into fixed groups, resulting in the omission of crucial temporal information, particularly when dealing with diverse motion scenarios (e.g., high/low speed). In this work, we propose SpikeSlicer, a
 
 
 
9
  novel-designed plug-and-play event processing method capable of splitting events
10
  stream adaptively. SpikeSlicer utilizes a low-energy spiking neural network (SNN)
11
  to trigger event slicing. To guide the SNN to fire spikes at optimal time steps, we
 
18
  performance, injecting new perspectives and potential avenues of exploration.
19
 
20
  <p align="left">
21
+ <img src="spikeslicer.gif" alt="Logo" width="80%">
22
  </p>
23
 
24
  More details can be found at [paper](https://arxiv.org/pdf/2410.02249) and [code](https://github.com/AndyCao1125/SpikeSlicer).