菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-02
📄 Abstract - Lightweight Spatiotemporal Highway Lane Detection via 3D-ResNet and PINet with ROI-Aware Attention

This paper presents a lightweight, end-to-end highway lane detection architecture that jointly captures spatial and temporal information for robust performance in real-world driving scenarios. Building on the strengths of 3D convolutional neural networks and instance segmentation, we propose two models that integrate a 3D-ResNet encoder with a Point Instance Network (PINet) decoder. The first model enhances multi-scale feature representation using a Feature Pyramid Network (FPN) and Self-Attention mechanism to refine spatial dependencies. The second model introduces a Region of Interest (ROI) detection head to selectively focus on lane-relevant regions, thereby improving precision and reducing computational complexity. Experiments conducted on the TuSimple dataset (highway driving scenarios) demonstrate that the proposed second model achieves 93.40% accuracy while significantly reducing false negatives. Compared to existing 2D and 3D baselines, our approach achieves improved performance with fewer parameters and reduced latency. The architecture has been validated through offline training and real-time inference in the Autonomous Systems Laboratory at City, St George's University of London. These results suggest that the proposed models are well-suited for integration into Advanced Driver Assistance Systems (ADAS), with potential scalability toward full Lane Assist Systems (LAS).

顶级标签: computer vision systems model training
详细标签: lane detection 3d convolutional networks autonomous driving real-time inference instance segmentation 或 搜索:

基于3D-ResNet与PINet的轻量化时空高速公路车道检测方法 / Lightweight Spatiotemporal Highway Lane Detection via 3D-ResNet and PINet with ROI-Aware Attention


1️⃣ 一句话总结

这篇论文提出了一种轻量化的端到端车道检测方法,通过结合3D卷积和注意力机制来同时利用时空信息,在保证高精度的同时降低了计算负担,适合集成到高级驾驶辅助系统中。

源自 arXiv: 2604.02188