菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-03
📄 Abstract - Efficient Sequential Neural Network with Spatial-Temporal Attention and Linear LSTM for Robust Lane Detection Using Multi-Frame Images

Lane detection is a crucial perception task for all levels of automated vehicles (AVs) and Advanced Driver Assistance Systems, particularly in mixed-traffic environments where AVs must interact with human-driven vehicles (HDVs) and challenging traffic scenarios. Current methods lack versatility in delivering accurate, robust, and real-time compatible lane detection, especially vision-based methods often neglect critical regions of the image and their spatial-temporal (ST) salience, leading to poor performance in difficult circumstances such as serious occlusion and dazzle lighting. This study introduces a novel sequential neural network model with a spatial-temporal attention mechanism to focus on key features of lane lines and exploit salient ST correlations among continuous image frames. The proposed model, built on a standard encoder-decoder structure and common neural network backbones, is trained and evaluated on three large-scale open-source datasets. Extensive experiments demonstrate the strength and robustness of the proposed model, outperforming state-of-the-art methods in various testing scenarios. Furthermore, with the ST attention mechanism, the developed sequential neural network models exhibit fewer parameters and reduced Multiply-Accumulate Operations (MACs) compared to baseline sequential models, highlighting their computational efficiency. Relevant data, code, and models are released at this https URL.

顶级标签: computer vision systems model training
详细标签: lane detection spatial-temporal attention sequential neural network autonomous vehicles computational efficiency 或 搜索:

基于时空注意力与线性LSTM的高效序列神经网络:利用多帧图像实现鲁棒的车道线检测 / Efficient Sequential Neural Network with Spatial-Temporal Attention and Linear LSTM for Robust Lane Detection Using Multi-Frame Images


1️⃣ 一句话总结

这篇论文提出了一种结合时空注意力机制的新型序列神经网络模型,它通过关注连续图像帧中的关键车道特征,在保证高精度和强鲁棒性的同时,显著降低了计算成本,从而实现了更高效、更可靠的车道线检测。

源自 arXiv: 2602.03669