Draft:Address-Event Representation
![]() | Review waiting, please be patient.
This may take a week or more, since drafts are reviewed in no specific order. There are 312 pending submissions waiting for review.
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
Reviewer tools
|
Submission declined on 1 July 2025 by Pythoncoder (talk).
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
This draft has been resubmitted and is currently awaiting re-review. | ![]() |
Submission declined on 29 June 2025 by Pythoncoder (talk). Your draft shows signs of having been generated by a large language model, such as ChatGPT. Their outputs usually have multiple issues that prevent them from meeting our guidelines on writing articles. These include: Declined by Pythoncoder 3 days ago.
| ![]() |
Comment: I previously declined your submission, but you did not make any meaningful changes to your draft before resubmitting it. Please do not submit this draft again until you edit it to fix its problems. Repeated resubmission without fixing your draft increases the chance of it being permanently rejected or deleted. —pythoncoder (talk | contribs) 15:21, 1 July 2025 (UTC)
- Thank you for your message. My comment to your rejection was unanswered, so I resubmitted (see https://en.wikipedia.org/wiki/User_talk:Jensep#c-Jensep-20250629210600-Pythoncoder-20250629201700). I understand your point that LLMs confabulate and write vague statements. But I don't understand how that relates to the article. Could you kindly point to a particular paragraph or statement that you think should be improved?
- I reworked the article to make it more concise and added a reference to a dangling claim.
Best, Jens E. Pedersen (talk) 18:58, 3 July 2025 (UTC)
![]() | This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Address-Event Representation (AER) is a communication protocol and data format used in neuromorphic engineering to transmit discrete events between neural processing elements using space-time coordinates. Originally developed by Misha Mahowald and Carver Mead in the late 1980s and early 1990s, AER enables asynchronous, event-driven communication that mimics the sparse, temporal nature of biological neural networks.
AER is particularly valuable for representing sparse temporal data where most values are zero and can be ignored, making it closely related to coordinate-based representations of sparse matrices and tensors.
Overview
[edit]AER replicates the communication patterns from biological neurons by encoding events as addresses that specify when and where neural activity occurs, rather than continuously transmitting all possible states.
AER represents discrete events as tuples containing spatial coordinates and temporal information:
where the address typically encodes spatial location and the data may contain additional information such as polarity or intensity.
AER representations are seen in most event-based data formats, such as AEDAT [1] and EVT [2], and is used extensively by neuromorphic sensors such as event cameras[3].
History and Development
[edit]AER was publicly proposed by Carver Mead's group at California Institute of Technology around 1991 as part of their work on analog very-large-scale integration (VLSI) neural networks.[4][5] Their goal was to create a communication protocol that could provide high-bandwidth communication among large arrays of neurons while maintaining the asynchronous, event-driven nature of biological neural computation.[6]
The development of AER was driven by the need to interconnect arrays of analog neural processing elements without requiring dedicated point-to-point connections between every pair of neurons. This approach enabled the construction of large-scale neuromorphic systems with thousands of processing elements.[7]
Technical Description
[edit]Event Representation
[edit]A typical AER event contains:
- Timestamp: When the event occurred (absolute or relative time)
- Source address: Spatial coordinates of the originating element
- Event type: Polarity, intensity, or other relevant data
For example, in a dynamic vision sensor (event camera), each pixel generates events when it detects changes in light intensity:
where polarity indicates whether the light intensity increased (+1) or decreased (-1).
Timestamp (μs) | x-coordinate | y-coordinate | Polarity |
---|---|---|---|
1247 | 64 | 32 | +1 |
1251 | 65 | 32 | +1 |
1258 | 63 | 33 | -1 |
1264 | 66 | 31 | +1 |
1271 | 64 | 33 | -1 |
1285 | 67 | 30 | +1 |
Applications
[edit]Neuromorphic Sensors
[edit]AER has become the standard output format for neuromorphic sensors:
- Event cameras: Also known as dynamic vision sensors, these cameras output pixel-level brightness changes as AER events rather than traditional frames.[8]
- Silicon cochleae: Neuromorphic auditory sensors that convert sound into spike trains using AER formatting.[9]
- Tactile sensors: Touch-sensitive arrays that generate events upon contact or pressure changes[3].
Neuromorphic Computing
[edit]Notable uses include:
- SpiNNaker: A massively parallel neuromorphic platform that uses AER-like packet-based communication.[10]
- Intel Loihi: A neuromorphic research chip that implements spike-based communication protocols derived from AER principles.[11]
See Also
[edit]References
[edit]- ^ "AEDAT 4.0". Inivation. 2025-06-29.
- ^ "EVT 3.0 format". Prophesee. 2025-06-29..
- ^ a b Tayarani-Najaran, Mohammad-Hassan; Schmuker, Michael (2021). "Event-Based Sensing and Signal Processing in the Visual, Auditory, and Olfactory Domain: A Review". Frontiers in Neural Circuits. 15. doi:10.3389/fncir.2021.610446. ISSN 1662-5110.
{{cite journal}}
: CS1 maint: unflagged free DOI (link) - ^ Liu, Shi-Chii (2014-12-24). Event-Based Neuromorphic Systems. John Wiley & Sons. ISBN 978-1-118-92762-5.
- ^ Mahowald M, Mead C (1991). The silicon retina. Proc. SPIE 1473. pp. 52–58. doi:10.1117/12.45540.
- ^ Mahowald M (1994). An Analog VLSI System for Stereoscopic Vision. Springer US. doi:10.1007/978-1-4615-2724-4. ISBN 978-1-4613-6174-9.
- ^ Boahen KA (2000). "Point-to-point connectivity between neuromorphic chips using address events". IEEE Transactions on Circuits and Systems II: Analog and Digital Signal Processing. 47 (5): 416–434. doi:10.1109/82.842110.
- ^ Gallego G, Delbruck T, Orchard GM, Bartolozzi C, Taba B, Censi A, Leutenegger S, Davison AJ, Conradt J, Daniilidis K, Scaramuzza D (2022). "Event-based Vision: A Survey". IEEE Transactions on Pattern Analysis and Machine Intelligence. 44 (1): 154–180. doi:10.1109/TPAMI.2020.3008413. PMID 32750812.
- ^ Liu SC, van Schaik A, Minch BA, Delbruck T (2014). "Asynchronous binaural spatial audition sensor with 2×64×4 channel output". IEEE Transactions on Biomedical Circuits and Systems. 8 (4): 453–464. doi:10.1109/TBCAS.2013.2281834. PMID 24216772.
- ^ Furber SB, Galluppi F, Temple S, Plana LA (2014). "The SpiNNaker Project". Proceedings of the IEEE. 102 (5): 652–665. doi:10.1109/JPROC.2014.2304638.
- ^ Davies M, Srinivasa N, Lin TH, Chinya G, Cao Y, Choday SH, Dimou G, Joshi P, Imam N, Jain S, Liao Y, Lin CK, Lines A, Liu R, Mathaikutty D, McCoy S, Paul A, Tse J, Venkataramanan G, Weng YH, Wild A, Yang Y, Wang H (2018). "Loihi: A Neuromorphic Manycore Processor with On-Chip Learning". IEEE Micro. 38 (1): 82–99. doi:10.1109/MM.2018.112130359.
- Promotional tone, editorializing and other words to watch
- Vague, generic, and speculative statements extrapolated from similar subjects
- Essay-like writing
- Hallucinations (plausible-sounding, but false information) and non-existent references
- Close paraphrasing
Please address these issues. The best way to do it is usually to read reliable sources and summarize them, instead of using a large language model. See our help page on large language models.