中文
相关论文

相关论文: HMQ: Hardware Friendly Mixed Precision Quantizatio…

200 篇论文

Quantizing deep neural networks is an effective method for reducing memory consumption and improving inference speed, and is thus useful for implementation in resource-constrained devices. However, it is still hard for extremely low-bit…

计算机视觉与模式识别 · 计算机科学 2021-11-03 Kohei Yamamoto

This paper presents incremental network quantization (INQ), a novel method, targeting to efficiently convert any pre-trained full-precision convolutional neural network (CNN) model into a low-precision version whose weights are constrained…

计算机视觉与模式识别 · 计算机科学 2017-08-28 Aojun Zhou , Anbang Yao , Yiwen Guo , Lin Xu , Yurong Chen

Graph Neural Networks (GNNs) have become essential for handling large-scale graph applications. However, the computational demands of GNNs necessitate the development of efficient methods to accelerate inference. Mixed precision…

机器学习 · 计算机科学 2025-05-15 Samir Moustafa , Nils M. Kriege , Wilfried N. Gansterer

As emerging hardware begins to support mixed bit-width arithmetic computation, mixed-precision quantization is widely used to reduce the complexity of neural networks. However, Vision Transformers (ViTs) require complex self-attention…

计算机视觉与模式识别 · 计算机科学 2023-05-12 Junrui Xiao , Zhikai Li , Lianwei Yang , Qingyi Gu

Diffusion models (DMs) generate remarkable high quality images via the stochastic denoising process, which unfortunately incurs high sampling time. Post-quantizing the trained diffusion models in fixed bit-widths, e.g., 4 bits on weights…

计算机视觉与模式识别 · 计算机科学 2024-12-03 Rocco Manz Maruzzelli , Basile Lewandowski , Lydia Y. Chen

Neural network accelerators have been widely applied to edge devices for complex tasks like object tracking, image recognition, etc. Previous works have explored the quantization technologies in related lightweight accelerator designs to…

硬件体系结构 · 计算机科学 2026-02-27 Yuhao Liu , Salim Ullah , Akash Kumar

Model quantization has emerged as an indispensable technique to accelerate deep learning inference. While researchers continue to push the frontier of quantization algorithms, existing quantization work is often unreproducible and…

机器学习 · 计算机科学 2022-01-26 Yuhang Li , Mingzhu Shen , Jian Ma , Yan Ren , Mingxin Zhao , Qi Zhang , Ruihao Gong , Fengwei Yu , Junjie Yan

It is critical to deploy complicated neural network models on hardware with limited resources. This paper proposes a novel model quantization method, named the Low-Cost Proxy-Based Adaptive Mixed-Precision Model Quantization (LCPAQ), which…

计算机视觉与模式识别 · 计算机科学 2024-04-04 Junzhe Chen , Qiao Yang , Senmao Tian , Shunli Zhang

In the design of wireless systems, quantization plays a critical role in hardware, which directly affects both area efficiency and energy efficiency. Being an enabling technique, the wide applications of multiple-input multiple-output…

硬件体系结构 · 计算机科学 2023-04-26 Yingmeng Ge , Zhenhao Ji , Yongming Huang , Zaichen Zhang , Xiaohu You , Chuan Zhang

Neural networks commonly execute on hardware accelerators such as NPUs and GPUs for their size and computation overhead. These accelerators are costly and it is hard to scale their resources to handle real-time workload fluctuations. We…

机器学习 · 计算机科学 2025-10-06 Jaemin Kim , Hongjun Um , Sungkyun Kim , Yongjun Park , Jiwon Seo

Quantum kernels hold significant promise for achieving computational advantages in quantum machine learning (QML), yet their effectiveness critically depends on the design of expressive and hardware-compatible feature maps, a challenge that…

量子物理 · 物理学 2026-04-21 Fanxu Meng , Yuxiang Liu , Lu Wang , Sixuan Li , Xutao Yu , Zaichen Zhang

To enable broader deployment of Large Language Models (LLMs), it is essential to identify the best-performing model under strict memory constraints. We present AMQ, Automated Mixed-Precision Weight-Only Quantization, a framework that…

机器学习 · 计算机科学 2025-09-16 Sangjun Lee , Seung-taek Woo , Jungyu Jin , Changhun Lee , Eunhyeok Park

Large language models (LLMs) have significantly advanced the natural language processing paradigm but impose substantial demands on memory and computational resources. Quantization is one of the most effective ways to reduce memory…

机器学习 · 计算机科学 2025-04-29 Xilong Xie , Liang Wang , Limin Xiao , Meng Han , Lin Sun , Shuai Zheng , Xiangrong Xu

Compressing neural networks by quantizing model parameters offers useful trade-off between performance and efficiency. Methods like quantization-aware training and post-training quantization strive to maintain the downstream performance of…

计算机视觉与模式识别 · 计算机科学 2026-02-27 Thomas Woergaard , Raghavendra Selvan

Mixture-of-Experts (MoE) models face deployment challenges due to their large parameter counts and computational demands. We explore quantization for MoE models and highlight two key insights: 1) linear blocks exhibit varying quantization…

机器学习 · 计算机科学 2025-05-12 Haojie Duanmu , Xiuhong Li , Zhihang Yuan , Size Zheng , Jiangfei Duan , Xingcheng Zhang , Dahua Lin

Quantized Neural Networks (QNNs) use low bit-width fixed-point numbers for representing weight parameters and activations, and are often used in real-world applications due to their saving of computation resources and reproducibility of…

机器学习 · 计算机科学 2020-09-01 Dachao Lin , Peiqin Sun , Guangzeng Xie , Shuchang Zhou , Zhihua Zhang

Weight quantization effectively reduces memory consumption and enable the deployment of Large Language Models on edge devices, yet existing hardware-friendly methods often rely on uniform quantization, which suffers from poor…

机器学习 · 计算机科学 2026-02-03 Xin Nie , Liang Dong , Haicheng Zhang , Jiawang Xiao , G. Sun

Deep Neural Networks (DNNs) have achieved extraordinary performance in various application domains. To support diverse DNN models, efficient implementations of DNN inference on edge-computing platforms, e.g., ASICs, FPGAs, and embedded…

机器学习 · 计算机科学 2020-12-15 Sung-En Chang , Yanyu Li , Mengshu Sun , Runbin Shi , Hayden K. -H. So , Xuehai Qian , Yanzhi Wang , Xue Lin

Despite its improvements in coding performance compared to traditional codecs, Learned Image Compression (LIC) suffers from large computational costs for storage and deployment. Model quantization offers an effective solution to reduce the…

图像与视频处理 · 电气工程与系统科学 2025-06-03 Md Adnan Faisal Hossain , Zhihao Duan , Fengqing Zhu

Quantized Neural Networks (QNN) with extremely low-bitwidth data have proven promising in efficient storage and computation on edge devices. To further reduce the accuracy drop while increasing speedup, layer-wise mixed-precision…

机器学习 · 计算机科学 2025-08-14 Zijun Jiang , Yangdi Lyu