paper-with-me

홈 › Papers

Exploring Model Invariance with Discrete Search for Ultra-Low-Bit Quantization

2025-02-06 · Yuqiao Wen, Yanshuai Cao, Lili Mou

Large language models have been increasing in size due to their success in a wide range of applications. This calls for a pressing need to reduce memory usage to make them more accessible. Post-training quantization is a popular technique which uses fewer bits (e.g., 4--8 bits) to represent the model without retraining it. However, it remains a challenging task to perform quantization in an ultra-low-bit setup (e.g., 2 bits). In this paper, we propose InvarExplore, a unified framework that systematically explores different model invariance at the same time, allowing us to take advantage of the synergy between each type of invariance. Importantly, InvarExplore features a discrete search algorithm that enables us to explore permutation invariance, which is under-studied as it cannot be optimized with gradient-based methods. Results show that InvarExplore is compatible with existing state-of-the-art methods, achieving an add-on performance improvement over strong competing methods.

📄 PDF Abstract BibTeX arXiv:2502.06844

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

ButterflyQuant: Ultra-low-bit LLM Quantization through Learnable Orthogonal Butterfly Transforms

2025-09-11 · Bingxin Xu, Zhen Dong, Oussama Elachqar, Yuzhang Shang arxiv

Large language models require massive memory footprints, severely limiting deployment on consumer hardware. Quantization reduces memory through lower numerical precision, but extreme 2-bit quantization suffers from catas…

S-PRESSO: Ultra Low Bitrate Sound Effect Compression With Diffusion Autoencoders And Offline Quantization

2026-02-16 · Zineb Lahrichi, Gaëtan Hadjeres, Gaël Richard, Geoffroy Peeters arxiv

Neural audio compression models have recently achieved extreme compression rates, enabling efficient latent generative modeling. Conversely, latent generative models have been applied to compression, pushing the limits o…

With Shared Microexponents, A Little Shifting Goes a Long Way

2023-02-16 · Bita Rouhani, Ritchie Zhao, Venmugil Elango, Rasoul Shafipour 외

This paper introduces Block Data Representations (BDR), a framework for exploring and evaluating a wide spectrum of narrow-precision formats for deep learning. It enables comparison of popular quantization standards, and…

QuantizationRecommendation Systems

A Comprehensive Study on Quantization Techniques for Large Language Models

2024-10-30 · Jiedong Lang, Zhehao Guo, Shuyu Huang

Large Language Models (LLMs) have been extensively researched and used in both academia and industry since the rise in popularity of the Transformer model, which demonstrates excellent performance in AI. However, the com…

Quantization

Towards Mixed-Precision Quantization of Neural Networks via Constrained Optimization

2021-10-13 · ICCV 2021 10 · Weihan Chen, Peisong Wang, Jian Cheng

Quantization is a widely used technique to compress and accelerate deep neural networks. However, conventional quantization methods use the same bit-width for all (or most of) the layers, which often suffer significant a…

Multiple-choiceQuantization