paper-with-me

홈 › Papers

QSLM: A Performance- and Memory-aware Quantization Framework with Tiered Search Strategy for Spike-driven Language Models

2026-01-02 · Rachmad Vidya Wicaksana Putra, Pasindu Wickramasinghe, Muhammad Shafique arxiv

Large Language Models (LLMs) have been emerging as prominent AI models for solving many natural language tasks due to their high performance (e.g., accuracy) and capabilities in generating high-quality responses to the given inputs. However, their large computational cost, huge memory footprints, and high processing power/energy make it challenging for their embedded deployments. Amid several tinyLLMs, recent works have proposed spike-driven language models (SLMs) for significantly reducing the processing power/energy of LLMs. However, their memory footprints still remain too large for low-cost and resource-constrained embedded devices. Manual quantization approach may effectively compress SLM memory footprints, but it requires a huge design time and compute power to find the quantization setting for each network, hence making this approach not-scalable for handling different networks, performance requirements, and memory budgets. To bridge this gap, we propose QSLM, a novel framework that performs automated quantization for compressing pre-trained SLMs, while meeting the performance and memory constraints. To achieve this, QSLM first identifies the hierarchy of the given network architecture and the sensitivity of network layers under quantization, then employs a tiered quantization strategy (e.g., global-, block-, and module-level quantization) while leveraging a multi-objective performance-and-memory trade-off function to select the final quantization setting. Experimental results indicate that our QSLM reduces memory footprint by up to 86.5%, reduces power consumption by up to 20%, maintains high performance across different tasks (i.e., by up to 84.4% accuracy of sentiment classification on the SST-2 dataset and perplexity score of 23.2 for text generation on the WikiText-2 dataset) close to the original non-quantized model while meeting the performance and memory constraints.

📄 PDF Abstract BibTeX arXiv:2601.00679

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Results from the Paper

RankTaskDatasetModelMetrics
#6 Classification SST-2 QSLM Test Accuracy: 84.4

Similar Papers 제목 키워드 기반

Regularization-based Framework for Quantization-, Fault- and Variability-Aware Training

2025-03-03 · Anmol Biswas, Raghav Singhal, Sivakumar Elangovan, Shreyas Sabnis 외

Efficient inference is critical for deploying deep learning models on edge AI devices. Low-bit quantization (e.g., 3- and 4-bit) with fixed-point arithmetic improves efficiency, while low-power memory technologies like a…

Quantization

Low-Rank Quantization-Aware Training for LLMs

2024-06-10 · Yelysei Bondarenko, Riccardo Del Chiaro, Markus Nagel

Large language models (LLMs) are omnipresent, however their practical deployment is challenging due to their ever increasing computational and memory demands. Quantization is one of the most effective ways to make them m…

GPUparameter-efficient fine-tuningQuantization

QuAILoRA: Quantization-Aware Initialization for LoRA

2024-10-09 · Neal Lawton, Aishwarya Padmakumar, Judith Gaspers, Jack FitzGerald 외

QLoRA reduces the memory-cost of fine-tuning a large language model (LLM) with LoRA by quantizing the base LLM. However, quantization introduces quantization errors that negatively impact model performance after fine-tun…

Causal Language ModelingGPULanguage ModelingLanguage Modelling+2

Arithmetic-Intensity-Aware Quantization

2025-12-16 · Taig Singh, Shreshth Rajan, Nikhil Jain arxiv

As modern neural networks become increasingly memory-bound, inference throughput is limited by DRAM bandwidth rather than compute. We present Arithmetic-Intensity-Aware Quantization (AIQ), a mixed precision quantization …

Scene-Aware Vectorized Memory Multi-Agent Framework with Cross-Modal Differentiated Quantization VLMs for Visually Impaired Assistance

2025-08-25 · Xiangxiang Wang, Xuanyu Wang, YiJia Luo, Yongbin Yu 외 arxiv

Visually impaired individuals face significant challenges in environmental perception. Traditional assistive technologies often lack adaptive intelligence, focusing on individual components rather than integrated systems…

Computational Efficiency