arXiv:2502.15545cs.CVcs.LG2025-02被引 1

用视频和神经网络估车速,比雷达更便宜高效。

Estimating Vehicle Speed on Roadways Using RNNs and Transformers: A Video-based Approach

  • 用LSTM、GRU和Transformer处理视频帧时序,捕捉车辆运动规律。
  • 增加输入序列长度能提升准确率,证明上下文信息很重要。
  • Transformer在不同路况下表现稳定,适合实时交通监控。

本研究探索使用长短期记忆网络(LSTM)、门控循环单元(GRU)和Transformer等先进机器学习模型,基于视频数据进行道路车辆速度估计。传统测速方法如雷达和人工系统存在成本高、覆盖范围有限、易受干扰等问题。相比之下,利用现有监控基础设施与前沿神经网络架构,可实现非侵入式、可扩展的解决方案。该方法采用LSTM和GRU处理视频帧的时间序列,有效建模长期依赖关系;同时使用Transformer的自注意力机制,实现对整个序列的并行处理,并聚焦数据中最关键部分。实验表明,相比基础循环神经网络(RNN),LSTM与GRU因具备先进的门控机制而表现更优。此外,增加输入序列长度能持续提高模型精度,凸显了动态环境中上下文信息的重要性。Transformer尤其展现出对不同序列长度和复杂度的高度适应性与鲁棒性,非常适合多样交通条件下的实时应用。结果表明,集成这些复杂神经网络模型可显著提升自动化测速系统的准确性和可靠性,有望革新交通管理与道路安全。

原文摘要 · Abstract (English)

This project explores the application of advanced machine learning models, specifically Long Short-Term Memory (LSTM), Gated Recurrent Units (GRU), and Transformers, to the task of vehicle speed estimation using video data. Traditional methods of speed estimation, such as radar and manual systems, are often constrained by high costs, limited coverage, and potential disruptions. In contrast, leveraging existing surveillance infrastructure and cutting-edge neural network architectures presents a non-intrusive, scalable solution. Our approach utilizes LSTM and GRU to effectively manage long-term dependencies within the temporal sequence of video frames, while Transformers are employed to harness their self-attention mechanisms, enabling the processing of entire sequences in parallel and focusing on the most informative segments of the data. This study demonstrates that both LSTM and GRU outperform basic Recurrent Neural Networks (RNNs) due to their advanced gating mechanisms. Furthermore, increasing the sequence length of input data consistently improves model accuracy, highlighting the importance of contextual information in dynamic environments. Transformers, in particular, show exceptional adaptability and robustness across varied sequence lengths and complexities, making them highly suitable for real-time applications in diverse traffic conditions. The findings suggest that integrating these sophisticated neural network models can significantly enhance the accuracy and reliability of automated speed detection systems, thus promising to revolutionize traffic management and road safety.

视频测速Transformer时序模型

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。