LGMar 5

Trainable Bitwise Soft Quantization for Input Feature Compression

arXiv:2603.05172v1
Originality Highly original
AI Analysis

This work addresses the problem of high data transmission costs for machine learning applications on edge devices by enabling efficient input feature compression, which is crucial for IoT deployments with limited bandwidth, latency, or energy.

This paper introduces a trainable feature quantization layer for neural networks that compresses input features, enabling significant data reduction for transmission from edge devices to remote servers. The method achieves compression factors of 5x to 16x compared to 32-bit input while maintaining accuracy close to full-precision models.

The growing demand for machine learning applications in the context of the Internet of Things calls for new approaches to optimize the use of limited compute and memory resources. Despite significant progress that has been made w.r.t. reducing model sizes and improving efficiency, many applications still require remote servers to provide the required resources. However, such approaches rely on transmitting data from edge devices to remote servers, which may not always be feasible due to bandwidth, latency, or energy constraints. We propose a task-specific, trainable feature quantization layer that compresses the input features of a neural network. This can significantly reduce the amount of data that needs to be transferred from the device to a remote server. In particular, the layer allows each input feature to be quantized to a user-defined number of bits, enabling a simple on-device compression at the time of data collection. The layer is designed to approximate step functions with sigmoids, enabling trainable quantization thresholds. By concatenating outputs from multiple sigmoids, introduced as bitwise soft quantization, it achieves trainable quantized values when integrated with a neural network. We compare our method to full-precision inference as well as to several quantization baselines. Experiments show that our approach outperforms standard quantization methods, while maintaining accuracy levels close to those of full-precision models. In particular, depending on the dataset, compression factors of $5\times$ to $16\times$ can be achieved compared to $32$-bit input without significant performance loss.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes