AICVAug 4, 2024

Visual Grounding for Object-Level Generalization in Reinforcement Learning

arXiv:2408.01942v19 citationsh-index: 7Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of object-level generalization for agents in reinforcement learning, offering an incremental improvement by transferring vision-language knowledge into RL.

The paper tackles the challenge of generalization in reinforcement learning agents by using a vision-language model for visual grounding to enable zero-shot generalization to unseen objects and instructions, resulting in improved performance on challenging skill learning and better generalization capabilities compared to language-based conditioning in multi-task experiments.

Generalization is a pivotal challenge for agents following natural language instructions. To approach this goal, we leverage a vision-language model (VLM) for visual grounding and transfer its vision-language knowledge into reinforcement learning (RL) for object-centric tasks, which makes the agent capable of zero-shot generalization to unseen objects and instructions. By visual grounding, we obtain an object-grounded confidence map for the target object indicated in the instruction. Based on this map, we introduce two routes to transfer VLM knowledge into RL. Firstly, we propose an object-grounded intrinsic reward function derived from the confidence map to more effectively guide the agent towards the target object. Secondly, the confidence map offers a more unified, accessible task representation for the agent's policy, compared to language embeddings. This enables the agent to process unseen objects and instructions through comprehensible visual confidence maps, facilitating zero-shot object-level generalization. Single-task experiments prove that our intrinsic reward significantly improves performance on challenging skill learning. In multi-task experiments, through testing on tasks beyond the training set, we show that the agent, when provided with the confidence map as the task representation, possesses better generalization capabilities than language-based conditioning. The code is available at https://github.com/PKU-RL/COPL.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes