paper-with-me

Papers

YOLOv5, YOLOv8 and YOLOv10: The Go-To Detectors for Real-time Vision

2024-07-03 · Muhammad Hussain

This paper presents a comprehensive review of the evolution of the YOLO (You Only Look Once) object detection algorithm, focusing on YOLOv5, YOLOv8, and YOLOv10. We analyze the architectural advancements, performance improvements, and suitability for edge deployment across these versions. YOLOv5 introduced significant innovations such as the CSPDarknet backbone and Mosaic Augmentation, balancing speed and accuracy. YOLOv8 built upon this foundation with enhanced feature extraction and anchor-free detection, improving versatility and performance. YOLOv10 represents a leap forward with NMS-free training, spatial-channel decoupled downsampling, and large-kernel convolutions, achieving state-of-the-art performance with reduced computational overhead. Our findings highlight the progressive enhancements in accuracy, efficiency, and real-time performance, particularly emphasizing their applicability in resource-constrained environments. This review provides insights into the trade-offs between model complexity and detection accuracy, offering guidance for selecting the most appropriate YOLO version for specific edge computing applications.

📄 PDF Abstract BibTeX arXiv:2407.02988

Code (0)

등록된 구현이 없습니다.

Tasks

Edge-computingobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

YOLOv8 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

VajraV1 -- The most accurate Real Time Object Detector of the YOLO family

2025-12-15 · Naman Balbir Singh Makkar arxiv

Recent years have seen significant advances in real-time object detection, with the release of YOLOv10, YOLO11, YOLOv12, and YOLOv13 between 2024 and 2025. This technical report presents the VajraV1 model architecture, w…

Real-Time Object Detection

YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors

2022-07-06 · CVPR 2023 1 · Chien-Yao Wang, Alexey Bochkovskiy, Hong-Yuan Mark Liao

YOLOv7 surpasses all known object detectors in both speed and accuracy in the range from 5 FPS to 160 FPS and has the highest accuracy 56.8% AP among all known real-time object detectors with 30 FPS or higher on GPU V100…

2D Object DetectionGPUObjectObject Detection+3

YOLOv12: Attention-Centric Real-Time Object Detectors

2025-02-18 · Yunjie Tian, Qixiang Ye, David Doermann

Enhancing the network architecture of the YOLO framework has been crucial for a long time, but has focused on CNN-based improvements despite the proven superiority of attention mechanisms in modeling capabilities. This i…

GPUObject

YOLOv6 v3.0: A Full-Scale Reloading

2023-01-13 · Chuyi Li, Lulu Li, Yifei Geng, Hongliang Jiang 외

The YOLO community has been in high spirits since our first two releases! By the advent of Chinese New Year 2023, which sees the Year of the Rabbit, we refurnish YOLOv6 with numerous novel enhancements on the network arc…

GPUObject DetectionReal-Time Object Detection

What is YOLOv6? A Deep Insight into the Object Detection Model

2024-12-17 · Athulya Sundaresan Geetha

This work explores the YOLOv6 object detection model in depth, concentrating on its design framework, optimization techniques, and detection capabilities. YOLOv6's core elements consist of the EfficientRep Backbone for r…

GPUobject-detectionObject Detection