CVLGJun 21, 2024

HLQ: Fast and Efficient Backpropagation via Hadamard Low-rank Quantization

arXiv:2406.15102v12 citations
Originality Incremental advance
AI Analysis

This addresses the bottleneck of backpropagation cost for researchers and practitioners training or fine-tuning large models, representing an incremental optimization.

The paper tackles the problem of expensive backpropagation in training large models by introducing Hadamard Low-rank Quantization (HLQ), which reduces memory usage and accelerates training on GPUs with minimal quality loss.

With the rapid increase in model size and the growing importance of various fine-tuning applications, lightweight training has become crucial. Since the backward pass is twice as expensive as the forward pass, optimizing backpropagation is particularly important. However, modifications to this process can lead to suboptimal convergence, so training optimization should minimize perturbations, which is a highly challenging task. In this study, we introduce a novel optimization strategy called Hadamard Low-rank Quantization (HLQ), focusing on reducing the cost of backpropagation in convolutional and linear layers. We first analyze the sensitivity of gradient computation with respect to activation and weight, and judiciously design the HLQ pipeline to apply 4-bit Hadamard quantization to the activation gradient and Hadamard low-rank approximation to the weight gradient. This combination was found to be the best for maximizing benefits, and our extensive experiments demonstrate the outstanding performance of HLQ in both training from scratch and fine-tuning, achieving significant memory savings and acceleration on real GPUs with negligible quality degradation.

Foundations

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

Your Notes