中文
相关论文

相关论文: Up or Down? Adaptive Rounding for Post-Training Qu…

200 篇论文

Post-training quantization attracts increasing attention due to its convenience in deploying quantized neural networks. Although rounding-to-nearest remains the prevailing method for DNN quantization, prior research has demonstrated its…

机器学习 · 计算机科学 2023-08-25 Zhengyi Li , Cong Guo , Zhanda Zhu , Yangjie Zhou , Yuxian Qiu , Xiaotian Gao , Jingwen Leng , Minyi Guo

At present, the quantification methods of neural network models are mainly divided into post-training quantization (PTQ) and quantization aware training (QAT). Post-training quantization only need a small part of the data to complete the…

机器学习 · 计算机科学 2022-07-08 Huabin Diao , Gongyan Li , Shaoyun Xu , Yuexing Hao

Quantizing the weights of a neural network has two steps: (1) Finding a good low bit-complexity representation for weights (which we call the quantization grid) and (2) Rounding the original weights to values in the quantization grid. In…

机器学习 · 计算机科学 2025-01-14 Jerry Chee , Arturs Backurs , Rainie Heck , Li Zhang , Janardhan Kulkarni , Thomas Rothvoss , Sivakanth Gopi

Adder Neural Network (AdderNet) provides a new way for developing energy-efficient neural networks by replacing the expensive multiplications in convolution with cheaper additions (i.e.l1-norm). To achieve higher hardware efficiency, it is…

计算机视觉与模式识别 · 计算机科学 2022-12-21 Ying Nie , Kai Han , Haikang Diao , Chuanjian Liu , Enhua Wu , Yunhe Wang

Today artificial neural networks are applied in various fields - engineering, data analysis, robotics. While they represent a successful tool for a variety of relevant applications, mathematically speaking they are still far from being…

神经与进化计算 · 计算机科学 2015-11-30 K. G. Kapanova , I. Dimov , J. M. Sellier

The biggest challenge for the deployment of Deep Neural Networks (DNNs) close to the generated data on edge devices is their size, i.e., memory footprint and computational complexity. Both are significantly reduced with quantization. With…

机器学习 · 计算机科学 2022-10-17 Cecilia Latotzke , Batuhan Balim , Tobias Gemmeke

Quantization is a technique for reducing deep neural networks (DNNs) training and inference times, which is crucial for training in resource constrained environments or applications where inference is time critical. State-of-the-art (SOTA)…

机器学习 · 计算机科学 2023-05-24 Lorenz Kummer , Kevin Sidak , Tabea Reichmann , Wilfried Gansterer

Many neural network pruning algorithms proceed in three steps: train the network to completion, remove unwanted structure to compress the network, and retrain the remaining structure to recover lost accuracy. The standard retraining…

机器学习 · 计算机科学 2020-03-06 Alex Renda , Jonathan Frankle , Michael Carbin

Large-scale deep neural networks (DNNs) have achieved remarkable success in many application scenarios. However, high computational complexity and energy costs of modern DNNs make their deployment on edge devices challenging. Model…

机器学习 · 计算机科学 2024-04-29 Cédric Gernigon , Silviu-Ioan Filip , Olivier Sentieys , Clément Coggiola , Mickael Bruno

Lately, post-training quantization methods have gained considerable attention, as they are simple to use, and require only a small unlabeled calibration set. This small dataset cannot be used to fine-tune the model without significant…

机器学习 · 计算机科学 2020-12-15 Itay Hubara , Yury Nahshan , Yair Hanani , Ron Banner , Daniel Soudry

We consider the problem of deep neural net compression by quantization: given a large, reference net, we want to quantize its real-valued weights using a codebook with $K$ entries so that the training loss of the quantized net is minimal.…

机器学习 · 计算机科学 2017-07-17 Miguel Á. Carreira-Perpiñán , Yerlan Idelbayev

Post-training, layer-wise quantization is preferable because it is free from retraining and is hardware-friendly. Nevertheless, accuracy degradation has occurred when a neural network model has a big difference of per-out-channel weight…

机器学习 · 计算机科学 2020-08-14 Jihun Oh , SangJeong Lee , Meejeong Park , Pooni Walagaurav , Kiseok Kwon

When training a neural network for a desired task, one may prefer to adapt a pre-trained network rather than starting from randomly initialized weights. Adaptation can be useful in cases when training data is scarce, when a single learner…

机器学习 · 计算机科学 2020-08-03 Jeffrey O Zhang , Alexander Sax , Amir Zamir , Leonidas Guibas , Jitendra Malik

Convolutional neural networks require significant memory bandwidth and storage for intermediate computations, apart from substantial computing resources. Neural network quantization has significant benefits in reducing the amount of…

计算机视觉与模式识别 · 计算机科学 2019-05-30 Ron Banner , Yury Nahshan , Elad Hoffer , Daniel Soudry

While fine-tuning is a de facto standard method for training deep neural networks, it still suffers from overfitting when using small target datasets. Previous methods improve fine-tuning performance by maintaining knowledge of the source…

机器学习 · 计算机科学 2024-03-18 Shin'ya Yamaguchi , Sekitoshi Kanai , Kazuki Adachi , Daiki Chijiwa

Deep neural networks with adaptive configurations have gained increasing attention due to the instant and flexible deployment of these models on platforms with different resource budgets. In this paper, we investigate a novel option to…

计算机视觉与模式识别 · 计算机科学 2020-03-17 Qing Jin , Linjie Yang , Zhenyu Liao

Neural network algorithms simulated on standard computing platforms typically make use of high resolution weights, with floating-point notation. However, for dedicated hardware implementations of such algorithms, fixed-point synaptic…

神经与进化计算 · 计算机科学 2015-04-23 Lorenz K. Muller , Giacomo Indiveri

Post-training quantization is an effective method for reducing the serving cost of large language models, where the standard approach is to use a round-to-nearest quantization level scheme. However, this often introduces large errors due to…

In low-latency or mobile applications, lower computation complexity, lower memory footprint and better energy efficiency are desired. Many prior works address this need by removing redundant parameters. Parameter quantization replaces…

机器学习 · 计算机科学 2021-11-16 Cheng-Chou Lan

Model quantization is widely applied for compressing and accelerating deep neural networks (DNNs). However, conventional Quantization-Aware Training (QAT) focuses on training DNNs with uniform bit-width. The bit-width settings vary across…

计算机视觉与模式识别 · 计算机科学 2025-02-04 Haiduo Huang , Zhenhua Liu , Tian Xia , Wenzhe zhao , Pengju Ren
‹ 上一页 1 2 3 10 下一页 ›