← Search

Gokul Swamy

22 accepted papers

2026

All Roads Lead to Likelihood: The Value of Reinforcement Learning in Fine-Tuning

ICLR 2026poster

From a first-principles perspective, it may seem odd that the strongest results in foundation model fine-tuning (FT) are achieved via a relatively complex, two-stage training procedure. Specifically, one first trains a reward model (RM) on some dataset (e.g., human preferences) before using it to pr…

Cited by 62SourceScholar
2025

A Smooth Sea Never Made a Skilled SAILOR: Robust Imitation via Learning to Search

NeurIPS 2025spotlight

The fundamental limitation of the behavioral cloning (BC) approach to imitation learning is that it only teaches an agent what the expert did at states the expert visited. This means that when a BC agent makes a mistake which takes them out of the support of the demonstrations, they often don't know…

Cited by 0SourcecodeScholar
2025

Diffusing States and Matching Scores: A New Framework for Imitation Learning

ICLR 2025poster

Adversarial Imitation Learning is traditionally framed as a two-player zero-sum game between a learner and an adversarially chosen cost function, and can therefore be thought of as the sequential generalization of a Generative Adversarial Network (GAN). However, in recent years, diffusion models hav…

2025

From Foresight to Forethought: VLM-In-the-Loop Policy Steering via Latent Alignment

RSS 2025poster

While generative robot policies have demonstrated significant potential in learning complex, multimodal behaviors from demonstrations, they still exhibit diverse failures at deployment-time. Policy steering offers an elegant solution to reducing the chance of failure by using an external verifier to…

Cited by 1PDFScholar
2025

Regressing the Relative Future: Efficient Policy Optimization for Multi-turn RLHF

ICLR 2025poster

Large Language Models (LLMs) have achieved remarkable success at tasks like summarization that involve a single turn of interaction. However, they can still struggle with multi-turn tasks like dialogue that require long-term planning. Previous works on multi-turn dialogue extend single-turn reinforc…

2025

Scaling Offline RL via Efficient and Expressive Shortcut Models

NeurIPS 2025poster

Diffusion and flow models have emerged as powerful generative approaches capable of modeling diverse and multimodal behavior. However, applying these models to offline RL remains challenging due to the iterative nature of their noise sampling processes, making policy optimization difficult. In this…

Cited by 0SourceScholar
2025

VADE: Visual Attention Guided Hallucination Detection and Elimination

ACL 2025finding

Vision Language Models (VLMs) have achieved significant advancements in complex visual understanding tasks. However, VLMs are prone to hallucinations—generating outputs that lack alignment with visual content. This paper addresses hallucination detection in VLMs by leveraging the visual grounding in…

Cited by 0SourcePDFScholar
2024

A Minimaximalist Approach to Reinforcement Learning from Human Feedback

ICML 2024poster

We present *Self-Play Preference Optimization* (SPO), an algorithm for reinforcement learning from human feedback. Our approach is *minimalist* in that it does not require training a reward model nor unstable adversarial training and is therefore rather simple to implement. Our approach is *maximali…

Cited by 87SourcePDFScholar
2024

EvIL: Evolution Strategies for Generalisable Imitation Learning

ICML 2024poster

Often times in imitation learning (IL), the environment we collect expert demonstrations in and the environment we want to deploy our learned policy in aren't exactly the same (e.g. demonstrations collected in simulation but deployment in the real world). Compared to policy-centric approaches to IL…

2024

Hybrid Inverse Reinforcement Learning

ICML 2024poster

The inverse reinforcement learning approach to imitation learning is a double-edged sword. On the one hand, it can enable learning from a smaller number of expert demonstrations with more robustness to error compounding than behavioral cloning approaches. On the other hand, it requires that the lear…

2024

REBEL: Reinforcement Learning via Regressing Relative Rewards

NeurIPS 2024poster

While originally developed for continuous control problems, Proximal Policy Optimization (PPO) has emerged as the work-horse of a variety of reinforcement learning (RL) applications, including the fine-tuning of generative models. Unfortunately, PPO requires multiple heuristics to enable stable conv…

2024

The Importance of Online Data: Understanding Preference Fine-tuning via Coverage

NeurIPS 2024poster

Learning from human preference data has emerged as the dominant paradigm for fine-tuning large language models (LLMs). The two most common families of techniques -- online reinforcement learning (RL) such as Proximal Policy Optimization (PPO) and offline contrastive methods such as Direct Preference…

Cited by 13SourcePDFScholar
2024

When is Transfer Learning Possible?

ICML 2024poster

We present a general framework for transfer learning that is flexible enough to capture transfer in supervised, reinforcement, and imitation learning. Our framework enables new insights into the fundamental question of *when* we can successfully transfer learned information across problems. We model…

Cited by 0SourcePDFScholar
2023

Inverse Reinforcement Learning without Reinforcement Learning

ICML 2023poster

Inverse Reinforcement Learning (IRL) is a powerful set of techniques for imitation learning that aims to learn a reward function that rationalizes expert demonstrations. Unfortunately, traditional IRL methods suffer from a computational weakness: they require repeatedly solving a hard reinforcement…

2023

Learning Shared Safety Constraints from Multi-task Demonstrations

NeurIPS 2023poster

Regardless of the particular task we want to perform in an environment, there are often shared safety constraints we want our agents to respect. For example, regardless of whether it is making a sandwich or clearing the table, a kitchen robot should not break a plate. Manually specifying such a cons…

2022

Causal Imitation Learning under Temporally Correlated Noise

ICML 2022oral

We develop algorithms for imitation learning from policy data that was corrupted by temporally correlated noise in expert actions. When noise affects multiple timesteps of recorded data, it can manifest as spurious correlations between states and actions that a learner might latch on to, leading to…

2022

Minimax Optimal Online Imitation Learning via Replay Estimation

NeurIPS 2022accept

Online imitation learning is the problem of how best to mimic expert demonstrations, given access to the environment or an accurate simulator. Prior work has shown that in the \textit{infinite} sample regime, exact moment matching achieves value equivalence to the expert policy. However, in the \tex…

2022

Sequence Model Imitation Learning with Unobserved Contexts

NeurIPS 2022accept

We consider imitation learning problems where the learner's ability to mimic the expert increases throughout the course of an episode as more information is revealed. One example of this is when the expert has access to privileged information: while the learner might not be able to accurately reprod…

2021

Of Moments and Matching: A Game-Theoretic Framework for Closing the Imitation Gap

ICML 2021spotlight

We provide a unifying view of a large family of previous imitation learning algorithms through the lens of moment matching. At its core, our classification scheme is based on whether the learner attempts to match (1) reward or (2) action-value moments of the expert’s behavior, with each option leadi…

2020

Scaled Autonomy: Enabling Human Operators to Control Robot Fleets

ICRA 2020poster

Autonomous robots often encounter challenging situations where their control policies fail and an expert human operator must briefly intervene, e.g., through teleoperation. In settings where multiple robots act in separate environments, a single human operator can manage a fleet of robots by identif…

Cited by 56SourceScholar