Skip to main content

Showing 1–21 of 21 results for author: Lucas, C G

.
  1. arXiv:2405.10871  [pdf, other

    cs.CV

    BraTS-Path Challenge: Assessing Heterogeneous Histopathologic Brain Tumor Sub-regions

    Authors: Spyridon Bakas, Siddhesh P. Thakur, Shahriar Faghani, Mana Moassefi, Ujjwal Baid, Verena Chung, Sarthak Pati, Shubham Innani, Bhakti Baheti, Jake Albrecht, Alexandros Karargyris, Hasan Kassem, MacLean P. Nasrallah, Jared T. Ahrendsen, Valeria Barresi, Maria A. Gubbiotti, Giselle Y. López, Calixto-Hope G. Lucas, Michael L. Miller, Lee A. D. Cooper, Jason T. Huse, William R. Bell

    Abstract: Glioblastoma is the most common primary adult brain tumor, with a grim prognosis - median survival of 12-18 months following treatment, and 4 months otherwise. Glioblastoma is widely infiltrative in the cerebral hemispheres and well-defined by heterogeneous molecular and micro-environmental histopathologic profiles, which pose a major obstacle in treatment. Correctly diagnosing these tumors and as… ▽ More

    Submitted 17 May, 2024; originally announced May 2024.

  2. arXiv:2403.08828  [pdf, other

    cs.HC cs.AI cs.RO

    People Attribute Purpose to Autonomous Vehicles When Explaining Their Behavior

    Authors: Balint Gyevnar, Stephanie Droop, Tadeg Quillien, Shay B. Cohen, Neil R. Bramley, Christopher G. Lucas, Stefano V. Albrecht

    Abstract: Cognitive science can help us understand which explanations people might expect, and in which format they frame these explanations, whether causal, counterfactual, or teleological (i.e., purpose-oriented). Understanding the relevance of these concepts is crucial for building good explainable AI (XAI) which offers recourse and actionability. Focusing on autonomous driving, a complex decision-making… ▽ More

    Submitted 30 April, 2024; v1 submitted 11 March, 2024; originally announced March 2024.

  3. arXiv:2402.03479  [pdf, other

    cs.LG cs.AI

    DRED: Zero-Shot Transfer in Reinforcement Learning via Data-Regularised Environment Design

    Authors: Samuel Garcin, James Doran, Shangmin Guo, Christopher G. Lucas, Stefano V. Albrecht

    Abstract: Autonomous agents trained using deep reinforcement learning (RL) often lack the ability to successfully generalise to new environments, even when these environments share characteristics with the ones they have encountered during training. In this work, we investigate how the sampling of individual environment instances, or levels, affects the zero-shot generalisation (ZSG) ability of RL agents. W… ▽ More

    Submitted 11 June, 2024; v1 submitted 5 February, 2024; originally announced February 2024.

    Comments: To appear in ICML 2024. A preliminary version of this work (arXiv:2310.03494) was presented at the ALOE workshop, NeurIPS 2023. arXiv admin note: text overlap with arXiv:2310.03494

  4. arXiv:2311.14653  [pdf, other

    cs.LG stat.ML

    Data-driven Prior Learning for Bayesian Optimisation

    Authors: Sigrid Passano Hellan, Christopher G. Lucas, Nigel H. Goddard

    Abstract: Transfer learning for Bayesian optimisation has generally assumed a strong similarity between optimisation tasks, with at least a subset having similar optimal inputs. This assumption can reduce computational costs, but it is violated in a wide range of optimisation problems where transfer learning may nonetheless be useful. We replace this assumption with a weaker one only requiring the shape of… ▽ More

    Submitted 19 April, 2024; v1 submitted 24 November, 2023; originally announced November 2023.

    Comments: Presented at the NeurIPS 2023 Workshop on Adaptive Experimental Design and Active Learning in the Real World

  5. arXiv:2310.20656  [pdf, other

    cs.CL

    Non-Compositionality in Sentiment: New Data and Analyses

    Authors: Verna Dankers, Christopher G. Lucas

    Abstract: When natural language phrases are combined, their meaning is often more than the sum of their parts. In the context of NLP tasks such as sentiment analysis, where the meaning of a phrase is its sentiment, that still applies. Many NLP studies on sentiment analysis, however, focus on the fact that sentiment computations are largely compositional. We, instead, set out to obtain non-compositionality r… ▽ More

    Submitted 31 October, 2023; originally announced October 2023.

    Comments: Published in EMNLP Findings 2023; 13 pages total (5 in the main paper, 3 pages with limitations, acknowledgments and references, 5 pages with appendices)

  6. arXiv:2310.04852  [pdf, other

    cs.AI

    Balancing utility and cognitive cost in social representation

    Authors: Max Taylor-Davies, Christopher G. Lucas

    Abstract: To successfully navigate its environment, an agent must construct and maintain representations of the other agents that it encounters. Such representations are useful for many tasks, but they are not without cost. As a result, agents must make decisions regarding how much information they choose to store about the agents in their environment. Using selective social learning as an example task, we… ▽ More

    Submitted 7 December, 2023; v1 submitted 7 October, 2023; originally announced October 2023.

    Comments: Workshop on Information-Theoretic Principles in Cognitive Systems, NeurIPS 2023

  7. arXiv:2310.03494  [pdf, other

    cs.LG cs.AI

    How the level sampling process impacts zero-shot generalisation in deep reinforcement learning

    Authors: Samuel Garcin, James Doran, Shangmin Guo, Christopher G. Lucas, Stefano V. Albrecht

    Abstract: A key limitation preventing the wider adoption of autonomous agents trained via deep reinforcement learning (RL) is their limited ability to generalise to new environments, even when these share similar characteristics with environments encountered during training. In this work, we investigate how a non-uniform sampling strategy of individual environment instances, or levels, affects the zero-shot… ▽ More

    Submitted 10 December, 2023; v1 submitted 5 October, 2023; originally announced October 2023.

    Comments: Currently under review, 9 pages

  8. arXiv:2309.07099  [pdf, other

    q-bio.NC

    Modeling infant object perception as program induction

    Authors: Jan-Philipp Fränken, Christopher G. Lucas, Neil R. Bramley, Steven T. Piantadosi

    Abstract: Infants expect physical objects to be rigid and persist through space and time and in spite of occlusion. Developmentists frequently attribute these expectations to a "core system" for object recognition. However, it is unclear if this move is necessary. If object representations emerge reliably from general inductive learning mechanisms exposed to small amounts of environment data, it could be th… ▽ More

    Submitted 28 August, 2023; originally announced September 2023.

    Comments: 3 pages, 3 figures, accepted at CCN conference 2023

  9. arXiv:2306.07856  [pdf, other

    cs.AI cs.LG cs.SE

    Bayesian Program Learning by Decompiling Amortized Knowledge

    Authors: Alessandro B. Palmarini, Christopher G. Lucas, N. Siddharth

    Abstract: DreamCoder is an inductive program synthesis system that, whilst solving problems, learns to simplify search in an iterative wake-sleep procedure. The cost of search is amortized by training a neural search policy, reducing search breadth and effectively "compiling" useful information to compose program solutions across tasks. Additionally, a library of program components is learnt to compress and… ▽ More

    Submitted 31 May, 2024; v1 submitted 13 June, 2023; originally announced June 2023.

  10. arXiv:2306.04343  [pdf, other

    cs.LG

    Bayesian Optimisation Against Climate Change: Applications and Benchmarks

    Authors: Sigrid Passano Hellan, Christopher G. Lucas, Nigel H. Goddard

    Abstract: Bayesian optimisation is a powerful method for optimising black-box functions, popular in settings where the true function is expensive to evaluate and no gradient information is available. Bayesian optimisation can improve responses to many optimisation problems within climate change for which simulator models are unavailable or expensive to sample from. While there have been several feasibility… ▽ More

    Submitted 7 June, 2023; originally announced June 2023.

  11. arXiv:2305.07721  [pdf, other

    cs.LG stat.ME

    Designing Optimal Behavioral Experiments Using Machine Learning

    Authors: Simon Valentin, Steven Kleinegesse, Neil R. Bramley, Peggy Seriès, Michael U. Gutmann, Christopher G. Lucas

    Abstract: Computational models are powerful tools for understanding human cognition and behavior. They let us express our theories clearly and precisely, and offer predictions that can be subtle and often counter-intuitive. However, this same richness and ability to surprise means our scientific intuitions and traditional tools are ill-suited to designing experiments to test and compare these models. To avo… ▽ More

    Submitted 26 November, 2023; v1 submitted 12 May, 2023; originally announced May 2023.

    Comments: Accepted in eLife

  12. arXiv:2305.07421  [pdf, other

    q-bio.NC cs.LG

    Selective imitation on the basis of reward function similarity

    Authors: Max Taylor-Davies, Stephanie Droop, Christopher G. Lucas

    Abstract: Imitation is a key component of human social behavior, and is widely used by both children and adults as a way to navigate uncertain or unfamiliar situations. But in an environment populated by multiple heterogeneous agents pursuing different goals or objectives, indiscriminate imitation is unlikely to be an effective strategy -- the imitator must instead determine who is most useful to copy. Ther… ▽ More

    Submitted 12 May, 2023; originally announced May 2023.

    Comments: 7 pages, 3 figures, to appear in CogSci 2023

  13. arXiv:2302.10809  [pdf, other

    cs.AI cs.RO

    Causal Explanations for Sequential Decision-Making in Multi-Agent Systems

    Authors: Balint Gyevnar, Cheng Wang, Christopher G. Lucas, Shay B. Cohen, Stefano V. Albrecht

    Abstract: We present CEMA: Causal Explanations in Multi-Agent systems; a framework for creating causal natural language explanations of an agent's decisions in dynamic sequential multi-agent systems to build more trustworthy autonomous agents. Unlike prior work that assumes a fixed causal structure, CEMA only requires a probabilistic model for forward-simulating the state of the system. Using such a model,… ▽ More

    Submitted 14 February, 2024; v1 submitted 21 February, 2023; originally announced February 2023.

    Comments: Accepted in 23rd International Conference on Autonomous Agents and Multi-Agent Systems (AAMAS), 2024

    ACM Class: I.2.9

  14. arXiv:2206.09777  [pdf, other

    cs.AI cs.LG

    Actively learning to learn causal relationships

    Authors: Chentian Jiang, Christopher G. Lucas

    Abstract: How do people actively learn to learn? That is, how and when do people choose actions that facilitate long-term learning and choosing future actions that are more informative? We explore these questions in the domain of active causal learning. We propose a hierarchical Bayesian model that goes beyond past models by predicting that people pursue information not only about the causal relationship at… ▽ More

    Submitted 20 June, 2022; originally announced June 2022.

  15. A Human-Centric Method for Generating Causal Explanations in Natural Language for Autonomous Vehicle Motion Planning

    Authors: Balint Gyevnar, Massimiliano Tamborski, Cheng Wang, Christopher G. Lucas, Shay B. Cohen, Stefano V. Albrecht

    Abstract: Inscrutable AI systems are difficult to trust, especially if they operate in safety-critical settings like autonomous driving. Therefore, there is a need to build transparent and queryable systems to increase trust levels. We propose a transparent, human-centric explanation generation method for autonomous vehicle motion planning and prediction based on an existing white-box system called IGP2. Ou… ▽ More

    Submitted 27 June, 2022; v1 submitted 17 June, 2022; originally announced June 2022.

    Comments: IJCAI Workshop on Artificial Intelligence for Autonomous Driving (AI4AD), 2022

  16. arXiv:2205.15301  [pdf, other

    cs.CL

    Can Transformer be Too Compositional? Analysing Idiom Processing in Neural Machine Translation

    Authors: Verna Dankers, Christopher G. Lucas, Ivan Titov

    Abstract: Unlike literal expressions, idioms' meanings do not directly follow from their parts, posing a challenge for neural machine translation (NMT). NMT models are often unable to translate idioms accurately and over-generate compositional, literal translations. In this work, we investigate whether the non-compositionality of idioms is reflected in the mechanics of the dominant NMT model, Transformer, b… ▽ More

    Submitted 30 May, 2022; originally announced May 2022.

    Comments: Published at ACL 2022

  17. arXiv:2202.07595  [pdf, other

    cs.LG physics.ao-ph

    Bayesian Optimisation for Active Monitoring of Air Pollution

    Authors: Sigrid Passano Hellan, Christopher G. Lucas, Nigel H. Goddard

    Abstract: Air pollution is one of the leading causes of mortality globally, resulting in millions of deaths each year. Efficient monitoring is important to measure exposure and enforce legal limits. New low-cost sensors can be deployed in greater numbers and in more varied locations, motivating the problem of efficient automated placement. Previous work suggests Bayesian optimisation is an appropriate metho… ▽ More

    Submitted 19 April, 2024; v1 submitted 15 February, 2022; originally announced February 2022.

    Comments: Presented at AAAI 2022 in the Special Track on AI for Social Impact. Updates: - Small corrections to references - Correction that baselines use gradient-based optimisation, not gradient descent - Correction to data preprocessing for LAQN data - Correction that the kernel signal variances were modelled internally, not their square roots - Correction to iteration for Table 3 (31, not 30)

  18. arXiv:2111.12560  [pdf, other

    cs.AI cs.OH

    Building Object-based Causal Programs for Human-like Generalization

    Authors: Bonan Zhao, Christopher G. Lucas, Neil R. Bramley

    Abstract: We present a novel task that measures how people generalize objects' causal powers based on observing a single (Experiment 1) or a few (Experiment 2) causal interactions between object pairs. We propose a computational modeling framework that can synthesize human-like generalization patterns in our task setting, and sheds light on how people may navigate the compositional space of possible causal… ▽ More

    Submitted 20 November, 2021; originally announced November 2021.

    Comments: To appear in NeurIPs workshop WHY-21 - Causal Inference & Machine Learning: Why now?

  19. arXiv:2110.15632  [pdf, other

    cs.LG

    Bayesian Optimal Experimental Design for Simulator Models of Cognition

    Authors: Simon Valentin, Steven Kleinegesse, Neil R. Bramley, Michael U. Gutmann, Christopher G. Lucas

    Abstract: Bayesian optimal experimental design (BOED) is a methodology to identify experiments that are expected to yield informative data. Recent work in cognitive science considered BOED for computational models of human behavior with tractable and known likelihood functions. However, tractability often comes at the cost of realism; simulator models that can capture the richness of human behavior are ofte… ▽ More

    Submitted 29 October, 2021; originally announced October 2021.

    Comments: Accepted as a poster at the NeurIPS 2021 Workshop "AI for Science"

  20. arXiv:2012.10770  [pdf, other

    cs.LG physics.ao-ph

    Optimising Placement of Pollution Sensors in Windy Environments

    Authors: Sigrid Passano Hellan, Christopher G. Lucas, Nigel H. Goddard

    Abstract: Air pollution is one of the most important causes of mortality in the world. Monitoring air pollution is useful to learn more about the link between health and pollutants, and to identify areas for intervention. Such monitoring is expensive, so it is important to place sensors as efficiently as possible. Bayesian optimisation has proven useful in choosing sensor locations, but typically relies on… ▽ More

    Submitted 28 August, 2022; v1 submitted 19 December, 2020; originally announced December 2020.

    Comments: Presented at the AI for Earth Sciences Workshop at Advances in Neural Information Processing Systems (NeurIPS) 2020. Updated August 2022 to correct scale of y axis on distance plots

  21. arXiv:1510.07389  [pdf, other

    cs.LG cs.AI stat.ML

    The Human Kernel

    Authors: Andrew Gordon Wilson, Christoph Dann, Christopher G. Lucas, Eric P. Xing

    Abstract: Bayesian nonparametric models, such as Gaussian processes, provide a compelling framework for automatic statistical modelling: these models have a high degree of flexibility, and automatically calibrated complexity. However, automating human expertise remains elusive; for example, Gaussian processes with standard kernels struggle on function extrapolation problems that are trivial for human learne… ▽ More

    Submitted 3 December, 2015; v1 submitted 26 October, 2015; originally announced October 2015.

    Comments: 11 pages, 5 figures. To appear in Neural Information Processing Systems (NIPS) 2015. Version 2: Figure 2 (i)-(n) now displays the second set of progressive function learning experiments