paper-with-me

Papers

Symbolic Feedforward Networks for Probabilistic Finite Automata: Exact Simulation and Learnability

2025-09-12 · Sahil Rajesh Dhayalkar arxiv

We present a formal and constructive theory showing that probabilistic finite automata (PFAs) can be exactly simulated using symbolic feedforward neural networks. Our architecture represents state distributions as vectors and transitions as stochastic matrices, enabling probabilistic state propagation via matrix-vector products. This yields a parallel, interpretable, and differentiable simulation of PFA dynamics using soft updates-without recurrence. We formally characterize probabilistic subset construction, $\varepsilon$-closure, and exact simulation via layered symbolic computation, and prove equivalence between PFAs and specific classes of neural networks. We further show that these symbolic simulators are not only expressive but learnable: trained with standard gradient descent-based optimization on labeled sequence data, they recover the exact behavior of ground-truth PFAs. This learnability, formalized in Proposition 5.1, is the crux of this work. Our results unify probabilistic automata theory with neural architectures under a rigorous algebraic framework, bridging the gap between symbolic computation and deep learning.

📄 PDF Abstract BibTeX arXiv:2509.10034

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Neural Networks as Universal Finite-State Machines: A Constructive Deterministic Finite Automaton Theory

2025-05-16 · Sahil Rajesh Dhayalkar

We present a complete theoretical and empirical framework establishing feedforward neural networks as universal finite-state machines (N-FSMs). Our results prove that finite-depth ReLU and threshold networks can exactly …

Neural Networks as Universal Finite-State Machines: A Constructive ReLU Simulation Framework for NFAs

2025-05-30 · Sahil Rajesh Dhayalkar

We present a formal and constructive framework establishing the equivalence between nondeterministic finite automata (NFAs) and standard feedforward ReLU neural networks. By encoding automaton states as binary vectors an…

Logic-Gated Time-Shared Feedforward Networks for Alternating Finite Automata: Exact Simulation and Learnability

2026-03-20 · Sahil Rajesh Dhayalkar arxiv

We present a formal and constructive framework for simulating Alternating Finite Automata (AFAs) using Logic-Gated Time-Shared Feedforward Networks (LG-TS-FFNs). Unlike prior neural automata models limited to Nondetermin…

Logical Reasoning

Automata Learning from Preference and Equivalence Queries

2023-08-18 · Eric Hsiung, Joydeep Biswas, Swarat Chaudhuri

Active automata learning from membership and equivalence queries is a foundational problem with numerous applications. We propose a novel variant of the active automata learning problem: actively learn finite automata us…

Navigate

Query Learning Algorithm for Residual Symbolic Finite Automata

2019-02-20 · Kaizaburo Chubachi, Diptarama Hendrian, Ryo Yoshinaka, Ayumi Shinohara

We propose a query learning algorithm for residual symbolic finite automata (RSFAs). Symbolic finite automata (SFAs) are finite automata whose transitions are labeled by predicates over a Boolean algebra, in which a big …