Panagiotis Angeloudis’s research while affiliated with Imperial College London and other places

What is this page?


This page lists works of an author who doesn't have a ResearchGate profile or hasn't added the works to their profile yet. It is automatically generated from public (personal) data to further our legitimate goal of comprehensive and accurate scientific recordkeeping. If you are this author and want this page removed, please let us know.

Publications (118)


IntNet: A Communication-Driven Multi-Agent Reinforcement Learning Framework for Cooperative Autonomous Driving
  • Article

March 2025

·

26 Reads

IEEE Robotics and Automation Letters

Leandro Parada

·

Kevin Yu

·

Panagiotis Angeloudis

Achieving safety in autonomous driving through Multi-Agent Reinforcement Learning (MARL) is a critical yet challenging task due to non-stationarity, partial observability, and the need for effective coordination among agents. Although earlier cooperative MARL methods have aimed to improve coordination by sharing encoded state observations, we find these strategies are insufficient in safety-critical scenarios. To address this gap, we present IntNet, a novel MARL framework that enhances safety by incorporating the transmission of vehicle intent and adaptive communication scheduling into a unified end-to-end learning paradigm, jointly optimising all components for safe coordination. Central to our approach is an observation prediction module that enables agents to forecast subsequent policy outputs, which they can then share across a vehicle-to-vehicle network. Our model-free architecture employs a Graph Attention Network to process incoming messages and a scheduler component to dynamically optimise the communication graph for bandwidth efficiency. We compare IntNet against state-of-the-art communicative MARL methods in complex urban environments with both autonomous and human-operated vehicles, achieving improved coordination, lower collision rates, and reducing communication efforts by up to 60%. Through extensive experiments, we assess the framework's learning efficiency, scalability, and the balance between information sharing and bandwidth usage for collision-free trajectories.


FIGURE 3 Buffued lane display and view area display
FIGURE 4 Result plot of occluded view area : visible area (red) vs. road area (green)
FIGURE 6 Folium map of the Manchester City map used in this experiment.
The Impact of Building-Induced Visibility Restrictions on Intersection Accidents
  • Preprint
  • File available

February 2025

·

7 Reads

Hanlin Tian

·

Yuxiang Feng

·

Wei Zhou

·

[...]

·

Panagiotis Angeloudis

Traffic accidents, especially at intersections, are a major road safety concern. Previous research has extensively studied intersection-related accidents, but the effect of building-induced visibility restrictions at intersections on accident rates has been under-explored, particularly in urban contexts. Using OpenStreetMap data, the UK's geographic and accident datasets, and the UK Traffic Count Dataset, we formulated a novel approach to estimate accident risk at intersections. This method factors in the area visible to drivers, accounting for views blocked by buildings - a distinctive aspect in traffic accident analysis. Our findings reveal a notable correlation between the road visible percentage and accident frequency. In the model, the coefficient for "road visible percentage" is 1.7450, implying a strong positive relationship. Incorporating this visibility factor enhances the model's explanatory power, with increased R-square values and reduced AIC and BIC, indicating a better data fit. This study underscores the essential role of architectural layouts in road safety and suggests that urban planning strategies should consider building-induced visibility restrictions. Such consideration could be an effective approach to mitigate accident rates at intersections. This research opens up new avenues for innovative, data-driven urban planning and traffic management strategies, highlighting the importance of visibility enhancements for safer roads.

Download


FIGURE 1. Comparison of satellite images, ground truth, and predicted traffic risk heatmaps.
FIGURE 3. Visual representation of ground truth accident density using heatmaps, highlighting high-risk areas at urban intersections.
FIGURE 6. Performance comparison of UNet++, DeepLabV3+, and SegFormer models with different input configurations. The plot shows RMSE (bar plot) and IoU (line plot) metrics for each model configuration: baseline (aerial images only) with building data and with both building and traffic data.
Summary of Datasets Used in the Study
Performance comparison of different models for traffic risk prediction. RMSE (↓) indicates the Root Mean Square Error, where lower values are better, and IOU (↑) represents the Intersection over Union, where higher values are preferred.
Multimodal Learning for Traffic Risk Prediction: Combining Aerial Imagery With Contextual Data

