paper-with-me

Papers

Aligning Multi-Trajectory Supervision with Policy Optimization for VLA Driving

2026-08-31 · Tian Zhang, Zhuo Huang, Hongrui Ye, Yu Wu, Zengmao Wang, Kaixuan Zhou arxiv

Vision-language-action (VLA) driving methods increasingly combine multi-trajectory imitation learning with group-relative policy optimization (GRPO), making trajectory selection critical to final performance. However, some high-scoring trajectories that improve imitation can degrade subsequent GRPO by inducing advantage estimates misaligned with the current policy's feasible behavior distribution, driving updates away from safe and compliant behaviors. To address this, we propose a novel framework that aligns multi-trajectory supervision with policy optimization. To address the policy gradient bias induced by infeasible noisy trajectories outside the feasible region, augmented trajectories are constrained to a neighboring manifold of the ground-truth feasible region, and a Pareto-optimality criterion is adopted in place of the conventional aggregate score, retaining only non-dominated candidates and thereby filtering out conflicting samples at the source. To ensure that expanded trajectory supervision is effectively absorbed during policy optimization, we introduce two complementary mechanisms: feasibility-first advantage assignment and dynamic distillation. The former adapts Pareto credit to the feasibility composition of each rollout group and guides fully infeasible groups toward safe references. The latter updates teacher trajectories across refinement rounds to continually transfer useful supervision. Together, they progressively translate the benefits of expanded supervision into policy improvement. On NAVSIM v1 and v2, our method achieves 91.4 PDMS and 89.1 EPDMS, respectively, under single-trajectory inference, and recovers 440 of 658 initially failed scenes, 11.1\% higher than the original GRPO baseline.

📄 PDF Abstract BibTeX arXiv:2608.30122

Code (1)

BaiShuanghao/my_arXiv_daily ★ 213

Similar Papers 제목 키워드 기반

Value-Free Policy Optimization via Reward Partitioning

2025-06-16 · Bilal Faye, Hanane Azzag, Mustapha Lebbah

Single-trajectory reinforcement learning (RL) methods aim to optimize policies from datasets consisting of (prompt, response, reward) triplets, where scalar rewards are directly available. This supervision format is high…

Language ModelingLanguage ModellingReinforcement Learning (RL)

Decomposed On-Policy Distillation for Vision-Language Reasoning: Steering Gradients for Visual Grounding

2026-05-30 · Hee Suk Yoon, Eunseop Yoon, Jaehyun Jang, SooHwan Eom 외 arxiv

While on-policy distillation offers dense supervision for training small reasoning models, its optimization dynamics in the multimodal domain remain under-explored. In this work, we challenge the standard monolithic view…

Visual Grounding

dTRPO: Trajectory Reduction in Policy Optimization of Diffusion Large Language Models

2026-03-19 · Wenxuan Zhang, Lemeng Wu, Changsheng Zhao, Ernie Chang 외 arxiv

Diffusion Large Language Models (dLLMs) introduce a new paradigm for language generation, which in turn presents new challenges for aligning them with human preferences. In this work, we aim to improve the policy optimiz…

PAWS: Preference Learning with Advantage-Weighted Segments

2026-06-10 · Aleksandar Taranovic, Onur Celik, Niklas Freymuth, Ge Li 외 arxiv

Preference-based reinforcement learning (PbRL) learns policies from human trajectory-level comparisons, avoiding explicit reward design and expert demonstrations. Existing methods typically train utility functions on tra…

Reinforcement Learning

Pairwise Proximal Policy Optimization: Harnessing Relative Feedback for LLM Alignment

2023-09-30 · Tianhao Wu, Banghua Zhu, Ruoyu Zhang, Zhaojin Wen 외

Large Language Models (LLMs) can acquire extensive world knowledge through pre-training on large corpora. However, due to exposure to low-quality data, LLMs may exhibit harmful behavior without aligning with human values…

reinforcement-learningReinforcement LearningWorld Knowledge