HQOD: Harmonious Quantization for Object Detection
Long Huang, Zhiwei Dong, Song-Lu Chen, Ruiyao Zhang, Shutong Ti, Feng, Chen, Xu-Cheng Yin

TL;DR
This paper introduces HQOD, a framework that improves object detection accuracy by addressing task inharmony issues during quantization-aware training, achieving state-of-the-art results on MS COCO.
Contribution
The paper proposes a novel task-correlated loss and a harmonious IoU loss to enhance quantized object detectors, effectively mitigating task inharmony and performance degradation.
Findings
Achieves 39.6% mAP with 4-bit quantization on MS COCO
Outperforms full-precision detectors with the proposed method
Easily integrates into various QAT algorithms and detectors
Abstract
Task inharmony problem commonly occurs in modern object detectors, leading to inconsistent qualities between classification and regression tasks. The predicted boxes with high classification scores but poor localization positions or low classification scores but accurate localization positions will worsen the performance of detectors after Non-Maximum Suppression. Furthermore, when object detectors collaborate with Quantization-Aware Training (QAT), we observe that the task inharmony problem will be further exacerbated, which is considered one of the main causes of the performance degradation of quantized detectors. To tackle this issue, we propose the Harmonious Quantization for Object Detection (HQOD) framework, which consists of two components. Firstly, we propose a task-correlated loss to encourage detectors to focus on improving samples with lower task harmony quality during QAT.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsInfrared Target Detection Methodologies
MethodsAdaptive Training Sample Selection · Focus
