paper-with-me

홈 › Papers

Model Compression Methods for YOLOv5: A Review

2023-07-21 · Mohammad Jani, Jamil Fayyad, Younes Al-Younes, Homayoun Najjaran

Over the past few years, extensive research has been devoted to enhancing YOLO object detectors. Since its introduction, eight major versions of YOLO have been introduced with the purpose of improving its accuracy and efficiency. While the evident merits of YOLO have yielded to its extensive use in many areas, deploying it on resource-limited devices poses challenges. To address this issue, various neural network compression methods have been developed, which fall under three main categories, namely network pruning, quantization, and knowledge distillation. The fruitful outcomes of utilizing model compression methods, such as lowering memory usage and inference time, make them favorable, if not necessary, for deploying large neural networks on hardware-constrained edge devices. In this review paper, our focus is on pruning and quantization due to their comparative modularity. We categorize them and analyze the practical results of applying those methods to YOLOv5. By doing so, we identify gaps in adapting pruning and quantization for compressing YOLOv5, and provide future directions in this area for further exploration. Among several versions of YOLO, we specifically choose YOLOv5 for its excellent trade-off between recency and popularity in literature. This is the first specific review paper that surveys pruning and quantization methods from an implementation point of view on YOLOv5. Our study is also extendable to newer versions of YOLO as implementing them on resource-limited devices poses the same challenges that persist even today. This paper targets those interested in the practical deployment of model compression methods on YOLOv5, and in exploring different compression techniques that can be used for subsequent versions of YOLO.

📄 PDF Abstract BibTeX arXiv:2307.11904

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationmodelModel CompressionNetwork PruningNeural Network CompressionQuantization

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Pruning 설명 없음

Similar Papers 제목 키워드 기반

YOLO11 to Its Genesis: A Decadal and Comprehensive Review of The You Only Look Once (YOLO) Series

2024-06-12 · Ranjan Sapkota, Rizwan Qureshi, Marco Flores Calero, Chetan Badjugar 외

Given the rapid emergence and applications of Large Language This review systematically examines the progression of the You Only Look Once (YOLO) object detection algorithms from YOLOv1 to the recently unveiled YOLO11 (o…

Computational Efficiencyobject-detectionObject DetectionReal-Time Object Detection

Impact of Video Compression on the Performance of Object Detection Systems for Surveillance Applications

2022-11-10 · Michael O'Byrne, Vibhoothi, Mark Sugrue, Anil Kokaram

This study examines the relationship between H.264 video compression and the performance of an object detection network (YOLOv5). We curated a set of 50 surveillance videos and annotated targets of interest (people, bike…

object-detectionObject DetectionVideo Compression

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

YOLOCS: Object Detection based on Dense Channel Compression for Feature Spatial Solidification

2023-05-07 · Lin Huang, Weisheng Li, Yujuan Tan, Linlin Shen 외

In this study, we examine the associations between channel features and convolutional kernels during the processes of feature purification and gradient backpropagation, with a focus on the forward and backward propagatio…

object-detectionObject Detection

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