← Search

Lantao Yu

17 accepted papers

2024

DL3DV-10K: A Large-Scale Scene Dataset for Deep Learning-based 3D Vision

CVPR 2024poster

We have witnessed significant progress in deep learning-based 3D vision ranging from neural radiance field (NeRF) based 3D representation learning to applications in novel view synthesis (NVS). However existing scene-level datasets for deep learning-based 3D vision limited to either synthetic enviro…

Cited by 85SourcePDFScholar
2023

Offline Imitation Learning with Suboptimal Demonstrations via Relaxed Distribution Matching

AAAI 2023technical

Offline imitation learning (IL) promises the ability to learn performant policies from pre-collected demonstrations without interactions with the environment. However, imitating behaviors fully offline typically requires numerous expert data. To tackle this issue, we study the setting where we have…

Cited by 18SourcePDFScholar
2022

A General Recipe for Likelihood-free Bayesian Optimization

ICML 2022oral

The acquisition function, a critical component in Bayesian optimization (BO), can often be written as the expectation of a utility function under a surrogate model. However, to ensure that acquisition functions are tractable to optimize, restrictions must be placed on the surrogate model and utility…

2022

Generalizing Bayesian Optimization with Decision-theoretic Entropies

NeurIPS 2022accept

Bayesian optimization (BO) is a popular method for efficiently inferring optima of an expensive black-box function via a sequence of queries. Existing information-theoretic BO procedures aim to make queries that most reduce the uncertainty about optima, where the uncertainty is captured by Shannon e…

Cited by 14SourcePDFScholar
2022

GeoDiff: A Geometric Diffusion Model for Molecular Conformation Generation

ICLR 2022oral

Predicting molecular conformations from molecular graphs is a fundamental problem in cheminformatics and drug discovery. Recently, significant progress has been achieved with machine learning approaches, especially with deep generative models. Inspired by the diffusion process in classical non-equil…

2021

Adversarial Inverse Reinforcement Learning With Self-Attention Dynamics Model

RA-L 2021

In many real-world applications where specifying a proper reward function is difficult, it is desirable to learn policies from expert demonstrations. Adversarial Inverse Reinforcement Learning (AIRL) is one of the most common approaches for learning from demonstrations. However, due to the stochasti

Cited by 32SourcecodeScholar
2020

Improving Maximum Likelihood Training for Text Generation with Density Ratio Estimation

AISTATS 2020poster

Autoregressive neural sequence generative models trained by Maximum Likelihood Estimation suffer the exposure bias problem in practical finite sample scenarios. The crux is that the number of training samples for Maximum Likelihood Estimation is usually limited and the input data distributions are d…

Cited by 7SourcePDFScholar
2020

MOPO: Model-based Offline Policy Optimization

NeurIPS 2020poster

Offline reinforcement learning (RL) refers to the problem of learning policies entirely from a batch of previously collected data. This problem setting is compelling, because it offers the promise of utilizing large, diverse, previously collected datasets to acquire policies without any costly or da…

2020

Training Deep Energy-Based Models with f-Divergence Minimization

ICML 2020poster

Deep energy-based models (EBMs) are very flexible in distribution parametrization but computationally challenging because of the intractable partition function. They are typically trained via maximum likelihood, using contrastive divergence to approximate the gradient of the KL divergence between da…

2019

CoT: Cooperative Training for Generative Modeling of Discrete Data

ICML 2019oral

In this paper, we study the generative models of sequential discrete data. To tackle the exposure bias problem inherent in maximum likelihood estimation (MLE), generative adversarial networks (GANs) are introduced to penalize the unrealistic generated samples. To exploit the supervision signal from…

2019

Lipschitz Generative Adversarial Nets

ICML 2019oral

In this paper we show that generative adversarial networks (GANs) without restriction on the discriminative function space commonly suffer from the problem that the gradient produced by the discriminator is uninformative to guide the generator. By contrast, Wasserstein GAN (WGAN), where the discrimi…

Cited by 107SourcePDFScholar
2019

Meta-Inverse Reinforcement Learning with Probabilistic Context Variables

NeurIPS 2019poster

Reinforcement learning demands a reward function, which is often difficult to provide or design in real world applications. While inverse reinforcement learning (IRL) holds promise for automatically learning reward functions from demonstrations, several major challenges remain. First, existing IRL m…