← Search

YI WU

87 accepted papers

2026

AReaL-DTA: Dynamic Tree Attention for Efficient Reinforcement Learning of Large Language Models

ICML 2026poster

Reinforcement learning (RL) based post-training for large language models (LLMs) is computationally expensive, as it generates many rollout sequences that could frequently share long token prefixes. Existing RL frameworks usually process these sequences independently, repeatedly recomputing identica…

Cited by 0SourceScholar
2026

Bridging the Depth Gap: Adaptive Scene-Instance Alignment for Training-Free Depth Refinement in Robotic Manipulation Scenes

RA-L 2026

Monocular depth estimation foundation models provide robust depth priors with exceptional generalization capabilities; however, their predictions typically lack a reliable metric scale and contain local inconsistencies in a zero-shot setting, which limit their deployment in unconstrained real-world

Cited by 0SourceScholar
2026

EXVERUS: Verus Proof Repair via Counterexample Reasoning

ICML 2026poster

Large Language Models (LLMs) have shown promising results in automating formal verification. However, existing approaches treat proof generation as a static, end-to-end prediction over source code, relying on limited verifier feedback and lacking access to concrete program behaviors. We present EXVE…

Cited by 0SourceScholar
2026

EnhanceERASOR: Two-Stage Static 3D Point Cloud Mapping in Dynamic Scenes

ICRA 2026poster

A clean map of the surrounding environment is essential for autonomous driving systems to ensure reliable localization and safe path planning. However, the existence of dynamic objects introduces ghost traces into the map, significantly degrading its quality. To address this issue, we propose Enhanc…

Cited by 0Scholar
2026

FlightBench: Benchmarking Learning-Based Methods for Ego-Vision-Based Quadrotors Navigation

ICRA 2026poster

Ego-vision-based navigation in cluttered environments is crucial for mobile systems, particularly agile quadrotors. While learning-based methods have shown promise recently, head-to-head comparisons with cutting-edge optimization-based approaches are scarce, leaving open the question of where and to…

2026

Learning Knowledge from Textual Descriptions for 3D Human Pose Estimation

AAAI 2026technical

Mainstream 3D human pose estimation methods directly predict 3D coordinates of joints from 2D keypoints, suffering from severe depth ambiguity. Pose textual descriptions contain abundant semantic information, which facilitates the model to learn the spatial relationship among different body parts, p

Cited by 0SourcePDFScholar
2026

Neural Internal Model Control: Learning a Robust Control Policy Via Predictive Error Feedback

ICRA 2026poster

Accurate motion control in the face of disturbances within complex environments remains a major challenge in robotics. Classical model-based approaches often struggle with nonlinearities and unstructured disturbances, while reinforcement learning (RL)-based methods can be fragile when encountering u…

2026

Principled RL for Diffusion LLMs Emerges from a Sequence-Level Perspective

ICLR 2026poster

Reinforcement Learning (RL) has proven highly effective for autoregressive language models, but adapting these methods to diffusion large language models (dLLMs) presents fundamental challenges. The core difficulty lies in likelihood approximation: while autoregressive models naturally provide token…

Cited by 0SourcecodeScholar
2026

Proxy-Tuning: Tailoring Multimodal Autoregressive Models for Subject-Driven Image Generation

CVPR 2026

Multimodal autoregressive (AR) models, based on next-token prediction and transformer architecture, have demonstrated remarkable capabilities in various multimodal tasks including text-to-image (T2I) generation. Despite their strong performance in general T2I tasks, our research reveals that these m

Cited by 0SourceScholar
2026

QuestA: Expanding Reasoning Capacity in LLMs via Question Augmentation

ICLR 2026poster

Reinforcement learning (RL) has emerged as a central paradigm for training large language models (LLMs) in reasoning tasks. Yet recent studies question RL’s ability to incentivize reasoning capacity beyond the base model. This raises a key challenge: how can RL be adapted to solve harder reasoning p…

Cited by 0SourcecodeScholar
2026

Unlocking Long-Horizon Agentic Search with Large-Scale End-to-End RL

ICLR 2026poster

Recent advancements in LLM-based agents have demonstrated remarkable capabilities in handling knowledge-intensive tasks using external tools. One representative example is search agent. Existing open-source search agents heavily rely on advanced commercial LLMs: they either collect trajectories from…