January 2025

·

1 Read

IEEE Open Journal of Intelligent Transportation Systems

Accurately predicting traffic risks at urban intersections is essential for improving road safety. While traditional models use data sources like road traffic conditions, geometry, and signals, they often miss the spatial interactions between road networks and buildings. This study introduces a multimodal deep learning framework that integrates aerial imagery, building footprint data, and traffic flow information to improve traffic risk prediction and better capture these complex relationships. By leveraging datasets from OpenStreetMap, the UK Traffic Count, and high-resolution aerial imagery, our approach creates a comprehensive representation of the urban environment, capturing intricate spatial relationships between road networks, surrounding structures, and traffic conditions. Using DeepLabV3+, UNet++, and SegFormer as baseline models, we demonstrate that combining building and traffic data enhances prediction accuracy compared to models relying solely on visual data. Our results show that the DeepLabV3+ model, when incorporating both building and traffic data, achieves the highest Intersection over Union (IoU) score of 0.4052 and the lowest Root Mean Square Error (RMSE) of 0.0907. These findings underscore the effectiveness of a multimodal approach in traffic risk assessment, offering a more precise tool for urban planning and traffic management interventions. The code and data used in this study are available at https://github.com/zachtian/Multimodal-Learning-for-Traffic-Risk-Prediction.


Risk-Aware Stochastic Vehicle Trajectory Prediction With Spatial-Temporal Interaction Modeling

January 2025

·

20 Reads

·

1 Citation

IEEE Open Journal of Intelligent Transportation Systems

Autonomous vehicles need to continuously analyse the driving context and establish a comprehensive understanding of the dynamic traffic environment. To ensure the safety and efficiency of their operations, it would be beneficial to have accurate predictions of surrounding vehicles’ future trajectories. AVs can adjust their motions proactively to improve road safety and comfort with such information. This paper proposes a novel approach to predict the future trajectories of interacting vehicles, through a model of potential spatial-temporal interactions. A unique kernel function that emphasises risk-awareness was developed to extract spatial dependencies. The established model was trained and evaluated with the publicly available Highway Drone Dataset and Intersection Drone Dataset. The performance of the developed model was assessed with eight state-of-the-art methods. An ablation study and safety analysis were also conducted to evaluate the proposed risk-awareness kernel function. Results show that the proposed model’s inference speed is over eight times faster than the commonly used LSTM-based models. It also achieves an improvement of over 8% in prediction accuracy when compared with the state-of-the-art model.


Fig. 1. Collaborative CAV control. Some vehicles may be occluded by tall trees/buildings or other vehicles in the scene. With the use of LiDAR features from nearby agents, safe and efficient policies can be developed to avoid accidents.
Fig. 2. Collaborative MARL framework. LiDAR features are extracted from preprocessed point cloud data and shared within a V2V local communication network. The aggregated messages are then used to calculate the desired action through the actor network.
Fig. 4. Learning curves for MAPPO with ground truth locations of occluded vehicles and MAPPO with collaborative perception.
Fig. 5. Collision and Success rate as a function of LiDAR point dropout.
An End-to-End Collaborative Learning Approach for Connected Autonomous Vehicles in Occluded Scenarios

December 2024

·

12 Reads

