paper-with-me

홈 › Papers

REQ-YOLO: A Resource-Aware, Efficient Quantization Framework for Object Detection on FPGAs

2019-09-29 · Caiwen Ding, Shuo Wang, Ning Liu, Kaidi Xu, Yanzhi Wang, Yun Liang

Deep neural networks (DNNs), as the basis of object detection, will play a key role in the development of future autonomous systems with full autonomy. The autonomous systems have special requirements of real-time, energy-efficient implementations of DNNs on a power-constrained system. Two research thrusts are dedicated to performance and energy efficiency enhancement of the inference phase of DNNs. The first one is model compression techniques while the second is efficient hardware implementation. Recent works on extremely-low-bit CNNs such as the binary neural network (BNN) and XNOR-Net replace the traditional floating-point operations with binary bit operations which significantly reduces the memory bandwidth and storage requirement. However, it suffers from non-negligible accuracy loss and underutilized digital signal processing (DSP) blocks of FPGAs. To overcome these limitations, this paper proposes REQ-YOLO, a resource-aware, systematic weight quantization framework for object detection, considering both algorithm and hardware resource aspects in object detection. We adopt the block-circulant matrix method and propose a heterogeneous weight quantization using the Alternating Direction Method of Multipliers (ADMM), an effective optimization technique for general, non-convex optimization problems. To achieve real-time, highly-efficient implementations on FPGA, we present the detailed hardware implementation of block circulant matrices on CONV layers and develop an efficient processing element (PE) structure supporting the heterogeneous weight quantization, CONV dataflow and pipelining techniques, design optimization, and a template-based automatic synthesis framework to optimally exploit hardware resource. Experimental results show that our proposed REQ-YOLO framework can significantly compress the YOLO model while introducing very small accuracy degradation.

📄 PDF Abstract BibTeX arXiv:1909.13396

Code (0)

등록된 구현이 없습니다.

Tasks

Model Compressionobject-detectionObject DetectionQuantization

Similar Papers 제목 키워드 기반

Q-YOLO: Efficient Inference for Real-time Object Detection

2023-07-01 · Mingze Wang, Huixin Sun, Jun Shi, Xuhui Liu 외

Real-time object detection plays a vital role in various computer vision applications. However, deploying real-time object detectors on resource-constrained platforms poses challenges due to high computational and memory…

Objectobject-detectionObject DetectionQuantization+1

Reducing the Side-Effects of Oscillations in Training of Quantized YOLO Networks

2023-11-09 · Kartik Gupta, Akshay Asthana

Quantized networks use less computational and memory resources and are suitable for deployment on edge devices. While quantization-aware training QAT is the well-studied approach to quantize the networks at low precision…

object-detectionObject DetectionQuantizationSemantic Segmentation

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

Knowledge DistillationmodelModel CompressionNetwork Pruning+2

MCAQ-YOLO: Morphological Complexity-Aware Quantization for Efficient Object Detection with Curriculum Learning

2025-11-17 · Yoonjae Seo, Ermal Elbasani, Jaehong Lee arxiv

Most neural network quantization methods apply uniform bit precision across spatial regions, disregarding the heterogeneous complexity inherent in visual data. This paper introduces MCAQ-YOLO, a practical framework for t…

Object Detection

Q-YOLOP: Quantization-aware You Only Look Once for Panoptic Driving Perception

2023-07-10 · Chi-Chih Chang, Wei-Cheng Lin, Pei-Shuo Wang, Sheng-Feng Yu 외

In this work, we present an efficient and quantization-aware panoptic driving perception model (Q- YOLOP) for object detection, drivable area segmentation, and lane line segmentation, in the context of autonomous driving…

Autonomous DrivingData Augmentationobject-detectionObject Detection+2