Skip to main content

Showing 1–6 of 6 results for author: Pedersen, J E

Searching in archive cs. Search in all archives.
.
  1. arXiv:2412.03259  [pdf, other

    cs.CV

    GERD: Geometric event response data generation

    Authors: Jens Egholm Pedersen, Dimitris Korakovounis, Jörg Conradt

    Abstract: Event-based vision sensors are appealing because of their time resolution, higher dynamic range, and low-power consumption. They also provide data that is fundamentally different from conventional frame-based cameras: events are sparse, discrete, and require integration in time. Unlike conventional models grounded in established geometric and physical principles, event-based models lack comparable… ▽ More

    Submitted 4 December, 2024; originally announced December 2024.

  2. arXiv:2410.22352  [pdf, other

    cs.NE cs.AI cs.DC cs.ET cs.PL

    Neuromorphic Programming: Emerging Directions for Brain-Inspired Hardware

    Authors: Steven Abreu, Jens E. Pedersen

    Abstract: The value of brain-inspired neuromorphic computers critically depends on our ability to program them for relevant tasks. Currently, neuromorphic hardware often relies on machine learning methods adapted from deep learning. However, neuromorphic computers have potential far beyond deep learning if we can only harness their energy efficiency and full computational power. Neuromorphic programming wil… ▽ More

    Submitted 15 October, 2024; originally announced October 2024.

    Comments: Accepted to International Conference on Neuromorphic Systems (ICONS) 2024. arXiv admin note: substantial text overlap with arXiv:2310.18260

  3. arXiv:2406.09477  [pdf, other

    cs.LG cs.AI cs.NE

    Q-S5: Towards Quantized State Space Models

    Authors: Steven Abreu, Jens E. Pedersen, Kade M. Heckel, Alessandro Pierro

    Abstract: In the quest for next-generation sequence modeling architectures, State Space Models (SSMs) have emerged as a potent alternative to transformers, particularly for their computational efficiency and suitability for dynamical systems. This paper investigates the effect of quantization on the S5 model to understand its impact on model performance and to facilitate its deployment to edge and resource-… ▽ More

    Submitted 13 June, 2024; originally announced June 2024.

  4. arXiv:2405.00318  [pdf, other

    cs.NE cs.CV cs.LG

    Covariant spatio-temporal receptive fields for spiking neural networks

    Authors: Jens Egholm Pedersen, Jörg Conradt, Tony Lindeberg

    Abstract: Biological nervous systems constitute important sources of inspiration towards computers that are faster, cheaper, and more energy efficient. Neuromorphic disciplines view the brain as a coevolved system, simultaneously optimizing the hardware and the algorithms running on it. There are clear efficiency gains when bringing the computations into a physical substrate, but we presently lack theories… ▽ More

    Submitted 4 May, 2025; v1 submitted 1 May, 2024; originally announced May 2024.

    Comments: Code available at https://github.com/jegp/nrf

  5. Neuromorphic Intermediate Representation: A Unified Instruction Set for Interoperable Brain-Inspired Computing

    Authors: Jens E. Pedersen, Steven Abreu, Matthias Jobst, Gregor Lenz, Vittorio Fra, Felix C. Bauer, Dylan R. Muir, Peng Zhou, Bernhard Vogginger, Kade Heckel, Gianvito Urgese, Sadasivan Shankar, Terrence C. Stewart, Sadique Sheik, Jason K. Eshraghian

    Abstract: Spiking neural networks and neuromorphic hardware platforms that simulate neuronal dynamics are getting wide attention and are being applied to many relevant problems using Machine Learning. Despite a well-established mathematical foundation for neural dynamics, there exists numerous software and hardware solutions and stacks whose variability makes it difficult to reproduce findings. Here, we est… ▽ More

    Submitted 30 September, 2024; v1 submitted 24 November, 2023; originally announced November 2023.

    Comments: NIR is available at https://neuroir.org

    Journal ref: Nat Commun 15, 8122 (2024)

  6. arXiv:2212.10719  [pdf, other

    cs.DC

    AEStream: Accelerated event-based processing with coroutines

    Authors: Jens Egholm Pedersen, Jörg Conradt

    Abstract: Neuromorphic sensors imitate the sparse and event-based communication seen in biological sensory organs and brains. Today's sensors can emit many millions of asynchronous events per second, which is challenging to process on conventional computers. To avoid bottleneck effects, there is a need to apply and improve concurrent and parallel processing of events. We present AEStream: a library to eff… ▽ More

    Submitted 20 December, 2022; originally announced December 2022.

    Comments: 7 pages, 6 figures. Submitted to Neuro Inspired Computational Element (NICE) 2023

    ACM Class: D.4.1; I.3.1; B.4