paper-with-me

홈 › Papers

On the Pareto Efficiency of Quantized CNN

2019-09-25 · Ting-Wu Chin, Pierce I-Jen Chuang, Vikas Chandra, Diana Marculescu

Weight Quantization for deep convolutional neural networks (CNNs) has shown promising results in compressing and accelerating CNN-powered applications such as semantic segmentation, gesture recognition, and scene understanding. Prior art has shown that different datasets, tasks, and network architectures admit different iso-accurate precision values, which increase the complexity of efficient quantized neural network implementations from both hardware and software perspectives. In this work, we show that when the number of channels is allowed to vary in an iso-model size scenario, lower precision values Pareto dominate higher precision ones (in accuracy vs. model size) for networks with standard convolutions. Relying on comprehensive empirical analyses, we find that the Pareto optimal precision value of a convolution layer depends on the number of input channels per output filters and provide theoretical insights for it. To this end, we develop a simple algorithm to select the precision values for CNNs that outperforms corresponding 8-bit quantized networks by 0.9% and 2.2% in top-1 accuracy on ImageNet for ResNet50 and MobileNetV2, respectively.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Gesture RecognitionQuantizationScene UnderstandingSemantic Segmentation

Similar Papers 제목 키워드 기반

PikeLPN: Mitigating Overlooked Inefficiencies of Low-Precision Neural Networks

2024-01-01 · CVPR 2024 1 · Marina Neseem, Conor McCullough, Randy Hsin, Chas Leichner 외

Low-precision quantization is recognized for its efficacy in neural network optimization. Our analysis reveals that non-quantized elementwise operations which are prevalent in layers such as parameterized activation …

Quantization

A Selective Quantization Tuner for ONNX Models

2025-07-16 · Nikolaos Louloudakis, Ajitha Rajan arxiv

Quantization reduces the precision of deep neural networks to lower model size and computational demands, but often at the expense of accuracy. Fully quantized models can suffer significant accuracy degradation, and reso…

QuIDE: Mastering the Quantized Intelligence Trade-off via Active Optimization

2026-05-05 · Xiantao Jiang arxiv

There is currently no unified metric for evaluating the efficiency of quantized neural networks. We propose QuIDE, built around the Intelligence Index I = (C x P)/log_2(T+1), which collapses the compression-accuracy-late…

Pareto-Optimal Quantized ResNet Is Mostly 4-bit

2021-05-07 · Amirali Abdolrashidi, Lisa Wang, Shivani Agrawal, Jonathan Malmaud 외

Quantization has become a popular technique to compress neural networks and reduce compute cost, but most prior work focuses on studying quantization without changing the network size. Many real-world applications of neu…

Quantization

Post-Training Statistical Calibration for Higher Activation Sparsity

2024-12-10 · Vui Seng Chua, Yujie Pan, Nilesh Jain

We present Statistical Calibrated Activation Pruning (SCAP), a post-training activation pruning framework that (1) generalizes sparsification by input activations of Fully-Connected layers for generic and flexible applic…