paper-with-me

Papers

QuartDepth: Post-Training Quantization for Real-Time Depth Estimation on the Edge

2025-03-20 · CVPR 2025 1 · Xuan Shen, Weize Ma, Jing Liu, Changdi Yang, Rui Ding, Quanyi Wang, Henghui Ding, Wei Niu, Yanzhi Wang, Pu Zhao, Jun Lin, Jiuxiang Gu

Monocular Depth Estimation (MDE) has emerged as a pivotal task in computer vision, supporting numerous real-world applications. However, deploying accurate depth estimation models on resource-limited edge devices, especially Application-Specific Integrated Circuits (ASICs), is challenging due to the high computational and memory demands. Recent advancements in foundational depth estimation deliver impressive results but further amplify the difficulty of deployment on ASICs. To address this, we propose QuartDepth which adopts post-training quantization to quantize MDE models with hardware accelerations for ASICs. Our approach involves quantizing both weights and activations to 4-bit precision, reducing the model size and computation cost. To mitigate the performance degradation, we introduce activation polishing and compensation algorithm applied before and after activation quantization, as well as a weight reconstruction method for minimizing errors in weight quantization. Furthermore, we design a flexible and programmable hardware accelerator by supporting kernel fusion and customized instruction programmability, enhancing throughput and efficiency. Experimental results demonstrate that our framework achieves competitive accuracy while enabling fast inference and higher energy efficiency on ASICs, bridging the gap between high-performance depth estimation and practical edge-device applicability. Code: https://github.com/shawnricecake/quart-depth

📄 PDF Abstract BibTeX arXiv:2503.16709

Code (1)

shawnricecake/quart-depth 공식 구현 pytorch

Tasks

Depth EstimationMonocular Depth EstimationQuantization

Similar Papers 제목 키워드 기반

TopGQ: Fast GNN Post-Training Quantization Leveraging Topology Information

2026-08-31 · Dain Kwon, Kanghyun Choi, Hyeyoon Lee, Sunjong Park 외 arxiv

Existing GNN quantization methods suffer from considerable quantization overhead, which severely limits their practical usage in real-world scenarios. To this end, we present TopGQ, an accurate post-training GNN quantiza…

Optimal Brain Compression: A Framework for Accurate Post-Training Quantization and Pruning

2022-08-24 · Elias Frantar, Sidak Pal Singh, Dan Alistarh

We consider the problem of model compression for deep neural networks (DNNs) in the challenging one-shot/post-training setting, in which we are given an accurate trained model, and must compress it without any retraining…

Model CompressionQuantization

Hybrid and Non-Uniform quantization methods using retro synthesis data for efficient inference

2020-12-26 · Tej pratap GVSL, Raja Kumar

Existing quantization aware training methods attempt to compensate for the quantization loss by leveraging on training data, like most of the post-training quantization methods, and are also time consuming. Both these me…

Quantization

Towards Accurate Post-training Network Quantization via Bit-Split and Stitching

2020-01-01 · ICML 2020 1 · Peisong Wang, Qiang Chen, Xiangyu He, Jian Cheng

Network quantization is essential for deploying deep models to IoT devices due to the high efficiency, no matter on special hardware like TPU or general hardware like CPU and GPU. Most existing quantization approaches re…

CPUGPUimage-classificationImage Classification+5

Towards Accurate Post-training Quantization for Diffusion Models

2023-05-30 · CVPR 2024 1 · Changyuan Wang, Ziwei Wang, Xiuwei Xu, Yansong Tang 외

In this paper, we propose an accurate data-free post-training quantization framework of diffusion models (ADP-DM) for efficient image generation. Conventional data-free quantization methods learn shared quantization func…

Data Free QuantizationImage GenerationQuantization