Collaborative navigation becomes essential in situations of occluded scenarios in autonomous driving where independent driving policies are likely to lead to collisions. One promising approach to address this issue is through the use of Vehicle-to-Vehicle (V2V) networks that allow for the sharing of perception information with nearby agents, preventing catastrophic accidents. In this article, we propose a collaborative control method based on a V2V network for sharing compressed LiDAR features and employing Proximal Policy Optimisation to train safe and efficient navigation policies. Unlike previous approaches that rely on expert data (behaviour cloning), our proposed approach learns the multi-agent policies directly from experience in the occluded environment, while effectively meeting bandwidth limitations. The proposed method first prepossesses LiDAR point cloud data to obtain meaningful features through a convolutional neural network and then shares them with nearby CAVs to alert for potentially dangerous situations. To evaluate the proposed method, we developed an occluded intersection gym environment based on the CARLA autonomous driving simulator, allowing real-time data sharing among agents. Our experimental results demonstrate the consistent superiority of our collaborative control method over an independent reinforcement learning method and a cooperative early fusion method.


Evaluation of Air Traffic Network Resilience: A UK Case Study

November 2024

·

79 Reads

·

1 Citation

With growing air travel demand, weather disruptions cost millions in flight delays and cancellations. Current resilience analysis research has been focused on airports and airlines, rather than the en-route waypoints, and has failed to consider the impact of disruption scenarios. This paper analyses the resilience of the United Kingdom (UK) air traffic network to weather events that disrupt the network’s high-traffic areas. A Demand and Capacity Balancing (DCB) model is used to simulate adverse weather and re-optimise the cancellation, delay, and rerouting of flights. The model’s feasibility and effectiveness were evaluated under 20 concentrated and randomly occurring extreme disruption scenarios, lasting 2 h and 4 h. The results show that the network is vulnerable to extended weather events that target the network’s most central waypoints. However, the network demonstrates resilience to weather disruptions lasting up to two hours, maintaining operational status without any flight cancellations. As the scale of disruption increases, the network’s resilience decreases. Notably, there exists a threshold beyond which further escalation in disruption scale does not significantly impair the network’s performance.




Temporally Correlated Deep Learning-Based Horizontal Wind-Speed Prediction

September 2024

·

52 Reads

·

3 Citations

Wind speed affects aviation performance, clean energy production, and other applications. By accurately predicting wind speed, operational delays and accidents can be avoided, while the efficiency of wind energy production can also be increased. This paper initially overviews the definition, characteristics, sensors capable of measuring the feature, and the relationship between this feature and wind speed for all Quality Indicators (QIs). Subsequently, the feature importance of each QI relevant to wind-speed prediction is assessed, and all QIs are employed to predict horizontal wind speed. In addition, we conduct a comparison between the performance of traditional point-wise machine learning models and temporally correlated deep learning ones. The results demonstrate that the Bidirectional Long Short-Term Memory (BiLSTM) neural network yielded the highest level of accuracy across three metrics. Additionally, the newly proposed set of QIs outperformed the previously utilised QIs to a significant degree.


Citations (63)


... Traditional accident studies often rely on macro-level datasets that cover extensive geographical areas, focusing on accident frequency and severity over time. While many studies concentrate on specific regions, fewer have approached accident data analysis on a broader, macro-scale [19]- [21]. However, such analyses may encounter issues related to spatial autocorrelation, which challenges the assumption of independent observations across regions [22]. ...

Reference:

Multimodal Learning for Traffic Risk Prediction: Combining Aerial Imagery With Contextual Data
Risk-Aware Stochastic Vehicle Trajectory Prediction With Spatial-Temporal Interaction Modeling

IEEE Open Journal of Intelligent Transportation Systems

... The resilience of an air traffic network becomes an important factor in determining how well it will perform when subjected to weather disruptions [91]. The main weakness of seaplane transport is how adverse weather conditions can disrupt service. ...

Evaluation of Air Traffic Network Resilience: A UK Case Study

... Along the UAM flight path, the emulator achieves an RMSE of 0.210, R 2 of 0.725, and NME of 0.442. Although recent machine learning studies on aviation and wind prediction have predominantly focused on horizontal winds(Alves et al., 2023;Li et al., 2024), W remains crucial for assessing turbulence severity in the lower atmospheric boundary layer, where UAM aircraft operate. Our results demonstrate that W can be effectively inferred from three-dimensional patterns of horizontal winds and temperature, despite the limited interpretability of the DL+C due to the "black box" nature of deep learning. ...

