← Search

Rahul G. Krishnan

16 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
2026

Frequentist Consistency of Prior-Data Fitted Networks for Causal Estimation

ICML 2026poster

Foundation models based on prior-data fitted networks (PFNs) have shown strong empirical performance in causal inference by framing it as an in-context learning problem. However, it is unclear whether PFN-based causal estimators provide uncertainty quantification that is consistent with classical fr…

Cited by 0SourceScholar
2026

SparseOpt: Addressing Normalization-induced Gradient Skew in Sparse Training

ICML 2026poster

Dynamic Sparse Training (DST) methods train neural networks by maintaining sparsity while dynamically adapting the network topology. Despite the promise of reduced computation, DST methods converge significantly slower than dense training, often requiring comparable training time to achieve similar …

Cited by 0SourceScholar
2025

Agentic Medical Knowledge Graphs Enhance Medical Question Answering: Bridging the Gap Between LLMs and Evolving Medical Knowledge

EMNLP 2025

Large Language Models (LLMs) have greatly advanced medical Question Answering (QA) by leveraging vast clinical data and medical literature. However, the rapid evolution of medical knowledge and the labor-intensive process of manually updating domain-specific resources can undermine the reliability o

Cited by 0SourcePDFScholar
2025

Physics Context Builders: A Modular Framework for Physical Reasoning in Vision-Language Models

ICCV 2025poster

Physical reasoning remains a significant challenge for Vision-Language Models (VLMs). This limitation arises from an inability to translate learned knowledge into predictions about physical behavior. Although continual fine-tuning can mitigate this issue, it is expensive for large models and impract…

Cited by 0SourcePDFScholar
2023

Anamnesic Neural Differential Equations with Orthogonal Polynomial Projections

ICLR 2023poster

Neural ordinary differential equations (Neural ODEs) are an effective framework for learning dynamical systems from irregularly sampled time series data. These models provide a continuous-time latent representation of the underlying dynamical system where new observations at arbitrary time points ca…

2023

Copula-based deep survival models for dependent censoring

UAI 2023poster

A survival dataset describes a set of instances (e.g. patients) and provides, for each, either the time until an event (e.g. death), or the censoring time (e.g. when lost to follow-up - which is a lower bound on the time until the event). We consider the challenge of survival prediction: learning, f…

Cited by 7SourcePDFScholar
2023

Structured Neural Networks for Density Estimation and Causal Inference

NeurIPS 2023poster

Injecting structure into neural networks enables learning functions that satisfy invariances with respect to subsets of inputs. For instance, when learning generative models using neural networks, it is advantageous to encode the conditional independence structure of observed variables, often in the…

Cited by 7SourcePDFScholar
2022

Clustering Interval-Censored Time-Series for Disease Phenotyping

AAAI 2022technical

Unsupervised learning is often used to uncover clusters in data. However, different kinds of noise may impede the discovery of useful patterns from real-world time-series data. In this work, we focus on mitigating the interference of interval censoring in the task of clustering for disease phenotypi…

2022

Partial Identification of Treatment Effects with Implicit Generative Models

NeurIPS 2022accept

We consider the problem of partial identification, the estimation of bounds on the treatment effects from observational data. Although studied using discrete treatment variables or in specific causal graphs (e.g., instrumental variables), partial identification has been recently explored using tools…

2022

Scaling Vision Transformers to Gigapixel Images via Hierarchical Self-Supervised Learning

CVPR 2022oral

Vision Transformers (ViTs) and their multi-scale and hierarchical variations have been successful at capturing image representations but their use has been generally studied for low-resolution images (e.g. - 256x256, 384x384). For gigapixel whole-slide imaging (WSI) in computational pathology, WSIs…

Cited by 556PDFcodeScholar
2022

Using time-series privileged information for provably efficient learning of prediction models

AISTATS 2022poster

We study prediction of future outcomes with supervised models that use privileged information during learning. The privileged information comprises samples of time series observed between the baseline time of prediction and the future outcome; this information is only available at training time whic…