paper-with-me

Papers

Automata Cascades: Expressivity and Sample Complexity

2022-11-25 · Alessandro Ronca, Nadezda Alexandrovna Knorozova, Giuseppe De Giacomo

Every automaton can be decomposed into a cascade of basic prime automata. This is the Prime Decomposition Theorem by Krohn and Rhodes. Guided by this theory, we propose automata cascades as a structured, modular, way to describe automata as complex systems made of many components, each implementing a specific functionality. Any automaton can serve as a component; using specific components allows for a fine-grained control of the expressivity of the resulting class of automata; using prime automata as components implies specific expressivity guarantees. Moreover, specifying automata as cascades allows for describing the sample complexity of automata in terms of their components. We show that the sample complexity is linear in the number of components and the maximum complexity of a single component, modulo logarithmic factors. This opens to the possibility of learning automata representing large dynamical systems consisting of many parts interacting with each other. It is in sharp contrast with the established understanding of the sample complexity of automata, described in terms of the overall number of states and input letters, which implies that it is only possible to learn automata where the number of states is linear in the amount of data available. Instead our results show that one can learn automata with a number of states that is exponential in the amount of data available.

📄 PDF Abstract BibTeX arXiv:2211.14028

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Expressivity of Recurrent Neural Cascades with Identity

2024-05-19 · Nadezda Alexandrovna Knorozova, Alessandro Ronca

Recurrent Neural Cascades (RNC) are the class of recurrent neural networks with no cyclic dependencies among recurrent neurons. Their subclass RNC+ with positive recurrent weights has been shown to be closely connected t…

On The Expressivity of Recurrent Neural Cascades

2023-12-14 · Nadezda Alexandrovna Knorozova, Alessandro Ronca

Recurrent Neural Cascades (RNCs) are the recurrent neural networks with no cyclic dependencies among recurrent neurons. This class of recurrent networks has received a lot of attention in practice. Besides training metho…

Spontaneous Emergence of Computation in Network Cascades

2022-04-25 · Galen Wilkerson, Sotiris Moschoyiannis, Henrik Jeldtoft Jensen

Neuronal network computation and computation by avalanche supporting networks are of interest to the fields of physics, computer science (computation theory as well as statistical or machine learning) and neuroscience. H…

Robustness of Constraint Automata for Description Logics with Concrete Domains

2026-01-27 · Stéphane Demri, Tianwen Gu arxiv

Decidability or complexity issues about the consistency problem for description logics with concrete domains have already been analysed with tableaux-based or type elimination methods. Concrete domains in ontologies are …

Odin's Runes: A Rule Language for Information Extraction

2016-05-01 · LREC 2016 5 · Marco A. Valenzuela-Esc{\'a}rcega, Gus Hahn-Powell, Mihai Surdeanu

Odin is an information extraction framework that applies cascades of finite state automata over both surface text and syntactic dependency graphs. Support for syntactic patterns allow us to concisely define relations tha…