Skip to main content

Showing 1–32 of 32 results for author: Aguirre, A

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

    cs.LO cs.PL

    Modular Reasoning about Error Bounds for Concurrent Probabilistic Programs (Extended Version)

    Authors: Kwing Hei Li, Alejandro Aguirre, Simon Oddershede Gregersen, Philipp G. Haselwarter, Joseph Tassarotti, Lars Birkedal

    Abstract: We present Coneris, the first higher-order concurrent separation logic for reasoning about error probability bounds of higher-order concurrent probabilistic programs with higher-order state. To support modular reasoning about concurrent (non-probabilistic) program modules, state-of-the-art program logics internalize the classic notion of linearizability within the logic through the concept of logi… ▽ More

    Submitted 10 July, 2025; v1 submitted 6 March, 2025; originally announced March 2025.

  2. arXiv:2410.04133  [pdf, other

    cs.LG cs.AI eess.SP

    An Electrocardiogram Foundation Model Built on over 10 Million Recordings with External Evaluation across Multiple Domains

    Authors: Jun Li, Aaron Aguirre, Junior Moura, Che Liu, Lanhai Zhong, Chenxi Sun, Gari Clifford, Brandon Westover, Shenda Hong

    Abstract: Artificial intelligence (AI) has demonstrated significant potential in ECG analysis and cardiovascular disease assessment. Recently, foundation models have played a remarkable role in advancing medical AI. The development of an ECG foundation model holds the promise of elevating AI-ECG research to new heights. However, building such a model faces several challenges, including insufficient database… ▽ More

    Submitted 3 April, 2025; v1 submitted 5 October, 2024; originally announced October 2024.

    Comments: Code: https://github.com/PKUDigitalHealth/ECGFounder

  3. arXiv:2408.04455  [pdf, ps, other

    cs.PL cs.LO

    Modelling Recursion and Probabilistic Choice in Guarded Type Theory

    Authors: Philipp Jan Andries Stassen, Rasmus Ejlers Møgelberg, Maaike Zwart, Alejandro Aguirre, Lars Birkedal

    Abstract: Constructive type theory combines logic and programming in one language. This is useful both for reasoning about programs written in type theory, as well as for reasoning about other programming languages inside type theory. It is well-known that it is challenging to extend these applications to languages with recursion and computational effects such as probabilistic choice, because these features… ▽ More

    Submitted 24 October, 2024; v1 submitted 8 August, 2024; originally announced August 2024.

    Comments: 61 pages

    ACM Class: F.3.1; F.3.2

  4. arXiv:2407.14107  [pdf, other

    cs.LO cs.PL

    Approximate Relational Reasoning for Higher-Order Probabilistic Programs

    Authors: Philipp G. Haselwarter, Kwing Hei Li, Alejandro Aguirre, Simon Oddershede Gregersen, Joseph Tassarotti, Lars Birkedal

    Abstract: Properties such as provable security and correctness for randomized programs are naturally expressed relationally as approximate equivalences. As a result, a number of relational program logics have been developed to reason about such approximate equivalences of probabilistic programs. However, existing approximate relational logics are mostly restricted to first-order programs without general sta… ▽ More

    Submitted 3 December, 2024; v1 submitted 19 July, 2024; originally announced July 2024.

    Comments: Camera-ready POPL submission including additional appendix

    Journal ref: Proc. ACM Program. Lang. 9, POPL, Article 41 (January 2025)

  5. arXiv:2406.16915  [pdf, other

    eess.SP cs.AI cs.CY cs.LG

    Unlocking Telemetry Potential: Self-Supervised Learning for Continuous Clinical Electrocardiogram Monitoring

    Authors: Thomas Kite, Uzair Tahamid Siam, Brian Ayers, Nicholas Houstis, Aaron D Aguirre

    Abstract: Machine learning (ML) applied to routine patient monitoring within intensive care units (ICUs) has the potential to improve care by providing clinicians with novel insights into each patient's health and expected response to interventions. This paper applies deep learning to a large volume of unlabeled electrocardiogram (ECG) telemetry signals, which are commonly used for continuous patient monito… ▽ More

    Submitted 7 June, 2024; originally announced June 2024.

    Comments: 17 pages, 9 figures

  6. arXiv:2405.20083  [pdf, other

    cs.LO cs.PL

    Tachis: Higher-Order Separation Logic with Credits for Expected Costs

    Authors: Philipp G. Haselwarter, Kwing Hei Li, Markus de Medeiros, Simon Oddershede Gregersen, Alejandro Aguirre, Joseph Tassarotti, Lars Birkedal

    Abstract: We present Tachis, a higher-order separation logic to reason about the expected cost of probabilistic programs. Inspired by the uses of time credits for reasoning about the running time of deterministic programs, we introduce a novel notion of probabilistic cost credit. Probabilistic cost credits are a separation logic resource that can be used to pay for the cost of operations in programs, and th… ▽ More

    Submitted 12 November, 2024; v1 submitted 30 May, 2024; originally announced May 2024.

    Journal ref: Proc. ACM Program. Lang. 8, OOPSLA2, Article 313 (October 2024), 30 pages

  7. arXiv:2404.14223  [pdf, ps, other

    cs.LO cs.PL

    Error Credits: Resourceful Reasoning about Error Bounds for Higher-Order Probabilistic Programs

    Authors: Alejandro Aguirre, Philipp G. Haselwarter, Markus de Medeiros, Kwing Hei Li, Simon Oddershede Gregersen, Joseph Tassarotti, Lars Birkedal

    Abstract: Probabilistic programs often trade accuracy for efficiency, and thus may, with a small probability, return an incorrect result. It is important to obtain precise bounds for the probability of these errors, but existing verification approaches have limitations that lead to error probability bounds that are excessively coarse, or only apply to first-order programs. In this paper we present Eris, a h… ▽ More

    Submitted 29 November, 2024; v1 submitted 22 April, 2024; originally announced April 2024.

    Comments: Camera ready version with appendix

  8. arXiv:2404.08674  [pdf, other

    cs.CL cs.AI cs.HC

    Effects of Different Prompts on the Quality of GPT-4 Responses to Dementia Care Questions

    Authors: Zhuochun Li, Bo Xie, Robin Hilsabeck, Alyssa Aguirre, Ning Zou, Zhimeng Luo, Daqing He

    Abstract: Evidence suggests that different prompts lead large language models (LLMs) to generate responses with varying quality. Yet, little is known about prompts' effects on response quality in healthcare domains. In this exploratory study, we address this gap, focusing on a specific healthcare domain: dementia caregiving. We first developed an innovative prompt template with three components: (1) system… ▽ More

    Submitted 5 April, 2024; originally announced April 2024.

  9. arXiv:2404.08494  [pdf, other

    cs.LO cs.PL

    Almost-Sure Termination by Guarded Refinement

    Authors: Simon Oddershede Gregersen, Alejandro Aguirre, Philipp G. Haselwarter, Joseph Tassarotti, Lars Birkedal

    Abstract: Almost-sure termination is an important correctness property for probabilistic programs, and a number of program logics have been developed for establishing it. However, these logics have mostly been developed for first-order programs written in languages with specific syntactic patterns for looping. In this paper, we consider almost-sure termination for higher-order probabilistic programs with ge… ▽ More

    Submitted 11 November, 2024; v1 submitted 12 April, 2024; originally announced April 2024.

  10. arXiv:2401.05378  [pdf

    eess.SP cs.LG q-bio.QM

    Detecting QT prolongation From a Single-lead ECG With Deep Learning

    Authors: Ridwan Alam, Aaron Aguirre, Collin Stultz

    Abstract: For a number of antiarrhythmics, drug loading requires a 3 day hospitalization with monitoring for QT prolongation. Automated QT monitoring with wearable ECG monitors would facilitate out-of-hospital care. We develop a deep learning model that infers QT intervals from ECG lead-I - the lead most often acquired from ambulatory ECG monitors - and to use this model to detect clinically meaningful QT-p… ▽ More

    Submitted 17 December, 2023; originally announced January 2024.

  11. arXiv:2311.09452  [pdf, other

    cs.CY

    Keep the Future Human: Why and How We Should Close the Gates to AGI and Superintelligence, and What We Should Build Instead

    Authors: Anthony Aguirre

    Abstract: Dramatic advances in artificial intelligence over the past decade (for narrow-purpose AI) and the last several years (for general-purpose AI) have transformed AI from a niche academic field to the core business strategy of many of the world's largest companies, with hundreds of billions of dollars in annual investment in the techniques and technologies for advancing AI's capabilities. We now come… ▽ More

    Submitted 7 March, 2025; v1 submitted 15 November, 2023; originally announced November 2023.

    Comments: 62 pages, 2 figures, 3 appendices. This is a total rewrite and major expansion of a previous version entitled "Close the Gates."

  12. arXiv:2311.08472  [pdf, other

    cs.CL

    Selecting Shots for Demographic Fairness in Few-Shot Learning with Large Language Models

    Authors: Carlos Aguirre, Kuleen Sasse, Isabel Cachola, Mark Dredze

    Abstract: Recently, work in NLP has shifted to few-shot (in-context) learning, with large language models (LLMs) performing well across a range of tasks. However, while fairness evaluations have become a standard for supervised methods, little is known about the fairness of LLMs as prediction systems. Further, common standard methods for fairness involve access to models weights or are applied during finetu… ▽ More

    Submitted 14 November, 2023; originally announced November 2023.

  13. arXiv:2305.12671  [pdf, other

    cs.LG cs.CY

    Transferring Fairness using Multi-Task Learning with Limited Demographic Information

    Authors: Carlos Aguirre, Mark Dredze

    Abstract: Training supervised machine learning systems with a fairness loss can improve prediction fairness across different demographic groups. However, doing so requires demographic annotations for training data, without which we cannot produce debiased classifiers for most tasks. Drawing inspiration from transfer learning methods, we investigate whether we can utilize demographic data from a related task… ▽ More

    Submitted 15 April, 2024; v1 submitted 21 May, 2023; originally announced May 2023.

  14. arXiv:2301.10061  [pdf, ps, other

    cs.LO cs.PL

    Asynchronous Probabilistic Couplings in Higher-Order Separation Logic

    Authors: Simon Oddershede Gregersen, Alejandro Aguirre, Philipp G. Haselwarter, Joseph Tassarotti, Lars Birkedal

    Abstract: Probabilistic couplings are the foundation for many probabilistic relational program logics and arise when relating random sampling statements across two programs. In relational program logics, this manifests as dedicated coupling rules that, e.g., say we may reason as if two sampling statements return the same value. However, this approach fundamentally requires aligning or "synchronizing" the sa… ▽ More

    Submitted 14 November, 2023; v1 submitted 24 January, 2023; originally announced January 2023.

  15. arXiv:2211.07932  [pdf, other

    cs.CL

    Using Open-Ended Stressor Responses to Predict Depressive Symptoms across Demographics

    Authors: Carlos Aguirre, Mark Dredze, Philip Resnik

    Abstract: Stressors are related to depression, but this relationship is complex. We investigate the relationship between open-ended text responses about stressors and depressive symptoms across gender and racial/ethnic groups. First, we use topic models and other NLP tools to find thematic and vocabulary differences when reporting stressors across demographic groups. We train language models using self-repo… ▽ More

    Submitted 15 November, 2022; originally announced November 2022.

    Comments: Extended Abstract presented at Machine Learning for Health (ML4H) symposium 2022, November 28th, 2022, New Orleans, United States & Virtual, http://www.ml4h.cc, 6 pages

  16. arXiv:2107.01155  [pdf, ps, other

    cs.LO cs.PL

    Higher-order probabilistic adversarial computations: Categorical semantics and program logics

    Authors: Alejandro Aguirre, Gilles Barthe, Marco Gaboardi, Deepak Garg, Shin-ya Katsumata, Tetsuya Sato

    Abstract: Adversarial computations are a widely studied class of computations where resource-bounded probabilistic adversaries have access to oracles, i.e., probabilistic procedures with private state. These computations arise routinely in several domains, including security, privacy and machine learning. In this paper, we develop program logics for reasoning about adversarial computations in a higher-order… ▽ More

    Submitted 2 July, 2021; originally announced July 2021.

    Comments: Full version of ICFP 21 paper

  17. Patient Contrastive Learning: a Performant, Expressive, and Practical Approach to ECG Modeling

    Authors: Nathaniel Diamant, Erik Reinertsen, Steven Song, Aaron Aguirre, Collin Stultz, Puneet Batra

    Abstract: Supervised machine learning applications in health care are often limited due to a scarcity of labeled training data. To mitigate this effect of small sample size, we introduce a pre-training approach, Patient Contrastive Learning of Representations (PCLR), which creates latent representations of ECGs from a large number of unlabeled examples. The resulting representations are expressive, performa… ▽ More

    Submitted 9 April, 2021; originally announced April 2021.

    Comments: 17 pages, 7 figures. Submitted to Machine Learning for Healthcare 2021

  18. arXiv:2103.10550  [pdf, other

    cs.CL

    Gender and Racial Fairness in Depression Research using Social Media

    Authors: Carlos Aguirre, Keith Harrigian, Mark Dredze

    Abstract: Multiple studies have demonstrated that behavior on internet-based social media platforms can be indicative of an individual's mental health status. The widespread availability of such data has spurred interest in mental health research from a computational lens. While previous research has raised concerns about possible biases in models produced from this data, no study has quantified how these b… ▽ More

    Submitted 18 March, 2021; originally announced March 2021.

    Comments: Accepted to EACL 2021

  19. arXiv:2011.05233  [pdf, other

    cs.CL

    On the State of Social Media Data for Mental Health Research

    Authors: Keith Harrigian, Carlos Aguirre, Mark Dredze

    Abstract: Data-driven methods for mental health treatment and surveillance have become a major focus in computational science research in the last decade. However, progress in the domain, in terms of both medical understanding and system performance, remains bounded by the availability of adequate data. Prior systematic reviews have not necessarily made it possible to measure the degree to which data-relate… ▽ More

    Submitted 25 April, 2021; v1 submitted 10 November, 2020; originally announced November 2020.

    Comments: Originally submitted to ICWSM in January 2020. v1 updated November 2020. v2 updated April 2021, to appear at CLPsych 2021. Supplementary material at https://github.com/kharrigian/mental-health-datasets

  20. arXiv:2003.11157  [pdf

    cs.CY

    AI loyalty: A New Paradigm for Aligning Stakeholder Interests

    Authors: Anthony Aguirre, Gaia Dempsey, Harry Surden, Peter B. Reiner

    Abstract: When we consult with a doctor, lawyer, or financial advisor, we generally assume that they are acting in our best interests. But what should we assume when it is an artificial intelligence (AI) system that is acting on our behalf? Early examples of AI assistants like Alexa, Siri, Google, and Cortana already serve as a key interface between consumers and information on the web, and users routinely… ▽ More

    Submitted 24 March, 2020; originally announced March 2020.

    ACM Class: K.4

  21. arXiv:1912.07747  [pdf

    cs.IR cs.CL cs.LG

    Pipelines for Procedural Information Extraction from Scientific Literature: Towards Recipes using Machine Learning and Data Science

    Authors: Huichen Yang, Carlos A. Aguirre, Maria F. De La Torre, Derek Christensen, Luis Bobadilla, Emily Davich, Jordan Roth, Lei Luo, Yihong Theis, Alice Lam, T. Yong-Jin Han, David Buttler, William H. Hsu

    Abstract: This paper describes a machine learning and data science pipeline for structured information extraction from documents, implemented as a suite of open-source tools and extensions to existing tools. It centers around a methodology for extracting procedural information in the form of recipes, stepwise procedures for creating an artifact (in this case synthesizing a nanomaterial), from published scie… ▽ More

    Submitted 16 December, 2019; originally announced December 2019.

    Comments: 15th International Conference on Document Analysis and Recognition Workshops (ICDARW 2019)

    Report number: 2019-1 MSC Class: I.2.7; I.2.6; H.3.3; H.3.4; I.2.10; I.5.4 ACM Class: I.2.7; I.2.6; H.3.3; H.3.4; I.2.10; I.5.4

  22. arXiv:1906.08482  [pdf, other

    cs.LG cs.NE math.DS stat.ML

    Beyond exploding and vanishing gradients: analysing RNN training using attractors and smoothness

    Authors: Antônio H. Ribeiro, Koen Tiels, Luis A. Aguirre, Thomas B. Schön

    Abstract: The exploding and vanishing gradient problem has been the major conceptual principle behind most architecture and training improvements in recurrent neural networks (RNNs) during the last decade. In this paper, we argue that this principle, while powerful, might need some refinement to explain recent developments. We refine the concept of exploding gradients by reformulating the problem in terms o… ▽ More

    Submitted 5 March, 2020; v1 submitted 20 June, 2019; originally announced June 2019.

    Comments: To appear in the Proceedings of the 23rd International Conference on Artificial Intelligence and Statistics (AISTATS), 2020. PMLR: Volume 108. This paper was previously titled "The trade-off between long-term memory and smoothness for recurrent networks". The current version subsumes all previous versions

  23. On the smoothness of nonlinear system identification

    Authors: Antônio H. Ribeiro, Koen Tiels, Jack Umenberger, Thomas B. Schön, Luis A. Aguirre

    Abstract: We shed new light on the \textit{smoothness} of optimization problems arising in prediction error parameter estimation of linear and nonlinear systems. We show that for regions of the parameter space where the model is not contractive, the Lipschitz constant and $β$-smoothness of the objective function might blow up exponentially with the simulation length, making it hard to numerically find minim… ▽ More

    Submitted 7 August, 2020; v1 submitted 2 May, 2019; originally announced May 2019.

    Journal ref: Automatica, vol. 121, 109158, Nov. 2020

  24. arXiv:1901.06540  [pdf, other

    cs.LO cs.PL

    A Pre-Expectation Calculus for Probabilistic Sensitivity

    Authors: Alejandro Aguirre, Gilles Barthe, Justin Hsu, Benjamin Lucien Kaminski, Joost-Pieter Katoen, Christoph Matheja

    Abstract: Sensitivity properties describe how changes to the input of a program affect the output, typically by upper bounding the distance between the outputs of two runs by a monotone function of the distance between the corresponding inputs. When programs are probabilistic, the distance between outputs is a distance between distributions. The Kantorovich lifting provides a general way of defining a dista… ▽ More

    Submitted 10 August, 2020; v1 submitted 19 January, 2019; originally announced January 2019.

    Comments: Major revision

  25. arXiv:1811.01662  [pdf, other

    cs.LG cs.AI stat.ML

    Matrix Completion With Variational Graph Autoencoders: Application in Hyperlocal Air Quality Inference

    Authors: Tien Huu Do, Duc Minh Nguyen, Evaggelia Tsiligianni, Angel Lopez Aguirre, Valerio Panzica La Manna, Frank Pasveer, Wilfried Philips, Nikos Deligiannis

    Abstract: Inferring air quality from a limited number of observations is an essential task for monitoring and controlling air pollution. Existing inference methods typically use low spatial resolution data collected by fixed monitoring stations and infer the concentration of air pollutants using additional types of data, e.g., meteorological and traffic information. In this work, we focus on street-level ai… ▽ More

    Submitted 5 November, 2018; originally announced November 2018.

  26. arXiv:1809.10897  [pdf, other

    cs.NI

    cISP: A Speed-of-Light Internet Service Provider

    Authors: Debopam Bhattacherjee, Sangeetha Abdu Jyothi, Ilker Nadi Bozkurt, Muhammad Tirmazi, Waqar Aqeel, Anthony Aguirre, Balakrishnan Chandrasekaran, P. Brighten Godfrey, Gregory P. Laughlin, Bruce M. Maggs, Ankit Singla

    Abstract: Low latency is a requirement for a variety of interactive network applications. The Internet, however, is not optimized for latency. We thus explore the design of cost-effective wide-area networks that move data over paths very close to great-circle paths, at speeds very close to the speed of light in vacuum. Our cISP design augments the Internet's fiber with free-space wireless connectivity. cISP… ▽ More

    Submitted 10 October, 2018; v1 submitted 28 September, 2018; originally announced September 2018.

  27. Formal verification of higher-order probabilistic programs

    Authors: Tetsuya Sato, Alejandro Aguirre, Gilles Barthe, Marco Gaboardi, Deepak Garg, Justin Hsu

    Abstract: Probabilistic programming provides a convenient lingua franca for writing succinct and rigorous descriptions of probabilistic models and inference tasks. Several probabilistic programming languages, including Anglican, Church or Hakaru, derive their expressiveness from a powerful combination of continuous distributions, conditioning, and higher-order functions. Although very important for practica… ▽ More

    Submitted 24 February, 2020; v1 submitted 16 July, 2018; originally announced July 2018.

  28. arXiv:1802.09787  [pdf, ps, other

    cs.PL

    Relational Reasoning for Markov Chains in a Probabilistic Guarded Lambda Calculus

    Authors: Alejandro Aguirre, Gilles Barthe, Lars Birkedal, Aleš Bizjak, Marco Gaboardi, Deepak Garg

    Abstract: We extend the simply-typed guarded $λ$-calculus with discrete probabilities and endow it with a program logic for reasoning about relational properties of guarded probabilistic computations. This provides a framework for programming and reasoning about infinite stochastic processes like Markov chains. We demonstrate the logic sound by interpreting its judgements in the topos of trees and by using… ▽ More

    Submitted 27 February, 2018; originally announced February 2018.

    Comments: To appear at ESOP '18 (Extended version with appendix)

  29. arXiv:1802.06283  [pdf, other

    cs.PL cs.LO

    Almost Sure Productivity

    Authors: Alejandro Aguirre, Gilles Barthe, Justin Hsu, Alexandra Silva

    Abstract: We define Almost Sure Productivity (ASP), a probabilistic generalization of the productivity condition for coinductively defined structures. Intuitively, a probabilistic coinductive stream or tree is ASP if it produces infinitely many outputs with probability 1. Formally, we define almost sure productivity using a final coalgebra semantics of programs inspired from Kerstan and König. Then, we intr… ▽ More

    Submitted 13 May, 2018; v1 submitted 17 February, 2018; originally announced February 2018.

  30. "Parallel Training Considered Harmful?": Comparing series-parallel and parallel feedforward network training

    Authors: Antônio H. Ribeiro, Luis A. Aguirre

    Abstract: Neural network models for dynamic systems can be trained either in parallel or in series-parallel configurations. Influenced by early arguments, several papers justify the choice of series-parallel rather than parallel configuration claiming it has a lower computational cost, better stability properties during training and provides more accurate results. Other published results, on the other hand,… ▽ More

    Submitted 14 August, 2018; v1 submitted 21 June, 2017; originally announced June 2017.

    Journal ref: Neurocomputing 316:222--231, (2018)

  31. A Relational Logic for Higher-Order Programs

    Authors: Alejandro Aguirre, Gilles Barthe, Marco Gaboardi, Deepak Garg, Pierre-Yves Strub

    Abstract: Relational program verification is a variant of program verification where one can reason about two programs and as a special case about two executions of a single program on different inputs. Relational program verification can be used for reasoning about a broad range of properties, including equivalence and refinement, and specialized notions such as continuity, information flow security or rel… ▽ More

    Submitted 15 March, 2017; originally announced March 2017.

    Comments: Submitted to ICFP 2017

    Journal ref: J. Funct. Prog. 29 (2019) e16

  32. arXiv:1609.04553  [pdf, other

    cs.NI

    Enabling Soft Vertical Handover for MIPv6 in OMNeT++

    Authors: Atheer Al-Rubaye, Ariel Aguirre, Jochen Seitz

    Abstract: Switching connectivity over multiple wireless interfaces of a mobile node is essential when performing handover between heterogeneous networks. In such a communication scenario, session continuity as experienced by the user can be enhanced if soft handover is enabled through the concept of make-before-break. However, some of the available networking protocols need to be modified to support this fe… ▽ More

    Submitted 15 September, 2016; originally announced September 2016.

    Comments: Published in: A. Foerster, V. Vesely, A. Virdis, M. Kirsche (Eds.), Proc. of the 3rd OMNeT++ Community Summit, Brno University of Technology - Czech Republic - September 15-16, 2016

    Report number: OMNET/2016/02