paper-with-me

Papers

VLM Q-Learning: Aligning Vision-Language Models for Interactive Decision-Making

2025-05-06 · Jake Grigsby, Yuke Zhu, Michael Ryoo, Juan Carlos Niebles

Recent research looks to harness the general knowledge and reasoning of large language models (LLMs) into agents that accomplish user-specified goals in interactive environments. Vision-language models (VLMs) extend LLMs to multi-modal data and provide agents with the visual reasoning necessary for new applications in areas such as computer automation. However, agent tasks emphasize skills where accessible open-weight VLMs lag behind their LLM equivalents. For example, VLMs are less capable of following an environment's strict output syntax requirements and are more focused on open-ended question answering. Overcoming these limitations requires supervised fine-tuning (SFT) on task-specific expert demonstrations. Our work approaches these challenges from an offline-to-online reinforcement learning (RL) perspective. RL lets us fine-tune VLMs to agent tasks while learning from the unsuccessful decisions of our own model or more capable (larger) models. We explore an off-policy RL solution that retains the stability and simplicity of the widely used SFT workflow while allowing our agent to self-improve and learn from low-quality datasets. We demonstrate this technique with two open-weight VLMs across three multi-modal agent domains.

📄 PDF Abstract BibTeX arXiv:2505.03181

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingGeneral KnowledgeOpen-Ended Question AnsweringQ-LearningQuestion AnsweringReinforcement Learning (RL)Visual Reasoning

Methods 이 논문이 사용한 방법론

SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

Affordance-Aware Interactive Decision-Making and Execution for Ambiguous Instructions

2026-02-05 · Hengxuan Xu, Fengbo Lan, Zhixin Zhao, Shengjie Wang 외 arxiv

Enabling robots to explore and act in unfamiliar environments under ambiguous human instructions by interactively identifying task-relevant objects (e.g., identifying cups or beverages for "I'm thirsty") remains challeng…

Reinforcement Learning for Aligning Large Language Models Agents with Interactive Environments: Quantifying and Mitigating Prompt Overfitting

2024-10-25 · Mohamed Salim Aissi, Clement Romac, Thomas Carta, Sylvain Lamprier 외

Reinforcement learning (RL) is a promising approach for aligning large language models (LLMs) knowledge with sequential decision-making tasks. However, few studies have thoroughly investigated the impact on LLM agents ca…

Decision MakingReinforcement Learning (RL)SensitivitySequential Decision Making

Dynamic interactive group decision making method on two-dimensional language

2023-11-29 · Yukun Zhang

The language evaluation information of the interactive group decision method at present is based on the one-dimension language variable. At the same time, multi-attribute group decision making method based on two-dimensi…

AttributeDecision Making

Learning to Play Like Humans: A Framework for LLM Adaptation in Interactive Fiction Games

2025-05-18 · Jinming Zhang, Yunfei Long

Interactive Fiction games (IF games) are where players interact through natural language commands. While recent advances in Artificial Intelligence agents have reignited interest in IF games as a domain for studying deci…

Decision Making

Guide, Think, Act: Interactive Embodied Reasoning in Vision-Language-Action Models

2026-05-13 · Yiran Ling, Qing Lian, Jinghang Li, Qing Jiang 외 arxiv

In this paper, we propose GTA-VLA(Guide, Think, Act), an interactive Vision-Language-Action (VLA) framework that enables spatially steerable embodied reasoning by allowing users to guide robot policies with explicit visu…