ICASSP 2025accepted0 citations

Sample Efficient Reinforcement Learning via Large Vision Language Model Distillation

Donghoon Lee, Tung Minh Luu, Younghwan Lee, Chang D. Yoo

Abstract

Recent research highlights the potential of multi-modal foundation models in tackling complex decision-making challenges. However, their large parameters make real-world deployment resource-intensive and often impractical for constrained systems. Reinforcement learning (RL) shows promise for task-specific agents but suffers from high sample complexity, limiting practical applications. To address these challenges, we introduce LVLM to Policy (LVLM2P), a novel framework that distills knowledge from large vision-language models (LVLM) into more efficient RL agents. Our approach leverages the LVLM as a teacher, providing instructional actions based on trajectories collected by the RL agent, which helps reduce less meaningful exploration in the early stages of learning, thereby significantly accelerating the agent’s learning progress. Additionally, by leveraging the LVLM to suggest actions directly from visual observations, we eliminate the need for manual textual descriptors of the environment, enhancing applicability across diverse tasks. Experiments show that LVLM2P significantly enhances the sample efficiency of baseline RL algorithms. The code is available at https://github.com/i22024/LVLM2P

BibTeX
@inproceedings{icassp2025_sampleefficientr,
  title = {Sample Efficient Reinforcement Learning via Large Vision Language Model Distillation},
  author = {Donghoon Lee and Tung Minh Luu and Younghwan Lee and Chang D. Yoo},
  booktitle = {ICASSP 2025},
  year = {2025}
}