post-training-quantization

Tag

Cards List
#post-training-quantization

ExTernD: Expanded-Rank Ternary Decomposition Ternary LLM PTQ with Accuracy Approaching Any Quantization Level

arXiv cs.LG · 2026-07-16 Cached

ExTernD introduces an expanded-rank ternary decomposition for post-training LLM quantization, enabling accuracy approaching bf16 by using a factored representation with free inner rank. It matches Q4_K accuracy at 5.2-5.5 effective bits per weight on models like Gemma-4 and Qwen3.5.

0 favorites 0 likes
#post-training-quantization

KronQ: LLM Quantization via Kronecker-Factored Hessian

arXiv cs.LG · 2026-07-10 Cached

KronQ is a post-training quantization framework that incorporates gradient covariance using a Kronecker-factored Hessian approximation, enabling bidirectional incoherence processing and improved sensitivity metrics for mixed-precision allocation. It achieves low perplexity even at 2-bit weight-only quantization on large models like LLaMA-3-70B.

0 favorites 0 likes
#post-training-quantization

OrbitQuant: Data-Agnostic Quantization for Image and Video Diffusion Transformers

Hugging Face Daily Papers · 2026-07-02 Cached

OrbitQuant introduces a data-agnostic quantization method for diffusion transformers that eliminates the need for recalibration across timesteps and modalities, achieving state-of-the-art post-training quantization at low-bit settings for models like FLUX.1 and CogVideoX.

0 favorites 0 likes
#post-training-quantization

CAT-Q: Cost-efficient and Accurate Ternary Quantization for LLMs

arXiv cs.CL · 2026-06-26 Cached

CAT-Q introduces a post-training ternary quantization method for LLMs that uses learnable modulation and softened ternarization, achieving superior performance over BitNet 1.58-bit while using only 512 calibration samples and scaling to 235B parameters.

0 favorites 0 likes
#post-training-quantization

Joint Structural Pruning and Mixed-Precision Quantization for LLM Compression

arXiv cs.AI · 2026-06-09 Cached

A novel end-to-end framework for LLM compression that jointly optimizes structural pruning and mixed-precision quantization, achieving significant perplexity reductions and speedups over state-of-the-art methods, especially at ultra-low bit precisions.

0 favorites 0 likes
#post-training-quantization

ScaleSweep: Accurate NVFP4 Post-Training Quantization of LLMs via Block Scale Initialization

arXiv cs.LG · 2026-06-09 Cached

ScaleSweep proposes a new block scale initialization method for NVFP4 post-training quantization of LLMs, achieving improved accuracy by sweeping over feasible block scale candidates. Experiments on Llama and Qwen models show it preserves over 93% of full-precision performance under aggressive quantization.

0 favorites 0 likes
#post-training-quantization

FAIR-Calib: Frontier-Aware Instability-Reweighted Calibration for Post-Training Quantization of Diffusion Large Language Models

arXiv cs.LG · 2026-06-08 Cached

This paper proposes FAIR-Calib, a two-stage post-training quantization framework for diffusion large language models that addresses the instability of token commitments during iterative refinement. It achieves state-of-the-art results on LLaDA and Dream models under low-bit quantization.

0 favorites 0 likes
#post-training-quantization

Value-and-Structure Alignment for Routing-Consistent Quantization of Mixture-of-Experts Models

arXiv cs.CL · 2026-06-05 Cached

The paper proposes VSRAQ, a post-training quantization method for Mixture-of-Experts models that preserves expert-selection behavior by aligning routing-relevant logits and expert ordering, reducing quantization-induced degradation without inference overhead.

0 favorites 0 likes
#post-training-quantization

Qift: Shift-Friendly No-Zero W2 Post-Training Quantization for Rotated W2A4/KV4 LLM Inference

arXiv cs.LG · 2026-06-03 Cached

This paper introduces Qift, a fixed no-zero two-bit weight quantization level set designed for Hadamard-rotated LLMs, achieving improved W2A4/KV4 inference by leveraging the near-zero-centered Gaussian-like distribution of rotated weights. Experiments on LLaMA-2-7B and LLaMA-3.1-8B show consistent perplexity gains over standard W2 quantization.

0 favorites 0 likes
#post-training-quantization

QAM-W: Joint 2D Codebook Quantization for LLM Weights via Hadamard Rotation and Activation-Aware Scaling

arXiv cs.LG · 2026-05-27 Cached

Introduces QAM-W, a joint 2D codebook quantization method for LLM weights using Hadamard rotation and activation-aware scaling, achieving near BF16 perplexity at 5–6 bits per weight and matching SmoothQuant W8A8 quality with 32% fewer weight bits.

0 favorites 0 likes
#post-training-quantization

Tail-Aware HiFloat4: W4A4 Post-Training Quantization for Wan2.2

arXiv cs.AI · 2026-05-27 Cached

This paper presents Tail-Aware HiFloat4, a W4A4 post-training quantization method for the Wan2.2 text-to-video diffusion model, which uses activation-tail-aware percentile calibration to mitigate outlier effects while preserving HiFloat4 arithmetic.

0 favorites 0 likes
#post-training-quantization

InfoQuant: Shaping Activation Distributions for Low-Bit LLM Quantization

arXiv cs.LG · 2026-05-27 Cached

InfoQuant introduces a train-free method, Peak Suppression Orthogonal Transformation (PSOT), to reshape activation distributions for low-bit LLM quantization, preserving 97% floating-point accuracy under W4A4KV4 and outperforming prior PTQ methods.

0 favorites 0 likes
#post-training-quantization

@PyTorch: Model Optimization and Post-Training Quantization Model quantization is an effective method to reduce VRAM usage and im…

X AI KOLs Following · 2026-05-26 Cached

This post from NVIDIA explains how to use the NVIDIA Model Optimizer library to quantize a CLIP model to FP8 using post-training quantization, reducing VRAM usage and improving inference performance on consumer GPUs.

0 favorites 0 likes
#post-training-quantization

Theory-optimal Quantization Based on Flatness

arXiv cs.LG · 2026-05-20 Cached

Introduces Flatness metric and Bidirectional Diagonal Quantization (BDQ) for post-training quantization of large language models, achieving near-lossless 4-bit weight and activation quantization and substantial improvements at extreme low-bit settings.

0 favorites 0 likes
#post-training-quantization

K-Quantization and its Impact on Output Performance

arXiv cs.CL · 2026-05-20 Cached

This paper investigates the impact of different quantization levels (2-bit to 8-bit) on the performance of eight large language models across reasoning, code comprehension, and reading comprehension tasks, finding that while higher precision generally yields better performance, aggressive quantization often retains acceptable accuracy, with larger models showing greater resilience.

0 favorites 0 likes
#post-training-quantization

LoopQ: Quantization for Recursive Transformers

arXiv cs.LG · 2026-05-19 Cached

LoopQ is a post-training quantization framework for looped language models that addresses distribution shift, state reuse, and error accumulation. It achieves 68.8% average accuracy improvement under 4-bit weights and activations.

0 favorites 0 likes
#post-training-quantization

E-PMQ: Expert-Guided Post-Merge Quantization with Merged-Weight Anchoring

arXiv cs.CL · 2026-05-19 Cached

This paper introduces E-PMQ, an expert-guided post-merge quantization framework that addresses the combined deviations from merging and quantization, achieving significant accuracy improvements on multi-task merged models like CLIP-ViT and FLAN-T5.

0 favorites 0 likes
#post-training-quantization

Saliency-Aware Regularized Quantization Calibration for Large Language Models

arXiv cs.AI · 2026-05-08 Cached

This paper proposes Saliency-Aware Regularized Quantization Calibration (SARQC), a unified framework that improves Post-Training Quantization (PTQ) for LLMs by adding a regularization term to preserve weight proximity, enhancing generalization and performance.

0 favorites 0 likes
#post-training-quantization

From Signal Degradation to Computation Collapse: Uncovering the Two Failure Modes of LLM Quantization

arXiv cs.CL · 2026-04-23 Cached

Researchers identify two distinct failure modes in aggressive LLM quantization—Signal Degradation and Computation Collapse—and show that training-free fixes only remedy the former, indicating structural reconstruction is needed for ultra-low-bit models.

0 favorites 0 likes
← Back to home

Submit Feedback