{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2608-08479","title":"SuperNeuroMAT: An Efficient Matrix-based Simulator for Spiking Neural Networks","arxiv_id":"2608.08479","date":"2026-08-09","proceeding":null,"authors":["Prasanna Date","Kevin Zhu","Shruti Kulkarni","Ashish Gautam","Chathika Gunaratne","Robert Patton","Tyler Nitzsche","Ian Mulet","Zachary Johnson-Scott","Addison Helms","Duncan Rowden","Simon Weston","Maryam Parsa","Catherine Schuman","Thomas Potok"],"abstract":"Spiking neural networks (SNNs) offer a promising pathway to energy-efficient AI and brain-inspired computing. However, their widespread adoption is hindered by a lack of fast, accessible, and versatile simulation frameworks. In this paper, we introduce SuperNeuroMAT, an open-source, scalable, and highly efficient Python-based SNN simulator. We devise a novel matrix-based approach to model the leaky integrate-and-fire (LIF) neuron dynamics and natively support dense and sparse execution modes. This enables fast simulation of approximately 10,000 neurons in dense mode and 100,000 neurons in sparse mode on standard laptops and desktops without requiring specialized hardware. We demonstrate that SuperNeuroMAT consistently outperforms four established SNN simulators---NEST, Brian2, BindsNET, and snnTorch---on two performance metrics (execution speed and peak resident memory) and across various network sizes and connection probabilities. Furthermore, we demonstrate SuperNeuroMAT's applicability across a diverse set of problems. SuperNeuroMAT can efficiently handle conventional machine learning benchmarks such as the Digits and citation network datasets as well as neuromorphic event-based vision tasks such as N-CARS and ASL-DVS. Moreover, it can be extended beyond machine learning workloads and facilitate general-purpose workloads. We validated this by implementing the neuromorphic shortest path algorithm and two arithmetic primitives (addition and multiplication). SuperNeuroMAT can be installed via the Python Package Index (PyPI), thereby lowering the barrier to entry into the field of neuromorphic computing and accelerating the broader development of neuromorphic algorithms.","url_abs":"https://arxiv.org/abs/2608.08479","url_pdf":"https://arxiv.org/pdf/2608.08479","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2608.08479","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2608.08479"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/ORNL/superneuromat","reach":null}],"summary":{"ran":5,"unverified":1},"by_repo_kind":{"found_in_text":{"samples":6,"ran":5,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"51d05937f801e0c0","entry":"ModelProp","repo":"ORNL/superneuromat","repo_kind":"found_in_text","path":"src/superneuromat/accessor_classes.py","file_url":"https://github.com/ORNL/superneuromat/blob/HEAD/src/superneuromat/accessor_classes.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"51d05937f801e0c0"}},{"code_sha256_prefix":"d68fcf4c87256eee","entry":"getenv","repo":"ORNL/superneuromat","repo_kind":"found_in_text","path":"src/superneuromat/util.py","file_url":"https://github.com/ORNL/superneuromat/blob/HEAD/src/superneuromat/util.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"d68fcf4c87256eee"}},{"code_sha256_prefix":"7782a88dd323d660","entry":"getenvbool","repo":"ORNL/superneuromat","repo_kind":"found_in_text","path":"src/superneuromat/util.py","file_url":"https://github.com/ORNL/superneuromat/blob/HEAD/src/superneuromat/util.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"7782a88dd323d660"}},{"code_sha256_prefix":"16ddbbe9d73a1898","entry":"is_intlike","repo":"ORNL/superneuromat","repo_kind":"found_in_text","path":"src/superneuromat/util.py","file_url":"https://github.com/ORNL/superneuromat/blob/HEAD/src/superneuromat/util.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"16ddbbe9d73a1898"}},{"code_sha256_prefix":"36c59e4767f24996","entry":"normalize_skipkeys","repo":"ORNL/superneuromat","repo_kind":"found_in_text","path":"src/superneuromat/neuromorphicmodel.py","file_url":"https://github.com/ORNL/superneuromat/blob/HEAD/src/superneuromat/neuromorphicmodel.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"36c59e4767f24996"}},{"code_sha256_prefix":"b2f6ad93eeec55ba","entry":"dumps","repo":"ORNL/superneuromat","repo_kind":"found_in_text","path":"src/superneuromat/json.py","file_url":"https://github.com/ORNL/superneuromat/blob/HEAD/src/superneuromat/json.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"b2f6ad93eeec55ba"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}