paper-with-me

Papers

YOLOv11: An Overview of the Key Architectural Enhancements

2024-10-23 · Rahima Khanam, Muhammad Hussain

This study presents an architectural analysis of YOLOv11, the latest iteration in the YOLO (You Only Look Once) series of object detection models. We examine the models architectural innovations, including the introduction of the C3k2 (Cross Stage Partial with kernel size 2) block, SPPF (Spatial Pyramid Pooling - Fast), and C2PSA (Convolutional block with Parallel Spatial Attention) components, which contribute in improving the models performance in several ways such as enhanced feature extraction. The paper explores YOLOv11's expanded capabilities across various computer vision tasks, including object detection, instance segmentation, pose estimation, and oriented object detection (OBB). We review the model's performance improvements in terms of mean Average Precision (mAP) and computational efficiency compared to its predecessors, with a focus on the trade-off between parameter count and accuracy. Additionally, the study discusses YOLOv11's versatility across different model sizes, from nano to extra-large, catering to diverse application needs from edge devices to high-performance computing environments. Our research provides insights into YOLOv11's position within the broader landscape of object detection and its potential impact on real-time computer vision applications.

📄 PDF Abstract BibTeX arXiv:2410.17725

Code (1)

ultralytics/ultralytics pytorch

Tasks

Computational EfficiencyInstance SegmentationObjectobject-detectionObject DetectionOriented Object DetectionPose EstimationReal-Time Object DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

YOLO26: Key Architectural Enhancements and Performance Benchmarking for Real-Time Object Detection

2025-09-29 · Ranjan Sapkota, Rahul Harsha Cheppally, Ajay Sharda, Manoj Karkee arxiv

This study presents a comprehensive analysis of Ultralytics YOLO26(also called as YOLOv26), highlighting its key architectural enhancements and performance benchmarking for real-time object detection. YOLO26, released in…

Real-Time Object DetectionInstance Segmentation

A Review of YOLOv12: Attention-Based Enhancements vs. Previous Versions

2025-04-16 · Rahima Khanam, Muhammad Hussain

The YOLO (You Only Look Once) series has been a leading framework in real-time object detection, consistently improving the balance between speed and accuracy. However, integrating attention mechanisms into YOLO has been…

Computational EfficiencyObjectobject-detectionObject Detection+1

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

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 imp…

Edge-computingobject-detectionObject Detection

Ultralytics YOLO Evolution: An Overview of YOLO26, YOLO11, YOLOv8 and YOLOv5 Object Detectors for Computer Vision and Pattern Recognition

2025-10-06 · Ranjan Sapkota, Manoj Karkee arxiv

This paper presents a comprehensive overview of the Ultralytics YOLO(You Only Look Once) family of object detectors, focusing the architectural evolution, benchmarking, deployment perspectives, and future challenges. The…

Object Detection