Semore: VLM-guided Enhanced Semantic Motion Representations for Visual Reinforcement Learning
Wentao Wang, Chunyang Liu, Kehua Sheng, Bo Zhang, Yan Wang
TL;DR
This paper addresses the challenge of learning rich, task-relevant representations for visual reinforcement learning. It proposes Semore, a dual-stream framework guided by vision-language models to separately learn semantic and motion representations from RGB sequences, with feature-level supervision and VLM-driven interaction. A combination of semantic alignment, motion enhancement, and a reward-predictive head yields superior performance in autonomous driving scenarios, validated on CARLA benchmarks. The approach distills knowledge from VLMs into the encoders, improving data efficiency and decision quality, and the authors release the code.
Abstract
The growing exploration of Large Language Models (LLM) and Vision-Language Models (VLM) has opened avenues for enhancing the effectiveness of reinforcement learning (RL). However, existing LLM-based RL methods often focus on the guidance of control policy and encounter the challenge of limited representations of the backbone networks. To tackle this problem, we introduce Enhanced Semantic Motion Representations (Semore), a new VLM-based framework for visual RL, which can simultaneously extract semantic and motion representations through a dual-path backbone from the RGB flows. Semore utilizes VLM with common-sense knowledge to retrieve key information from observations, while using the pre-trained clip to achieve the text-image alignment, thereby embedding the ground-truth representations into the backbone. To efficiently fuse semantic and motion representations for decision-making, our method adopts a separately supervised approach to simultaneously guide the extraction of semantics and motion, while allowing them to interact spontaneously. Extensive experiments demonstrate that, under the guidance of VLM at the feature level, our method exhibits efficient and adaptive ability compared to state-of-art methods. All codes are released.
