CLSep 22, 2025

QWHA: Quantization-Aware Walsh-Hadamard Adaptation for Parameter-Efficient Fine-Tuning on Large Language Models

arXiv:2509.17428v31 citationsh-index: 13Has Code
Originality Incremental advance
AI Analysis

This addresses the need for efficient deployment of large language models through improved quantization-aware fine-tuning, representing an incremental advancement over existing Fourier-based methods.

The paper tackles the problem of quantization-aware parameter-efficient fine-tuning for large language models by proposing QWHA, which uses Walsh-Hadamard Transform adapters with novel initialization to reduce quantization errors and computational cost. Experimental results show QWHA outperforms baselines in low-bit quantization accuracy and achieves significant training speedups over existing Fourier-based adapters.

The demand for efficient deployment of large language models (LLMs) has driven interest in quantization, which reduces inference cost, and parameter-efficient fine-tuning (PEFT), which lowers training overhead. This motivated the development of quantization-aware PEFT to produce accurate yet efficient quantized models. In this setting, reducing quantization error prior to fine-tuning is crucial for achieving high model accuracy. However, existing methods that rely on low-rank adaptation suffer from limited representational capacity. Recent Fourier-related transform (FT)-based adapters offer greater representational power than low-rank adapters, but their direct integration into quantized models often results in ineffective error reduction and increased computational overhead. To overcome these limitations, we propose QWHA, a method that integrates FT-based adapters into quantized models by employing the Walsh-Hadamard Transform (WHT) as the transform kernel, together with a novel adapter initialization scheme incorporating adaptive parameter selection and value refinement. We demonstrate that QWHA effectively mitigates quantization errors while facilitating fine-tuning, and that its design substantially reduces computational cost. Experimental results show that QWHA consistently outperforms baselines in low-bit quantization accuracy and achieves significant training speedups over existing FT-based adapters. The code is available at https://github.com/vantaa89/qwha.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes