Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
173 tokens/sec
GPT-4o
7 tokens/sec
Gemini 2.5 Pro Pro
46 tokens/sec
o3 Pro
4 tokens/sec
GPT-4.1 Pro
38 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Centralized Decision-Making for Platooning By Using SPaT-Driven Reference Speeds (2505.06071v1)

Published 9 May 2025 in cs.RO, cs.SY, and eess.SY

Abstract: This paper introduces a centralized approach for fuel-efficient urban platooning by leveraging real-time Vehicle- to-Everything (V2X) communication and Signal Phase and Timing (SPaT) data. A nonlinear Model Predictive Control (MPC) algorithm optimizes the trajectories of platoon leader vehicles, employing an asymmetric cost function to minimize fuel-intensive acceleration. Following vehicles utilize a gap- and velocity-based control strategy, complemented by dynamic platoon splitting logic communicated through Platoon Control Messages (PCM) and Platoon Awareness Messages (PAM). Simulation results obtained from the CARLA environment demonstrate substantial fuel savings of up to 41.2%, along with smoother traffic flows, fewer vehicle stops, and improved intersection throughput.

Summary

Centralized Decision-Making for Platooning Using SPaT-Driven Reference Speeds

The paper "Centralized Decision-Making for Platooning By Using SPaT-Driven Reference Speeds" by Yazgan, Tatar, and Zöllner presents a method for enhancing urban vehicular platooning using real-time V2X communication integrated with SPaT data. This research converges on the application of a Model Predictive Control (MPC) algorithm to optimize platoon leader trajectories and achieve notable fuel efficiency, supported by simulations in the CARLA environment.

Introduction

Transportation stands as a significant contributor to CO₂ emissions, with urban traffic exacerbating the situation due to congestion-related stops and idling. The paper proposes platooning as a promising strategy to mitigate these inefficiencies. Platooning allows for reduced aerodynamic drag, while V2X communication enables vehicles to use real-time SPaT data proactively, thus optimizing traffic flow and reducing unnecessary acceleration and deceleration cycles at intersections.

Urban platooning research has typically diverged into decentralized and centralized approaches. The paper critiques decentralized methods for their local decision-making challenges at intersections and imperfect coordination. Centralized strategies, while usually more coordinated, can be rigid and sometimes lack adaptability to real-time traffic conditions.

Methodology

This paper extends centralized control by integrating nonlinear MPC for the lead vehicle and gap-and-velocity-based control with PID controllers for followers. It introduces dynamic platoon splitting logic, communicated through PCM and PAM, to intelligently decide when to fragment platoons, thereby improving intersection throughput even when the entire platoon cannot pass a signal in one cycle.

The research utilizes a custom simulation setup in CARLA, featuring a circular test route of 800 meters with signalized intersections. This simulation assesses the potential for optimized fuel usage and synchronization of traffic flow in the context of urban driving. The nonlinear MPC is particularly noted for minimizing accelerations to save fuel and employing a 5-second prediction horizon for managing the platoon's dynamics.

Results

The simulation results speak to the efficacy of the proposed method, reporting substantial fuel savings of up to 41.2%. Further advantages include smoother traffic flow, reduced vehicle stops, and optimized intersection management. The results emphasize the role of SPaT data in predicting and synchronizing the vehicles' speed to optimize for green windows and manage platoon formations dynamically.

Additionally, the dynamic platoon splitting feature significantly improves the system's adaptability by enabling sub-groups of platoons to proceed independently or wait for subsequent green signal phases as needed. This operation optimizes throughput in multi-vehicle intersections, a known challenge in centralized models.

Implications

The practical implications of this research are significant. Urban traffic systems implementing such a framework could achieve notable reductions in fuel consumption and emissions, essential goals in meeting stringent environmental regulations. Theoretically, this work highlights the importance of integrating predictive control and robust communication strategies into urban traffic management systems.

Future research directions include extending this framework’s applicability with advanced vehicle-to-infrastructure systems that cater to heterogeneous traffic conditions and addressing cybersecurity concerns inherent to communicating vehicles. Furthermore, experimentation with more complex traffic conditions and different urban layouts could enhance the robustness and generalizability of the proposed system.

In conclusion, the paper contributes substantial insights into the ongoing advancement of platooning using centralized, predictive systems. By harnessing the power of real-time SPaT data and carefully designed control algorithms, the paper offers a practical solution to the persistent challenges of urban transportation efficiency and sustainability.