Cited by 0SourcecodeScholar
2026

VS-Bench: Evaluating VLMs for Strategic Abilities in Multi-Agent Environments

CVPR 2026

Recent advancements in Vision Language Models (VLMs) have expanded their capabilities to interactive agent tasks, yet existing benchmarks remain limited to single-agent or text-only environments. In contrast, real-world scenarios often involve multiple agents interacting within rich visual and textu

Cited by 0SourceScholar
2026

What Matters in Learning a Zero-Shot Sim-To-Real RL Policy for Quadrotor Control? a Comprehensive Study

ICRA 2026poster

Precise and agile flight maneuvers are essential for quadrotor applications, yet traditional control methods are limited by their reliance on flat trajectories or computationally intensive optimization. Reinforcement learning (RL)-based policies offer a promising alternative by directly mapping obse…

2025

AREAL: A Large-Scale Asynchronous Reinforcement Learning System for Language Reasoning

NeurIPS 2025poster

Reinforcement learning (RL) has become a trending paradigm for training large language models (LLMs), particularly for reasoning tasks. Effective RL for LLMs requires massive parallelization and poses an urgent need for efficient training systems. Most existing large-scale RL systems for LLMs are sy…

Cited by 0SourcecodeScholar
2025

ESGenius: Benchmarking LLMs on Environmental, Social, and Governance (ESG) and Sustainability Knowledge

EMNLP 2025

We introduce ESGenius , a comprehensive benchmark for evaluating and enhancing the proficiency of Large Language Models (LLMs) in Environmental, Social, and Governance (ESG) and sustainability-focused question answering. ESGenius comprises two key components: (i) ESGenius-QA , a collection of 1,136

2025

Estimating 2D Camera Motion with Hybrid Motion Basis

ICCV 2025poster

Estimating 2D camera motion is a fundamental computer vision task that models the projection of 3D camera movements onto the 2D image plane. Current methods rely on either homography-based approaches, limited to planar scenes, or meshflow techniques that use grid-based local homographies but struggl…

2025

FlightBench: Benchmarking Learning-Based Methods for Ego-Vision-Based Quadrotors Navigation

RA-L 2025

Ego-vision-based navigation in cluttered environments is crucial for mobile systems, particularly agile quadrotors. While learning-based methods have shown promise recently, head-to-head comparisons with cutting-edge optimization-based approaches are scarce, leaving open the question of where and to

Cited by 3SourcecodeScholar
2025

Fuel-Optimal Operational Speed Planning for Autonomous Trucking on Highways

ICRA 2025

The rapid advancement of autonomous driving technology, particularly in autonomous trucking on highways, shows great value for enhancing efficiency and reducing costs in the logistics industry. In this work, we define the full-trip speed planning problem for autonomous trucks under delivery time and

Cited by 0SourceScholar
2025

How Far Are We from Optimal Reasoning Efficiency?

NeurIPS 2025poster

Large Reasoning Models (LRMs) demonstrate remarkable problem-solving capabilities through extended Chain-of-Thought (CoT) reasoning but often produce excessively verbose and redundant reasoning traces. This inefficiency incurs high inference costs and limits practical deployment. While existing fine…

Cited by 0SourcecodeScholar
2025

Learning Strategic Language Agents in the Werewolf Game with Iterative Latent Space Policy Optimization

ICML 2025poster

Large language model (LLM) agents have recently demonstrated impressive capabilities in various domains like open-ended conversation and multi-step decision-making. However, it remains challenging for these agents to solve strategic language games, such as Werewolf, which demand both strategic decis…

Cited by 1SourcePDFScholar
2025

Long-horizon Locomotion and Manipulation on a Quadrupedal Robot with Large Language Models

IROS 2025

We present a large language model (LLM) based system to empower quadrupedal robots with problem-solving abilities for long-horizon tasks beyond short-term motions. Long-horizon tasks for quadrupeds are challenging since they require both a high-level understanding of the semantics of the problem for

Cited by 28SourceScholar
2025

Multi-UAV Formation Control with Static and Dynamic Obstacle Avoidance via Reinforcement Learning

