← Search

Anna Goldenberg

10 accepted papers

2026

Can we generate portable representations for clinical time series data using LLMs?

ICLR 2026poster

Deploying clinical ML is slow and brittle: models that work at one hospital often degrade under distribution shifts at the next. In this work, we study a simple question -- can large language models (LLMs) create portable patient embeddings i.e. representations of patients enable a downstream predic…

Cited by 0SourceScholar
2025

HDP-Flow: Generalizable Bayesian Nonparametric Model for Time Series State Discovery

UAI 2025

We introduce HDP-Flow, a Bayesian nonparametric (BNP) model for unsupervised state discovery in dynamic, non-stationary time series data. Unlike prior work that assumes fixed states, HDPFlow models evolving datasets with unknown and variable latent states. By integrating the adaptability of BNP mode

2025

Learning under Temporal Label Noise

ICLR 2025poster

Many time series classification tasks, where labels vary over time, are affected by label noise that also varies over time. Such noise can cause label quality to improve, worsen, or periodically change over time. We first propose and formalize temporal label noise, an unstudied problem for sequentia…

Cited by 0SourcePDFScholar
2022

Decoupling Local and Global Representations of Time Series

AISTATS 2022poster

Real-world time series data are often generated from several sources of variation. Learning representations that capture the factors contributing to this variability enables better understanding of the data via its underlying generative process and can lead to improvements in performance on downstre…

2022

NODE-GAM: Neural Generalized Additive Model for Interpretable Deep Learning

ICLR 2022spotlight

Deployment of machine learning models in real high-risk settings (e.g. healthcare) often depends not only on the model's accuracy but also on its fairness, robustness, and interpretability. Generalized Additive Models (GAMs) are a class of interpretable models with a long history of use in these hig…

2021

Towards Robust Classification Model by Counterfactual and Invariant Data Generation

CVPR 2021poster

Despite the success of machine learning applications in science, industry, and society in general, many approaches are known to be non-robust, often relying on spurious correlations to make predictions. Spuriousness occurs when some features correlate with labels but are not causal; relying on such…

Cited by 43PDFcodeScholar
2021

Unsupervised Representation Learning for Time Series with Temporal Neighborhood Coding

ICLR 2021poster

Time series are often complex and rich in information but sparsely labeled and therefore challenging to model. In this paper, we propose a self-supervised framework for learning robust and generalizable representations for time series. Our approach, called Temporal Neighborhood Coding (TNC), takes a…

2020

What went wrong and when? Instance-wise feature importance for time-series black-box models

NeurIPS 2020poster

Explanations of time series models are useful for high stakes applications like healthcare but have received little attention in machine learning literature. We propose FIT, a framework that evaluates the importance of observations for a multivariate time-series black-box model by quantifying the sh…

2019

Dynamic Measurement Scheduling for Event Forecasting using Deep RL

ICML 2019oral

Imagine a patient in critical condition. What and when should be measured to forecast detrimental events, especially under the budget constraints? We answer this question by deep reinforcement learning (RL) that jointly minimizes the measurement cost and maximizes predictive gain, by scheduling stra…

2019

Explaining Image Classifiers by Counterfactual Generation

ICLR 2019poster

When an image classifier makes a prediction, which parts of the image are relevant and why? We can rephrase this question to ask: which parts of the image, if they were not seen by the classifier, would most change its decision? Producing an answer requires marginalizing over images that could have…