Using Non-Expert Data to Robustify Imitation Learning via Offline Reinforcement Learning
Kevin Huang, Rosario Scalise, Cleah Winston, Ayush Agrawal, Yunchu Zhang, Rohan Baijal, Markus Grotz, Byron Boots, Benjamin Burchfiel, Masha Itkina, Paarth Shah, Abhishek Gupta
TL;DR
The paper tackles the brittleness of imitation learning in real-world robotics by leveraging non-expert data through an offline RL lens. The proposed RISE framework uses binary rewards to differentiate expert from non-expert data and employs expectile-based Q-learning, combined with Lipschitz regularization and neighborhood data augmentation to widen the policy’s effective action distribution and enable stitching back to the expert state manifold. Across sim and real-world tabletop manipulation tasks, RISE improves robustness, generalization to unseen initial conditions, and ability to incorporate varied data sources, including play data, suboptimal demonstrations, and evaluation rollouts, without requiring explicit reward annotations. The work demonstrates substantial performance gains over standard imitation and offline RL baselines, highlighting a practical pathway to robust policy learning in robotics with cheaper, heterogeneous data sources.
Abstract
Imitation learning has proven effective for training robots to perform complex tasks from expert human demonstrations. However, it remains limited by its reliance on high-quality, task-specific data, restricting adaptability to the diverse range of real-world object configurations and scenarios. In contrast, non-expert data -- such as play data, suboptimal demonstrations, partial task completions, or rollouts from suboptimal policies -- can offer broader coverage and lower collection costs. However, conventional imitation learning approaches fail to utilize this data effectively. To address these challenges, we posit that with right design decisions, offline reinforcement learning can be used as a tool to harness non-expert data to enhance the performance of imitation learning policies. We show that while standard offline RL approaches can be ineffective at actually leveraging non-expert data under the sparse data coverage settings typically encountered in the real world, simple algorithmic modifications can allow for the utilization of this data, without significant additional assumptions. Our approach shows that broadening the support of the policy distribution can allow imitation algorithms augmented by offline RL to solve tasks robustly, showing considerably enhanced recovery and generalization behavior. In manipulation tasks, these innovations significantly increase the range of initial conditions where learned policies are successful when non-expert data is incorporated. Moreover, we show that these methods are able to leverage all collected data, including partial or suboptimal demonstrations, to bolster task-directed policy performance. This underscores the importance of algorithmic techniques for using non-expert data for robust policy learning in robotics. Website: https://uwrobotlearning.github.io/RISE-offline/