IROS 2025

This paper tackles the challenging task of maintaining formation among multiple unmanned aerial vehicles (UAVs) while avoiding both static and dynamic obstacles during directed flight. The complexity of the task arises from its multi-objective nature, the large exploration space, and the sim-to-real

Cited by 7SourceScholar
2025

Neural Internal Model Control: Learning a Robust Control Policy Via Predictive Error Feedback

RA-L 2025

Accurate motion control in the face of disturbances within complex environments remains a major challenge in robotics. Classical model-based approaches often struggle with nonlinearities and unstructured disturbances, while reinforcement learning (RL)-based methods can be fragile when encountering u

Cited by 5SourcecodeScholar
2025

Offline Reinforcement Learning for LLM Multi-step Reasoning

ACL 2025finding

Improving the multi-step reasoning ability of large language models (LLMs) with offline reinforcement learning (RL) is essential for quickly adapting them to complex tasks. While Direct Preference Optimization (DPO) has shown promise in aligning LLMs with human preferences, it is less suitable for m…

2025

SELP: Generating Safe and Efficient Task Plans for Robot Agents with Large Language Models

ICRA 2025

Despite significant advancements in large language models (LLMs) that enhance robot agents' understanding and execution of natural language (NL) commands, ensuring the agents adhere to user-specified constraints remains challenging, particularly for complex commands and long-horizon tasks. To addres

Cited by 20SourcecodeScholar
2025

Toward Real-World Cooperative and Competitive Soccer with Quadrupedal Robot Teams

CoRL 2025poster

Achieving coordinated teamwork among legged robots requires both fine-grained locomotion control and long-horizon strategic decision-making. Robot soccer offers a compelling testbed for this challenge, combining dynamic, competitive, and multi-agent interactions. In this work, we present a hierarchi…

Cited by 0SourceScholar
2025

What Can RL Bring to VLA Generalization? An Empirical Study

NeurIPS 2025poster

Large Vision-Language Action (VLA) models have shown significant potential for embodied AI. However, their predominant training via supervised fine-tuning (SFT) limits generalization due to susceptibility to compounding errors under distribution shifts. Reinforcement learning (RL) offers a path to…

Cited by 0SourcecodeScholar
2025

What Matters in Learning a Zero-Shot Sim-to-Real RL Policy for Quadrotor Control? A Comprehensive Study

RA-L 2025

Precise and agile flight maneuvers are essential for quadrotor applications, yet traditional control methods are limited by their reliance on flat trajectories or computationally intensive optimization. Reinforcement learning (RL)-based policies offer a promising alternative by directly mapping obse

Cited by 13SourceScholar
2024

Accelerate Multi-Agent Reinforcement Learning in Zero-Sum Games with Subgame Curriculum Learning

AAAI 2024technical

Learning Nash equilibrium (NE) in complex zero-sum games with multi-agent reinforcement learning (MARL) can be extremely computationally expensive. Curriculum learning is an effective way to accelerate learning, but an under-explored dimension for generating a curriculum is the difficulty-to-learn o…

Cited by 2SourcePDFScholar
2024

Adaptive-Gradient Policy Optimization: Enhancing Policy Learning in Non-Smooth Differentiable Simulations

ICML 2024poster

Recent advancements in differentiable simulators highlight the potential of policy optimization using simulation gradients. Yet, these approaches are largely contingent on the continuity and smoothness of the simulation, which precludes the use of certain simulation engines, such as Mujoco. To tackl…

Cited by 2SourcePDFScholar
2024

ESP: Extro-Spective Prediction for Long-term Behavior Reasoning in Emergency Scenarios

ICRA 2024poster

Emergent-scene safety is the key milestone for fully autonomous driving, and reliable on-time prediction is essential to maintain safety in emergency scenarios. However, these emergency scenarios are long-tailed and hard to collect, which restricts the system from getting reliable predictions. In th…

Cited by 1SourcecodeScholar
2024

Efficient Backdoor Attacks for Deep Neural Networks in Real-world Scenarios

ICLR 2024poster

Recent deep neural networks (DNNs) have came to rely on vast amounts of training data, providing an opportunity for malicious attackers to exploit and contaminate the data to carry out backdoor attacks. However, existing backdoor attack methods make unrealistic assumptions, assuming that all trainin…

