paper-with-me

홈 › Papers

A Formal Tool for Verification of Probabilistic Spiking Neural Networks Based on Quotient Abstractions

2026-06-12 · Nikan Zandian Jazi, Elisabetta De Maria, Christopher Leturc arxiv

Spiking Neural Networks (SNNs) model biological neural dynamics more faithfully than classical artificial networks, but their stochastic, event-driven computation -- rooted in ion-channel noise and unreliable synaptic vesicle release -- demands probabilistic models for which deterministic abstractions are mathematically inadequate. Formal verification of such models via probabilistic model checking faces a fundamental barrier: the state space explosion problem, where the Discrete-Time Markov Chain (DTMC) encoding grows exponentially with the number of neurons. General-purpose quotient model abstractions [1] can in principle mitigate this growth by partitioning membrane potentials into equivalence classes, but a naïve application to SNNs discards synaptic weight information, limiting the properties that can be verified. This paper introduces a weight-discretized quotient model abstraction that maps continuous synaptic weights to a compact integer range while preserving the relative contribution of each synapse, and presents CogSpike, a unified workbench that integrates SNN design, simulation, and PRISM-based formal verification within a single isomorphic tool chain. The discretization is accompanied by formal correctness guarantees: a two-sided fidelity theorem confines any firing disagreement to a bounded gray zone around threshold, and an Asymptotic Silence theorem gives the exact limit guarantee that unforced neurons fall permanently silent. A topology-dependent scaling analysis shows that the state space reduction compounds exponentially -- approximately $17\times$ per neuron for discretization parameter $W = 3$ -- enabling verification of networks that are otherwise intractable, as confirmed empirically across seven canonical topologies.

📄 PDF Abstract BibTeX arXiv:2606.20674

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Probabilistically Tightened Linear Relaxation-based Perturbation Analysis for Neural Network Verification

2025-07-07 · Luca Marzari, Ferdinando Cicalese, Alessandro Farinelli arxiv

We present $\textbf{P}$robabilistically $\textbf{T}$ightened $\textbf{Li}$near $\textbf{R}$elaxation-based $\textbf{P}$erturbation $\textbf{A}$nalysis ($\texttt{PT-LiRPA}$), a novel framework that combines over-approxima…

Scalable Quantitative Verification For Deep Neural Networks

2020-02-17 · Teodora Baluta, Zheng Leong Chua, Kuldeep S. Meel, Prateek Saxena

Despite the functional success of deep neural networks (DNNs), their trustworthiness remains a crucial open challenge. To address this challenge, both testing and verification techniques have been proposed. But these exi…

Adversarial Robustness

Neural Networks Reduction via Lumping

2022-09-15 · Dalila Ressi, Riccardo Romanello, Sabina Rossi, Carla Piazza

The increasing size of recently proposed Neural Networks makes it hard to implement them on embedded devices, where memory, battery and computational power are a non-trivial bottleneck. For this reason during the last ye…

Leveraging Compositional Methods for Modeling and Verification of an Autonomous Taxi System

2023-04-26 · Alessandro Pinto, Anthony Corso, Edward Schmerling

We apply a compositional formal modeling and verification method to an autonomous aircraft taxi system. We provide insights into the modeling approach and we identify several research areas where further development is n…

Exploiting Noise as a Resource for Computation and Learning in Spiking Neural Networks

2023-05-25 · Gehua Ma, Rui Yan, Huajin Tang

$\textbf{Formal version available at}$ https://cell.com/patterns/fulltext/S2666-3899(23)00200-3 Networks of spiking neurons underpin the extraordinary information-processing capabilities of the brain and have become pill…