MicroCharNet: Less is More for License Plate Character Detection· MicroCharNet:车牌字符检测,轻量且高效。
License plate character detection is a crucial component of intelligent transportation systems, where high accuracy and computational efficiency are required for real-time deployment. Although recent deep learning-based methods have substantially improved detection performance, many high-accuracy models rely on large-scale architectures that incur substantial computational overhead, limiting their applicability to resource-constrained devices. In this paper, we propose MicroCharNet, an ultra-lightweight model specifically designed for license plate character detection. The proposed architecture employs a compact backbone composed of C2f blocks, integrated with CoordAtt module to enhance feature extraction while preserving spatial information. A lightweight C3k2-based neck fuses multi-level features, followed by a single-level anchor-free detection head that enables end-to-end prediction. Experiments conducted on the UFPR-ALPR dataset demonstrate that MicroCharNet achieves competitive detection accuracy with only 0.08M parameters and 0.096 GFLOPs, while outperforming several recent YOLO-based baselines. Hardware-level evaluations further confirm its efficiency for real-time deployment on edge devices. These results indicate that carefully designed ultra-lightweight architectures can effectively balance accuracy and efficiency in license plate character detection. The source code is available at https://github.com/chequanghuy/MicroCharNet.
轻量级车牌字符检测模型,高精度低计算开销。
- 核心方法
- 采用C2f块组成的紧凑骨干网络,结合CoordAtt模块增强特征提取,使用基于C3k2的轻量级颈部结构融合多层级特征,以及无锚点的单级检测头实现端到端预测。
- 适合谁读
- 研究者、工程师、产品设计人员
- 要解决的问题
- 现有高精度模型计算复杂度高,难以在资源受限设备上部署。
- 关键实验
- 在UFPR-ALPR数据集上的实验表明,MicroCharNet在参数量和计算量方面显著优于YOLO系列基线模型;硬件评估进一步证明了其在边缘设备上的实时效率。
- 主要贡献
- 提出了MicroCharNet模型,实现了0.08M参数和0.096 GFLOPs的计算量下具有竞争力的检测精度。
- 意义与局限
- 为资源受限环境提供了高效且准确的车牌字符检测解决方案,促进了智能交通系统的实际应用。但模型在复杂背景下的鲁棒性仍需验证。