Monitoring Intersection Safety Using Infrastructure LiDAR
Listen to the summary
Uses a voice available on your device
Audio options
On this page 4 sections
Related concepts 3 concepts
Key Takeaways
- PRISA deploys infrastructure LiDAR sensors for continuous 3D point cloud coverage at urban intersections to monitor traffic conflicts in real time.
- Phase I applies self-supervised data curation to accumulate perception outputs, filter noise, interpolate gaps, downsample stationary objects, and train a trajectory prediction model without manual annotation.
- Phase II uses speed-based filtering and observation sequences to forecast future trajectories for dynamic vehicles and vulnerable road users.
- FlowChain achieved the lowest Average Displacement Error and Final Displacement Error on R-LiViT Int.2, R-LiViT Int.3, and the Georgia M.L.K. field site at 5 Hz.
- The framework evaluates conflict risk using Time-to-Collision for longitudinal conflicts and Predicted Post-Encroachment Time for crossing and vulnerable road user interactions.
Summary & Methodology Analysis
Urban intersections are hazardous locations requiring real time monitoring to anticipate conflicts, but deploying surrogate safety measures at the edge is challenging due to the need for site specific trajectory data, noisy raw perception outputs, and strict requirements for deterministic real time execution. To address this, the PRISA framework operates through a sensing and perception layer that uses LiDAR sensors to provide continuous 3D point cloud coverage, applying 3D object detection and multi-object tracking to output bounding box parameters and semantic class labels. The pipeline then splits into a self-supervised data curation phase and a real time trajectory prediction phase. Phase I accumulates perception outputs over extended periods, filters out incomplete or noisy tracks, interpolates brief gaps, downsamples stationary objects to create a training database without manual annotation, and trains a trajectory prediction model, which forecasts the path of a moving entity, until convergence. Phase II applies speed-based filtering to partition objects into dynamic vehicles, slow or stationary vehicles, and vulnerable road users, uses a prediction model for dynamic vehicles and vulnerable road users while holding stationary vehicles constant, and extracts observation sequences to forecast future trajectories. Finally, surrogate safety assessment identifies potential conflict partners within a velocity-dependent region of interest, classifies pairwise interactions into longitudinal, crossing, and vulnerable road user involved categories using heading alignment and spatial position, and evaluates conflict risk using Time-to-Collision for longitudinal conflicts and Predicted Post-Encroachment Time for crossing and vulnerable road user interactions.
The framework integrates several models and datasets, including R-LiViT, FlowChain, MID, Trajectron++, Constant Velocity, Constant Acceleration, PointPillars, and AB3DMOT. Among these, FlowChain achieved the lowest Average Displacement Error and Final Displacement Error of 0.646 m / 1.111 m on R-LiViT Int.2, 0.491 m / 0.710 m on R-LiViT Int.3, and 0.505 m / 0.928 m on the Georgia M.L.K. field site at 5 Hz. These evaluations demonstrate how the system handles trajectory forecasting under real world deployment conditions across different field sites.
Despite its performance, PRISA faces specific limitations. The trajectory predictor may produce a straight-motion bias or turning trajectories that overlap with stopped vehicles or roadside objects, yielding artificially low Predicted Post-Encroachment Time values despite limited actual risk. Additionally, the R-LiViT dataset's fragmented structure of short sequences is structurally incompatible with Phase I self-supervised training which requires continuous long-duration streams, necessitating the use of ground-truth annotations as inputs.
Interactive System Flowchart
Cross-Examination & FAQs
A deeper dive clarifying mechanics, constraints, and baseline evaluations.
Q1. What is PRISA?
PRISA is a proactive infrastructure LiDAR framework for intersection safety assessment.
Q2. What sensors does the sensing and perception layer use?
It uses LiDAR sensors to provide continuous 3D point cloud coverage.
Q3. What metrics did FlowChain achieve during evaluation?
FlowChain achieved an Average Displacement Error and Final Displacement Error of 0.646 m / 1.111 m on R-LiViT Int.2, 0.491 m / 0.710 m on R-LiViT Int.3, and 0.505 m / 0.928 m on the Georgia M.L.K. field site at 5 Hz.
Q4. What challenges make deploying surrogate safety measures at the edge difficult?
The challenges include the need for site-specific trajectory data, noisy raw perception outputs, and strict requirements for deterministic real-time execution.
Q5. How does Phase I self-supervised data curation work without manual annotation?
It accumulates perception outputs over extended periods, filters out incomplete or noisy tracks, interpolates brief gaps, downsamples stationary objects to create a training database, and trains a trajectory prediction model until convergence.
Q6. How does Phase II partition objects during real-time trajectory prediction?
It applies speed-based filtering to partition objects into dynamic vehicles, slow or stationary vehicles, and vulnerable road users.
Q7. How are conflict risks evaluated during surrogate safety assessment?
Conflict risk is evaluated using Time-to-Collision for longitudinal conflicts and Predicted Post-Encroachment Time for crossing and vulnerable road user interactions.
Q8. What dataset incompatibility issue is noted in the paper's limitations?
The R-LiViT dataset's fragmented structure of short sequences is structurally incompatible with Phase I self-supervised training which requires continuous long-duration streams, necessitating the use of ground-truth annotations as inputs.
Q9. What behavior causes artificially low Predicted Post-Encroachment Time values?
The trajectory predictor may produce a straight-motion bias or turning trajectories that overlap with stopped vehicles or roadside objects.