Skip to main content

Showing 1–20 of 20 results for author: Lawry, J

Searching in archive cs. Search in all archives.
.
  1. Collective Anomaly Perception During Multi-Robot Patrol: Constrained Interactions Can Promote Accurate Consensus

    Authors: Zachary R. Madin, Jonathan Lawry, Edmund R. Hunt

    Abstract: An important real-world application of multi-robot systems is multi-robot patrolling (MRP), where robots must carry out the activity of going through an area at regular intervals. Motivations for MRP include the detection of anomalies that may represent security threats. While MRP algorithms show some maturity in development, a key potential advantage has been unexamined: the ability to exploit co… ▽ More

    Submitted 19 December, 2023; originally announced December 2023.

  2. arXiv:2306.01179  [pdf, other

    cs.MA

    The Benefits of Interaction Constraints in Distributed Autonomous Systems

    Authors: Michael Crosscombe, Jonathan Lawry

    Abstract: The design of distributed autonomous systems often omits consideration of the underlying network dynamics. Recent works in multi-agent systems and swarm robotics alike have highlighted the impact that the interactions between agents have on the collective behaviours exhibited by the system. In this paper, we seek to highlight the role that the underlying interaction network plays in determining th… ▽ More

    Submitted 1 June, 2023; originally announced June 2023.

    Comments: To appear in the Proceedings of the Distributed Autonomous Robotic Systems 16th International Symposium (2022)

  3. arXiv:2305.16924  [pdf, other

    cs.AI

    Learning Interpretable Models of Aircraft Handling Behaviour by Reinforcement Learning from Human Feedback

    Authors: Tom Bewley, Jonathan Lawry, Arthur Richards

    Abstract: We propose a method to capture the handling abilities of fast jet pilots in a software model via reinforcement learning (RL) from human preference feedback. We use pairwise preferences over simulated flight trajectories to learn an interpretable rule-based model called a reward tree, which enables the automated scoring of trajectories alongside an explanatory rationale. We train an RL agent to exe… ▽ More

    Submitted 26 May, 2023; originally announced May 2023.

    Comments: arXiv admin note: substantial text overlap with arXiv:2210.01007

  4. arXiv:2302.05196  [pdf, other

    cs.LG

    Two-step counterfactual generation for OOD examples

    Authors: Nawid Keshtmand, Raul Santos-Rodriguez, Jonathan Lawry

    Abstract: Two fundamental requirements for the deployment of machine learning models in safety-critical systems are to be able to detect out-of-distribution (OOD) data correctly and to be able to explain the prediction of the model. Although significant effort has gone into both OOD detection and explainable AI, there has been little work on explaining why a model predicts a certain data point is OOD. In th… ▽ More

    Submitted 10 February, 2023; originally announced February 2023.

  5. arXiv:2211.03183  [pdf, other

    cs.LG cs.CV

    Understanding the properties and limitations of contrastive learning for Out-of-Distribution detection

    Authors: Nawid Keshtmand, Raul Santos-Rodriguez, Jonathan Lawry

    Abstract: A recent popular approach to out-of-distribution (OOD) detection is based on a self-supervised learning technique referred to as contrastive learning. There are two main variants of contrastive learning, namely instance and class discrimination, targeting features that can discriminate between different instances for the former, and different classes for the latter. In this paper, we aim to unde… ▽ More

    Submitted 6 November, 2022; originally announced November 2022.

  6. arXiv:2210.01007  [pdf, other

    cs.LG cs.AI

    Reward Learning with Trees: Methods and Evaluation

    Authors: Tom Bewley, Jonathan Lawry, Arthur Richards, Rachel Craddock, Ian Henderson

    Abstract: Recent efforts to learn reward functions from human feedback have tended to use deep neural networks, whose lack of transparency hampers our ability to explain agent behaviour or verify alignment. We explore the merits of learning intrinsically interpretable tree models instead. We develop a recently proposed method for learning reward trees from preference labels, and show it to be broadly compet… ▽ More

    Submitted 3 October, 2022; originally announced October 2022.

    Comments: 22 pages (9 main body). Preprint, under review

  7. arXiv:2201.07749  [pdf, other

    cs.AI

    Summarising and Comparing Agent Dynamics with Contrastive Spatiotemporal Abstraction

    Authors: Tom Bewley, Jonathan Lawry, Arthur Richards

    Abstract: We introduce a data-driven, model-agnostic technique for generating a human-interpretable summary of the salient points of contrast within an evolving dynamical system, such as the learning process of a control agent. It involves the aggregation of transition data along both spatial and temporal dimensions according to an information-theoretic divergence measure. A practical algorithm is outlined… ▽ More

    Submitted 21 June, 2022; v1 submitted 17 January, 2022; originally announced January 2022.

    Comments: 13 pages (6 body, 1 references, 6 appendix). Accepted for presentation at XAI-IJCAI22 Workshop, July 2022

  8. The Impact of Network Connectivity on Collective Learning

    Authors: Michael Crosscombe, Jonathan Lawry

    Abstract: In decentralised autonomous systems it is the interactions between individual agents which govern the collective behaviours of the system. These local-level interactions are themselves often governed by an underlying network structure. These networks are particularly important for collective learning and decision-making whereby agents must gather evidence from their environment and propagate this… ▽ More

    Submitted 18 June, 2021; v1 submitted 1 June, 2021; originally announced June 2021.

    Comments: 13 pages, 5 figures. To appear at the 15th International Symposium on Distributed Autonomous Robotic Systems 2021. Presented at the joint DARS-SWARM 2021 symposium held (virtually) in Kyoto, Japan

  9. arXiv:2009.04743  [pdf, other

    cs.AI

    TripleTree: A Versatile Interpretable Representation of Black Box Agents and their Environments

    Authors: Tom Bewley, Jonathan Lawry

    Abstract: In explainable artificial intelligence, there is increasing interest in understanding the behaviour of autonomous agents to build trust and validate performance. Modern agent architectures, such as those trained by deep reinforcement learning, are currently so lacking in interpretable structure as to effectively be black boxes, but insights may still be gained from an external, behaviourist perspe… ▽ More

    Submitted 21 September, 2020; v1 submitted 10 September, 2020; originally announced September 2020.

    Comments: 12 pages (incl. references and appendices), 15 figures. Pre-print, under review

  10. arXiv:2006.11309  [pdf, other

    cs.AI

    Modelling Agent Policies with Interpretable Imitation Learning

    Authors: Tom Bewley, Jonathan Lawry, Arthur Richards

    Abstract: As we deploy autonomous agents in safety-critical domains, it becomes important to develop an understanding of their internal mechanisms and representations. We outline an approach to imitation learning for reverse-engineering black box agent policies in MDP environments, yielding simplified, interpretable models in the form of decision trees. As part of this process, we explicitly model and learn… ▽ More

    Submitted 19 June, 2020; originally announced June 2020.

    Comments: 6 pages, 3 figures; under review for the 1st TAILOR Workshop, due to take place 29-30 August 2020 in Santiago de Compostela

  11. arXiv:2001.07145  [pdf, other

    cs.MA

    Distributed Possibilistic Learning in Multi-Agent Systems

    Authors: Jonathan Lawry, Michael Crosscombe, David Harvey

    Abstract: Possibility theory is proposed as an uncertainty representation framework for distributed learning in multi-agent systems and robot swarms. In particular, we investigate its application to the best-of-n problem where the aim is for a population of agents to identify the highest quality out of n options through local interactions between individuals and limited direct feedback from the environment.… ▽ More

    Submitted 20 January, 2020; originally announced January 2020.

    Comments: 3rd International Symposium on Swarm Behavior and Bio-Inspired Robotics (SWARM 2019)

  12. Evidence Propagation and Consensus Formation in Noisy Environments

    Authors: Michael Crosscombe, Jonathan Lawry, Palina Bartashevich

    Abstract: We study the effectiveness of consensus formation in multi-agent systems where there is both belief updating based on direct evidence and also belief combination between agents. In particular, we consider the scenario in which a population of agents collaborate on the best-of-n problem where the aim is to reach a consensus about which is the best (alternatively, true) state from amongst a set of s… ▽ More

    Submitted 20 January, 2020; v1 submitted 12 May, 2019; originally announced May 2019.

    Comments: 13th international conference on Scalable Uncertainty Management

  13. A Model of Multi-Agent Consensus for Vague and Uncertain Beliefs

    Authors: Michael Crosscombe, Jonathan Lawry

    Abstract: Consensus formation is investigated for multi-agent systems in which agents' beliefs are both vague and uncertain. Vagueness is represented by a third truth state meaning \emph{borderline}. This is combined with a probabilistic model of uncertainty. A belief combination operator is then proposed which exploits borderline truth values to enable agents with conflicting beliefs to reach a compromise.… ▽ More

    Submitted 12 January, 2018; v1 submitted 11 December, 2016; originally announced December 2016.

    Journal ref: Adaptive Behavior. 24 (4). pp 249-260. 2016

  14. Exploiting Vagueness for Multi-Agent Consensus

    Authors: Michael Crosscombe, Jonathan Lawry

    Abstract: A framework for consensus modelling is introduced using Kleene's three valued logic as a means to express vagueness in agents' beliefs. Explicitly borderline cases are inherent to propositions involving vague concepts where sentences of a propositional language may be absolutely true, absolutely false or borderline. By exploiting these intermediate truth values, we can allow agents to adopt a more… ▽ More

    Submitted 20 September, 2016; v1 submitted 19 July, 2016; originally announced July 2016.

    Comments: Submitted to the second international workshop on Smart Simulation and Modelling for Complex Systems (SSMCS) at IJCAI 2015

  15. A Fuzzy Approach to Qualification in Design Exploration for Autonomous Robots and Systems

    Authors: Jeremy Morse, Dejanira Araiza-Illan, Jonathan Lawry, Arthur Richards, Kerstin Eder

    Abstract: Autonomous robots must operate in complex and changing environments subject to requirements on their behaviour. Verifying absolute satisfaction (true or false) of these requirements is challenging. Instead, we analyse requirements that admit flexible degrees of satisfaction. We analyse vague requirements using fuzzy logic, and probabilistic requirements using model checking. The resulting analysis… ▽ More

    Submitted 11 May, 2017; v1 submitted 3 June, 2016; originally announced June 2016.

  16. arXiv:1603.01082  [pdf, other

    cs.RO

    Formal Specification and Analysis of Autonomous Systems under Partial Compliance

    Authors: Jeremy Morse, Dejanira Araiza-Illan, Jonathan Lawry, Arthur Richards, Kerstin Eder

    Abstract: The widespread adoption of autonomous systems depends on providing guarantees of safety and functional correctness, at both design time and runtime. Information about the extent to which functional requirements can be met in combination with non-functional requirements (NFRs) -- i.e. requirements that can be partially complied with -- , under dynamic and uncertain environments, provides opportunit… ▽ More

    Submitted 22 July, 2016; v1 submitted 3 March, 2016; originally announced March 2016.

  17. arXiv:1601.06763  [pdf, other

    cs.AI cs.CL cs.MA

    Emerging Dimension Weights in a Conceptual Spaces Model of Concept Combination

    Authors: Martha Lewis, Jonathan Lawry

    Abstract: We investigate the generation of new concepts from combinations of properties as an artificial language develops. To do so, we have developed a new framework for conjunctive concept combination. This framework gives a semantic grounding to the weighted sum approach to concept combination seen in the literature. We implement the framework in a multi-agent simulation of language evolution and show t… ▽ More

    Submitted 25 January, 2016; originally announced January 2016.

    Comments: AISB 2014, updated to include references to previous work

  18. arXiv:1601.06755  [pdf, other

    cs.AI cs.CL cs.MA

    The Utility of Hedged Assertions in the Emergence of Shared Categorical Labels

    Authors: Martha Lewis, Jonathan Lawry

    Abstract: We investigate the emergence of shared concepts in a community of language users using a multi-agent simulation. We extend results showing that negated assertions are of use in develo** shared categories, to include assertions modified by linguistic hedges. Results show that using hedged assertions positively affects the emergence of shared categories in two distinct ways. Firstly, using contrac… ▽ More

    Submitted 25 January, 2016; originally announced January 2016.

    Comments: AISB 2013, updated to include cross-reference to previous work

  19. arXiv:1601.06738  [pdf, other

    cs.AI cs.CL

    A Label Semantics Approach to Linguistic Hedges

    Authors: Martha Lewis, Jonathan Lawry

    Abstract: We introduce a model for the linguistic hedges `very' and `quite' within the label semantics framework, and combined with the prototype and conceptual spaces theories of concepts. The proposed model emerges naturally from the representational framework we use and as such, has a clear semantic grounding. We give generalisations of these hedge models and show that they can be composed with themselve… ▽ More

    Submitted 25 January, 2016; originally announced January 2016.

  20. arXiv:1601.06732  [pdf, other

    cs.AI cs.CL cs.MA

    Concept Generation in Language Evolution

    Authors: Martha Lewis, Jonathan Lawry

    Abstract: This thesis investigates the generation of new concepts from combinations of existing concepts as a language evolves. We give a method for combining concepts, and will be investigating the utility of composite concepts in language evolution and thence the utility of concept generation.

    Submitted 25 January, 2016; originally announced January 2016.