paper-with-me

홈 › Papers

Neurosim: A Fast Simulator for Neuromorphic Robot Perception

2026-02-16 · Richeek Das, Pratik Chaudhari arxiv

Neurosim is a fast, real-time, high-performance library for simulating sensors such as dynamic vision sensors, RGB cameras, depth sensors, and inertial sensors. It can also simulate agile dynamics of multi-rotor vehicles in complex and dynamic environments. Neurosim can achieve frame rates as high as ~2700 FPS on a desktop GPU. Neurosim integrates with a ZeroMQ-based communication library called Cortex to facilitate seamless integration with machine learning and robotics workflows. Cortex provides a high-throughput, low-latency message-passing system for Python and C++ applications, with native support for NumPy arrays and PyTorch tensors. This paper discusses the design philosophy behind Neurosim and Cortex. It demonstrates how they can be used to (i) train neuromorphic perception and control algorithms, e.g., using self-supervised learning on time-synchronized multi-modal data, and (ii) test real-time implementations of these algorithms in closed-loop. Neurosim and Cortex are available at https://github.com/grasp-lyrl/neurosim .

📄 PDF Abstract BibTeX arXiv:2602.15018

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Supervised Learning

Similar Papers 제목 키워드 기반

SuperNeuro: A Fast and Scalable Simulator for Neuromorphic Computing

2023-05-04 · Prasanna Date, Chathika Gunaratne, Shruti Kulkarni, Robert Patton 외

In many neuromorphic workflows, simulators play a vital role for important tasks such as training spiking neural networks (SNNs), running neuroscience simulations, and designing, implementing and testing neuromorphic alg…

GPU

Fully neuromorphic vision and control for autonomous drone flight

2023-03-15 · Federico Paredes-Vallés, Jesse Hagenaars, Julien Dupeyroux, Stein Stroobants 외

Biological sensing and processing is asynchronous and sparse, leading to low-latency and energy-efficient perception and action. In robotics, neuromorphic hardware for event-based vision and spiking neural networks promi…

Event-based visionSelf-Supervised Learning

MICSim: A Modular Simulator for Mixed-signal Compute-in-Memory based AI Accelerator

2024-09-23 · Cong Wang, Zeming Chen, Shanshi Huang

This work introduces MICSim, an open-source, pre-circuit simulator designed for early-stage evaluation of chip-level software performance and hardware overhead of mixed-signal compute-in-memory (CIM) accelerators. MICSim…

Quantization

NeuroSim V1.5: Improved Software Backbone for Benchmarking Compute-in-Memory Accelerators with Device and Circuit-level Non-idealities

2025-05-05 · James Read, Ming-Yen Lee, Wei-Hsing Huang, Yuan-Chun Luo 외

The exponential growth of artificial intelligence (AI) applications has exposed the inefficiency of conventional von Neumann architectures, where frequent data transfers between compute units and memory create significan…

BenchmarkingQuantization

Neuromorphic Computing for Embodied Intelligence in Autonomous Systems: Current Trends, Challenges, and Future Directions

2025-07-24 · Alberto Marchisio, Muhammad Shafique arxiv

The growing need for intelligent, adaptive, and energy-efficient autonomous systems across fields such as robotics, mobile agents (e.g., UAVs), and self-driving vehicles is driving interest in neuromorphic computing. By …

Continual Learning