Hamming Attention Distillation: Binarizing Keys and Queries for Efficient Long-Context Transformers
Abstract
Pre-trained transformer models with extended context windows are notoriously expensive to run at scale, often limiting real-world deployment due to their high computational and memory requirements. In this paper, we introduce Hamming Attention Distillation (HAD), a novel framework that binarizes keys and queries in the attention mechanism to achieve significant efficiency gains. By converting keys and queries into {-1, +1} vectors and replacing dot-product operations with efficient Hamming distance computations, our method drastically reduces computational overhead. Additionally, we incorporate attention matrix sparsification to prune low-impact activations, which further reduces the cost of processing long-context sequences. \par Despite these aggressive compression strategies, our distilled approach preserves a high degree of representational power, leading to substantially improved accuracy compared to prior transformer binarization methods. We evaluate HAD on a range of tasks and models, including the GLUE benchmark, ImageNet, and QuALITY, demonstrating state-of-the-art performance among binarized Transformers while drastically reducing the computational costs of long-context inference. \par We implement HAD in custom hardware simulations, demonstrating superior performance characteristics compared to a custom hardware implementation of standard attention. HAD achieves just performance losses on GLUE compared to in state-of-the-art binarization work, and performance losses on ImageNet compared to , all while targeting custom hardware with a area reduction and power reduction compared to its standard attention counterpart.
Cite
@article{arxiv.2502.01770,
title = {Hamming Attention Distillation: Binarizing Keys and Queries for Efficient Long-Context Transformers},
author = {Mark Horton and Tergel Molom-Ochir and Peter Liu and Bhavna Gopal and Chiyue Wei and Cong Guo and Brady Taylor and Deliang Fan and Shan X. Wang and Hai Li and Yiran Chen},
journal= {arXiv preprint arXiv:2502.01770},
year = {2025}
}