Explorerโ€บArtificial Intelligenceโ€บAI
Research PaperResearchia:202609.24061

MicroQonv: Reshaping Convolution Tensors for Efficient Microscaling in Training and Inference

Romain Facq

Abstract

Microscaling quantization techniques are increasingly used to represent neural network parameters with 8 bits or fewer while preserving near-full precision accuracy. However, applying these methods efficiently in convolutional layers is not straightforward. A naive approach transfers full-precision weights and activations to processing units and quantizes each tensor twice, resulting in much more memory movement than expected. Additional overhead comes from the activation tensors, whose sizes gr...

Submitted: September 24, 2026Subjects: AI; Artificial Intelligence

Description / Details

Microscaling quantization techniques are increasingly used to represent neural network parameters with 8 bits or fewer while preserving near-full precision accuracy. However, applying these methods efficiently in convolutional layers is not straightforward. A naive approach transfers full-precision weights and activations to processing units and quantizes each tensor twice, resulting in much more memory movement than expected. Additional overhead comes from the activation tensors, whose sizes grow substantially because of the im2col transformation applied before quantization. We propose MicroQonv, a way to combine microscaling with convolutional layers' forward and backward operations by quantizing each tensor only once and quantizing the activation tensor before applying a modified version of im2col: channel-batch-first im2col. MicroQonv reduces the quantization cost by a factor of ร—2\times2 for weights and gradients, and by up to ร—9\times9 for activations, at a negligible accuracy cost. It reduces memory movement and storage by up to ร—7.53\times7.53 compared to their full-precision counterparts. This way, MicroQonv reduces microscaling-quantized activation memory movement by ร—3.5\times3.5 for state-of-the-art object detection models YOLOV8nano and ร—2.2\times2.2 for YOLOV26nano. It also enables 4-bit microscaling in a quantized latent replay strategy for continual learning at the edge, improving accuracy by +5.7% to +11%.


Source: arXiv:2609.28358v1 - http://arxiv.org/abs/2609.28358v1 PDF: https://arxiv.org/pdf/2609.28358v1 Original Link: http://arxiv.org/abs/2609.28358v1

Please sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Access Paper
View Source PDF
Submission Info
Date:
Sep 24, 2026
Topic:
Artificial Intelligence
Area:
AI
Comments:
0
Bookmark