Optimizing LaneSegNet for Real-Time Lane Topology Prediction in Autonomous Vehicles
William Stevens, Vishal Urs, Karthik Selvaraj, Gabriel Torres, Gaurish, Lakhanpal

TL;DR
This paper introduces optimized versions of LaneSegNet for real-time lane topology prediction, demonstrating how architectural modifications can balance training efficiency and accuracy for autonomous vehicle applications.
Contribution
It presents specific modifications to LaneSegNet's encoder and decoder stacks, showing how hyperparameter tuning improves training time and prediction accuracy.
Findings
Modified encoder and decoder stacks offer a tradeoff between training time and accuracy.
Training time reduced by 22.3% with a 7.1% drop in mean average precision.
Training time increased by 11.1% but mean average precision improved by 23.7%.
Abstract
With the increasing prevalence of autonomous vehicles, it is essential for computer vision algorithms to accurately assess road features in real-time. This study explores the LaneSegNet architecture, a new approach to lane topology prediction which integrates topological information with lane-line data to provide a more contextual understanding of road environments. The LaneSegNet architecture includes a feature extractor, lane encoder, lane decoder, and prediction head, leveraging components from ResNet-50, BEVFormer, and various attention mechanisms. We experimented with optimizations to the LaneSegNet architecture through feature extractor modification and transformer encoder-decoder stack modification. We found that modifying the encoder and decoder stacks offered an interesting tradeoff between training time and prediction accuracy, with certain combinations showing promising…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTraffic Prediction and Management Techniques
MethodsSoftmax · Attention Is All You Need
