Skip to main content

Showing 1–16 of 16 results for author: Otop, J

Searching in archive cs. Search in all archives.
.
  1. arXiv:2403.00390  [pdf, ps, other

    cs.CC

    Deterministic Weighted Automata under Partial Observability

    Authors: Jakub Michaliszyn, Jan Otop

    Abstract: Weighted automata is a basic tool for specification in quantitative verification, which allows to express quantitative features of analysed systems such as resource consumption. Quantitative specification can be assisted by automata learning as there are classic results on Angluin-style learning of weighted automata. The existing work assumes perfect information about the values returned by the ta… ▽ More

    Submitted 1 March, 2024; originally announced March 2024.

  2. arXiv:2007.08917  [pdf, other

    cs.FL

    Multi-dimensional Long-Run Average Problems for Vector Addition Systems with States

    Authors: Krishnendu Chatterjee, Thomas A. Henzinger, Jan Otop

    Abstract: A vector addition system with states (VASS) consists of a finite set of states and counters. A transition changes the current state to the next state, and every counter is either incremented, or decremented, or left unchanged. A state and value for each counter is a configuration; and a computation is an infinite sequence of configurations with transitions between successive configurations. A prob… ▽ More

    Submitted 17 July, 2020; originally announced July 2020.

    Comments: The paper submitted to CONCUR 2020

  3. Modular Path Queries with Arithmetic

    Authors: Jakub Michaliszyn, Jan Otop, Piotr Wieczorek

    Abstract: We propose a new approach to querying graph databases. Our approach balances competing goals of expressive power, language clarity and computational complexity. A distinctive feature of our approach is the ability to express properties of minimal (e.g. shortest) and maximal (e.g. most valuable) paths satisfying given criteria. To express complex properties in a modular way, we introduce labelling-… ▽ More

    Submitted 17 September, 2021; v1 submitted 11 February, 2020; originally announced February 2020.

    Comments: arXiv admin note: text overlap with arXiv:1710.04419

    Journal ref: Logical Methods in Computer Science, Volume 17, Issue 3 (September 20, 2021) lmcs:6091

  4. Non-deterministic weighted automata evaluated over Markov chains

    Authors: Jakub Michaliszyn, Jan Otop

    Abstract: We present the first study of non-deterministic weighted automata under probabilistic semantics. In this semantics words are random events, generated by a Markov chain, and functions computed by weighted automata are random variables. We consider the probabilistic questions of computing the expected value and the cumulative distribution for such random variables. The exact answers to the probabi… ▽ More

    Submitted 31 October, 2019; v1 submitted 13 August, 2019; originally announced August 2019.

  5. arXiv:1906.11104  [pdf, other

    cs.FL

    Approximate Learning of Limit-Average Automata

    Authors: Jakub Michaliszyn, Jan Otop

    Abstract: Limit-average automata are weighted automata on infinite words that use average to aggregate the weights seen in infinite runs. We study approximate learning problems for limit-average automata in two settings: passive and active. In the passive learning case, we show that limit-average automata are not PAC-learnable as samples must be of exponential-size to provide (with good probability) enough… ▽ More

    Submitted 26 June, 2019; originally announced June 2019.

    Comments: This is a full version of a paper accepted to CONCUR 2019

  6. arXiv:1905.05537  [pdf, ps, other

    cs.FL

    Long-Run Average Behavior of Vector Addition Systems with States

    Authors: Krishnendu Chatterjee, Thomas A. Henzinger, Jan Otop

    Abstract: A vector addition system with states (VASS) consists of a finite set of states and counters. A configuration is a state and a value for each counter; a transition changes the state and each counter is incremented, decremented, or left unchanged. While qualitative properties such as state and configuration reachability have been studied for VASS, we consider the long-run average cost of infinite co… ▽ More

    Submitted 14 May, 2019; originally announced May 2019.

  7. arXiv:1710.04490  [pdf, ps, other

    cs.FL

    Average Stack Cost of Buechi Pushdown Automata

    Authors: Jakub Michaliszyn, Jan Otop

    Abstract: We study the average stack cost of Buechi pushdown automata (Buechi PDA). We associate a non-negative price with each stack symbol and define the cost of a stack as the sum of costs of all its elements. We introduce and study the average stack cost problem (ASC), which asks whether there exists an accepting run of a given Buechi PDA such that the long-run average of stack costs is below some given… ▽ More

    Submitted 12 October, 2017; originally announced October 2017.

    Comments: A conference version of this paper has been accepted to FSTTCS 2017

    ACM Class: F.1.1

  8. arXiv:1710.04419  [pdf, ps, other

    cs.DB

    Querying Best Paths in Graph Databases

    Authors: Jakub Michaliszyn, Jan Otop, Piotr Wieczorek

    Abstract: Querying graph databases has recently received much attention. We propose a new approach to this problem, which balances competing goals of expressive power, language clarity and computational complexity. A distinctive feature of our approach is the ability to express properties of minimal (e.g. shortest) and maximal (e.g. most valuable) paths satisfying given criteria. To express complex properti… ▽ More

    Submitted 12 October, 2017; originally announced October 2017.

    Comments: A conference version fo this paper has been accepted to FSTTCS 2017

    ACM Class: H.2.4; H.2.3

  9. arXiv:1706.08316  [pdf, ps, other

    cs.FL

    Bidirectional Nested Weighted Automata

    Authors: Krishnendu Chatterjee, Thomas A. Henzinger, Jan Otop

    Abstract: Nested weighted automata (NWA) present a robust and convenient automata-theoretic formalism for quantitative specifications. Previous works have considered NWA that processed input words only in the forward direction. It is natural to allow the automata to process input words backwards as well, for example, to measure the maximal or average time between a response and the preceding request. We the… ▽ More

    Submitted 26 June, 2017; originally announced June 2017.

    Comments: The full version of the CONCUR 2017 paper

    ACM Class: F.1.1

  10. arXiv:1606.03598  [pdf, other

    cs.FL cs.LO

    Nested Weighted Limit-Average Automata of Bounded Width

    Authors: Krishnendu Chatterjee, Thomas A. Henzinger, Jan Otop

    Abstract: While weighted automata provide a natural framework to express quantitative properties, many basic properties like average response time cannot be expressed with weighted automata. Nested weighted automata extend weighted automata and consist of a master automaton and a set of slave automata that are invoked by the master automaton. Nested weighted automata are strictly more expressive than weight… ▽ More

    Submitted 11 June, 2016; originally announced June 2016.

    Comments: A conference version will appear in MFCS 2016. arXiv admin note: text overlap with arXiv:1604.06764

  11. Quantitative Automata under Probabilistic Semantics

    Authors: Krishnendu Chatterjee, Thomas A. Henzinger, Jan Otop

    Abstract: Automata with monitor counters, where the transitions do not depend on counter values, and nested weighted automata are two expressive automata-theoretic frameworks for quantitative properties. For a well-studied and wide class of quantitative functions, we establish that automata with monitor counters and nested weighted automata are equivalent. We study for the first time such quantitative autom… ▽ More

    Submitted 10 August, 2019; v1 submitted 22 April, 2016; originally announced April 2016.

    Journal ref: Logical Methods in Computer Science, Volume 15, Issue 3 (August 13, 2019) lmcs:4512

  12. arXiv:1506.01233  [pdf, ps, other

    cs.FL

    Lipschitz Robustness of Timed I/O Systems

    Authors: Thomas A. Henzinger, Jan Otop, Roopsha Samanta

    Abstract: We present the first study of robustness of systems that are both timed as well as reactive (I/O). We study the behavior of such timed I/O systems in the presence of "uncertain inputs" and formalize their robustness using the analytic notion of Lipschitz continuity. Thus, a timed I/O system is K-(Lipschitz) robust if the perturbation in its output is at most K times the perturbation in its input.… ▽ More

    Submitted 3 June, 2015; originally announced June 2015.

  13. Edit Distance for Pushdown Automata

    Authors: Krishnendu Chatterjee, Thomas A. Henzinger, Rasmus Ibsen-Jensen, Jan Otop

    Abstract: The edit distance between two words $w_1, w_2$ is the minimal number of word operations (letter insertions, deletions, and substitutions) necessary to transform $w_1$ to $w_2$. The edit distance generalizes to languages $\mathcal{L}_1, \mathcal{L}_2$, where the edit distance from $\mathcal{L}_1$ to $\mathcal{L}_2$ is the minimal number $k$ such that for every word from $\mathcal{L}_1$ there exists… ▽ More

    Submitted 22 September, 2017; v1 submitted 30 April, 2015; originally announced April 2015.

    Comments: An extended version of a paper accepted to ICALP 2015 with the same title. The paper has been accepted to the LMCS journal

    Journal ref: Logical Methods in Computer Science, Volume 13, Issue 3 (September 13, 2017) lmcs:3927

  14. arXiv:1504.06117  [pdf, ps, other

    cs.FL

    Nested Weighted Automata

    Authors: Krishnendu Chatterjee, Thomas A. Henzinger, Jan Otop

    Abstract: Recently there has been a significant effort to handle quantitative properties in formal verification and synthesis. While weighted automata over finite and infinite words provide a natural and flexible framework to express quantitative properties, perhaps surprisingly, some basic system properties such as average response time cannot be expressed using weighted automata, nor in any other know dec… ▽ More

    Submitted 23 April, 2015; originally announced April 2015.

    Comments: The full version of the paper "Nested Weighted Automata" accepted to LICS 2015

    ACM Class: F.1.1; D.2.4

  15. arXiv:1404.6452  [pdf, ps, other

    cs.FL

    Lipschitz Robustness of Finite-state Transducers

    Authors: Thomas A. Henzinger, Jan Otop, Roopsha Samanta

    Abstract: We investigate the problem of checking if a finite-state transducer is robust to uncertainty in its input. Our notion of robustness is based on the analytic notion of Lipschitz continuity --- a transducer is K-(Lipschitz) robust if the perturbation in its output is at most K times the perturbation in its input. We quantify input and output perturbation using similarity functions. We show that K-ro… ▽ More

    Submitted 7 October, 2014; v1 submitted 25 April, 2014; originally announced April 2014.

    Comments: In FSTTCS 2014

  16. Satisfiability vs. Finite Satisfiability in Elementary Modal Logics

    Authors: Jakub Michaliszyn, Jan Otop, Piotr Witkowski

    Abstract: We study elementary modal logics, i.e. modal logic considered over first-order definable classes of frames. The classical semantics of modal logic allows infinite structures, but often practical applications require to restrict our attention to finite structures. Many decidability and undecidability results for the elementary modal logics were proved separately for general satisfiability and for f… ▽ More

    Submitted 8 October, 2012; originally announced October 2012.

    Comments: In Proceedings GandALF 2012, arXiv:1210.2028

    ACM Class: F.4.1; F.2.2

    Journal ref: EPTCS 96, 2012, pp. 141-154