用实时视频分析车辆类型与车牌,精准估算城市碳排放。
Connecting Vision and Emissions: A Behavioural AI Approach to Carbon Estimation in Road Design
- 融合YOLOv8检测与深度OCR识别车牌和车型
- 车辆识别准确率达99%,碳排放计算精确到单车
- 适合智慧交通与碳监测系统开发者使用
本文提出一种增强型YOLOv8实时车辆检测与分类框架,用于估算城市环境中的碳排放。系统改进了YOLOv8架构,实现从实时交通视频流中检测、分割和跟踪车辆。车辆定位后,通过专用深度学习模块识别车牌并分类车型。由于YOLOv8缺乏细粒度识别能力,本框架采用混合流程:对每个检测到的车辆进行跟踪,裁剪其边界框,并送入深度光学字符识别(OCR)模块。该OCR系统由多层卷积神经网络构成,专为应对运动模糊、遮挡和多样字体风格下的字符级检测与车牌解码训练。识别出的车牌信息通过实时API与外部车辆注册数据库比对验证,确保分类与排放估算准确。多阶段设计实现了单车碳排放的精准自动化计算。在包含分割掩码和标注车牌的多样化车辆数据集上评估,YOLOv8检测器在边界框上的平均精度([email protected])达约71%,分割掩码为70%;最佳CNN模型的字符级OCR准确率高达99%。结果证明,将实时目标检测与深度OCR结合,可在智慧交通系统中实现可扩展的车辆级碳排放自动监测。
原文摘要 · Abstract (English)
We present an enhanced YOLOv8 real time vehicle detection and classification framework, for estimating carbon emissions in urban environments. The system enhances YOLOv8 architecture to detect, segment, and track vehicles from live traffic video streams. Once a vehicle is localized, a dedicated deep learning-based identification module is employed to recognize license plates and classify vehicle types. Since YOLOv8 lacks the built-in capacity for fine grained recognition tasks such as reading license plates or determining vehicle attributes beyond class labels, our framework incorporates a hybrid pipeline where each detected vehicle is tracked and its bounding box is cropped and passed to a deep Optical Character Recognition (OCR) module. This OCR system, composed of multiple convolutional neural network (CNN) layers, is trained specifically for character-level detection and license plate decoding under varied conditions such as motion blur, occlusion, and diverse font styles. Additionally, the recognized plate information is validated using a real time API that cross references with an external vehicle registration database to ensure accurate classification and emission estimation. This multi-stage approach enables precise, automated calculation of per vehicle carbon emissions. Extensive evaluation was conducted using a diverse vehicle dataset enriched with segmentation masks and annotated license plates. The YOLOv8 detector achieved a mean Average Precision ([email protected]) of approximately 71% for bounding boxes and 70% for segmentation masks. Character level OCR accuracy reached up to 99% with the best performing CNN model. These results affirm the feasibility of combining real time object detection with deep OCR for practical deployment in smart transportation systems, offering a scalable solution for automated, vehicle specific carbon emission monitoring.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。