Skip to main content

Showing 1–9 of 9 results for author: Talbot, J

  1. arXiv:2309.13265  [pdf, other

    cs.HC

    A Declarative Specification for Authoring Metrics Dashboards

    Authors: Will Epperson, Kanit Wongsuphasawat, Allison Whilden, Fan Du, Justin Talbot

    Abstract: Despite their ubiquity, authoring dashboards for metrics reporting in modern data analysis tools remains a manual, time-consuming process. Rather than focusing on interesting combinations of their data, users have to spend time creating each chart in a dashboard one by one. This makes dashboard creation slow and tedious. We conducted a review of production metrics dashboards and found that many da… ▽ More

    Submitted 23 September, 2023; originally announced September 2023.

    Comments: To appear at Visual Data Science (VDS) Symposium at IEEE VIS 2023

  2. arXiv:2110.12395  [pdf, other

    cs.FL

    Weighted Automata and Expressions over Pre-Rational Monoids

    Authors: Nicolas Baudru, Louis-Marie Dando, Nathan Lhote, Benjamin Monmege, Pierre-Alain Reynier, Jean-Marc Talbot

    Abstract: The Kleene theorem establishes a fundamental link between automata and expressions over the free monoid. Numerous generalisations of this result exist in the literature. Lifting this result to a weighted setting has been widely studied. Moreover, different monoids can be considered: for instance, two-way automata, and even tree-walking automata, can be described by expressions using the free inver… ▽ More

    Submitted 24 October, 2021; originally announced October 2021.

  3. arXiv:2012.03390  [pdf, other

    cs.RO eess.SY

    On Infusing Reachability-Based Safety Assurance within Planning Frameworks for Human-Robot Vehicle Interactions

    Authors: Karen Leung, Edward Schmerling, Mengxuan Zhang, Mo Chen, John Talbot, J. Christian Gerdes, Marco Pavone

    Abstract: Action anticipation, intent prediction, and proactive behavior are all desirable characteristics for autonomous driving policies in interactive scenarios. Paramount, however, is ensuring safety on the road -- a key challenge in doing so is accounting for uncertainty in human driver actions without unduly impacting planner performance. This paper introduces a minimally-interventional safety control… ▽ More

    Submitted 6 December, 2020; originally announced December 2020.

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

    Journal ref: International Journal of Robotics Research, vol. 39, no. 10-11, pp. 1326--1345, 2020

  4. arXiv:1911.06260  [pdf, other

    cs.CR

    A Security Perspective on Unikernels

    Authors: Joshua Talbot, Przemek Pikula, Craig Sweetmore, Samuel Rowe, Hanan Hindy, Christos Tachtatzis, Robert Atkinson, Xavier Bellekens

    Abstract: Cloud-based infrastructures have grown in popularity over the last decade leveraging virtualisation, server, storage, compute power and network components to develop flexible applications. The requirements for instantaneous deployment and reduced costs have led the shift from virtual machine deployment to containerisation, increasing the overall flexibility of applications and increasing performan… ▽ More

    Submitted 14 November, 2019; originally announced November 2019.

    Comments: 6 pages, 4 figures

  5. arXiv:1812.11315  [pdf, other

    cs.RO eess.SY

    On Infusing Reachability-Based Safety Assurance within Probabilistic Planning Frameworks for Human-Robot Vehicle Interactions

    Authors: Karen Leung, Edward Schmerling, Mo Chen, John Talbot, J. Christian Gerdes, Marco Pavone

    Abstract: Action anticipation, intent prediction, and proactive behavior are all desirable characteristics for autonomous driving policies in interactive scenarios. Paramount, however, is ensuring safety on the road --- a key challenge in doing so is accounting for uncertainty in human driver actions without unduly impacting planner performance. This paper introduces a minimally-interventional safety contro… ▽ More

    Submitted 29 December, 2018; originally announced December 2018.

    Comments: Presented at the International Symposium on Experimental Robotics, Buenos Aires, Argentina, 2018

  6. Two-Way Visibly Pushdown Automata and Transducers

    Authors: Luc Dartois, Emmanuel Filiot, Pierre-Alain Reynier, Jean-Marc Talbot

    Abstract: Automata-logic connections are pillars of the theory of regular languages. Such connections are harder to obtain for transducers, but important results have been obtained recently for word-to-word transformations, showing that the three following models are equivalent: deterministic two-way transducers, monadic second-order (MSO) transducers, and deterministic one-way automata equipped with a fini… ▽ More

    Submitted 1 June, 2016; originally announced June 2016.

    ACM Class: F.4.3

  7. Expressiveness of Visibly Pushdown Transducers

    Authors: Mathieu Caralp, Emmanuel Filiot, Pierre-Alain Reynier, Frédéric Servais, Jean-Marc Talbot

    Abstract: Visibly pushdown transducers (VPTs) are visibly pushdown automata extended with outputs. They have been introduced to model transformations of nested words, i.e. words with a call/return structure. As trees and more generally hedges can be linearized into (well) nested words, VPTs are a natural formalism to express tree transformations evaluated in streaming. This paper aims at characterizing prec… ▽ More

    Submitted 21 November, 2013; originally announced November 2013.

    Comments: In Proceedings TTATT 2013, arXiv:1311.5058

    ACM Class: F.1.1; F.4.3

    Journal ref: EPTCS 134, 2013, pp. 17-26

  8. On Functionality of Visibly Pushdown Transducers

    Authors: Emmanuel Filiot, Jean-François Raskin, Pierre-Alain Reynier, Frédéric Servais, Jean-Marc Talbot

    Abstract: Visibly pushdown transducers form a subclass of pushdown transducers that (strictly) extends finite state transducers with a stack. Like visibly pushdown automata, the input symbols determine the stack operations. In this paper, we prove that functionality is decidable in PSpace for visibly pushdown transducers. The proof is done via a pumping argument: if a word with two outputs has a sufficien… ▽ More

    Submitted 7 February, 2010; originally announced February 2010.

    Comments: 20 pages

  9. arXiv:0710.3246  [pdf, ps, other

    cs.DS cs.IT

    Bloom maps

    Authors: David Talbot, John Talbot

    Abstract: We consider the problem of succinctly encoding a static map to support approximate queries. We derive upper and lower bounds on the space requirements in terms of the error rate and the entropy of the distribution of values over keys: our bounds differ by a factor log e. For the upper bound we introduce a novel data structure, the Bloom map, generalising the Bloom filter to this problem. The low… ▽ More

    Submitted 17 October, 2007; originally announced October 2007.

    Comments: 15 pages

    ACM Class: E.4