paper-with-me

Papers

Guided Hybrid Quantization for Object detection in Multimodal Remote Sensing Imagery via One-to-one Self-teaching

2022-12-31 · Jiaqing Zhang, Jie Lei, Weiying Xie, Yunsong Li, Xiuping Jia

Considering the computation complexity, we propose a Guided Hybrid Quantization with One-to-one Self-Teaching (GHOST}) framework. More concretely, we first design a structure called guided quantization self-distillation (GQSD), which is an innovative idea for realizing lightweight through the synergy of quantization and distillation. The training process of the quantization model is guided by its full-precision model, which is time-saving and cost-saving without preparing a huge pre-trained model in advance. Second, we put forward a hybrid quantization (HQ) module to obtain the optimal bit width automatically under a constrained condition where a threshold for distribution distance between the center and samples is applied in the weight value search space. Third, in order to improve information transformation, we propose a one-to-one self-teaching (OST) module to give the student network a ability of self-judgment. A switch control machine (SCM) builds a bridge between the student network and teacher network in the same location to help the teacher to reduce wrong guidance and impart vital knowledge to the student. This distillation method allows a model to learn from itself and gain substantial improvement without any additional supervision. Extensive experiments on a multimodal dataset (VEDAI) and single-modality datasets (DOTA, NWPU, and DIOR) show that object detection based on GHOST outperforms the existing detectors. The tiny parameters (<9.7 MB) and Bit-Operations (BOPs) (<2158 G) compared with any remote sensing-based, lightweight or distillation-based algorithms demonstrate the superiority in the lightweight design domain. Our code and model will be released at https://github.com/icey-zhang/GHOST.

📄 PDF Abstract BibTeX arXiv:2301.00131

Code (1)

icey-zhang/ghost 공식 구현 pytorch

Tasks

object-detectionObject DetectionQuantization

Similar Papers 제목 키워드 기반

QATMA: Quantization-Aware Training with Multimodal Alignment for Open-Vocabulary Object Detection

2026-03-06 · Jinyeong Park, Donghwa Kang, Brent ByungHoon Kang, Hyeongboo Baek 외 arxiv

Quantizing open-vocabulary object detection (OVOD) models reduces their memory and computational costs, but extremely low-bit quantization severely degrades both cross-modal (region-text) and intra-modal (region-region) …

Knowledge DistillationObject Detection

Improving Post-Training Quantization on Object Detection with Task Loss-Guided Lp Metric

2023-04-19 · Lin Niu, Jiawei Liu, Zhihang Yuan, Dawei Yang 외

Efficient inference for object detection networks is a major challenge on edge devices. Post-Training Quantization (PTQ), which transforms a full-precision model into low bit-width directly, is an effective and convenien…

Objectobject-detectionObject DetectionQuantization

Point Cloud Quantization through Multimodal Prompting for 3D Understanding

2025-11-15 · Hongxuan Li, Wencheng Zhu, Huiying Xu, Xinzhong Zhu 외 arxiv

Vector quantization has emerged as a powerful tool in large-scale multimodal models, unifying heterogeneous representations through discrete token encoding. However, its effectiveness hinges on robust codebook design. Cu…

PTQAT: A Hybrid Parameter-Efficient Quantization Algorithm for 3D Perception Tasks

2025-08-14 · Xinhao Wang, Zhiwei Lin, Zhongyu Xia, Yongtao Wang arxiv

Post-Training Quantization (PTQ) and Quantization-Aware Training (QAT) represent two mainstream model quantization approaches. However, PTQ often leads to unacceptable performance degradation in quantized models, while Q…

Semantic SegmentationObject Detection

DQ3D: Depth-guided Query for Transformer-Based 3D Object Detection in Traffic Scenarios

2025-10-27 · Ziyu Wang, Wenhao Li, Ji Wu arxiv

3D object detection from multi-view images in traffic scenarios has garnered significant attention in recent years. Many existing approaches rely on object queries that are generated from 3D reference points to localize …

3D Object Detection