paper-with-me

홈 › Papers

Saliency Assisted Quantization for Neural Networks

2024-11-07 · Elmira Mousa Rezabeyk, Salar Beigzad, Yasin Hamzavi, Mohsen Bagheritabar, Seyedeh Sogol Mirikhoozani

Deep learning methods have established a significant place in image classification. While prior research has focused on enhancing final outcomes, the opaque nature of the decision-making process in these models remains a concern for experts. Additionally, the deployment of these methods can be problematic in resource-limited environments. This paper tackles the inherent black-box nature of these models by providing real-time explanations during the training phase, compelling the model to concentrate on the most distinctive and crucial aspects of the input. Furthermore, we employ established quantization techniques to address resource constraints. To assess the effectiveness of our approach, we explore how quantization influences the interpretability and accuracy of Convolutional Neural Networks through a comparative analysis of saliency maps from standard and quantized models. Quantization is implemented during the training phase using the Parameterized Clipping Activation method, with a focus on the MNIST and FashionMNIST benchmark datasets. We evaluated three bit-width configurations (2-bit, 4-bit, and mixed 4/2-bit) to explore the trade-off between efficiency and interpretability, with each configuration designed to highlight varying impacts on saliency map clarity and model accuracy. The results indicate that while quantization is crucial for implementing models on resource-limited devices, it necessitates a trade-off between accuracy and interpretability. Lower bit-widths result in more pronounced reductions in both metrics, highlighting the necessity of meticulous quantization parameter selection in applications where model transparency is paramount. The study underscores the importance of achieving a balance between efficiency and interpretability in the deployment of neural networks.

📄 PDF Abstract BibTeX arXiv:2411.05858

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationQuantization

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

ROSAQ: Rotation-based Saliency-Aware Weight Quantization for Efficiently Compressing Large Language Models

2025-06-16 · Junho Yoon, Geom Lee, Donghyeon Jeon, Inho Kang 외

Quantization has been widely studied as an effective technique for reducing the memory requirement of large language models (LLMs), potentially improving the latency time as well. Utilizing the characteristic of rotation…

Quantization

Minimizing the Hidden Cost of Scales: Graph-Guided Ultra-Low-Bit Quantization for Large Language Models

2026-06-03 · Rayyan Abdalla, Amir Hussein, Min Wu, Dinesh Manocha arxiv

Post-training quantization (PTQ) is critical for the efficient deployment of large language models (LLMs). Recent ultra-low-bit PTQ methods rely on rigid weight-saliency assumptions or position heuristics, introducing su…

SERQ: Saliency-Aware Low-Rank Error Reconstruction for LLM Quantization

2026-03-09 · Yeonsik Park, Hyeonseong Kim, Seungkyu Choi arxiv

Post-training quantization (PTQ) has emerged as a prevailing technique for deploying large language models (LLMs) efficiently in terms of both memory and computation, across edge devices and server platforms. Existing PT…

Quantized and Interpretable Learning Scheme for Deep Neural Networks in Classification Task

2024-12-05 · Alireza Maleki, Mahsa Lavaei, Mohsen Bagheritabar, Salar Beigzad 외

Deep learning techniques have proven highly effective in image classification, but their deployment in resourceconstrained environments remains challenging due to high computational demands. Furthermore, their interpreta…

image-classificationImage ClassificationQuantization

Saliency-Aware Regularized Quantization Calibration for Large Language Models

2026-05-07 · Yanlong Zhao, Xiaoyuan Cheng, Huihang Liu, Baihua He 외 arxiv

Post-training quantization (PTQ) is an effective approach for deploying large language models (LLMs) under memory and latency constraints. Most existing PTQ methods determine quantization parameters by minimizing a layer…