BoHA: Blockwise Hadamard Product Adaptation for Parameter-Efficient Fine-Tuning
Abstract
Parameter-efficient fine-tuning (PEFT) of large language models trains a small task-specific parameter set while keeping the pretrained model frozen. The dominant Low-Rank Adaptation (LoRA) family makes this trade-off practical; however, evaluations under the same parameter budget assess single-task accuracy. In sequential adaptation settings, such evaluations should also measure how well performance on the first-stage task is retained after subsequent fine-tuning. To address this gap, we introduce BoHA, a blockwise -coupled Hadamard product adapter that treats spatial support as an explicit design axis. BoHA partitions the frozen weight into a grid and learns an independent low-rank Hadamard product factor in each block, preserving a matched LoRA-equivalent total rank with adapter-free merged inference. On a synthetic target, BoHA at per-block rank exactly reconstructs an update that requires rank under the global -coupled Hadamard parameterization. Across Llama-3.2-1B/3B, Mistral-7B, and Gemma-2-9B on commonsense and arithmetic reasoning tasks, BoHA outperforms LoRA across all matched-budget single-task averages and remains competitive with the strongest Hadamard baseline. On a Llama-3.2-3B commonsense arithmetic continual-learning diagnostic, BoHA retains first-stage accuracy and exceeds the -free additive-control mean by under matched second-stage plasticity. These results demonstrate that blockwise -coupled Hadamard adaptation is a competitive PEFT design choice when retention under sequential adaptation is part of the objective.
Cite
@article{arxiv.2509.21637,
title = {BoHA: Blockwise Hadamard Product Adaptation for Parameter-Efficient Fine-Tuning},
author = {Feng Yu and Jia Hu and Geyong Min},
journal= {arXiv preprint arXiv:2509.21637},
year = {2026}
}