paper-with-me

홈 › Papers

Finer is Better (with the Right Scaling)

2026-05-08 · Clemens Schaefer, Gil Tabak arxiv

Microscaling is a critical technique for preserving the quality of Large Language Models (LLMs) quantized to ultra-low precision formats. Intuitively, finer block sizes should yield lower quantization error; however, a paradox recently identified by Fasoli et al. (2026) demonstrates that standard abs-max scaling can actually result in degraded model quality as block sizes shrink. In this work, we investigate the underlying mechanics of this phenomenon. We demonstrate that this degradation is not an inherent limitation of finer granularity, but is primarily driven by how elements in smaller blocks statistically cluster closer to their local block maximum, interacting poorly with the coarse subnormal E4M3 values used as scaling factors. Specifically, we show that i) preventing the scaling factor from underflowing to zero mitigates errors caused by extreme underflow, ii) targeted algorithmic interventions like the 4-over-6 methodology that give more flexibility to the choice of scaling factor resolve the paradox for larger values, and iii) a brute-force search establishes an optimal baseline, confirming that the theoretical Mean Squared Error (MSE) strictly improves with finer block sizes. Ultimately, our findings highlight a critical insight for hardware-software co-design: the block-size paradox is partially an artifact of naive scale selection. While using hierarchical scaling factors or wider formats like UE5M3 interchangeably resolves much of the quality loss, we found the 4-over-6 scale selection heuristic can even further improve quality, especially for very small block sizes. Consequently, maximizing the performance of next-generation ML accelerators will require treating silicon format specifications and software scaling algorithms as tightly coupled design choices.

📄 PDF Abstract BibTeX arXiv:2605.08565

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

UDFNet: Unsupervised Disparity Fusion with Adversarial Networks

2019-04-22 · Can Pu, Robert B. Fisher

Existing disparity fusion methods based on deep learning achieve state-of-the-art performance, but they require ground truth disparity data to train. As far as I know, this is the first time an unsupervised disparity fus…

A Probabilistic U-Net Approach to Downscaling Climate Simulations

2025-11-05 · Maryam Alipourhajiagha, Pierre-Louis Lemaire, Youssef Diouane, Julie Carreau arxiv

Climate models are limited by heavy computational costs, often producing outputs at coarse spatial resolutions, while many climate change impact studies require finer scales. Statistical downscaling bridges this gap, and…

Instance-dependent Stochastic Lipschitz bandit

2026-05-28 · Marius Potfer, Vianney Perchet arxiv

We study the Lipschitz bandit problem, where a learner sequentially maximizes an unknown Lipschitz function $f$ over a domain $\mathcal{X} \subset [0,1]^d$ using noisy pointwise evaluations. Existing regret bounds are ei…

Towards Kriging-informed Conditional Diffusion for Regional Sea-Level Data Downscaling

2024-10-21 · Subhankar Ghosh, Arun Sharma, Jayant Gupta, Aneesh Subramanian 외

Given coarser-resolution projections from global climate models or satellite data, the downscaling problem aims to estimate finer-resolution regional climate data, capturing fine-scale spatial patterns and variability. D…

From Models to Operators: Rethinking Autoscaling Granularity for Large Generative Models

2025-11-04 · Xingqi Cui, Chieh-Jan Mike Liang, Jiarong Xing, Haoran Qiu arxiv

Serving large generative models such as LLMs and multi- modal transformers requires balancing user-facing SLOs (e.g., time-to-first-token, time-between-tokens) with provider goals of efficiency and cost reduction. Existi…