paper-with-me

홈 › Papers

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 tile-wise spatial mixed-precision quantization in real-time object detectors. Morphological complexity--quantified through five complementary metrics (fractal dimension, texture entropy, gradient variance, edge density, and contour complexity)--is proposed as a signal-centric predictor of spatial quantization sensitivity. A calibration-time analysis design enables spatial bit allocation with only 0.3ms inference overhead, achieving 151 FPS throughput. Additionally, a curriculum-based training scheme that progressively increases quantization difficulty is introduced to stabilize optimization and accelerate convergence. On a construction safety equipment dataset exhibiting high morphological variability, MCAQ-YOLO achieves 85.6% mAP@0.5 with an average bit-width of 4.2 bits and a 7.6x compression ratio, outperforming uniform 4-bit quantization by 3.5 percentage points. Cross-dataset evaluation on COCO 2017 (+2.9%) and Pascal VOC 2012 (+2.3%) demonstrates consistent improvements, with performance gains correlating with within-image complexity variation.

📄 PDF Abstract BibTeX arXiv:2511.12976

Code (0)

등록된 구현이 없습니다.

Tasks

Object Detection

Similar Papers 제목 키워드 기반

Sensitivity-Aware Post-Training Quantization for Deep Neural Networks

2025-09-06 · Zekang Zheng, Haokun Li, Yaofo Chen, Mingkui Tan 외 arxiv

Model quantization reduces neural network parameter precision to achieve compression, but often compromises accuracy. Existing post-training quantization (PTQ) methods employ iterative parameter updates to preserve accur…

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

DupNet: Towards Very Tiny Quantized CNN with Improved Accuracy for Face Detection

2019-11-13 · Hongxing Gao, Wei Tao, Dongchao Wen, Junjie Liu 외

Deploying deep learning based face detectors on edge devices is a challenging task due to the limited computation resources. Even though binarizing the weights of a very tiny network gives impressive compactness on model…

Face DetectionQuantization

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

2019-09-29 · Caiwen Ding, Shuo Wang, Ning Liu, Kaidi Xu 외

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, energ…

Model Compressionobject-detectionObject DetectionQuantization

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