中文
相关论文

相关论文: QuAILoRA: Quantization-Aware Initialization for Lo…

200 篇论文

Finetuning large language models requires huge GPU memory, restricting the choice to acquire Larger models. While the quantized version of the Low-Rank Adaptation technique, named QLoRA, significantly alleviates this issue, finding the…

Large Language Models (LLMs) have recently demonstrated strong potential for cybersecurity question answering (QA), supporting decision-making in real-time threat detection and response workflows. However, their substantial computational…

密码学与安全 · 计算机科学 2025-09-18 Onat Gungor , Roshan Sood , Harold Wang , Tajana Rosing

Large Vision Language Models (LVLMs) have achieved remarkable success in a range of downstream tasks that require multimodal interaction, but their capabilities come with substantial computational and memory overhead, which hinders…

计算机视觉与模式识别 · 计算机科学 2026-03-19 Ziwei Xiang , Fanhu Zeng , Hongjian Fang , Rui-Qi Wang , Renxing Chen , Yanan Zhu , Yi Chen , Peipei Yang , Xu-Yao Zhang

Large Language Models (LLMs) excel in NLP, but their demands hinder their widespread deployment. While Quantization-Aware Training (QAT) offers a solution, its extensive training costs make Post-Training Quantization (PTQ) a more practical…

计算与语言 · 计算机科学 2024-04-09 Jing Liu , Ruihao Gong , Xiuying Wei , Zhiwei Dong , Jianfei Cai , Bohan Zhuang

Quantization is a practical technique for making large language models easier to deploy by reducing the precision used to store and operate on model weights. This can lower memory use and improve runtime feasibility on constrained hardware,…

机器学习 · 计算机科学 2026-01-22 Uygar Kurt

With the rapid growth in the use of fine-tuning for large language models (LLMs), optimizing fine-tuning while keeping inference efficient has become highly important. However, this is a challenging task as it requires improvements in all…

计算与语言 · 计算机科学 2024-10-14 Changhun Lee , Jun-gyu Jin , Younghyun Cho , Eunhyeok Park

Fine-tuning large language models (LLMs) under resource constraints is a significant challenge in deep learning. Low-Rank Adaptation (LoRA), pruning, and quantization are all effective methods for improving resource efficiency. However,…

机器学习 · 计算机科学 2024-11-22 Changhai Zhou , Shiyang Zhang , Yuhua Zhou , Zekai Liu , Shichao Weng

In the era of large-scale language models, the substantial parameter size poses significant challenges for deployment. Being a prevalent compression technique, quantization has emerged as the mainstream practice to tackle this issue, which…

计算与语言 · 计算机科学 2023-08-31 Qingyuan Li , Yifan Zhang , Liang Li , Peng Yao , Bo Zhang , Xiangxiang Chu , Yerui Sun , Li Du , Yuchen Xie

It is a common practice in natural language processing to pre-train a single model on a general domain and then fine-tune it for downstream tasks. However, when it comes to Large Language Models, fine-tuning the entire model can be…

人工智能 · 计算机科学 2024-10-29 Cristian Meo , Ksenia Sycheva , Anirudh Goyal , Justin Dauwels

The growing number of parameters and computational demands of large language models (LLMs) present significant challenges for their efficient deployment. Recently, there is an increasing interest in quantizing weights to extremely low…

机器学习 · 计算机科学 2025-02-18 Cheng Zhang , Jeffrey T. H. Wong , Can Xiao , George A. Constantinides , Yiren Zhao

In this paper, we propose a post-training quantization framework of large vision-language models (LVLMs) for efficient multi-modal inference. Conventional quantization methods sequentially search the layer-wise rounding functions by…

计算机视觉与模式识别 · 计算机科学 2025-02-25 Changyuan Wang , Ziwei Wang , Xiuwei Xu , Yansong Tang , Jie Zhou , Jiwen Lu

Reasoning models excel at complex tasks such as coding and mathematics, yet their inference is often slow and token-inefficient. To improve the inference efficiency, post-training quantization (PTQ) usually comes with the cost of large…

机器学习 · 计算机科学 2026-01-22 Keyu Lv , Manyi Zhang , Xiaobo Xia , Jingchen Ni , Shannan Yan , Xianzhi Yu , Lu Hou , Chun Yuan , Haoli Bai

Quantization and fine-tuning are crucial for deploying large language models (LLMs) on resource-constrained edge devices. However, fine-tuning quantized models presents significant challenges, primarily stemming from: First, the mismatch in…

机器学习 · 计算机科学 2025-09-30 Junyu Chen , Junzhuo Li , Zhen Peng , Wenjie Wang , Yuxiang Ren , Long Shi , Xuming Hu

As increasingly large pre-trained models are released, deploying them on edge devices for privacy-preserving applications requires effective compression. Recent works combine quantization with the fine-tuning of high-precision LoRA…

机器学习 · 计算机科学 2026-04-13 Rongguang Ye , Ming Tang , Edith C. H. Ngai

Improving the efficiency of inference in Large Language Models (LLMs) is a critical area of research. Post-training Quantization (PTQ) is a popular technique, but it often faces challenges at low-bit levels, particularly in downstream…

计算机视觉与模式识别 · 计算机科学 2025-04-15 Wenjin Ke , Zhe Li , Dong Li , Lu Tian , Emad Barsoum

Finetuning large language models (LLMs) has been empirically effective on a variety of downstream tasks. Existing approaches to finetuning an LLM either focus on parameter-efficient finetuning, which only updates a small number of trainable…

机器学习 · 计算机科学 2024-01-17 Zhengxin Zhang , Dan Zhao , Xupeng Miao , Gabriele Oliaro , Qing Li , Yong Jiang , Zhihao Jia

The growing scale of large language models (LLMs) not only demands extensive computational resources but also raises environmental concerns due to their increasing carbon footprint. Model quantization emerges as an effective approach that…

软件工程 · 计算机科学 2025-07-15 Saima Afrin , Bowen Xu , Antonio Mastropaolo

Quantization can accelerate large language model (LLM) inference. Going beyond INT8 quantization, the research community is actively exploring even lower precision, such as INT4. Nonetheless, state-of-the-art INT4 quantization techniques…

计算与语言 · 计算机科学 2025-05-02 Yujun Lin , Haotian Tang , Shang Yang , Zhekai Zhang , Guangxuan Xiao , Chuang Gan , Song Han

Quantum computers have the potential to outperform classical computers for some complex computational problems. However, current quantum computers (e.g., from IBM and Google) have inherent noise that results in errors in the outputs of…

软件工程 · 计算机科学 2024-04-22 Asmar Muqeet , Shaukat Ali , Tao Yue , Paolo Arcaini

Large-scale pre-trained Vision-Language Models (VLMs) have gained prominence in various visual and multimodal tasks, yet the deployment of VLMs on downstream application platforms remains challenging due to their prohibitive requirements of…

计算机视觉与模式识别 · 计算机科学 2024-09-27 Huixin Sun , Runqi Wang , Yanjing Li , Xianbin Cao , Xiaolong Jiang , Yao Hu , Baochang Zhang