paper-with-me

Papers

MLoRQ: Bridging Low-Rank and Quantization for Transformer Compression

2025-07-13 · Ofir Gordon, Ariel Lapid, Elad Cohen, Yarden Yagil, Arnon Netzer, Hai Victor Habi arxiv

Deploying transformer-based neural networks on resource-constrained edge devices presents a significant challenge. This challenge is often addressed through various techniques, such as low-rank approximation and mixed-precision quantization. In this work, we introduce Mixed Low-Rank and Quantization (MLoRQ), a novel method that integrates both techniques. MLoRQ employs a two-stage optimization process to determine optimal bit-width and rank assignments for each layer, adhering to predefined memory constraints. This process includes: (i) an intra-layer optimization that identifies potentially optimal compression solutions out of all low-rank and quantization combinations; (ii) an inter-layer optimization that assigns bit-width precision and rank to each layer while ensuring the memory constraint is met. An optional final step applies a sequential optimization process using a modified adaptive rounding technique to mitigate compression-induced errors in joint low-rank approximation and quantization. The method is compatible and can be seamlessly integrated with most existing quantization algorithms. MLoRQ shows state-of-the-art results with up to 15\% performance improvement, evaluated on Vision Transformers for image classification, object detection, and instance segmentation tasks.

📄 PDF Abstract BibTeX arXiv:2507.09616

Code (0)

등록된 구현이 없습니다.

Tasks

Instance SegmentationImage ClassificationObject Detection

Similar Papers 제목 키워드 기반

UniQL: Unified Quantization and Low-rank Compression for Adaptive Edge LLMs

2025-12-03 · Hung-Yueh Chiang, Chi-Chih Chang, Yu-Chen Lu, Chien-Yu Lin 외 arxiv

Deploying large language models (LLMs) on mobile platforms faces significant challenges due to the limited memory and shared computational resources of the device. Resource availability may be an issue as it is directly …

Quantization Dominates Rank Reduction for KV-Cache Compression

2026-04-13 · Samuel Salfati arxiv

We compare two strategies for compressing the KV cache in transformer inference: rank reduction (discard dimensions) and quantization (keep all dimensions, reduce precision). At matched storage budgets across five models…

Compact Token Representations with Contextual Quantization for Efficient Document Re-ranking

2022-03-29 · ACL 2022 5 · Yingrui Yang, Yifan Qiao, Tao Yang

Transformer based re-ranking models can achieve high search relevance through context-aware soft matching of query tokens with document tokens. To alleviate runtime complexity of such inference, previous work has adopted…

QuantizationRe-Ranking

Compact Token Representations with Contextual Quantization for Efficient Document Re-ranking

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Transformer based re-ranking models can achieve high search relevance through context-aware soft matching of query tokens with document tokens. To alleviate runtime complexity of such inference, previous work has adopte…

QuantizationRe-Ranking

Comprehensive Study on Performance Evaluation and Optimization of Model Compression: Bridging Traditional Deep Learning and Large Language Models

2024-07-22 · Aayush Saxena, Arit Kumar Bishwas, Ayush Ashok Mishra, Ryan Armstrong

Deep learning models have achieved tremendous success in most of the industries in recent years. The evolution of these models has also led to an increase in the model size and energy requirement, making it difficult to …

Deep Learningimage-classificationImage ClassificationKnowledge Distillation+6