CoolFace
Modelpublic

ys-qu/found-rl_vlms

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
0likes
Model Card

Found-RL's fine-tuned Vision-Language Models (VLMs)

๐Ÿ“œ Overview

These VLMs serve for the paper "Found-RL: Foundation Model-Enhanced Reinforcement Learning for Autonomous Driving".

In this work, we use fine-tuned VLMs to provide feedback for reinforcement learning agents in autonomous driving scenarios.

๐Ÿ“ฆ Fine-tuning strategies

  1. 1.RGB + Text (LoRA SFT):
  2. 2.Visual Input: Front-view RGB camera images (shape = 900 * 256).
  3. 3.Method: Used for LoRA (Low-Rank Adaptation) Supervised Fine-Tuning.
  4. 4.Purpose: To enable the VLM to understand visual scenes and follow driving instructions based on realistic camera feeds.
  1. 1.Rendered BEV + Text (Full SFT):
  2. 2.Visual Input: Rendered Bird's Eye View (BEV) semantic maps (shape = 192 * 192).
  3. 3.Method: Used for Full Parameter Supervised Fine-Tuning.
  4. 4.Purpose: To provide a holistic spatial understanding of the driving environment, allowing the VLM to act as an expert.

If you use these VLMs in your research, please cite our paper:

bibtex
@misc{qu2026foundrl,
      title={Found-RL: foundation model-enhanced reinforcement learning for autonomous driving}, 
      author={Yansong Qu and Zihao Sheng and Zilin Huang and Jiancong Chen and Yuhao Luo and Tianyi Wang and Yiheng Feng and Samuel Labi and Sikai Chen},
      year={2026},
      eprint={2602.10458},
      archivePrefix={arXiv},
      primaryClass={cs.AI},
      url={https://arxiv.org/abs/2602.10458}, 
}