2024

Infinite-ID: Identity-preserved Personalization via ID-semantics Decoupling Paradigm

ECCV 2024poster

"Drawing on recent advancements in diffusion models for text-to-image generation, identity-preserved personalization has made significant progress in accurately capturing specific identities with just a single reference image. However, existing methods primarily integrate reference images within the…

Cited by 17SourcePDFScholar
2024

Is DPO Superior to PPO for LLM Alignment? A Comprehensive Study

ICML 2024oral

Reinforcement Learning from Human Feedback (RLHF) is currently the most widely used method to align large language models (LLMs) with human preferences. Existing RLHF methods can be roughly categorized as either reward-based or reward-free. Novel applications such as ChatGPT and Claude leverage rewa…

2024

Language Agents with Reinforcement Learning for Strategic Play in the Werewolf Game

ICML 2024poster

Agents built with large language models (LLMs) have shown great potential across a wide range of domains. However, in complex decision-making tasks, pure LLM-based agents tend to exhibit intrinsic bias in their choice of actions, which is inherited from the model's training data and results in subop…

Cited by 88SourcePDFScholar
2024

Leveraging Symmetry in RL-based Legged Locomotion Control

IROS 2024poster

Model-free reinforcement learning is a promising approach for autonomously solving challenging robotics control problems, but faces exploration difficulty without information about the robot’s morphology. The under-exploration of multiple modalities with symmetric states leads to behaviors that are…

Cited by 10SourceScholar
2024

NPC: Neural Predictive Control for Fuel-Efficient Autonomous Trucks

ICRA 2024poster

Fuel efficiency is a crucial aspect of long-distance cargo transportation by oil-powered trucks that economize on costs and decrease carbon emissions. Current predictive control methods depend on an accurate model of vehicle dynamics and engine, including weight, drag coefficient, and the Brake-spec…

Cited by 0SourceScholar
2024

OmniDrones: An Efficient and Flexible Platform for Reinforcement Learning in Drone Control

RA-L 2024

In this work, we introduce <italic xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">OmniDrones</i> , an efficient and flexible platform tailored for reinforcement learning in drone control, built on Nvidia's Omniverse Isaac Sim. It employs a bottom-up design

Cited by 53SourcecodeScholar
2024

Robot Generating Data for Learning Generalizable Visual Robotic Manipulation

IROS 2024poster

It has been a popular trend in AI to pretrain foundation models on massive data. However, collecting sufficient offline training trajectories for robot learning is particularly expensive since valid control actions are required. Therefore, most existing robotic datasets are collected from human expe…

Cited by 0SourceScholar
2024

Robot Synesthesia: In-Hand Manipulation with Visuotactile Sensing

ICRA 2024poster

Executing contact-rich manipulation tasks necessitates the fusion of tactile and visual feedback. However, the distinct nature of these modalities poses significant challenges. In this paper, we introduce a system that leverages visual and tactile sensory inputs to enable dexterous in-hand manipulat…

Cited by 47SourcecodeScholar
2024

SRL: Scaling Distributed Reinforcement Learning to Over Ten Thousand Cores

ICLR 2024poster

The ever-growing complexity of reinforcement learning (RL) tasks demands a distributed system to efficiently generate and process a massive amount of data. However, existing open-source libraries suffer from various limitations, which impede their practical use in challenging scenarios where large-s…

Cited by 6SourcePDFScholar
2024

Stylized Offline Reinforcement Learning: Extracting Diverse High-Quality Behaviors from Heterogeneous Datasets

ICLR 2024poster

Previous literature on policy diversity in reinforcement learning (RL) either focuses on the online setting or ignores the policy performance. In contrast, offline RL, which aims to learn high-quality policies from batched data, has yet to fully leverage the intrinsic diversity of the offline datase…

Cited by 9SourcePDFScholar
2023

AlphaSnake: Policy Iteration on a Nondeterministic NP-Hard Markov Decision Process (Student Abstract)

AAAI 2023technical

Reinforcement learning has been used to approach well-known NP-hard combinatorial problems in graph theory. Among these, Hamiltonian cycle problems are exceptionally difficult to analyze, even when restricted to individual instances of structurally complex graphs. In this paper, we use Monte Carlo T…

