← Search

Denis Tarasov

8 accepted papers

2026

Object-Centric Latent Action Learning

AAAI 2026technical

Leveraging vast amounts of unlabeled internet video data for embodied AI is currently bottlenecked by the lack of action labels and the presence of action-correlated visual distractors. Although recent latent action policy optimization (LAPO) has shown promise in inferring proxy action labels from v

Cited by 0SourcePDFScholar
2026

cadrille: Multi-modal CAD Reconstruction with Reinforcement Learning

ICLR 2026oral

Computer-Aided Design (CAD) plays a central role in engineering and manufacturing, making it possible to create precise and editable 3D models. Using a variety of sensor or user-provided data as inputs for CAD reconstruction can democratize access to design applications. However, most existing metho…

Cited by 0SourcecodeScholar
2025

Latent Action Learning Requires Supervision in the Presence of Distractors

ICML 2025poster

Recently, latent action learning, pioneered by Latent Action Policies (LAPO), have shown remarkable pre-training efficiency on observation-only data, offering potential for leveraging vast amounts of video available on the web for embodied AI. However, prior work has focused on distractor-free data,…

Cited by 35SourcePDFScholar
2025

Vintix: Action Model via In-Context Reinforcement Learning

ICML 2025poster

In-Context Reinforcement Learning (ICRL) represents a promising paradigm for developing generalist agents that learn at inference time through trial-and-error interactions, analogous to how large language models adapt contextually, but with a focus on reward maximization. However, the scalability of…

2023

Anti-Exploration by Random Network Distillation

ICML 2023poster

Despite the success of Random Network Distillation (RND) in various domains, it was shown as not discriminative enough to be used as an uncertainty estimator for penalizing out-of-distribution actions in offline reinforcement learning. In this paper, we revisit these results and show that, with a na…

2023

CORL: Research-oriented Deep Offline Reinforcement Learning Library

NeurIPS 2023poster

CORL is an open-source library that provides thoroughly benchmarked single-file implementations of both deep offline and offline-to-online reinforcement learning algorithms. It emphasizes a simple developing experience with a straightforward codebase and a modern analysis tracking tool. In CORL, we…

Cited by 151SourcePDFScholar
2023

Katakomba: Tools and Benchmarks for Data-Driven NetHack

NeurIPS 2023poster

NetHack is known as the frontier of reinforcement learning research where learning-based methods still need to catch up to rule-based solutions. One of the promising directions for a breakthrough is using pre-collected datasets similar to recent developments in robotics, recommender systems, and mor…

2023

Revisiting the Minimalist Approach to Offline Reinforcement Learning

NeurIPS 2023poster

Recent years have witnessed significant advancements in offline reinforcement learning (RL), resulting in the development of numerous algorithms with varying degrees of complexity. While these algorithms have led to noteworthy improvements, many incorporate seemingly minor design choices that impact…