LGFeb 13

Eventizing Traditionally Opaque Binary Neural Networks as 1-safe Petri net Models

arXiv:2602.13128v1h-index: 4
Originality Synthesis-oriented
AI Analysis

This addresses the need for explainable and verifiable BNNs in safety-critical domains, though it appears incremental as it applies existing Petri net methods to BNNs.

The authors tackled the problem of Binary Neural Networks (BNNs) being opaque and difficult to verify by developing a Petri net-based framework that models BNN operations as event-driven processes, enabling formal verification of properties like 1-safeness and deadlock-freeness with validation against software-based BNNs.

Binary Neural Networks (BNNs) offer a low-complexity and energy-efficient alternative to traditional full-precision neural networks by constraining their weights and activations to binary values. However, their discrete, highly non-linear behavior makes them difficult to explain, validate and formally verify. As a result, BNNs remain largely opaque, limiting their suitability in safety-critical domains, where causal transparency and behavioral guarantees are essential. In this work, we introduce a Petri net (PN)-based framework that captures the BNN's internal operations as event-driven processes. By "eventizing" their operations, we expose their causal relationships and dependencies for a fine-grained analysis of concurrency, ordering, and state evolution. Here, we construct modular PN blueprints for core BNN components including activation, gradient computation and weight updates, and compose them into a complete system-level model. We then validate the composed PN against a reference software-based BNN, verify it against reachability and structural checks to establish 1-safeness, deadlock-freeness, mutual exclusion and correct-by-construction causal sequencing, before we assess its scalability and complexity at segment, component, and system levels using the automated measurement tools in Workcraft. Overall, this framework enables causal introspection of transparent and event-driven BNNs that are amenable to formal reasoning and verification.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes