← Search

Ricardo Henao

55 accepted papers

2026

From Individual Calibration to Reliable Classifiers: ALD Parameterization with mPAIC Guarantees

ICML 2026poster

Modern neural classifiers can achieve remarkable predictive performance, yet often suffer from *miscalibration*. In this paper, we introduce a unified calibration framework applicable to arbitrary distribution-based classifiers. The proposed calibration objective guarantees a *monotone Probably Appr…

Cited by 0SourceScholar
2026

Learning Survival Distributions with Individually Calibrated Asymmetric Laplace Distribution

ICLR 2026poster

Survival analysis plays a critical role in modeling time-to-event outcomes across various domains. Although recent advances have focused on improving _predictive accuracy_ and _concordance_, fine-grained _calibration_ remains comparatively underexplored. In this paper, we propose a survival modeli…

Cited by 0SourcecodeScholar
2025

Coupling Generative Modeling and an Autoencoder with the Causal Bridge

NeurIPS 2025poster

We consider inferring the causal effect of a treatment (intervention) on an outcome of interest in situations where there is potentially an unobserved confounder influencing both the treatment and the outcome. This is achievable by assuming access to two separate sets of control (proxy) measurements…

Cited by 0SourceScholar
2025

On Understanding Attention-Based In-Context Learning for Categorical Data

ICML 2025poster

In-context learning based on attention models is examined for data with categorical outcomes, with inference in such models viewed from the perspective of functional gradient descent (GD). We develop a network composed of attention blocks, with each block employing a self-attention layer followed by…

Cited by 0SourcePDFScholar
2024

Adaptive Discretization for Event PredicTion (ADEPT)

AISTATS 2024poster

Recently developed survival analysis methods improve upon existing approaches by predicting the probability of event occurrence in each of a number pre-specified (discrete) time intervals. By avoiding placing strong parametric assumptions on the event density, this approach tends to improve predicti…

Cited by 2SourcePDFScholar
2024

Contrastive Learning for Clinical Outcome Prediction with Partial Data Sources

ICML 2024poster

The use of machine learning models to predict clinical outcomes from (longitudinal) electronic health record (EHR) data is becoming increasingly popular due to advances in deep architectures, representation learning, and the growing availability of large EHR datasets. Existing models generally assum…

Cited by 3SourcePDFScholar
2024

Personalized Federated Learning for Text Classification with Gradient-Free Prompt Tuning

NAACL 2024findings

In this paper, we study personalized federated learning for text classification with Pretrained Language Models (PLMs). We identify two challenges in efficiently leveraging PLMs for personalized federated learning: 1) Communication. PLMs are usually large in size, e.g., with hundreds of millions of…

Cited by 2SourcePDFScholar
2023

An Effective Meaningful Way to Evaluate Survival Models

ICML 2023poster

One straightforward metric to evaluate a survival prediction model is based on the Mean Absolute Error (MAE) – the average of the absolute difference between the time predicted by the model and the true event time, over all subjects. Unfortunately, this is challenging because, in practice, the test…

2023

Estimating Total Correlation with Mutual Information Estimators

AISTATS 2023poster

Total correlation (TC) is a fundamental concept in information theory that measures statistical dependency among multiple random variables. Recently, TC has shown noticeable effectiveness as a regularizer in many learning tasks, where the correlation among multiple latent embeddings requires to be j…

2023

Federated Domain Adaptation for Named Entity Recognition via Distilling with Heterogeneous Tag Sets

ACL 2023findings

Federated learning involves collaborative training with private data from multiple platforms, while not violating data privacy. We study the problem of federated domain adaptation for Named Entity Recognition (NER), where we seek to transfer knowledge across different platforms with data of multiple…

2023

Few-Shot Composition Learning for Image Retrieval with Prompt Tuning

AAAI 2023technical

We study the problem of composition learning for image retrieval, for which we learn to retrieve target images with search queries in the form of a composition of a reference image and a modification text that describes desired modifications of the image. Existing models of composition learning for…

Cited by 10SourcePDFScholar
2023

InfoPrompt: Information-Theoretic Soft Prompt Tuning for Natural Language Understanding

NeurIPS 2023poster

Soft prompt tuning achieves superior performances across a wide range of few-shot tasks. However, the performances of prompt tuning can be highly sensitive to the initialization of the prompts. We have also empirically observed that conventional prompt tuning methods cannot encode and learn sufficie…

Cited by 31SourcePDFScholar
2023

Mitigating Test-Time Bias for Fair Image Retrieval

NeurIPS 2023poster

We address the challenge of generating fair and unbiased image retrieval results given neutral textual queries (with no explicit gender or race connotations), while maintaining the utility (performance) of the underlying vision-language (VL) model. Previous methods aim to disentangle learned represe…

2023

Toward Fairness in Text Generation via Mutual Information Minimization based on Importance Sampling

AISTATS 2023poster

Pretrained language models (PLMs), such as GPT- 2, have achieved remarkable empirical performance in text generation tasks. However, pre- trained on large-scale natural language corpora, the generated text from PLMs may exhibit social bias against disadvantaged demographic groups. To improve the fai…

2022

Capturing actionable dynamics with structured latent ordinary differential equations

UAI 2022poster

End-to-end learning of dynamical systems with black-box models, such as neural ordinary differential equations (ODEs), provides a flexible framework for learning dynamics from data without prescribing a mathematical model for the dynamics. Unfortunately, this flexibility comes at the cost of underst…

2022

Context-aware Information-theoretic Causal De-biasing for Interactive Sequence Labeling

EMNLP 2022finding

Supervised training of existing deep learning models for sequence labeling relies on large scale labeled datasets. Such datasets are generally created with crowd-source labeling. However, crowd-source labeling for tasks of sequence labeling can be expensive and time-consuming. Further, crowd-source…

Cited by 7SourcePDFScholar
2022

Disentangling Whether from When in a Neural Mixture Cure Model for Failure Time Data

AISTATS 2022poster

The mixture cure model allows failure probability to be estimated separately from failure timing in settings wherein failure never occurs in a subset of the population. In this paper, we draw on insights from representation learning and causal inference to develop a neural network based mixture cure…

2022

Few-Shot Class-Incremental Learning for Named Entity Recognition

ACL 2022long

Previous work of class-incremental learning for Named Entity Recognition (NER) relies on the assumption that there exists abundance of labeled data for the training of new classes. In this work, we study a more challenging but practical problem, i.e., few-shot class-incremental learning for NER, whe…

2022

Gradient Importance Learning for Incomplete Observations

ICLR 2022poster

Though recent works have developed methods that can generate estimates (or imputations) of the missing entries in a dataset to facilitate downstream analysis, most depend on assumptions that may not align with real-world applications and could suffer from poor performance in subsequent tasks such as…

2022

Open World Classification with Adaptive Negative Samples

EMNLP 2022main

Open world classification is a task in natural language processing with key practical relevance and impact.Since the open or unknown category data only manifests in the inference phase, finding a model with a suitable decision boundary accommodating for the identification of known classes and discri…

Cited by 6SourcePDFScholar
2021

Counterfactual Representation Learning with Balancing Weights

AISTATS 2021poster

A key to causal inference with observational data is achieving balance in predictive features associated with each treatment type. Recent literature has explored representation learning to achieve this goal. In this work, we discuss the pitfalls of these strategies – such as a steep trade-off betwee…

Cited by 89SourcePDFScholar
2021

SpanPredict: Extraction of Predictive Document Spans with Neural Attention

NAACL 2021long

