Binary Convolution

Binary convolution, a technique using 1-bit representations for weights and activations in convolutional neural networks, aims to drastically reduce computational cost and memory usage, particularly beneficial for resource-constrained devices. Current research focuses on optimizing data flow within binary neural networks (BNNs), improving the efficiency of binary convolution units through architectural innovations like depthwise separable convolutions and the introduction of modules such as binary MLPs to model contextual dependencies, and developing training schemes that mitigate accuracy loss inherent in binarization. These advancements are leading to more efficient and accurate BNNs for applications like image super-resolution and visual place recognition, demonstrating the potential of binary convolution for deploying deep learning models on edge devices.

Papers