中文
相关论文

相关论文: Identifying Sensitive Weights via Post-quantizatio…

200 篇论文

Deploying large language models (LLMs) is challenging due to their massive parameters and high computational costs. Ultra low-bit quantization can significantly reduce storage and accelerate inference, but extreme compression (i.e., mean…

In this paper, we present a simple optimization-based preprocessing technique called Weight Magnitude Reduction (MagR) to improve the performance of post-training quantization. For each linear layer, we adjust the pre-trained floating-point…

机器学习 · 计算机科学 2024-10-18 Aozhong Zhang , Naigang Wang , Yanxia Deng , Xin Li , Zi Yang , Penghang Yin

Layer-wise quantization is a key technique for efficiently compressing large models without expensive retraining. Previous methods typically quantize the weights of each layer by "uniformly" optimizing the layer reconstruction loss across…

机器学习 · 计算机科学 2025-03-04 Yi-Lin Sung , Prateek Yadav , Jialu Li , Jaehong Yoon , Mohit Bansal

Post-training quantization (PTQ) is a cornerstone for efficiently deploying large language models (LLMs), where a small calibration set critically affects quantization performance. However, conventional practices rely on random sequences of…

机器学习 · 计算机科学 2026-02-10 Seungwoo Son , Ingyu Seong , Junhan Kim , Hyemi Jang , Yongkweon Jeon

Quantization is an effective technique to reduce the deployment cost of large language models (LLMs), and post-training quantization (PTQ) has been widely studied due to its efficiency. However, existing PTQ methods are limited by their…

Large Language Models (LLMs) have shown impressive capabilities across diverse tasks, but their large memory and compute demands hinder deployment. Ternarization has gained attention as a promising compression technique, delivering…

机器学习 · 计算机科学 2026-02-02 Xianglong Yan , Chengzhu Bao , Zhiteng Li , Tianao Zhang , Kaicheng Yang , Haotong Qin , Ruobing Xie , Xingwu Sun , Yulun Zhang

Quantization-aware training (QAT) is widely adopted to quantize language models by training full-precision weights using gradients from the quantized model. The main bottleneck is its slow convergence and early performance plateau,…

Large language models (LLMs) face the challenges in fine-tuning and deployment due to their high memory demands and computational costs. While parameter-efficient fine-tuning (PEFT) methods aim to reduce the memory usage of the optimizer…

机器学习 · 计算机科学 2023-10-31 Jeonghoon Kim , Jung Hyun Lee , Sungdong Kim , Joonsuk Park , Kang Min Yoo , Se Jung Kwon , Dongsoo Lee

We propose LLM-FP4 for quantizing both weights and activations in large language models (LLMs) down to 4-bit floating-point values, in a post-training manner. Existing post-training quantization (PTQ) solutions are primarily integer-based…

计算与语言 · 计算机科学 2024-04-30 Shih-yang Liu , Zechun Liu , Xijie Huang , Pingcheng Dong , Kwang-Ting Cheng

In this work we show that the size versus accuracy trade-off of neural network quantization can be significantly improved by increasing the quantization dimensionality. We propose the GPTVQ method, a new fast method for post-training vector…

Previous Quantization-Aware Training (QAT) methods for vision transformers rely on expensive retraining to recover accuracy loss in non-linear layer quantization, limiting their use in resource-constrained environments. In contrast,…

计算机视觉与模式识别 · 计算机科学 2025-11-20 Gihwan Kim , Jemin Lee , Hyungshin Kim

In this paper, we propose Mix-QViT, an explainability-driven MPQ framework that systematically allocates bit-widths to each layer based on two criteria: layer importance, assessed via Layer-wise Relevance Propagation (LRP), which identifies…

计算机视觉与模式识别 · 计算机科学 2025-01-14 Navin Ranjan , Andreas Savakis

Deep neural networks have achieved state-of-the-art results in a wide range of applications, from natural language processing and computer vision to speech recognition. However, as tasks become increasingly complex, model sizes continue to…

计算机视觉与模式识别 · 计算机科学 2025-05-21 Tomer Gafni , Asaf Karnieli , Yair Hanani

Existing post-training quantization methods for large language models (LLMs) offer remarkable success. However, the increasingly marginal performance gains suggest that existing quantization strategies are insufficient to support the…

机器学习 · 计算机科学 2025-10-28 Jiaqi Zhao , Miao Zhang , Deng Xiang , Ming Li , Weili Guan , Liqiang Nie

Post-Training Quantization (PTQ) is essential for deploying Large Language Models (LLMs) on memory-constrained devices, yet it renders models static and difficult to fine-tune. Standard fine-tuning paradigms, including Reinforcement…

机器学习 · 计算机科学 2026-02-04 Yinggan Xu , Risto Miikkulainen , Xin Qiu

Large language models (LLMs) have wide applications in the field of natural language processing(NLP), such as GPT-4 and Llama. However, with the exponential growth of model parameter sizes, LLMs bring significant resource overheads. Low-bit…

计算与语言 · 计算机科学 2025-02-27 Liangdong Liu , Zhitong Zheng , Cong Wang , Tianhuang Su , Zhenyu Yang

The Segment Anything Model (SAM) is a popular vision foundation model; however, its high computational and memory demands make deployment on resource-constrained devices challenging. While Post-Training Quantization (PTQ) is a practical…

计算机视觉与模式识别 · 计算机科学 2025-05-09 Navin Ranjan , Andreas Savakis

The rapid deployment of Large Language Models (LLMs) highlights the need for efficient low-bit post-training quantization (PTQ), due to their high memory costs. A key challenge in weight quantization is the presence of outliers, which…

机器学习 · 计算机科学 2025-08-26 Xinlin Li , Osama Hanna , Christina Fragouli , Suhas Diggavi

Text classification plays a pivotal role in edge computing applications like industrial monitoring, health diagnostics, and smart assistants, where low latency and high accuracy are both key requirements. Generative classifiers, in…

机器学习 · 计算机科学 2025-07-15 Md Mushfiqur Rahaman , Elliot Chang , Tasmiah Haque , Srinjoy Das

Large language models (LLMs) require immense resources for training and inference. Quantization, a technique that reduces the precision of model parameters, offers a promising solution for improving LLM efficiency and sustainability. While…

机器学习 · 计算机科学 2025-02-18 Jacob Nielsen , Peter Schneider-Kamp , Lukas Galke