Skip to main content

Showing 1–9 of 9 results for author: Armstrong, A

  1. arXiv:2406.10724  [pdf, other

    eess.IV cs.CV cs.LG

    Beyond the Visible: Jointly Attending to Spectral and Spatial Dimensions with HSI-Diffusion for the FINCH Spacecraft

    Authors: Ian Vyse, Rishit Dagli, Dav Vrat Chadha, John P. Ma, Hector Chen, Isha Ruparelia, Prithvi Seran, Matthew Xie, Eesa Aamer, Aidan Armstrong, Naveen Black, Ben Borstein, Kevin Caldwell, Orrin Dahanaggamaarachchi, Joe Dai, Abeer Fatima, Stephanie Lu, Maxime Michet, Anoushka Paul, Carrie Ann Po, Shivesh Prakash, Noa Prosser, Riddhiman Roy, Mirai Shinjo, Iliya Shofman , et al. (4 additional authors not shown)

    Abstract: Satellite remote sensing missions have gained popularity over the past fifteen years due to their ability to cover large swaths of land at regular intervals, making them ideal for monitoring environmental trends. The FINCH mission, a 3U+ CubeSat equipped with a hyperspectral camera, aims to monitor crop residue cover in agricultural fields. Although hyperspectral imaging captures both spectral and… ▽ More

    Submitted 15 June, 2024; originally announced June 2024.

    Comments: To appear in 38th Annual Small Satellite Conference

  2. arXiv:2211.00708  [pdf

    cs.CY cs.LG

    Inferring school district learning modalities during the COVID-19 pandemic with a hidden Markov model

    Authors: Mark J. Panaggio, Mike Fang, Hyunseung Bang, Paige A. Armstrong, Alison M. Binder, Julian E. Grass, Jake Magid, Marc Papazian, Carrie K Shapiro-Mendoza, Sharyn E. Parks

    Abstract: In this study, learning modalities offered by public schools across the United States were investigated to track changes in the proportion of schools offering fully in-person, hybrid and fully remote learning over time. Learning modalities from 14,688 unique school districts from September 2020 to June 2021 were reported by Burbio, MCH Strategic Data, the American Enterprise Institute's Return to… ▽ More

    Submitted 1 November, 2022; originally announced November 2022.

    Comments: 25 pages, 4 figures

  3. Assessing the communication gap between AI models and healthcare professionals: explainability, utility and trust in AI-driven clinical decision-making

    Authors: Oskar Wysocki, Jessica Katharine Davies, Markel Vigo, Anne Caroline Armstrong, Dónal Landers, Rebecca Lee, André Freitas

    Abstract: This paper contributes with a pragmatic evaluation framework for explainable Machine Learning (ML) models for clinical decision support. The study revealed a more nuanced role for ML explanation models, when these are pragmatically embedded in the clinical context. Despite the general positive attitude of healthcare professionals (HCPs) towards explanations as a safety and trust mechanism, for a s… ▽ More

    Submitted 27 October, 2022; v1 submitted 11 April, 2022; originally announced April 2022.

    Comments: supplementary information in the main pdf

  4. arXiv:2203.00642  [pdf, other

    cs.AR cs.OS cs.PL

    Relaxed virtual memory in Armv8-A (extended version)

    Authors: Ben Simner, Alasdair Armstrong, Jean Pichon-Pharabod, Christopher Pulte, Richard Grisenthwaite, Peter Sewell

    Abstract: Virtual memory is an essential mechanism for enforcing security boundaries, but its relaxed-memory concurrency semantics has not previously been investigated in detail. The concurrent systems code managing virtual memory has been left on an entirely informal basis, and OS and hypervisor verification has had to make major simplifying assumptions. We explore the design space for relaxed virtual me… ▽ More

    Submitted 1 March, 2022; originally announced March 2022.

    ACM Class: C.1.2; D.3.1; F.3.2

  5. arXiv:1905.13575  [pdf, other

    astro-ph.SR astro-ph.IM cs.CV eess.IV

    Fast Solar Image Classification Using Deep Learning and its Importance for Automation in Solar Physics

    Authors: John A. Armstrong, Lyndsay Fletcher

    Abstract: The volume of data being collected in solar physics has exponentially increased over the past decade and with the introduction of the $\textit{Daniel K. Inouye Solar Telescope}$ (DKIST) we will be entering the age of petabyte solar data. Automated feature detection will be an invaluable tool for post-processing of solar images to create catalogues of data ready for researchers to use. We propose a… ▽ More

    Submitted 31 May, 2019; originally announced May 2019.

    Comments: 19 pages, 9 figures, accepted for publication in Solar Physics

  6. arXiv:1902.10847  [pdf, other

    cs.CV

    Robust Re-identification of Manta Rays from Natural Markings by Learning Pose Invariant Embeddings

    Authors: Olga Moskvyak, Frederic Maire, Asia O. Armstrong, Feras Dayoub, Mahsa Baktashmotlagh

    Abstract: Visual identification of individual animals that bear unique natural body markings is an important task in wildlife conservation. The photo databases of animal markings grow larger and each new observation has to be matched against thousands of images. Existing photo-identification solutions have constraints on image quality and appearance of the pattern of interest in the image. These constraints… ▽ More

    Submitted 27 February, 2019; originally announced February 2019.

    Comments: 12 pages, 15 figures

  7. arXiv:1610.01004  [pdf, ps, other

    cs.LO cs.DC cs.DS cs.PL

    Reducing Opacity to Linearizability: A Sound and Complete Method

    Authors: Alasdair Armstrong, Brijesh Dongol, Simon Doherty

    Abstract: Transactional memory is a mechanism that manages thread synchronisation on behalf of a programmer so that blocks of code execute with an illusion of atomicity. The main safety criterion for transactional memory is opacity, which defines conditions for serialising concurrent transactions. Proving opacity is complicated because it allows concurrent transactions to observe distinct memory states, w… ▽ More

    Submitted 4 October, 2016; originally announced October 2016.

  8. arXiv:1312.1225  [pdf, ps, other

    cs.LO cs.DC

    Algebraic Principles for Rely-Guarantee Style Concurrency Verification Tools

    Authors: Alasdair Armstrong, Victor B. F. Gomes, Georg Struth

    Abstract: We provide simple equational principles for deriving rely-guarantee-style inference rules and refinement laws based on idempotent semirings. We link the algebraic layer with concrete models of programs based on languages and execution traces. We have implemented the approach in Isabelle/HOL as a lightweight concurrency verification tool that supports reasoning about the control and data flow of co… ▽ More

    Submitted 4 December, 2013; originally announced December 2013.

  9. arXiv:1112.3833  [pdf, ps, other

    cs.PL

    Dependently Typed Programming based on Automated Theorem Proving

    Authors: Alasdair Armstrong, Simon Foster, Georg Struth

    Abstract: Mella is a minimalistic dependently typed programming language and interactive theorem prover implemented in Haskell. Its main purpose is to investigate the effective integration of automated theorem provers in a pure and simple setting. Such integrations are essential for supporting program development in dependently typed languages. We integrate the equational theorem prover Waldmeister and test… ▽ More

    Submitted 16 December, 2011; originally announced December 2011.

    ACM Class: D.1.1; F.3.1; F.4.1