基于YOLO v5的病虫害检测与优化

《A fast and lightweight detection algorithm for passion fruit pests based on improved YOLOv5》

  • a new point-line distance loss function is proposed to reduce redundant computations and shorten detection time
  • the attention module is added to the network for adaptive attention, which can focus on the target object in the channel and space dimensions to improve the detection and identification rates.
  • the mixup online data augmentation algorithm is added to expand the online training set, which increases the model robustness and prevents over-fitting.

《Real‑time and effective detection of agricultural pest using an improved YOLOv5 network》

  • a lightweight feature extraction network GhostNet is adopted as the backbone and an efficient channel attention(ECA) mechanism is introduced to enhance feature extraction
  • introduce BiFPN and add high-resolution feature map C2 and horizontal residual connections to it to enhance the expression of small pest features.
  • We propose feature fusion with the attentional multiple receptive fields (FFARF) module, which dynamically assigns weights to each receptive field to highlight their unequal contribution to the global information after obtaining multiple receptive fields.

相关推荐
蓝田生玉12314 小时前
YOLO-world论文阅读笔记
论文阅读·笔记·yolo
小哥谈17 小时前
基于改进YOLOv5s的跌倒行为检测 | 引入SKAttention注意机制 + 引入空间金字塔池化结构SPPFCSPC + 结合ASFF自适应空间融合
人工智能·深度学习·神经网络·yolo·目标检测·机器学习·计算机视觉
Yuannau_jk19 小时前
[目标检测]labelme标注数据转yoloV8需要的.txt格式
人工智能·yolo·目标检测
kay_5451 天前
YOLOv8改进 | 注意力机制 | 增强模型在图像分类和目标检测BAM注意力【小白必备 + 附完整代码】
网络·人工智能·深度学习·yolo·目标检测·面试·yolov8改进
人在旅途我渐行渐远2 天前
YOLO之boxes小记
深度学习·yolo
从懒虫到爬虫2 天前
使用 OpenCV 和 Python 进行车道检测和物体检测(YOLO)
python·opencv·yolo
FL16238631292 天前
[数据集][目标检测]城市街道井盖破损未盖丢失检测数据集VOC+YOLO格式4404张5类别
深度学习·yolo·机器学习
pen-ai2 天前
【深度学习】C++ onnx Yolov8 目标检测推理
c++·人工智能·深度学习·opencv·yolo·目标检测
FL16238631292 天前
[数据集][目标检测]睡岗检测数据集VOC+YOLO格式3290张4类别
人工智能·yolo·目标检测
唐豆豆*3 天前
利用YOLOv8识别自定义模型
人工智能·深度学习·yolo