Cited by 0SourcePDFScholar
2023

Automatic Truss Design with Reinforcement Learning

IJCAI 2023poster

Truss layout design, namely finding a lightweight truss layout satisfying all the physical constraints, is a fundamental problem in the building industry. Generating the optimal layout is a challenging combinatorial optimization problem, which can be extremely expensive to solve by exhaustive search…

2023

Domain Re-Modulation for Few-Shot Generative Domain Adaptation

NeurIPS 2023poster

In this study, we delve into the task of few-shot Generative Domain Adaptation (GDA), which involves transferring a pre-trained generator from one domain to a new domain using only a few reference images. Inspired by the way human brains acquire knowledge in new domains, we present an innovative gen…

2023

Efficient Bimanual Handover and Rearrangement via Symmetry-Aware Actor-Critic Learning

ICRA 2023poster

Bimanual manipulation is important for building intelligent robots that unlock richer skills than single arms. We consider a multi-object bimanual rearrangement task, where a reinforcement learning (RL) agent aims to jointly control two arms to rearrange these objects as fast as possible. Solving th…

Cited by 15SourceScholar
2023

Iteratively Learn Diverse Strategies with State Distance Information

NeurIPS 2023poster

In complex reinforcement learning (RL) problems, policies with similar rewards may have substantially different behaviors. It remains a fundamental challenge to optimize rewards while also discovering as many *diverse* strategies as possible, which can be crucial in many practical applications. Our…

Cited by 4SourcePDFScholar
2023

KDLGT: A Linear Graph Transformer Framework via Kernel Decomposition Approach

IJCAI 2023poster

In recent years, graph Transformers (GTs) have been demonstrated as a robust architecture for a wide range of graph learning tasks. However, the quadratic complexity of GTs limits their scalability on large-scale data, in comparison to Graph Neural Networks (GNNs). In this work, we propose the Kerne…

Cited by 6SourcePDFScholar
2023

Learning Zero-Shot Cooperation with Humans, Assuming Humans Are Biased

ICLR 2023poster

There is a recent trend of applying multi-agent reinforcement learning (MARL) to train an agent that can cooperate with humans in a zero-shot fashion without using any human data. The typical workflow is to first repeatedly run self-play (SP) to build a policy pool and then train the final adaptive…

2023

Maximum Entropy Population-Based Training for Zero-Shot Human-AI Coordination

AAAI 2023technical

We study the problem of training a Reinforcement Learning (RL) agent that is collaborative with humans without using human data. Although such agents can be obtained through self-play training, they can suffer significantly from the distributional shift when paired with unencountered partners, such…

2023

SOAR: Scene-debiasing Open-set Action Recognition

ICCV 2023poster

Deep models have the risk of utilizing spurious clues to make predictions, e.g., recognizing actions via classifying the background scene. This problem severely degrades the open-set action recognition performance when the testing samples exhibit scene distributions different from the training sampl…

Cited by 18PDFcodeScholar
2023

SpeedyZero: Mastering Atari with Limited Data and Time

ICLR 2023poster

Many recent breakthroughs of deep reinforcement learning (RL) are mainly built upon large-scale distributed training of model-free methods using millions to billions of samples. On the other hand, state-of-the-art model-based RL methods can achieve human-level sample efficiency but often take a much…

Cited by 5SourcePDFScholar
2022

Continuously Discovering Novel Strategies via Reward-Switching Policy Optimization

ICLR 2022poster

We present Reward-Switching Policy Optimization (RSPO), a paradigm to discover diverse strategies in complex RL environments by iteratively finding novel policies that are both locally optimal and sufficiently different from existing ones. To encourage the learning policy to consistently converge to…

Cited by 36SourcePDFScholar
2022

Grounded Reinforcement Learning: Learning to Win the Game under Human Commands

NeurIPS 2022accept

We consider the problem of building a reinforcement learning (RL) agent that can both accomplish non-trivial tasks, like winning a real-time strategy game, and strictly follow high-level language commands from humans, like “attack”, even if a command is sub-optimal. We call this novel yet important…

Cited by 5SourcePDFScholar
2022

