← Search

Padhraic Smyth

26 accepted papers

2026

Beyond Accuracy: Are Time Series Foundation Models Well-Calibrated?

ICLR 2026poster

The recent development of foundation models for time series data has generated considerable interest in using such models across a variety of applications. Although foundation models achieve state-of-the-art predictive performance, their calibration properties remain relatively underexplored, despi…

Cited by 0SourcecodeScholar
2025

Bayesian Inference for Correlated Human Experts and Classifiers

ICML 2025poster

Applications of machine learning often involve making predictions based on both model outputs and the opinions of human experts. In this context, we investigate the problem of querying experts for class label predictions, using as few human queries as possible, and leveraging the class probability e…

Cited by 0SourcePDFScholar
2025

Deep Continuous-Time State-Space Models for Marked Event Sequences

NeurIPS 2025spotlight

Marked temporal point processes (MTPPs) model sequences of events occurring at irregular time intervals, with wide-ranging applications in fields such as healthcare, finance and social networks. We propose the _state-space point process_ (S2P2) model, a novel and performant model that leverages tech…

Cited by 0SourceScholar
2025

ELBOing Stein: Variational Bayes with Stein Mixture Inference

ICLR 2025poster

Stein variational gradient descent (SVGD) (Liu & Wang, 2016) performs approximate Bayesian inference by representing the posterior with a set of particles. However, SVGD suffers from variance collapse, i.e. poor predictions due to underestimating uncertainty (Ba et al., 2021), even for moderately-di…

2024

Bayesian Online Learning for Consensus Prediction

AISTATS 2024poster

Given a pre-trained classifier and multiple human experts, we investigate the task of online classification where model predictions are provided for free but querying humans incurs a cost. In this practical but under-explored setting, oracle ground truth is not available. Instead, the prediction tar…

2024

Benchmark Data Repositories for Better Benchmarking

NeurIPS 2024poster

In machine learning research, it is common to evaluate algorithms via their performance on standard benchmark datasets. While a growing body of work establishes guidelines for---and levies criticisms at---data and benchmarking practices in machine learning, comparatively less attention has been paid…

Cited by 1SourcePDFScholar
2024

Dynamic Conditional Optimal Transport through Simulation-Free Flows

NeurIPS 2024poster

We study the geometry of conditional optimal transport (COT) and prove a dynamic formulation which generalizes the Benamou-Brenier Theorem. Equipped with these tools, we propose a simulation-free flow-based method for conditional generative modeling. Our method couples an arbitrary source distributi…

2024

Perceptions of Linguistic Uncertainty by Language Models and Humans

EMNLP 2024main

*Uncertainty expressions* such as ‘probably’ or ‘highly unlikely’ are pervasive in human language. While prior work has established that there is population-level agreement in terms of how humans quantitatively interpret these expressions, there has been little inquiry into the abilities of language…

2024

Probabilistic Modeling for Sequences of Sets in Continuous-Time

AISTATS 2024poster

Neural marked temporal point processes have been a valuable addition to the existing toolbox of statistical parametric models for continuous-time event data. These models are useful for sequences where each event is associated with a single item (a single type of event or a “mark”)—but such models a…

2023

Deep Anomaly Detection under Labeling Budget Constraints

ICML 2023poster

Selecting informative data points for expert feedback can significantly improve the performance of anomaly detection (AD) in various contexts, such as medical diagnostics or fraud detection. In this paper, we determine a set of theoretical conditions under which anomaly scores generalize from labele…

2023

Probabilistic Querying of Continuous-Time Event Sequences

AISTATS 2023poster

Continuous-time event sequences, i.e., sequences consisting of continuous time stamps and associated event types (“marks”), are an important type of sequential data with many applications, e.g., in clinical medicine or user behavior modeling. Since these data are typically modeled in an autoregressi…

Cited by 4SourcePDFScholar
2023

Zero-Shot Anomaly Detection via Batch Normalization

NeurIPS 2023poster

Anomaly detection (AD) plays a crucial role in many safety-critical application domains. The challenge of adapting an anomaly detector to drift in the normal data distribution, especially when no training data is available for the "new normal," has led to the development of zero-shot AD techniques.…

2022

Fair Generalized Linear Models with a Convex Penalty

ICML 2022spotlight

Despite recent advances in algorithmic fairness, methodologies for achieving fairness with generalized linear models (GLMs) have yet to be explored in general, despite GLMs being widely used in practice. In this paper we introduce two fairness criteria for GLMs based on equalizing expected outcomes…

2022

Predictive Querying for Autoregressive Neural Sequence Models

NeurIPS 2022accept

In reasoning about sequential events it is natural to pose probabilistic queries such as “when will event A occur next” or “what is the probability of A occurring before B”, with applications in areas such as user modeling, language models, medicine, and finance. These types of queries are complex t…

2021

Combining Human Predictions with Model Probabilities via Confusion Matrices and Calibration

NeurIPS 2021poster

An increasingly common use case for machine learning models is augmenting the abilities of human decision makers. For classification tasks where neither the human nor model are perfectly accurate, a key step in obtaining high performance is combining their individual predictions in a manner that lev…

2021

Detecting and Adapting to Irregular Distribution Shifts in Bayesian Online Learning

NeurIPS 2021poster

We consider the problem of online learning in the presence of distribution shifts that occur at an unknown rate and of unknown intensity. We derive a new Bayesian online inference approach to simultaneously infer these distribution shifts and adapt the model to the detected changes by integrating id…

2020

Can I Trust My Fairness Metric? Assessing Fairness with Unlabeled Data and Bayesian Inference

NeurIPS 2020poster

Group fairness is measured via parity of quantitative metrics across different protected demographic groups. In this paper, we investigate the problem of reliably assessing group fairness metrics when labeled examples are few but unlabeled examples are plentiful. We propose a general Bayesian framew…

Cited by 57SourcePDFScholar
2020

User-Dependent Neural Sequence Models for Continuous-Time Event Data

NeurIPS 2020poster

Continuous-time event data are common in applications such as individual behavior data, financial transactions, and medical health records. Modeling such data can be very challenging, in particular for applications with many different types of events,since it requires a model to predict the event ty…