paper-with-me

홈 › Papers

Vision-Language Models are Zero-Shot Reward Models for Reinforcement Learning

2023-10-19 · Juan Rocamonde, Victoriano Montesinos, Elvis Nava, Ethan Perez, David Lindner

Reinforcement learning (RL) requires either manually specifying a reward function, which is often infeasible, or learning a reward model from a large amount of human feedback, which is often very expensive. We study a more sample-efficient alternative: using pretrained vision-language models (VLMs) as zero-shot reward models (RMs) to specify tasks via natural language. We propose a natural and general approach to using VLMs as reward models, which we call VLM-RMs. We use VLM-RMs based on CLIP to train a MuJoCo humanoid to learn complex tasks without a manually specified reward function, such as kneeling, doing the splits, and sitting in a lotus position. For each of these tasks, we only provide a single sentence text prompt describing the desired task with minimal prompt engineering. We provide videos of the trained agents at: https://sites.google.com/view/vlm-rm. We can improve performance by providing a second "baseline" prompt and projecting out parts of the CLIP embedding space irrelevant to distinguish between goal and baseline. Further, we find a strong scaling effect for VLM-RMs: larger VLMs trained with more compute and data are better reward models. The failure modes of VLM-RMs we encountered are all related to known capability limitations of current VLMs, such as limited spatial reasoning ability or visually unrealistic environments that are far off-distribution for the VLM. We find that VLM-RMs are remarkably robust as long as the VLM is large enough. This suggests that future VLMs will become more and more useful reward models for a wide range of RL applications.

📄 PDF Abstract BibTeX arXiv:2310.12921

Code (1)

alignmentresearch/vlmrm 공식 구현 pytorch

Tasks

MuJoCoPrompt Engineeringreinforcement-learningReinforcement Learning (RL)SentenceSpatial Reasoning

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Reinforcement Learning for Computer-Use Agents with Autonomous Evaluation

2026-06-23 · Marta Sumyk, Oleksandr Kosovan arxiv

Computer-Use Agents (CUAs) execute high-level user goals by perceiving and acting directly within graphical user interfaces. However, reinforcement learning for CUAs remains difficult because open-ended desktop environme…

Reinforcement Learning

Test-Time Adaptation with CLIP Reward for Zero-Shot Generalization in Vision-Language Models

2023-05-29 · Shuai Zhao, Xiaohan Wang, Linchao Zhu, Yi Yang

One fascinating aspect of pre-trained vision-language models~(VLMs) learning under language supervision is their impressive zero-shot generalization capability. However, this ability is hindered by distribution shifts be…

Image CaptioningImage ClassificationRetrievalTest-time Adaptation+4

Text-to-SPARQL Generation with Reinforcement Learning: A GRPO-based Approach on DBLP

2026-05-19 · Jann Pfeifer, Debayan Banerjee, Ricardo Usbeck arxiv

Knowledge graph question answering seeks to translate natural language questions into executable queries over knowledge graphs, but existing approaches often rely on large models or full supervision in the form of gold q…

Graph Question AnsweringReinforcement LearningKnowledge Graphs

Multimodal Knowledge Alignment with Reinforcement Learning

2022-05-25 · Youngjae Yu, Jiwan Chung, Heeseung Yun, Jack Hessel 외

Large language models readily adapt to novel settings, even without task-specific training data. Can their zero-shot capacity be extended to multimodal inputs? In this work, we propose ESPER which extends language-only z…

Audio captioningLanguage ModelingLanguage Modellingreinforcement-learning+3

Unlocking Zero-Shot Geospatial Reasoning via Indirect Rewards

2025-09-29 · Chenhui Xu, Fuxun Yu, Michael J. Bianco, Jacob Kovarskiy 외 arxiv

Training robust reasoning vision-language models (VLMs) in rare domains (such as geospatial) is fundamentally constrained by supervision scarcity. While raw geospatial imagery is abundant, the amount of task-direct super…

Reinforcement Learning