Evaluating Feature Dependent Noise in Preference-based Reinforcement Learning
Yuxuan Li, Harshith Reddy Kethireddy, Srijita Das
TL;DR
This work addresses the challenge of learning from preferences in reinforcement learning when teacher feedback is not perfectly reliable. It formalizes feature-dependent noise (FDN) and introduces multiple FD noise variants that tie label flips to trajectory features, similarity, and model uncertainty, including language-model-based feedback. Through extensive experiments on DMControl and Meta-World, the authors show that FDNs can significantly impair learning and that current denoisers like RIME can struggle to robustly filter such structured noise, while some non-denoising approaches remain competitive. The findings highlight the need for FDN-aware robustness methods and suggest that LLM/VLM feedback often exhibits FD-like characteristics, motivating future research on structured noise handling in PbRL.
Abstract
Learning from Preferences in Reinforcement Learning (PbRL) has gained attention recently, as it serves as a natural fit for complicated tasks where the reward function is not easily available. However, preferences often come with uncertainty and noise if they are not from perfect teachers. Much prior literature aimed to detect noise, but with limited types of noise and most being uniformly distributed with no connection to observations. In this work, we formalize the notion of targeted feature-dependent noise and propose several variants like trajectory feature noise, trajectory similarity noise, uncertainty-aware noise, and Language Model noise. We evaluate feature-dependent noise, where noise is correlated with certain features in complex continuous control tasks from DMControl and Meta-world. Our experiments show that in some feature-dependent noise settings, the state-of-the-art noise-robust PbRL method's learning performance is significantly deteriorated, while PbRL method with no explicit denoising can surprisingly outperform noise-robust PbRL in majority settings. We also find language model's noise exhibits similar characteristics to feature-dependent noise, thereby simulating realistic humans and call for further study in learning with feature-dependent noise robustly.
