paper-with-me

홈 › Papers

MAGNIFIED: RL Fine-tuning of Multimodal Large Language Models for Motion Planning

2026-06-02 · Letian Chen, Yiren Lu, Justin Fu, Yichen Xie, Runsheng Xu, Jyh-Jing Hwang, Ben Sapp, Drago Anguelov arxiv

Multi-modal Large Language Models (MLLMs) have demonstrated remarkable capabilities in semantic understanding and common sense reasoning, making them promising candidates for solving planning problems in autonomous driving. However, the next-token text prediction objectives traditionally used in pre-training and supervised fine-tuning (SFT) of MLLMs may fall short of fulfilling the planning objectives for autonomous vehicles. The next-token prediction objective merely encourages per-token imitation in text, often irrespective of multi-step consequences and the alignment with crucial planning considerations such as giving space to other road actors. To overcome these limitations, we propose a reinforcement learning fine-tuning (RLFT) approach, MAGNIFIED, that aligns the MLLM-based driving agent with planning objectives by learning from token-level rewards. By mapping a sequence of predicted tokens to corresponding vehicle trajectories and learning from planning rewards, MAGNIFIED optimizes for the true planning objectives rather than focusing solely on token prediction accuracy, enabling the model to refine its understanding of the planning task beyond simple imitation. We validate our approach on the Waymo Open Motion Dataset with a novel setup incorporating rasterized birds-eye views and tokenized trajectories as inputs and planning-oriented outputs. An initial SFT phase establishes a strong baseline in outputting plan trajectories as sequences of X-Y coordinates in text, while subsequent RL fine-tuning substantially enhances planning performance relative to the SFT baseline (demonstrating over a 10.5% reduction in overlap rate and a 38.9% reduction in off-road rate), underscoring the potential of RLFT on MLLMs to achieve vehicle planning that is better aligned with compliant, comfortable, and efficient driving.

📄 PDF Abstract BibTeX arXiv:2606.20641

Code (0)

등록된 구현이 없습니다.

Tasks

Common Sense ReasoningReinforcement LearningAutonomous VehiclesAutonomous Driving

Similar Papers 제목 키워드 기반

Leveraging Chat-Based Large Vision Language Models for Multimodal Out-Of-Context Detection

2024-01-22 · Fatma Shalabi, Hichem Felouat, Huy H. Nguyen, Isao Echizen

Out-of-context (OOC) detection is a challenging task involving identifying images and texts that are irrelevant to the context in which they are presented. Large vision-language models (LVLMs) are effective at various ta…

image-classificationImage ClassificationText Generation

Composed Fine-Tuning: Freezing Pre-Trained Denoising Autoencoders for Improved Generalization

2020-06-29 · Sang Michael Xie, Tengyu Ma, Percy Liang

We focus on prediction problems with structured outputs that are subject to output validity constraints, e.g. pseudocode-to-code translation where the code must compile. While labeled input-output pairs are expensive to …

Code TranslationDenoisingImage GenerationTranslation

Aya Vision: Advancing the Frontier of Multilingual Multimodality

2025-05-13 · Saurabh Dash, Yiyang Nan, John Dang, Arash Ahmadian 외

Building multimodal language models is fundamentally challenging: it requires aligning vision and language modalities, curating high-quality instruction data, and avoiding the degradation of existing text-only capabiliti…

Machine Translation

M$^2$PT: Multimodal Prompt Tuning for Zero-shot Instruction Learning

2024-09-24 · Taowen Wang, Yiyang Liu, James Chenhao Liang, Junhan Zhao 외

Multimodal Large Language Models (MLLMs) demonstrate remarkable performance across a wide range of domains, with increasing emphasis on enhancing their zero-shot generalization capabilities for unseen tasks across variou…

Zero-shot Generalization

FDA-Opt: Communication-Efficient Federated Fine-Tuning of Language Models

2025-05-07 · Michail Theologitis, Vasilis Samoladas, Antonios Deligiannakis

Federated Learning (FL) enables the utilization of vast, previously inaccessible data sources. At the same time, pre-trained Language Models (LMs) have taken the world by storm and for good reason. They exhibit remarkabl…

Federated Learning