The Dark Side of Rich Rewards: Understanding and Mitigating Noise in VLM Rewards
Sukai Huang, Shu-Wei Liu, Nir Lipovetzky, Trevor Cohn
TL;DR
This work analyzes why vision-language reward models (VLM-RMs) introduce harmful noise for embodied agents, with false positives in cosine similarity driving misleading rewards in long-horizon tasks. It formalizes a theoretical link between VLM rewards, HuRL heuristics, and pessimism, showing FP rewards inflate the optimality gap and FN rewards can be less harmful. The authors introduce BiMI, a noise-resilient reward that uses a binary signal with a conformal-threshold and incorporates mutual information to curb overfitting, improving learning across multiple challenging environments and synergizing with intrinsic rewards. The results emphasize the importance of handling multimodal reward noise for practical instruction-following agents and provide concrete design tools for reducing FP rewards in VLM-based RL.
Abstract
While Vision-Language Models (VLMs) are increasingly used to generate reward signals for training embodied agents to follow instructions, our research reveals that agents guided by VLM rewards often underperform compared to those employing only intrinsic (exploration-driven) rewards, contradicting expectations set by recent work. We hypothesize that false positive rewards -- instances where unintended trajectories are incorrectly rewarded -- are more detrimental than false negatives. Our analysis confirms this hypothesis, revealing that the widely used cosine similarity metric is prone to false positive reward estimates. To address this, we introduce BiMI ({Bi}nary {M}utual {I}nformation), a novel reward function designed to mitigate noise. BiMI significantly enhances learning efficiency across diverse and challenging embodied navigation environments. Our findings offer a nuanced understanding of how different types of reward noise impact agent learning and highlight the importance of addressing multimodal reward signal noise when training embodied agents
