Hadaptive-Net: Efficient Vision Models via Adaptive Cross-Hadamard Synergy
Xuyang Zhang, Xi Zhang, Liang Chen, Hao Shi, Qingshan Guo
TL;DR
The work tackles the need for faster yet accurate vision backbones by introducing Adaptive Cross-Hadamard (ACH), a learnable cross-channel Hadamard product that expands channels from $m$ to $n$ and integrates into a lightweight Hadaptive-Net backbone. It couples ACH with differentiable channel selection via a Gumbel-Topk mechanism and a specialized Cross-Hadamard normalization (CrossHadaNorm) to maintain stable statistics when operating in high-dimensional Hadamard space. The authors provide theoretical and empirical evidence that ACH improves representational capacity more efficiently than traditional depthwise separable convolutions, and demonstrate competitive accuracy with lower latency across CIFAR-100 and ImageNet-1k benchmarks, particularly when CUDA acceleration is utilized. The result is a practical framework for deploying fast, high-performing vision systems that leverage Hadamard-based channel interactions and adaptive feature reuse.
Abstract
Recent studies have revealed the immense potential of Hadamard product in enhancing network representational capacity and dimensional compression. However, despite its theoretical promise, this technique has not been systematically explored or effectively applied in practice, leaving its full capabilities underdeveloped. In this work, we first analyze and identify the advantages of Hadamard product over standard convolutional operations in cross-channel interaction and channel expansion. Building upon these insights, we propose a computationally efficient module: Adaptive Cross-Hadamard (ACH), which leverages adaptive cross-channel Hadamard products for high-dimensional channel expansion. Furthermore, we introduce Hadaptive-Net (Hadamard Adaptive Network), a lightweight network backbone for visual tasks, which is demonstrated through experiments that it achieves an unprecedented balance between inference speed and accuracy through our proposed module.
