paper-with-me

Papers

Pushing the Limits of Block Rotations in Post-Training Quantization

2026-01-29 · Sai Sanjeet, Ian Colbert, Pablo Monteagudo-Lago, Giuseppe Franco, Yaman Umuroglu, Nicholas J. Fraser arxiv

Recent post-training quantization (PTQ) methods have adopted block rotations to diffuse outliers prior to rounding. While this reduces the overhead of online full-vector rotations, the effect of block structure on outlier suppression remains poorly understood. To fill this gap, we present the first systematic, non-asymptotic analysis of outlier suppression for block Hadamard rotations. Our analysis reveals that outlier suppression is fundamentally limited by the geometry of the input vector. In particular, in the deterministic worst case, post-rotation outliers are minimized when the pre-rotation $\ell_1$ norm mass is evenly distributed across blocks. Guided by these insights, we introduce PeRQ (Permute, Rotate, then Quantize), a PTQ framework that redistributes activation mass via permutations prior to rotation. We propose a greedy mass diffusion algorithm to calibrate permutations by equalizing the expected blockwise $\ell_1$ norms. To avoid adding inference overhead, we identify permutation-equivariant regions in transformer architectures to merge these permutations into model weights before deployment. Experiments show that PeRQ consistently improves accuracy across all block sizes, recovering up to 90% of the full-vector rotation perplexity when quantizing Llama3 1B to INT4 with block size 16, compared to 46% without permutations.

📄 PDF Abstract BibTeX arXiv:2601.22347

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BRECQ: Pushing the Limit of Post-Training Quantization by Block Reconstruction

2021-02-10 · ICLR 2021 1 · Yuhang Li, Ruihao Gong, Xu Tan, Yang Yang 외

We study the challenging task of neural network quantization without end-to-end retraining, called Post-training Quantization (PTQ). PTQ usually requires a small subset of training data but produces less powerful quantiz…

image-classificationImage Classificationobject-detectionObject Detection+1

A Single Diffusion-Policy Controller for Multi-Task Block Pushing with Zero-Shot Sim-to-Real Transfer

2026-07-12 · Haitong Ma, Haldun Balim, Yang Hu, Bo Dai 외 arxiv

Diffusion policies have shown promising empirical performance in representing and learning complex maneuvers for robots using behavior cloning (BC). In this paper, we explore training diffusion policies from scratch usin…

Reinforcement Learning

Flexible MOF Generation with Torsion-Aware Flow Matching

2025-05-23 · Nayoung Kim, Seongsu Kim, Sungsoo Ahn

Designing metal-organic frameworks (MOFs) with novel chemistries is a long-standing challenge due to their large combinatorial space and the complex 3D arrangements of building blocks. While recent deep generative models…

valid

Pangu Ultra: Pushing the Limits of Dense Large Language Models on Ascend NPUs

2025-04-10 · Yichun Yin, Wenyong Huang, Kaikai Song, Yehui Tang 외

We present Pangu Ultra, a Large Language Model (LLM) with 135 billion parameters and dense Transformer modules trained on Ascend Neural Processing Units (NPUs). Although the field of LLM has been witnessing unprecedented…

Large Language Model

Approximating Uniform Random Rotations by Two-Block Structured Hadamard Rotations in High Dimensions

2026-04-25 · Tomer Zilca, Gal Mendelson arxiv

Uniform random rotations are a useful primitive in applications such as fast Johnson-Lindenstrauss embeddings, kernel approximation, communication-efficient learning, and recent AI compression pipelines, but they are com…