← Search

Erdun Gao

12 accepted papers

2026

Beyond DAGs: A Latent Partial Causal Model for Multimodal Learning

ICLR 2026poster

Directed Acyclic Graphs (DAGs) are a standard tool in causal modeling, but their suitability for capturing the complexity of large-scale multimodal data is questionable. In practice, real-world multimodal datasets are often collected from heterogeneous generative processes that do not conform to a s…

Cited by 0SourceScholar
2026

I Predict Therefore I Am: Is Next Token Prediction Enough to Learn Human-Interpretable Concepts from Data?

ICLR 2026poster

Recent empirical evidence shows that LLM representations encode human-interpretable concepts. Nevertheless, the mechanisms by which these representations emerge remain largely unexplored. To shed further light on this, we introduce a novel generative model that generates tokens on the basis of such…

Cited by 0SourceScholar
2026

TimeLAVA: Learning-Agnostic Valuation for Time Series Data

ICML 2026poster

Data valuation quantifies the intrinsic quality of individual samples to enable principled data curation, quality control, and robust learning. For time series in critical domains such as healthcare, finance, and industrial monitoring, effective valuation methods are essential yet fundamentally lack…

Cited by 0SourceScholar
2026

Treatment Responder Classification with Abstention

ICML 2026spotlight

Treatment responder classification seeks to learn a rule to classify individuals who will benefit from the treatment. This paper studies a new scenario in treatment responder classification when abstention is allowed, i.e., practitioners can opt out of making uncertain classification on some individ…

Cited by 0SourceScholar
2026

What Makes a Good Representation for Single-Cell Perturbation Prediction?

ICML 2026poster

Single-cell perturbation modeling is fundamental for understanding and predicting cellular responses to genetic perturbations. However, existing approaches, from causal representation learning to foundation models, often struggle with an overlooked challenge: gene expression is dominated by perturba…

Cited by 0SourceScholar
2025

Distraction is All You Need for Multimodal Large Language Model Jailbreaking

CVPR 2025highlight

Multimodal Large Language Models (MLLMs) bridge the gap between visual and textual data, enabling a range of advanced applications. However, complex internal interactions among visual elements and their alignment with text can introduce vulnerabilities, which may be exploited to bypass safety mechan…

Cited by 1SourcePDFScholar
2025

MissScore: High-Order Score Estimation in the Presence of Missing Data

ICML 2025poster

Score-based generative models are essential in various machine learning applications, with strong capabilities in generation quality. In particular, high-order derivatives (scores) of data density offer deep insights into data distributions, building on the proven effectiveness of first-order scores…

Cited by 0SourcePDFScholar
2025

On the Value of Cross-Modal Misalignment in Multimodal Representation Learning

NeurIPS 2025spotlight

Multimodal representation learning, exemplified by multimodal contrastive learning (MMCL) using image-text pairs, aims to learn powerful representations by aligning cues across modalities. This approach relies on the core assumption that the exemplar image-text pairs constitute two representations o…

Cited by 0SourcecodeScholar
2024

A Variational Framework for Estimating Continuous Treatment Effects with Measurement Error

ICLR 2024poster

Estimating treatment effects has numerous real-world applications in various fields, such as epidemiology and political science. While much attention has been devoted to addressing the challenge using fully observational data, there has been comparatively limited exploration of this issue in cases w…

Cited by 2SourcePDFScholar
2022

MissDAG: Causal Discovery in the Presence of Missing Data with Continuous Additive Noise Models

NeurIPS 2022accept

State-of-the-art causal discovery methods usually assume that the observational data is complete. However, the missing data problem is pervasive in many practical scenarios such as clinical trials, economics, and biology. One straightforward way to address the missing data problem is first to impute…