Learning Design and Construction with Varying-Sized Materials via Prioritized Memory Resets

ICRA 2022poster

Can a robot autonomously learn to design and construct a bridge from varying-sized blocks without a blueprint? It is a challenging task with long horizon and sparse reward - the robot has to figure out physically stable design schemes and feasible actions to manipulate and transport blocks. Due to d…

Cited by 4SourcecodeScholar
2022

Learning Efficient Multi-agent Cooperative Visual Exploration

ECCV 2022poster

"We tackle the problem of cooperative visual exploration where multiple agents need to jointly explore unseen regions as fast as possible based on visual signals. Classical planning-based methods often suffer from expensive computation overhead at each step and a limited expressiveness of complex co…

Cited by 37SourcePDFScholar
2022

PILE: Pairwise Iterative Logits Ensemble for Multi-Teacher Labeled Distillation

EMNLP 2022industry

Pre-trained language models have become a crucial part of ranking systems and achieved very impressive effects recently. To maintain high performance while keeping efficient computations, knowledge distillation is widely used. In this paper, we focus on two key questions in knowledge distillation fo…

Cited by 4SourcePDFScholar
2022

Phasic Self-Imitative Reduction for Sparse-Reward Goal-Conditioned Reinforcement Learning

ICML 2022spotlight

It has been a recent trend to leverage the power of supervised learning (SL) towards more effective reinforcement learning (RL) methods. We propose a novel phasic solution by alternating online RL and offline SL for tackling sparse-reward goal-conditioned problems. In the online phase, we perform RL…

Cited by 22SourcePDFScholar
2022

Pre-Trained Image Encoder for Generalizable Visual Reinforcement Learning

NeurIPS 2022accept

Learning generalizable policies that can adapt to unseen environments remains challenging in visual Reinforcement Learning (RL). Existing approaches try to acquire a robust representation via diversifying the appearances of in-domain observations for better generalization. Limited by the specific ob…

Cited by 85SourcePDFScholar
2022

Revisiting Some Common Practices in Cooperative Multi-Agent Reinforcement Learning

ICML 2022spotlight

Many advances in cooperative multi-agent reinforcement learning (MARL) are based on two common design principles: value decomposition and parameter sharing. A typical MARL algorithm of this fashion decomposes a centralized Q-function into local Q-networks with parameters shared across agents. Such a…

Cited by 49SourcePDFScholar
2022

Sequence Level Contrastive Learning for Text Summarization

AAAI 2022technical

Contrastive learning models have achieved great success in unsupervised visual representation learning, which maximize the similarities between feature representations of different views of the same image, while minimize the similarities between feature representations of views of different images.…

2022

The Surprising Effectiveness of PPO in Cooperative Multi-Agent Games

NeurIPS 2022accept

Proximal Policy Optimization (PPO) is a ubiquitous on-policy reinforcement learning algorithm but is significantly less utilized than off-policy learning algorithms in multi-agent settings. This is often due to the belief that PPO is significantly less sample efficient than off-policy methods in mul…

2022

Uncertainty-Based Spatial-Temporal Attention for Online Action Detection

ECCV 2022poster

"Online action detection aims at detecting the ongoing action in a streaming video. In this paper, we proposed an uncertainty-based spatial-temporal attention for online action detection. By explicitly modeling the distribution of model parameters, we extend the baseline models in a probabilistic ma…

Cited by 22SourcePDFScholar
2021

Discovering Diverse Multi-Agent Strategic Behavior via Reward Randomization

ICLR 2021poster

We propose a simple, general and effective technique, Reward Randomization for discovering diverse strategic policies in complex multi-agent games. Combining reward randomization and policy gradient, we derive a new algorithm, Reward-Randomized Policy Gradient (RPG). RPG is able to discover a set of…

Cited by 63SourcePDFScholar
2021

Native Chinese Reader: A Dataset Towards Native-Level Chinese Machine Reading Comprehension

NeurIPS 2021poster

We present Native Chinese Reader (NCR), a new machine reading comprehension MRC) dataset with particularly long articles in both modern and classical Chinese. NCR is collected from the exam questions for the Chinese course in China’s high schools, which are designed to evaluate the language profic…

