English

BoHA: Blockwise Hadamard Product Adaptation for Parameter-Efficient Fine-Tuning

Machine Learning 2026-05-11 v2

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 W0W_0-coupled Hadamard product adapter that treats spatial support as an explicit design axis. BoHA partitions the frozen weight W0W_0 into a b×bb{\times}b 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 rb=1r_b{=}1 exactly reconstructs an update that requires rank b2b^2 under the global W0W_0-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 \to arithmetic continual-learning diagnostic, BoHA retains 57.66%57.66\% first-stage accuracy and exceeds the W0W_0-free additive-control mean by 15.23%15.23\% under matched second-stage plasticity. These results demonstrate that blockwise W0W_0-coupled Hadamard adaptation is a competitive PEFT design choice when retention under sequential adaptation is part of the objective.

Keywords

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}
}
R2 v1 2026-07-01T05:57:18.904Z