← Search

Fergus Imrie

14 accepted papers

2025

Stochastic Encodings for Active Feature Acquisition

ICML 2025poster

Active Feature Acquisition is an instance-wise, sequential decision making problem. The aim is to dynamically select which feature to measure based on current observations, independently for each test instance. Common approaches either use Reinforcement Learning, which experiences training difficult…

Cited by 0SourcePDFScholar
2024

A Neural Framework for Generalized Causal Sensitivity Analysis

ICLR 2024poster

Unobserved confounding is common in many applications, making causal inference from observational data challenging. As a remedy, causal sensitivity analysis is an important tool to draw causal conclusions under unobserved confounding with mathematical guarantees. In this paper, we propose NeuralCSA,…

2024

Dissecting Sample Hardness: A Fine-Grained Analysis of Hardness Characterization Methods for Data-Centric AI

ICLR 2024poster

Characterizing samples that are difficult to learn from is crucial to developing highly performant ML models. This has led to numerous Hardness Characterization Methods (HCMs) that aim to identify ''hard'' samples. However, there is a lack of consensus regarding the definition and evaluation of ''ha…

2023

Can You Rely on Your Model Evaluation? Improving Model Evaluation with Synthetic Test Data

NeurIPS 2023poster

Evaluating the performance of machine learning models on diverse and underrepresented subgroups is essential for ensuring fairness and reliability in real-world applications. However, accurately assessing model performance becomes challenging due to two main issues: (1) a scarcity of test data, espe…

Cited by 19SourcePDFScholar
2023

Differentiable and Transportable Structure Learning

ICML 2023poster

Directed acyclic graphs (DAGs) encode a lot of information about a particular distribution in their structure. However, compute required to infer these structures is typically super-exponential in the number of variables, as inference requires a sweep of a combinatorially large space of potential st…

2023

Improving Adaptive Conformal Prediction Using Self-Supervised Learning

AISTATS 2023poster

Conformal prediction is a powerful distribution-free tool for uncertainty quantification, establishing valid prediction intervals with finite-sample guarantees. To produce valid intervals which are also adaptive to the difficulty of each instance, a common approach is to compute normalized nonconfor…

2023

SurvivalGAN: Generating Time-to-Event Data for Survival Analysis

AISTATS 2023poster

Synthetic data is becoming an increasingly promising technology, and successful applications can improve privacy, fairness, and data democratization. While there are many methods for generating synthetic tabular data, the task remains non-trivial and unexplored for specific scenarios. One such scena…

2023

TANGOS: Regularizing Tabular Neural Networks through Gradient Orthogonalization and Specialization

ICLR 2023poster

Despite their success with unstructured data, deep neural networks are not yet a panacea for structured tabular data. In the tabular domain, their efficiency crucially relies on various forms of regularization to prevent overfitting and provide strong generalization performance. Existing regularizat…

Cited by 34SourcePDFScholar
2023

To Impute or not to Impute? Missing Data in Treatment Effect Estimation

AISTATS 2023poster

Missing data is a systemic problem in practical scenarios that causes noise and bias when estimating treatment effects. This makes treatment effect estimation from data with missingness a particularly tricky endeavour. A key reason for this is that standard assumptions on missingness are rendered in…

2022

Composite Feature Selection Using Deep Ensembles

NeurIPS 2022accept

In many real world problems, features do not act alone but in combination with each other. For example, in genomics, diseases might not be caused by any single mutation but require the presence of multiple mutations. Prior work on feature selection either seeks to identify individual features or can…

Cited by 13SourcePDFScholar
2022

Continuous-Time Modeling of Counterfactual Outcomes Using Neural Controlled Differential Equations

ICML 2022spotlight

Estimating counterfactual outcomes over time has the potential to unlock personalized healthcare by assisting decision-makers to answer "what-if" questions. Existing causal inference approaches typically consider regular, discrete-time intervals between observations and treatment decisions and hence…

2022

Self-Supervision Enhanced Feature Selection with Correlated Gates

ICLR 2022spotlight

Discovering relevant input features for predicting a target variable is a key scientific question. However, in many domains, such as medicine and biology, feature selection is confounded by a scarcity of labeled samples coupled with significant correlations among features. In this paper, we propose…

Cited by 28SourcePDFScholar
2021

Closing the loop in medical decision support by understanding clinical decision-making: A case study on organ transplantation

NeurIPS 2021poster

Significant effort has been placed on developing decision support tools to improve patient care. However, drivers of real-world clinical decisions in complex medical scenarios are not yet well-understood, resulting in substantial gaps between these tools and practical applications. In light of this,…

Cited by 6SourcePDFScholar
2021

Explaining Latent Representations with a Corpus of Examples

NeurIPS 2021spotlight

Modern machine learning models are complicated. Most of them rely on convoluted latent representations of their input to issue a prediction. To achieve greater transparency than a black-box that connects inputs to predictions, it is necessary to gain a deeper understanding of these latent representa…