Skip to main content

Showing 1–10 of 10 results for author: Lawson, J

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

    stat.ML cs.LG

    Valid Conformal Prediction for Dynamic GNNs

    Authors: Ed Davis, Ian Gallagher, Daniel John Lawson, Patrick Rubin-Delanchy

    Abstract: Graph neural networks (GNNs) are powerful black-box models which have shown impressive empirical performance. However, without any form of uncertainty quantification, it can be difficult to trust such models in high-risk scenarios. Conformal prediction aims to address this problem, however, an assumption of exchangeability is required for its validity which has limited its applicability to static… ▽ More

    Submitted 29 May, 2024; originally announced May 2024.

    Comments: 17 pages, 8 figures

    MSC Class: 62H30

  2. arXiv:2404.15166  [pdf, other

    cs.CL cs.AI physics.ao-ph

    Pixels and Predictions: Potential of GPT-4V in Meteorological Imagery Analysis and Forecast Communication

    Authors: John R. Lawson, Montgomery L. Flora, Kevin H. Goebbert, Seth N. Lyman, Corey K. Potvin, David M. Schultz, Adam J. Stepanek, Joseph E. Trujillo-Falcón

    Abstract: Generative AI, such as OpenAI's GPT-4V large-language model, has rapidly entered mainstream discourse. Novel capabilities in image processing and natural-language communication may augment existing forecasting methods. Large language models further display potential to better communicate weather hazards in a style honed for diverse communities and different languages. This study evaluates GPT-4V's… ▽ More

    Submitted 22 April, 2024; originally announced April 2024.

    Comments: Supplementary material PDF attached. Submitted to Artificial Intelligence for the Earth Systems (American Meteorological Society) on 18 April 2024

  3. arXiv:2401.10804  [pdf, other

    cs.RO

    Endovascular Detection of Catheter-Thrombus Contact by Vacuum Excitation

    Authors: Jared Lawson, Madison Veliky, Colette P. Abah, Mary S. Dietrich, Rohan Chitale, Nabil Simaan

    Abstract: Objective: The objective of this work is to introduce and demonstrate the effectiveness of a novel sensing modality for contact detection between an off-the-shelf aspiration catheter and a thrombus. Methods: A custom robotic actuator with a pressure sensor was used to generate an oscillatory vacuum excitation and sense the pressure inside the extracorporeal portion of the catheter. Vacuum pressure… ▽ More

    Submitted 19 January, 2024; originally announced January 2024.

  4. arXiv:2311.09251  [pdf, other

    cs.SI cs.LG stat.ML

    A Simple and Powerful Framework for Stable Dynamic Network Embedding

    Authors: Ed Davis, Ian Gallagher, Daniel John Lawson, Patrick Rubin-Delanchy

    Abstract: In this paper, we address the problem of dynamic network embedding, that is, representing the nodes of a dynamic network as evolving vectors within a low-dimensional space. While the field of static network embedding is wide and established, the field of dynamic network embedding is comparatively in its infancy. We propose that a wide class of established static network embedding methods can be us… ▽ More

    Submitted 14 November, 2023; originally announced November 2023.

    Comments: 33 pages, 9 figures

    MSC Class: 62H15 (Primary) 62H30; 62M10; 62G99 (Secondary)

  5. arXiv:2304.12165  [pdf, other

    cs.RO eess.SY

    Model-Based Pose Estimation of Steerable Catheters under Bi-Plane Image Feedback

    Authors: Jared Lawson, Rohan Chitale, Nabil Simaan

    Abstract: Small catheters undergo significant torsional deflections during endovascular interventions. A key challenge in enabling robot control of these catheters is the estimation of their bending planes. This paper considers approaches for estimating these bending planes based on bi-plane image feedback. The proposed approaches attempt to minimize error between either the direct (position-based) or insta… ▽ More

    Submitted 24 April, 2023; originally announced April 2023.

    Comments: 8 pages, 5 figures, International Conference on Robotics and Automation (ICRA)

  6. arXiv:2210.10526  [pdf, other

    cs.LG cs.SD eess.AS

    Propagating Variational Model Uncertainty for Bioacoustic Call Label Smoothing

    Authors: Georgios Rizos, Jenna Lawson, Simon Mitchell, Pranay Shah, Xin Wen, Cristina Banks-Leite, Robert Ewers, Bjoern W. Schuller

    Abstract: We focus on using the predictive uncertainty signal calculated by Bayesian neural networks to guide learning in the self-same task the model is being trained on. Not opting for costly Monte Carlo sampling of weights, we propagate the approximate hidden variance in an end-to-end manner, throughout a variational Bayesian adaptation of a ResNet with attention and squeeze-and-excitation blocks, in ord… ▽ More

    Submitted 19 October, 2022; originally announced October 2022.

  7. arXiv:2008.13145  [pdf, other

    cs.PF cs.DC cs.LG

    Performance portability through machine learning guided kernel selection in SYCL libraries

    Authors: John Lawson

    Abstract: Automatically tuning parallel compute kernels allows libraries and frameworks to achieve performance on a wide range of hardware, however these techniques are typically focused on finding optimal kernel parameters for particular input sizes and parameters. General purpose compute libraries must be able to cater to all inputs and parameters provided by a user, and so these techniques are of limited… ▽ More

    Submitted 30 August, 2020; originally announced August 2020.

    Comments: 13 pages, 7 figures, 2 tables

  8. arXiv:2003.06795  [pdf, other

    cs.LG cs.PF stat.ML

    Towards automated kernel selection in machine learning systems: A SYCL case study

    Authors: John Lawson

    Abstract: Automated tuning of compute kernels is a popular area of research, mainly focused on finding optimal kernel parameters for a problem with fixed input sizes. This approach is good for deploying machine learning models, where the network topology is constant, but machine learning research often involves changing network topologies and hyperparameters. Traditional kernel auto-tuning has limited impac… ▽ More

    Submitted 15 March, 2020; originally announced March 2020.

    Comments: 4 pages, 4 figures, 1 table. Accepted to AsHES workshop at IPDPS 2020

  9. arXiv:1904.05347  [pdf, other

    cs.PF cs.DC cs.LG cs.MS

    Cross-Platform Performance Portability Using Highly Parametrized SYCL Kernels

    Authors: John Lawson, Mehdi Goli, Duncan McBain, Daniel Soutar, Louis Sugy

    Abstract: Over recent years heterogeneous systems have become more prevalent across HPC systems, with over 100 supercomputers in the TOP500 incorporating GPUs or other accelerators. These hardware platforms have different performance characteristics and optimization requirements. In order to make the most of multiple accelerators a developer has to provide implementations of their algorithms tuned for each… ▽ More

    Submitted 10 April, 2019; originally announced April 2019.

    Comments: 11 pages, 9 figures, 4 tables

  10. arXiv:1904.04174  [pdf, other

    cs.LG cs.DC cs.PF

    Accelerated Neural Networks on OpenCL Devices Using SYCL-DNN

    Authors: Rod Burns, John Lawson, Duncan McBain, Daniel Soutar

    Abstract: Over the past few years machine learning has seen a renewed explosion of interest, following a number of studies showing the effectiveness of neural networks in a range of tasks which had previously been considered incredibly hard. Neural networks' effectiveness in the fields of image recognition and natural language processing stems primarily from the vast amounts of data available to companies a… ▽ More

    Submitted 8 April, 2019; originally announced April 2019.

    Comments: 4 pages, 3 figures. In International Workshop on OpenCL (IWOCL '19), May 13-15, 2019, Boston