Cited by 2SourceScholar
2021

NovelD: A Simple yet Effective Exploration Criterion

NeurIPS 2021poster

Efficient exploration under sparse rewards remains a key challenge in deep reinforcement learning. Previous exploration methods (e.g., RND) have achieved strong results in multiple hard tasks. However, if there are multiple novel areas to explore, these methods often focus quickly on one without suf…

2021

Solving Compositional Reinforcement Learning Problems via Task Reduction

ICLR 2021poster

We propose a novel learning paradigm, Self-Imitation via Reduction (SIR), for solving compositional reinforcement learning problems. SIR is based on two core ideas: task reduction and self-imitation. Task reduction tackles a hard-to-solve task by actively reducing it to an easier task whose solution…

2021

Variational Automatic Curriculum Learning for Sparse-Reward Cooperative Multi-Agent Problems

NeurIPS 2021poster

We introduce an automatic curriculum algorithm, Variational Automatic Curriculum Learning (VACL), for solving challenging goal-conditioned cooperative multi-agent reinforcement learning problems. We motivate our curriculum learning paradigm through a variational perspective, where the learning objec…

Cited by 45SourcePDFScholar
2020

Emergent Tool Use From Multi-Agent Autocurricula

ICLR 2020spotlight

Through multi-agent competition, the simple objective of hide-and-seek, and standard reinforcement learning algorithms at scale, we find that agents create a self-supervised autocurriculum inducing multiple distinct rounds of emergent strategy, many of which require sophisticated tool use and coordi…

Cited by 961SourcecodeScholar
2019

Bayesian Relational Memory for Semantic Visual Navigation

ICCV 2019poster

We introduce a new memory architecture, Bayesian Relational Memory (BRM), to improve the generalization ability for semantic visual navigation agents in unseen environments, where an agent is given a semantic target to navigate towards. BRM takes the form of a probabilistic relation graph over seman…

Cited by 122PDFcodeScholar
2019

Stochastic Runge-Kutta Accelerates Langevin Monte Carlo and Beyond

NeurIPS 2019spotlight

Sampling with Markov chain Monte Carlo methods typically amounts to discretizing some continuous-time dynamics with numerical integration. In this paper, we establish the convergence rate of sampling algorithms obtained by discretizing smooth It\^o diffusions exhibiting fast $2$-Wasserstein contract…

2018

Building Generalizable Agents with a Realistic and Rich 3D Environment

ICLR 2018workshop

Teaching an agent to navigate in an unseen 3D environment is a challenging task, even in the event of simulated environments. To generalize to unseen environments, an agent needs to be robust to low-level variations (e.g. color, texture, object changes), and also high-level variations (e.g. layout c…

Cited by 279SourcecodeScholar
2018

Discrete-Continuous Mixtures in Probabilistic Programming: Generalized Semantics and Inference Algorithms

ICML 2018oral

Despite the recent successes of probabilistic programming languages (PPLs) in AI applications, PPLs offer only limited support for random variables whose distributions combine discrete and continuous elements. We develop the notion of measure-theoretic Bayesian networks (MTBNs) and use it to provide…

2017

CoupleNet: Coupling Global Structure With Local Parts for Object Detection

ICCV 2017poster

The region-based Convolutional Neural Network (CNN) detectors such as Faster R-CNN or R-FCN have already shown promising results for object detection by combining the region proposal subnetwork and the classification subnetwork together. Although R-FCN has achieved higher detection speed while keepi…

Cited by 352PDFcodeScholar
2017

Egocentric Gesture Recognition Using Recurrent 3D Convolutional Neural Networks With Spatiotemporal Transformer Modules

ICCV 2017spotlight

Gesture is a natural interface in interacting with wearable devices such as VR/AR helmet and glasses. The main challenge of gesture recognition in egocentric vision arises from the global camera motion caused by the spontaneous head movement of the device wearer. In this paper, we address the proble…

Cited by 122PDFScholar
2017

Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments

NeurIPS 2017poster

We explore deep reinforcement learning methods for multi-agent domains. We begin by analyzing the difficulty of traditional algorithms in the multi-agent case: Q-learning is challenged by an inherent non-stationarity of the environment, while policy gradient suffers from a variance that increases as…