In many natural language processing applications, identifying predictive text can be as important as the predictions themselves. When predicting medical diagnoses, for example, identifying predictive content in clinical notes not only enhances interpretability, but also allows unknown, descriptive (…

Cited by 5SourcePDFScholar
2021

Supercharging Imbalanced Data Learning With Energy-based Contrastive Representation Transfer

NeurIPS 2021spotlight

Dealing with severe class imbalance poses a major challenge for many real-world applications, especially when the accurate classification and generalization of minority classes are of primary interest. In computer vision and NLP, learning from datasets with long-tail behavior is a recurring theme, e…

2021

Unsupervised Paraphrasing Consistency Training for Low Resource Named Entity Recognition

EMNLP 2021main

Unsupervised consistency training is a way of semi-supervised learning that encourages consistency in model predictions between the original and augmented data. For Named Entity Recognition (NER), existing approaches augment the input sequence with token replacement, assuming annotations on the repl…

2021

Variational Disentanglement for Rare Event Modeling

AAAI 2021technical

Combining the increasing availability and abundance of healthcare data and the current advances in machine learning methods have created renewed opportunities to improve clinical decision support systems. However, in healthcare risk prediction applications, the proportion of cases with the condition…

2021

Wasserstein Contrastive Representation Distillation

CVPR 2021poster

The primary goal of knowledge distillation (KD) is to encapsulate the information of a model learned from a teacher network into a student network, with the latter being more compact than the former. Existing work, e.g., using Kullback-Leibler divergence for distillation, may fail to capture importa…

Cited by 128PDFScholar
2020

Learning Autoencoders with Relational Regularization

ICML 2020poster

We propose a new algorithmic framework for learning autoencoders of data distributions. In this framework, we minimize the discrepancy between the model distribution and the target one, with relational regularization on learnable latent prior. This regularization penalizes the fused Gromov-Wasserste…

2019

Improving Textual Network Learning with Variational Homophilic Embeddings

NeurIPS 2019poster

The performance of many network learning applications crucially hinges on the success of network embedding algorithms, which aim to encode rich network information into low-dimensional vertex-based vector representations. This paper considers a novel variational formulation of network embeddings, wi…

2019

Kernel-Based Approaches for Sequence Modeling: Connections to Neural Methods

NeurIPS 2019poster

We investigate time-dependent data analysis from the perspective of recurrent kernel machines, from which models with hidden units and gated memory cells arise naturally. By considering dynamic gating of the memory cell, a model closely related to the long short-term memory (LSTM) recurrent neural n…

2018

Adversarial Time-to-Event Modeling

ICML 2018oral

Modern health data science applications leverage abundant molecular and electronic health data, providing opportunities for machine learning to build statistical models to support clinical practice. Time-to-event analysis, also called survival analysis, stands as one of the most representative examp…

2018

Chi-square Generative Adversarial Network

ICML 2018oral

To assess the difference between real and synthetic data, Generative Adversarial Networks (GANs) are trained using a distribution discrepancy measure. Three widely employed measures are information-theoretic divergences, integral probability metrics, and Hilbert space discrepancy metrics. We elucida…

2018

JointGAN: Multi-Domain Joint Distribution Learning with Generative Adversarial Nets

ICML 2018oral

A new generative adversarial network is developed for joint distribution matching.Distinct from most existing approaches, that only learn conditional distributions, the proposed model aims to learn a joint distribution of multiple random variables (domains). This is achieved by learning to sample fr…

2018

Variational Inference and Model Selection with Generalized Evidence Bounds

ICML 2018oral

Recent advances on the scalability and flexibility of variational inference have made it successful at unravelling hidden patterns in complex data. In this work we propose a new variational bound formulation, yielding an estimator that extends beyond the conventional variational bound. It naturally…

2017

ALICE: Towards Understanding Adversarial Learning for Joint Distribution Matching

NeurIPS 2017poster

We investigate the non-identifiability issues associated with bidirectional adversarial training for joint distribution matching. Within a framework of conditional entropy, we propose both adversarial and non-adversarial approaches to learn desirable matched joint distributions for unsupervised and…

2017

Adversarial Feature Matching for Text Generation

ICML 2017poster

The Generative Adversarial Network (GAN) has achieved great success in generating realistic (real-valued) synthetic data. However, convergence issues and difficulties dealing with discrete data hinder the applicability of GAN to text. We propose a framework for generating realistic text via adversar…

Cited by 487SourcePDFScholar
2017

Adversarial Symmetric Variational Autoencoder

NeurIPS 2017poster

A new form of variational autoencoder (VAE) is developed, in which the joint distribution of data and codes is considered in two (symmetric) forms: (i) from observed data fed through the encoder to yield codes, and (ii) from latent codes drawn from a simple prior and propagated through the decoder t…

Cited by 100SourcePDFScholar
2017

Deconvolutional Paragraph Representation Learning

NeurIPS 2017poster

Learning latent representations from long text sequences is an important first step in many natural language processing applications. Recurrent Neural Networks (RNNs) have become a cornerstone for this challenging task. However, the quality of sentences during RNN-based decoding (reconstruction) dec…

Cited by 120SourcePDFScholar
2017

VAE Learning via Stein Variational Gradient Descent

NeurIPS 2017poster

A new method for learning variational autoencoders (VAEs) is developed, based on Stein variational gradient descent. A key advantage of this approach is that one need not make parametric assumptions about the form of the encoder distribution. Performance is further enhanced by integrating the propos…

Cited by 76SourcePDFScholar
2016

Learning Sigmoid Belief Networks via Monte Carlo Expectation Maximization

AISTATS 2016poster

Belief networks are commonly used generative models of data, but require expensive posterior estimation to train and test the model. Learning typically proceeds by posterior sampling, variational approximations, or recognition networks, combined with stochastic optimization. We propose using an onli…

Cited by 15SourcePDFScholar
2016

Towards Unifying Hamiltonian Monte Carlo and Slice Sampling

NeurIPS 2016poster

We unify slice sampling and Hamiltonian Monte Carlo (HMC) sampling, demonstrating their connection via the Hamiltonian-Jacobi equation from Hamiltonian mechanics. This insight enables extension of HMC and slice sampling to a broader family of samplers, called Monomial Gamma Samplers (MGS). We provid…

Cited by 24SourcePDFScholar
2016

Variational Autoencoder for Deep Learning of Images, Labels and Captions

NeurIPS 2016poster

A novel variational autoencoder is developed to model images, as well as associated labels or captions. The Deep Generative Deconvolutional Network (DGDN) is used as a decoder of the latent image features, and a deep Convolutional Neural Network (CNN) is used as an image encoder; the CNN is used to…

Cited by 1096SourcePDFScholar
2015

A Multitask Point Process Predictive Model

ICML 2015poster

Point process data are commonly observed in fields like healthcare and social science. Designing predictive models for such event streams is an under-explored problem, due to often scarce training data. In this work we propose a multitask point process model, leveraging information from all tasks vi…

Cited by 74SourcePDFScholar
2015

Deep Temporal Sigmoid Belief Networks for Sequence Modeling

NeurIPS 2015poster

Deep dynamic generative models are developed to learn sequential dependencies in time-series data. The multi-layered model is designed by constructing a hierarchy of temporal sigmoid belief networks (TSBNs), defined as a sequential stack of sigmoid belief networks (SBNs). Each SBN has a contextual h…

2015

Large-Scale Bayesian Multi-Label Learning via Topic-Based Label Embeddings

NeurIPS 2015spotlight

We present a scalable Bayesian multi-label learning model based on learning low-dimensional label embeddings. Our model assumes that each label vector is generated as a weighted combination of a set of topics (each topic being a distribution over labels), where the combination weights (i.e., the emb…

Cited by 48SourcePDFScholar
2015

Learning Deep Sigmoid Belief Networks with Data Augmentation

AISTATS 2015poster

Deep directed generative models are developed. The multi-layered model is designed by stacking sigmoid belief networks, with sparsity-encouraging priors placed on the model parameters. Learning and inference of layer-wise model parameters are implemented in a Bayesian setting. By exploring the idea…

Cited by 135SourcePDFScholar
2015

Non-Gaussian Discriminative Factor Models via the Max-Margin Rank-Likelihood

ICML 2015poster

We consider the problem of discriminative factor analysis for data that are in general non-Gaussian. A Bayesian model based on the ranks of the data is proposed. We first introduce a max-margin version of the rank-likelihood. A discriminative factor model is then developed, integrating the new max-m…

Cited by 8SourcePDFScholar
2015

Scalable Deep Poisson Factor Analysis for Topic Modeling

ICML 2015poster

A new framework for topic modeling is developed, based on deep graphical models, where interactions between topics are inferred through deep latent binary hierarchies. The proposed multi-layer model employs a deep sigmoid belief network or restricted Boltzmann machine, the bottom binary layer of whi…

Cited by 111SourcePDFScholar