← Search

Tianwei Ni

7 accepted papers

2026

Long-Horizon Model-Based Offline Reinforcement Learning Without Conservatism

ICML 2026poster

Popular offline reinforcement learning (RL) methods rely on conservatism, penalizing out-of-dataset actions or restricting rollout horizons. We question the universality of this principle and revisit a complementary Bayesian perspective. By modeling a posterior over plausible world models and traini…

Cited by 0SourceScholar
2024

Bridging State and History Representations: Understanding Self-Predictive RL

ICLR 2024poster

Representations are at the core of all deep reinforcement learning (RL) methods for both Markov decision processes (MDPs) and partially observable Markov decision processes (POMDPs). Many representation learning methods and theoretical frameworks have been developed to understand what constitutes an…

2024

Do Transformer World Models Give Better Policy Gradients?

ICML 2024poster

A natural approach for reinforcement learning is to predict future rewards by unrolling a neural network world model, and to backpropagate through the resulting computational graph to learn a control policy. However, this method often becomes impractical for long horizons, since typical world models…

Cited by 3SourcePDFScholar
2023

When Do Transformers Shine in RL? Decoupling Memory from Credit Assignment

NeurIPS 2023oral

Reinforcement learning (RL) algorithms face two distinct challenges: learning effective representations of past and present observations, and determining how actions influence future returns. Both challenges involve modeling long-term dependencies. The Transformer architecture has been very successf…

2022

Recurrent Model-Free RL Can Be a Strong Baseline for Many POMDPs

ICML 2022spotlight

Many problems in RL, such as meta-RL, robust RL, generalization in RL, and temporal credit assignment, can be cast as POMDPs. In theory, simply augmenting model-free RL with memory-based architectures, such as recurrent neural networks, provides a general approach to solving all types of POMDPs. How…

2020

f-IRL: Inverse Reinforcement Learning via State Marginal Matching

CoRL 2020

Imitation learning is well-suited for robotic tasks where it is difficult to directly program the behavior or specify a cost for optimal control. In this work, we propose a method for learning the reward function (and the corresponding policy) to match the expert state density. Our main result is th

2019

Elastic Boundary Projection for 3D Medical Image Segmentation

CVPR 2019poster

We focus on an important yet challenging problem: using a 2D deep network to deal with 3D segmentation for medical image analysis. Existing approaches either applied multi-view planar (2D) networks or directly used volumetric (3D) networks for this purpose, but both of them are not ideal: 2D network…

Cited by 46PDFcodeScholar