Fine-Tuning Large Vision-Language Models as Decision-Making Agents via Reinforcement Learning
FreeFine-tune vision-language models as RL-based decision-making agents
About Fine-Tuning Large Vision-Language Models as Decision-Making Agents via Reinforcement Learning
This research paper introduces an algorithmic framework for fine-tuning large vision-language models (VLMs) as decision-making agents using reinforcement learning (RL). The framework provides a task description and prompts the VLM to generate chain-of-thought (CoT) reasoning, enabling efficient exploration of intermediate reasoning steps leading to a text-based action. The text output is parsed into an executable action to interact with an environment, and task rewards are used to fine-tune the entire VLM via RL. Empirical results show that a 7B parameter model fine-tuned with this method outperforms commercial models like GPT4-V and Gemini on various tasks. The paper highlights that CoT reasoning is crucial for performance, as removing it significantly degrades results.
Key Features
Pros & Cons
- Demonstrates significant performance gains over larger commercial models
- Integrates chain-of-thought reasoning directly into RL fine-tuning pipeline
- Provides a general framework applicable to various vision-language tasks
- Open-access paper with detailed methodology and results
- Requires an interactive environment with defined reward signals for training
- Computational cost of RL fine-tuning may be high for larger models
- Performance heavily relies on chain-of-thought reasoning; removal harms results
- Not a turnkey tool but a research framework requiring implementation effort