用分层流水线从照片中精准识别电阻值,抗干扰能力强。
HiRes: A Hierarchical Cascaded Method for Resistor Value Identification

- 分步处理:检测、分割、沿轴投影解码
- 端到端识别准确率85.8%,在复杂图像上表现稳定
- 比大模型更高效可解释,适合工程落地
由于光照、方向、尺度和背景复杂性的变化,从非受限图像中准确识别电阻值仍是具挑战性的计算机视觉任务。本文提出HiRes,一种分层级联的端到端电阻值识别方法,直接从全帧图像中完成识别。该方法结合目标检测(YOLOv8n)、语义分割(UNet++ with EfficientNet-B2)以及沿电阻轴的投影结构化解码。为提升鲁棒性,引入几何过滤、保隙带分离和与E24系列的校验。在多样真实图像上的实验表明,HiRes检测mAP50达0.9906,分割mIoU为0.8444,端到端识别准确率为85.8%(95%置信区间:78.0-91.9%),优于公开的经典基线CVResist,后者无法在控制外条件泛化。此外,本架构在挑战性测试集上超越当前最先进的多模态大模型,提供低成本、高效率且可解释的替代方案。结果证明了将学习到的视觉表征与结构化推理结合在鲁棒电阻解析中的有效性。代码与数据集见https://github.com/HiRes491/HiRes。
原文摘要 · Abstract (English)
Accurate identification of resistor values from unconstrained images remains a challenging computer vision task due to variations in lighting, orientation, scale, and background complexity. This paper presents HiRes, a hierarchical cascaded pipeline for end-to-end resistor value identification directly from full-frame images. The approach combines object detection (YOLOv8n), semantic segmentation (UNet++ with EfficientNet-B2), and structured geometric decoding via projection along the resistor axis. To improve robustness, we incorporate geometric filtering, gap-preserving band separation, and validation against the E24 resistor series. Experiments across diverse real-world images show that HiRes achieves a detection mAP50 of 0.9906, a segmentation mIoU of 0.8444, and an end-to-end identification accuracy of 85.8% (95% CI: 78.0-91.9%), outperforming the publicly available classical baseline, CVResist, which fails to generalize beyond controlled conditions. In addition, our architecture outperforms state-of-the-art MLLMs on our challenging test set, offering a lower cost, high efficiency, and an interpretable alternative method. These results demonstrate the effectiveness of integrating learned visual representations with structured reasoning for robust resistor interpretation. Code and dataset are available at https://github.com/HiRes491/HiRes.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。