オムライスの備忘録

数学・統計学・機械学習・プログラミングに関することを記す

【深層学習】YOLO v8

Index

YOLO v8

Architecture

概要

What is YOLOv8: An In-Depth Exploration of the Internal Features of the Next-Generation Object Detector

詳細

What is YOLOv8: An In-Depth Exploration of the Internal Features of the Next-Generation Object Detector

Backbone

YOLO v5 から利用されている CSPNet / Cross Stage Partial Network を利用.

CSPNet の一部を C2f へ変更.

What is YOLOv8: An In-Depth Exploration of the Internal Features of the Next-Generation Object Detector

Neck

YOLO v5 と同様で、FPN (Feature Pyramid Network) + PAN (Path Aggregation Network)

Anchor Free / Decoupled Head に変更.

精度

YOLOv8 : Comprehensive Guide to State Of The Art Object Detection

参考

開発元のUltralytics による論文はない.

  • Paper of YOLOv8

  • Real-Time Flying Object Detection with YOLOv8

  • What is YOLOv8: An In-Depth Exploration of the Internal Features of the Next-Generation Object Detector

    • [2024]
    • 3 Architectural Footprint of YOLOv8
      • 3.6 CSPBackbone and Efficient Layer Aggregation
    • arxiv.org

Web サイト

AI

Gemini 2.5 Pro DeepResearch