English

Hyperbolic Binary Neural Network

Machine Learning 2025-01-08 v1 Computer Vision and Pattern Recognition

Abstract

Binary Neural Network (BNN) converts full-precision weights and activations into their extreme 1-bit counterparts, making it particularly suitable for deployment on lightweight mobile devices. While binary neural networks are typically formulated as a constrained optimization problem and optimized in the binarized space, general neural networks are formulated as an unconstrained optimization problem and optimized in the continuous space. This paper introduces the Hyperbolic Binary Neural Network (HBNN) by leveraging the framework of hyperbolic geometry to optimize the constrained problem. Specifically, we transform the constrained problem in hyperbolic space into an unconstrained one in Euclidean space using the Riemannian exponential map. On the other hand, we also propose the Exponential Parametrization Cluster (EPC) method, which, compared to the Riemannian exponential map, shrinks the segment domain based on a diffeomorphism. This approach increases the probability of weight flips, thereby maximizing the information gain in BNNs. Experimental results on CIFAR10, CIFAR100, and ImageNet classification datasets with VGGsmall, ResNet18, and ResNet34 models illustrate the superior performance of our HBNN over state-of-the-art methods.

Keywords

Cite

@article{arxiv.2501.03471,
  title  = {Hyperbolic Binary Neural Network},
  author = {Jun Chen and Jingyang Xiang and Tianxin Huang and Xiangrui Zhao and Yong Liu},
  journal= {arXiv preprint arXiv:2501.03471},
  year   = {2025}
}
R2 v1 2026-06-28T20:58:16.599Z