Task-Specific Zero-shot Quantization-Aware Training for Object Detection
Changhao Li, Xinrui Chen, Ji Wang, Kang Zhao, Jianfei Chen

TL;DR
This paper introduces a task-specific zero-shot quantization-aware training method for object detection that synthesizes calibration data and uses knowledge distillation to improve quantized network performance without real training data.
Contribution
It proposes a novel framework combining task-specific data synthesis and knowledge distillation for zero-shot quantization in object detection.
Findings
Achieves state-of-the-art performance on MS-COCO and Pascal VOC datasets.
Effectively reconstructs object locations, sizes, and categories without prior knowledge.
Demonstrates efficiency and robustness of the proposed method.
Abstract
Quantization is a key technique to reduce network size and computational complexity by representing the network parameters with a lower precision. Traditional quantization methods rely on access to original training data, which is often restricted due to privacy concerns or security challenges. Zero-shot Quantization (ZSQ) addresses this by using synthetic data generated from pre-trained models, eliminating the need for real training data. Recently, ZSQ has been extended to object detection. However, existing methods use unlabeled task-agnostic synthetic images that lack the specific information required for object detection, leading to suboptimal performance. In this paper, we propose a novel task-specific ZSQ framework for object detection networks, which consists of two main stages. First, we introduce a bounding box and category sampling strategy to synthesize a task-specific…
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
- 🤗DFQ-Dojo/yolo11s-dfq-lsqw8a8model
- 🤗DFQ-Dojo/yolo11s-dfq-lsqw4a8model
- 🤗DFQ-Dojo/yolo11m-dfq-lsqw8a8model
- 🤗DFQ-Dojo/yolo11m-dfq-lsqw6a6model
- 🤗DFQ-Dojo/yolo11m-dfq-lsqw4a8model
- 🤗DFQ-Dojo/yolo11s-dfq-lsqw6a6model
- 🤗DFQ-Dojo/yolo11l-dfq-lsqw8a8model
- 🤗DFQ-Dojo/yolo11l-dfq-lsqw6a6model
- 🤗DFQ-Dojo/yolo11l-dfq-lsqw4a8model
- 🤗DFQ-Dojo/swin-t-w8a8model
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Advanced Neural Network Applications · Infrared Target Detection Methodologies
