超轻量模型仅用0.08M参数实现高精度车牌字符检测
MicroCharNet: Less is More for License Plate Character Detection

- 采用紧凑骨干网络与坐标注意力模块提升特征提取
- 0.08M参数、0.096 GFLOPs下达成媲美主流模型的准确率
- 专为边缘设备设计,适合实时部署于资源受限场景
车牌字符检测是智能交通系统的关键环节,要求高精度与计算效率以支持实时部署。尽管近年深度学习方法显著提升了检测性能,但许多高精度模型依赖大规模架构,带来巨大计算开销,限制其在资源受限设备上的应用。本文提出MicroCharNet,一种专为车牌字符检测设计的超轻量模型。该架构采用由C2f块组成的紧凑骨干网络,并集成CoordAtt模块以增强特征提取并保留空间信息;轻量级C3k2-based颈部融合多层级特征,随后通过单层级无锚框检测头实现端到端预测。在UFPR-ALPR数据集上的实验表明,MicroCharNet仅需0.08M参数和0.096 GFLOPs,即可达到竞争性检测精度,优于多个近期YOLO基线模型。硬件级评估进一步证实其在边缘设备上的实时部署能力。结果表明,精心设计的超轻量架构可在车牌字符检测中有效平衡精度与效率。源代码已公开于https://github.com/chequanghuy/MicroCharNet。
原文摘要 · Abstract (English)
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.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。