Temporally Correlated Deep Learning-Based Horizontal Wind-Speed Prediction

... Online mapping seeks to perceive lane structures on the fly, offering instant scene information for downstream tasks, in contrast to offline methods that rely on traffic observations [19] or aerial images [20], [21]. Early works primarily focus on estimating the geometry of road elements [1]- [4]. ...

Bézier Everywhere All at Once: Learning Drivable Lanes as Bézier Graphs
  • Citing Conference Paper
  • June 2024

... Building on these foundations, recent work looks beyond CNNcentric pipelines by combining fast single-stage detectors such as YOLO for real-time PPE and equipment tracking [20], transformer-based backbones (e.g., ViT/DETR) that capture long-range spatial context [21], spatio-temporal models for action and behavior recognition [22], and synthetic data and digital-twin environments to mitigate labeling scarcity [23]. The fusion of these techniques, often alongside IoT sensor feeds, has produced robust multi-algorithm site-monitoring systems capable of simultaneous detection, tracking, and safety assessment under challenging on-site conditions [24]. ...

Development of a Digital Twin-Based Simulation System and A Novel Synthetic Video Dataset for Enhancing Computer Vision in Construction Site Safety
  • Citing Conference Paper
  • July 2024

... Furthermore, research trends include examining the benefits of automated systems such as AHSs in open pits and exploring how decentralized AHSs can be applied in underground mines [86]. Also, the usage of Unmanned Ground Vehicles (UGVs) and Unmanned Aerial Vehicles (UAVs) is considered beneficial for mine inspections and rescue missions [50][51][52][53][54]. ...

Decentralised Motion Planning for Autonomous Mining Haulage Trucks using Prioritised Multi-Agent MPPI
  • Citing Article
  • January 2024

IFAC-PapersOnLine

... By assigning equal weight to cases where predictions are either higher or lower than the actual values, SMAPE addresses the asymmetry issue inherent in traditional MAPE. This makes SMAPE a more balanced and comprehensive metric for assessing the overall performance of models [48]. ...

Predicting spatio-temporal traffic flow: a comprehensive end-to-end approach from surveillance cameras

Transportmetrica B

... For this technique, Louvain community detection algorithm is well-known for its applications in large networks [31]. Additionally, this approach is rather straightforward and is also adopted widely in various research topics [116][117][118][119]. Since our graph has more than 200 nodes, this method is unquestionably well-suited for this case. ...

Developing a novel approach in estimating urban commute traffic by integrating community detection and hypergraph representation learning
  • Citing Article
  • March 2024

Expert Systems with Applications

... However, this is a singleagent setting, which poses scalability issues as the number of intersections increases. Adan et al. [3] models traffic environment constraints in a multi-agent setting, but this work models agents as the vehicles around one intersection, instead of each intersection being an agent. Finally, Raeis and Leon-Garcia [33] creates two fairness constraints for the ATSC problem, one delay-based metric which is meant to diminish the number of vehicles experiencing significantly longer waiting times and another throughput-based metric which attempts to give equal weighting to all traffic flows by extending concepts from computer networking. ...

Constrained Multi-Agent Reinforcement Learning Policies for Cooperative Intersection Navigation and Traffic Compliance
  • Citing Conference Paper
  • September 2023

... In mining, RL has been explored for short-term planning, truck dispatching, and scheduling. [6] introduced a curriculumdriven RL method for vehicle dispatching to address sparse rewards, while [8] developed a real-time RL-based dispatching system for autonomous trucks. Additionally, [13] applied Qlearning to optimize material supply during operational delays. ...

Real-time Dispatching for Autonomous Vehicles in Open-pit Mining Deployments using Deep Reinforcement Learning
  • Citing Conference Paper
  • September 2023