复制
收藏
提问
学术
YOLOv8在目标检测上,网络模型由于参数量大、存储需求和计算成本高,难以在硬件受限的设备上部署的相关文章
2周前
全网
文档
学术
百科
知识库
时间不限
自动
来源0
同主题0
来源引用的0
引用来源的0
17
doi
信任
复制引用信息
译
GBH-YOLOv5: Ghost Convolution with BottleneckCSP and Tiny Target Prediction Head Incorporating YOLOv5 for PV Panel Defect Detection打开网页
有源文件
Longlong Li
Zhifeng Wang
Tingting Zhang
Photovoltaic (PV) panel surface-defect detection technology is crucial for the PV industry to perform smart maintenance. Using computer vision technology to detect PV panel surface defects can ensure better accuracy while reducing the workload of traditional worker field inspections. However, multiple tiny defects on the PV panel surface and the high similarity between different defects make it challenging to accurately identify and detect such defects. This paper proposes an approach named Ghost convolution with BottleneckCSP and a tiny target prediction head incorporating YOLOv5 (GBH-YOLOv5) for PV panel defect detection. To ensure better accuracy on multiscale targets, the BottleneckCSP module is introduced to add a prediction head for tiny target detection to alleviate tiny defect misses, using Ghost convolution to improve the model inference speed and reduce the number of parameters. First, the original image is compressed and cropped to enlarge the defect size physically. Then, the processed images are input into GBH-YOLOv5, and the depth features are extracted through network processing based on Ghost convolution, the application of the BottleneckCSP module, and the prediction head of tiny targets. Finally, the extracted features are classified by a Feature Pyramid Network (FPN) and a Path Aggregation Network (PAN) structure. Meanwhile, we compare our method with state-of-the-art methods to verify the effectiveness of the proposed method. The proposed PV panel surface-defect detection network improves the mAP performance by at least 27.8%.
532023-01-21发表EngineeringEnvironmental ScienceComputer ScienceElectronics
arxiv
信任
复制引用信息
译
YOLOv4: Optimal Speed and Accuracy of Object Detection打开网页
Alexey Bochkovskiy
Chien-Yao Wang
H. Liao
There are a huge number of features which are said to improve Convolutional Neural Network (CNN) accuracy. Practical testing of combinations of such features on large datasets, and theoretical justification of the result, is required. Some features operate on certain models exclusively and for certain problems exclusively, or only for small-scale datasets; while some features, such as batch-normalization and residual-connections, are applicable to the majority of models, tasks, and datasets. We assume that such universal features include Weighted-Residual-Connections (WRC), Cross-Stage-Partial-connections (CSP), Cross mini-Batch Normalization (CmBN), Self-adversarial-training (SAT) and Mish-activation. We use new features: WRC, CSP, CmBN, SAT, Mish activation, Mosaic data augmentation, CmBN, DropBlock regularization, and CIoU loss, and combine some of them to achieve state-of-the-art results: 43.5% AP (65.7% AP50) for the MS COCO dataset at a realtime speed of ~65 FPS on Tesla V100. Source code is at this https URL
100212020-04-23发表Computer ScienceArXiv
arxiv
信任
复制引用信息
译
YOLOv6: A Single-Stage Object Detection Framework for Industrial Applications打开网页
有源文件
Chuyin Li
Lu Li
Hongliang Jiang
Kaiheng Weng
Yifei Geng
L. Li
Zaidan Ke
Qingyuan Li
Meng Cheng
Weiqiang Nie
Yiduo Li
Bo Zhang
Yufei Liang
Linyuan Zhou
Xiaoming Xu
Xiangxiang Chu
Xiaoming Wei
Xiaolin Wei
For years, the YOLO series has been the de facto industry-level standard for efficient object detection. The YOLO community has prospered overwhelmingly to enrich its use in a multitude of hardware platforms and abundant scenarios. In this technical report, we strive to push its limits to the next level, stepping forward with an unwavering mindset for industry application. Considering the diverse requirements for speed and accuracy in the real environment, we extensively examine the up-to-date object detection advancements either from industry or academia. Specifically, we heavily assimilate ideas from recent network design, training strategies, testing techniques, quantization, and optimization methods. On top of this, we integrate our thoughts and practice to build a suite of deployment-ready networks at various scales to accommodate diversified use cases. With the generous permission of YOLO authors, we name it YOLOv6. We also express our warm welcome to users and contributors for further enhancement. For a glimpse of performance, our YOLOv6-N hits 35.9% AP on the COCO dataset at a throughput of 1234 FPS on an NVIDIA Tesla T4 GPU. YOLOv6-S strikes 43.5% AP at 495 FPS, outperforming other mainstream detectors at the same scale~(YOLOv5-S, YOLOX-S, and PPYOLOE-S). Our quantized version of YOLOv6-S even brings a new state-of-the-art 43.3% AP at 869 FPS. Furthermore, YOLOv6-M/L also achieves better accuracy performance (i.e., 49.5%/52.3%) than other detectors with a similar inference speed. We carefully conducted experiments to validate the effectiveness of each component. Our code is made available at https://github.com/meituan/YOLOv6.
9392022-09-07发表Computer ScienceEngineeringArXiv
查看更多来源(17)
理解问题YOLOv8在目标检测上,网络模型由于参数量大、存储需求和计算成本高,难以在硬件受限的设备上部署的相关文章
已完成理解「YOLOv8在目标检测上,网络模型由于参数量大、存储需求和计算成本高,难以在硬件受限的设备上部署的相关文章」
展开阅读网页
更专业一些
转笔记
专业
YOLOv8在目标检测上,网络模型由于参数量大、存储需求和计算成本高,难以在硬件受限的设备上部署的相关文章不在提醒
如何优化深度学习模型?
什么是模型压缩技术?
实时目标检测的挑战是什么?
文件
学术
专业
以上内容由AI搜集生成,仅供参考