← Search

Scott Niekum

50 accepted papers

2026

Regularized Latent Dynamics Prediction is a Strong Baseline For Behavioral Foundation Models

ICLR 2026poster

Behavioral Foundation Models (BFMs) have been recently successful in producing agents with the capabilities to adapt to any unknown reward or task. In reality, these methods are only able to produce near-optimal policies for the reward functions that are in the span of some pre-existing _state featu…

Cited by 0SourceScholar
2025

An Optimal Discriminator Weighted Imitation Perspective for Reinforcement Learning

ICLR 2025poster

We introduce Iterative Dual Reinforcement Learning (IDRL), a new method that takes an optimal discriminator-weighted imitation view of solving RL. Our method is motivated by a simple experiment in which we find training a discriminator using the offline dataset plus an additional expert dataset and…

Cited by 0SourcePDFScholar
2025

Null Counterfactual Factor Interactions for Goal-Conditioned Reinforcement Learning

ICLR 2025poster

Hindsight relabeling is a powerful tool for overcoming sparsity in goal-conditioned reinforcement learning (GCRL), especially in certain domains such as navigation and locomotion. However, hindsight relabeling can struggle in object-centric domains. For example, suppose that the goal space consists…

Cited by 0SourcePDFScholar
2025

RLZero: Direct Policy Inference from Language Without In-Domain Supervision

NeurIPS 2025poster

The reward hypothesis states that all goals and purposes can be understood as the maximization of a received scalar reward signal. However, in practice, defining such a reward signal is notoriously difficult, as humans are often unable to predict the optimal behavior corresponding to a reward func…

Cited by 0SourceScholar
2024

A Dual Approach to Imitation Learning from Observations with Offline Datasets

CoRL 2024poster

Demonstrations are an effective alternative to task specification for learning agents in settings where designing a reward function is difficult. However, demonstrating expert behavior in the action space of the agent becomes unwieldy when robots have complex, unintuitive morphologies. We consider t…

Cited by 3SourceScholar
2024

Contrastive Preference Learning: Learning from Human Feedback without Reinforcement Learning

ICLR 2024poster

Reinforcement Learning from Human Feedback (RLHF) has emerged as a popular paradigm for aligning models with human intent. Typically RLHF algorithms operate in two phases: first, use human preferences to learn a reward function and second, align the model by optimizing the learned reward via reinfor…

Cited by 27SourcePDFScholar
2024

Dual RL: Unification and New Methods for Reinforcement and Imitation Learning

ICLR 2024spotlight

The goal of reinforcement learning (RL) is to find a policy that maximizes the expected cumulative return. It has been shown that this objective can be represented as an optimization problem of state-action visitation distribution under linear constraints. The dual problem of this formulation, which…

2024

Learning Optimal Advantage from Preferences and Mistaking It for Reward

AAAI 2024technical

We consider algorithms for learning reward functions from human preferences over pairs of trajectory segments, as used in reinforcement learning from human feedback (RLHF). Most recent work assumes that human preferences are generated based only upon the reward accrued within those segments, or thei…

2024

Scaling Laws for Reward Model Overoptimization in Direct Alignment Algorithms

NeurIPS 2024poster

Reinforcement Learning from Human Feedback (RLHF)has been crucial to the recent success of Large Language Models (LLMs), however it is often a complex and brittle process. In the classical RLHF framework, a reward model is first trained to represent human preferences, which is in turn used by an onl…

Cited by 47SourcePDFScholar
2024

Score Models for Offline Goal-Conditioned Reinforcement Learning

ICLR 2024poster

Offline Goal-Conditioned Reinforcement Learning (GCRL) is tasked with learning to achieve multiple goals in an environment purely from offline datasets using sparse reward functions. Offline GCRL is pivotal for developing generalist agents capable of leveraging pre-existing datasets to learn diverse…

Cited by 9SourcePDFScholar
2024

SkiLD: Unsupervised Skill Discovery Guided by Factor Interactions

NeurIPS 2024poster

Unsupervised skill discovery carries the promise that an intelligent agent can learn reusable skills through autonomous, reward-free interactions with environments. Existing unsupervised skill discovery methods learn skills by encouraging distinguishable behaviors that cover diverse states. However,…

Cited by 1SourcePDFScholar
2023

The Perils of Trial-and-Error Reward Design: Misdesign through Overfitting and Invalid Task Specifications

AAAI 2023technical

In reinforcement learning (RL), a reward function that aligns exactly with a task's true performance metric is often necessarily sparse. For example, a true task metric might encode a reward of 1 upon success and 0 otherwise. The sparsity of these true task metrics can make them hard to learn from,…

2022

Fairness Guarantees under Demographic Shift

ICLR 2022poster

Recent studies have demonstrated that using machine learning for social applications can lead to injustice in the form of racist, sexist, and otherwise unfair and discriminatory outcomes. To address this challenge, recent machine learning algorithms have been designed to limit the likelihood such un…

