paper-with-me

홈 › Papers

OJBKQ: Objective-Joint Babai-Klein Quantization

2026-02-09 · Xinyu Wang, Ziyu Zhao, Peng Lu, Yu Gu, Xiao-Wen Chang arxiv

Post-training quantization (PTQ) is widely used to compress large language models without retraining. However, many existing weight-only methods rely on heuristic objectives and greedy rounding, thus leading to noticeable degradation under low-bit quantization. In this work, we introduce OJBKQ (Objective-Joint Babai-Klein Quantization with K-Best Sampling), a layer-wise PTQ method that formulates weight quantization as a joint optimization problem over activations and weights. This formulation results in a multiple-right-hand-side box-constrained integer least squares (BILS) problem in each layer, which is NP-hard. For each column of the weight matrix, we apply an extended Babai nearest-plane algorithm and an extended version of Klein's randomized Babai algorithm to find the minimum-residual Babai-Klein point, a sub-optimal solution to the BILS problem. Experimental results on large language models show that OJBKQ achieves lower perplexity at 3-4 bits compared to existing PTQ approaches, while maintaining comparable computational cost.

📄 PDF Abstract BibTeX arXiv:2602.08376

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Lattice Geometry of Neural Network Quantization -- A Short Equivalence Proof of GPTQ and Babai's Algorithm

2025-08-01 · Johann Birnick arxiv

We explain how data-driven quantization of a linear unit in a neural network corresponds to solving the closest vector problem for a certain lattice generated by input data. We prove that the GPTQ algorithm is equivalent…

The Geometry of LLM Quantization: GPTQ as Babai's Nearest Plane Algorithm

2025-07-24 · Jiale Chen, Yalda Shabanzadeh, Elvir Crnčević, Torsten Hoefler 외 arxiv

Quantizing the weights of large language models (LLMs) from 16-bit to lower bitwidth is the de facto approach to deploy massive transformers onto more affordable accelerators. While GPTQ emerged as one of the standard me…

GD4: Graph-based Discrete Denoising Diffusion for MIMO Detection

2026-05-01 · Qincheng Lu, Sitao Luan, Xiao-Wen Chang arxiv

In wireless communications, recovering the optimal solution to the multiple-input multiple-output (MIMO) detection problem is NP-hard. Obtaining high-quality suboptimal solutions with a favorable performance-complexity t…

Success probability of the $L_0$-regularized box-constrained Babai point and column permutation strategies

2024-01-29 · Xiao-Wen Chang, Yingzi XU

We consider the success probability of the $L_0$-regularized box-constrained Babai point, which is a suboptimal solution to the $L_0$-regularized box-constrained integer least squares problem and can be used for MIMO det…

Learning Grouped Lattice Vector Quantizers for Low-Bit LLM Compression

2025-10-23 · Xi Zhang, Xiaolin Wu, Jiamang Wang, Weisi Lin arxiv

Large Language Models (LLMs) have demonstrated remarkable capabilities but typically require extensive computational resources and memory for inference. Post-training quantization (PTQ) can effectively reduce these deman…