paper-with-me

홈 › Papers

BLIP-FusePPO: A Vision-Language Deep Reinforcement Learning Framework for Lane Keeping in Autonomous Vehicles

2025-10-25 · Seyed Ahmad Hosseini Miangoleh, Amin Jalal Aghdasian, Farzaneh Abdollahi arxiv

In this paper, we propose Bootstrapped Language-Image Pretraining-driven Fused State Representation in Proximal Policy Optimization (BLIP-FusePPO), a novel multimodal reinforcement learning (RL) framework for autonomous lane-keeping (LK), in which semantic embeddings generated by a vision-language model (VLM) are directly fused with geometric states, LiDAR observations, and Proportional-Integral-Derivative-based (PID) control feedback within the agent observation space. The proposed method lets the agent learn driving rules that are aware of their surroundings and easy to understand by combining high-level scene understanding from the VLM with low-level control and spatial signals. Our architecture brings together semantic, geometric, and control-aware representations to make policy learning more robust. A hybrid reward function that includes semantic alignment, LK accuracy, obstacle avoidance, and speed regulation helps learning to be more efficient and generalizable. Our method is different from the approaches that only use semantic models to shape rewards. Instead, it directly embeds semantic features into the state representation. This cuts down on expensive runtime inference and makes sure that semantic guidance is always available. The simulation results show that the proposed model is better at LK stability and adaptability than the best vision-based and multimodal RL baselines in a wide range of difficult driving situations. We make our code publicly available.

📄 PDF Abstract BibTeX arXiv:2510.22370

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningAutonomous VehiclesScene Understanding

Similar Papers 제목 키워드 기반

VLRM: Vision-Language Models act as Reward Models for Image Captioning

2024-04-02 · Maksim Dzabraev, Alexander Kunitsyn, Andrei Ivaniuta

In this work, we present an unsupervised method for enhancing an image captioning model (in our case, BLIP2) using reinforcement learning and vision-language models like CLIP and BLIP2-ITM as reward models. The RL-tuned …

Image Captioningreinforcement-learningReinforcement Learning

BLIP: Bootstrapping Language-Image Pre-training for Unified Vision-Language Understanding and Generation

2022-01-28 · Junnan Li, Dongxu Li, Caiming Xiong, Steven Hoi

Vision-Language Pre-training (VLP) has advanced the performance for many vision-language tasks. However, most existing pre-trained models only excel in either understanding-based tasks or generation-based tasks. Furtherm…

Image CaptioningImage-text matchingImage-text RetrievalOpen Vocabulary Attribute Detection+4

InstructBLIP: Towards General-purpose Vision-Language Models with Instruction Tuning

2023-05-11 · NeurIPS 2023 11 · Wenliang Dai, Junnan Li, Dongxu Li, Anthony Meng Huat Tiong 외

Large-scale pre-training and instruction tuning have been successful at creating general-purpose language models with broad competence. However, building general-purpose vision-language models is challenging due to the r…

1 Image, 2*2 StitchingDiversityImage RetrievalLong-Context Understanding+4

BLIP-2: Bootstrapping Language-Image Pre-training with Frozen Image Encoders and Large Language Models

2023-01-30 · Conference 2023 2 · Junnan Li, Dongxu Li, Silvio Savarese, Steven Hoi

The cost of vision-and-language pre-training has become increasingly prohibitive due to end-to-end training of large-scale models. This paper proposes BLIP-2, a generic and efficient pre-training strategy that bootstraps…

Generative Visual Question AnsweringImage CaptioningImage RetrievalImage to text+13

mBLIP: Efficient Bootstrapping of Multilingual Vision-LLMs

2023-07-13 · Gregor Geigle, Abhay Jain, Radu Timofte, Goran Glavaš

Modular vision-language models (Vision-LLMs) align pretrained image encoders with (frozen) large language models (LLMs) and post-hoc condition LLMs to `understand' the image input. With the abundance of readily available…

Image Captioning