Cited by 64SourcePDFScholar
2022

Understanding Acoustic Patterns of Human Teachers Demonstrating Manipulation Tasks to Robots

IROS 2022poster

Humans use audio signals in the form of spoken language or verbal reactions effectively when teaching new skills or tasks to other humans. While demonstrations allow humans to teach robots in a natural way, learning from trajectories alone does not leverage other available modalities including audio…

Cited by 3SourceScholar
2021

Adversarial Intrinsic Motivation for Reinforcement Learning

NeurIPS 2021poster

Learning with an objective to minimize the mismatch with a reference distribution has been shown to be useful for generative modeling and imitation learning. In this paper, we investigate whether one such objective, the Wasserstein-1 distance between a policy's state visitation distribution and a ta…

2021

Distributional Depth-Based Estimation of Object Articulation Models

CoRL 2021poster

We propose a method that efficiently learns distributions over articulation models directly from depth images without the need to know articulation model categories a priori. By contrast, existing methods that learn articulation models from raw observations require objects to be textured, and most o…

Cited by 26SourcecodeScholar
2021

SCAPE: Learning Stiffness Control from Augmented Position Control Experiences

CoRL 2021poster

We introduce a sample-efficient method for learning state-dependent stiffness control policies for dexterous manipulation. The ability to control stiffness facilitates safe and reliable manipulation by providing compliance and robustness to uncertainties. Most current reinforcement learning approach…

Cited by 10SourceScholar
2021

SOPE: Spectrum of Off-Policy Estimators

NeurIPS 2021poster

Many sequential decision making problems are high-stakes and require off-policy evaluation (OPE) of a new policy using historical data collected using some other policy. One of the most common OPE techniques that provides unbiased estimates is trajectory based importance sampling (IS). However, due…

2021

ScrewNet: Category-Independent Articulation Model Estimation From Depth Images Using Screw Theory

ICRA 2021poster

Robots in human environments will need to interact with a wide variety of articulated objects such as cabinets, drawers, and dishwashers while assisting humans in performing day-to-day tasks. Existing methods either require objects to be textured or need to know the articulation model category a pri…

Cited by 96SourcecodeScholar
2021

Self-Supervised Online Reward Shaping in Sparse-Reward Environments

IROS 2021poster

We introduce Self-supervised Online Reward Shaping (SORS), which aims to improve the sample efficiency of any RL algorithm in sparse-reward environments by automatically densifying rewards. The proposed framework alternates between classification-based reward inference and policy update steps—the or…

Cited by 66SourcecodeScholar
2021

Understanding the Relationship between Interactions and Outcomes in Human-in-the-Loop Machine Learning

IJCAI 2021poster

Human-in-the-loop Machine Learning (HIL-ML) is a widely adopted paradigm for instilling human knowledge in autonomous agents. Many design choices influence the efficiency and effectiveness of such interactive learning processes, particularly the interaction type through which the human teacher may p…

Cited by 42SourcePDFScholar
2021

Universal Off-Policy Evaluation

NeurIPS 2021poster

When faced with sequential decision-making problems, it is often useful to be able to predict what would happen if decisions were made using a new policy. Those predictions must often be based on data collected under some previously used decision-making rule. Many previous methods enable such off-p…

2020

Human Gaze Assisted Artificial Intelligence: A Review

IJCAI 2020poster

Human gaze reveals a wealth of information about internal cognitive state. Thus, gaze-related research has significantly increased in computer vision, natural language processing, decision learning, and robotics in recent years. We provide a high-level overview of the research efforts in these field…

Cited by 0SourcePDFScholar
2020

Hypothesis-Driven Skill Discovery for Hierarchical Deep Reinforcement Learning

IROS 2020poster

Deep reinforcement learning (DRL) is capable of learning high-performing policies on a variety of complex high-dimensional tasks, ranging from video games to robotic manipulation. However, standard DRL methods often suffer from poor sample efficiency, partially because they aim to be entirely proble…

Cited by 9SourceScholar
2020

PixL2R: Guiding Reinforcement Learning Using Natural Language by Mapping Pixels to Rewards

CoRL 2020

Reinforcement learning (RL), particularly in sparse reward settings, often requires prohibitively large numbers of interactions with the environment, thereby limiting its applicability to complex problems. To address this, several prior approaches have used natural language to guide the agent’s expl

2020

Safe Imitation Learning via Fast Bayesian Reward Inference from Preferences

ICML 2020poster

Bayesian reward learning from demonstrations enables rigorous safety and uncertainty analysis when performing imitation learning. However, Bayesian reward learning methods are typically computationally intractable for complex control problems. We propose Bayesian Reward Extrapolation (Bayesian REX),…

2020

The EMPATHIC Framework for Task Learning from Implicit Human Feedback

CoRL 2020

Reactions such as gestures, facial expressions, and vocalizations are an abundant, naturally occurring channel of information that humans provide during interactions. A robot or other agent could leverage an understanding of such implicit human feedback to improve its task performance at no cost to

Cited by 0SourcePDFScholar
2019

Better-than-Demonstrator Imitation Learning via Automatically-Ranked Demonstrations

CoRL 2019

The performance of imitation learning is typically upper-bounded by the performance of the demonstrator. While recent empirical results demonstrate that ranked demonstrations allow for better-than-demonstrator performance, preferences over demonstrations may be difficult to obtain, and little is kno

2019

Extrapolating Beyond Suboptimal Demonstrations via Inverse Reinforcement Learning from Observations

ICML 2019oral

A critical flaw of existing inverse reinforcement learning (IRL) methods is their inability to significantly outperform the demonstrator. This is because IRL typically seeks a reward function that makes the demonstrator appear near-optimal, rather than inferring the underlying intentions of the demo…

2019

Importance Sampling Policy Evaluation with an Estimated Behavior Policy

ICML 2019oral

We consider the problem of off-policy evaluation in Markov decision processes. Off-policy evaluation is the task of evaluating the expected return of one policy with data generated by a different, behavior policy. Importance sampling is a technique for off-policy evaluation that re-weights off-polic…

2019

One-Shot Learning of Multi-Step Tasks from Observation via Activity Localization in Auxiliary Video

ICRA 2019poster

Due to burdensome data requirements, learning from demonstration often falls short of its promise to allow users to quickly and naturally program robots. Demonstrations are inherently ambiguous and incomplete, making correct generalization to unseen situations difficult without a large number of dem…

Cited by 44SourcecodeScholar
2018

Human Gaze Following for Human-Robot Interaction

IROS 2018poster

Gaze provides subtle informative cues to aid fluent interactions among people. Incorporating human gaze predictions can signify how engaged a person is while interacting with a robot and allow the robot to predict a human's intentions or goals. We propose a novel approach to predict human gaze fixat…

Cited by 73SourceScholar
2018

Incremental Task Modification via Corrective Demonstrations

ICRA 2018poster

In realistic environments, fully specifying a task model such that a robot can perform a task in all situations is impractical. In this work, we present Incremental Task Modification via Corrective Demonstrations (ITMCD), a novel algorithm that allows a robot to update a learned model by making use…

Cited by 21SourceScholar
2017

Classification error correction: A case study in brain-computer interfacing

IROS 2017poster

Classification techniques are useful for processing complex signals into labels with semantic value. For example, they can be used to interpret brain signals generated by humans corresponding to a finite set of commands for a physical device. The classifier, however, may interpret the signal as a co…

Cited by 0SourceScholar
2017

Data-Efficient Policy Evaluation Through Behavior Policy Search

ICML 2017poster

We consider the task of evaluating a policy for a Markov decision process (MDP). The standard unbiased technique for evaluating a policy is to deploy the policy and observe its performance. We show that the data collected from deploying a different policy, commonly called the behavior policy, can be…

Cited by 55SourcePDFScholar
2017

Viewpoint selection for visual failure detection

IROS 2017poster

The visual difference between outcomes in many robotics tasks is often subtle, such as the tip of a screw being near a hole versus in the hole. Furthermore, these small differences are often only observable from certain viewpoints or may even require information from multiple viewpoints to fully ver…

Cited by 13SourceScholar
2016

On the Analysis of Complex Backup Strategies in Monte Carlo Tree Search

ICML 2016poster

Over the past decade, Monte Carlo Tree Search (MCTS) and specifically Upper Confidence Bound in Trees (UCT) have proven to be quite effective in large probabilistic planning domains. In this paper, we focus on how values are backpropagated in the MCTS tree, and apply complex return strategies from t…

2015

Active articulation model estimation through interactive perception

ICRA 2015poster

We introduce a particle filter-based approach to representing and actively reducing uncertainty over articulated motion models. The presented method provides a probabilistic model that integrates visual observations with feedback from manipulation actions to best characterize a distribution of possi…

Cited by 113SourceScholar
2015

Online Bayesian changepoint detection for articulated motion models

ICRA 2015poster

We introduce CHAMP, an algorithm for online Bayesian changepoint detection in settings where it is difficult or undesirable to integrate over the parameters of candidate models. CHAMP is used in combination with several articulation models to detect changes in articulated motion of objects in the wo…

Cited by 59SourceScholar
2015

Policy Evaluation Using the Ω-Return

NeurIPS 2015poster

We propose the Ω-return as an alternative to the λ-return currently used by the TD(λ) family of algorithms. The benefit of the Ω-return is that it accounts for the correlation of different length returns. Because it is difficult to compute exactly, we suggest one way of approximating the Ω-return. W…

Cited by 21SourcePDFScholar