paper-with-me

Papers

FLAT-LLM: Fine-grained Low-rank Activation Space Transformation for Large Language Model Compression

2025-05-29 · Jiayi Tian, Ryan Solgi, Jinming Lu, Yifan Yang, Hai Li, Zheng Zhang

Large Language Models (LLMs) have enabled remarkable progress in natural language processing, yet their high computational and memory demands pose challenges for deployment in resource-constrained environments. Although recent low-rank decomposition methods offer a promising path for structural compression, they often suffer from accuracy degradation, expensive calibration procedures, and result in inefficient model architectures that hinder real-world inference speedups. In this paper, we propose FLAT-LLM, a fast and accurate, training-free structural compression method based on fine-grained low-rank transformations in the activation space. Specifically, we reduce the hidden dimension by transforming the weights using truncated eigenvectors computed via head-wise Principal Component Analysis (PCA), and employ an importance-based metric to adaptively allocate ranks across decoders. FLAT-LLM achieves efficient and effective weight compression without recovery fine-tuning, which could complete the calibration within a few minutes. Evaluated across 4 models and 11 datasets, FLAT-LLM outperforms structural pruning baselines in generalization and downstream performance, while delivering inference speedups over decomposition-based methods.

📄 PDF Abstract BibTeX arXiv:2505.23966

Code (1)

ttttttris/flat-llm 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language ModelModel Compression

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Flat-LoRA: Low-Rank Adaption over a Flat Loss Landscape

2024-09-22 · Tao Li, Zhengbao He, YuJun Li, Yasheng Wang 외

Fine-tuning large-scale pre-trained models is prohibitively expensive in terms of computational and memory costs. Low-Rank Adaptation (LoRA), a popular Parameter-Efficient Fine-Tuning (PEFT) method, provides an efficient…

image-classificationImage Classificationparameter-efficient fine-tuning

Tensor Contraction & Regression Networks

2018-01-01 · ICLR 2018 1 · Jean Kossaifi, Zack Chase Lipton, Aran Khanna, Tommaso Furlanello 외

Convolution neural networks typically consist of many convolutional layers followed by several fully-connected layers. While convolutional layers map between high-order activation tensors, the fully-connected layers ope…

regression

AdaPaD: Adaptive Parallel Deflation for PEFT with Self-Correcting Rank Discovery

2026-05-11 · Barbara Su, Fangshuo Liao, Anastasios Kyrillidis arxiv

Fine-tuning large language models with LoRA requires choosing a rank r before training starts. Existing approaches either extract rank-1 components sequentially, freezing each component's error permanently into every sub…

Measuring Alignment-Induced Activation Shifts Correctly: A Template-Controlled Difference-in-Differences Protocol

2026-05-23 · Yuki Nakamura arxiv

Comparing a model's internal activations before and after alignment is a natural way to ask what safety training changes: one forms the matrix of paired aligned-minus-base activations on safety-relevant inputs and reads …

FlatQuant: Flatness Matters for LLM Quantization

2024-10-12 · Yuxuan Sun, Ruikang Liu, Haoli Bai, Han Bao 외

Recently, quantization has been widely used for the compression and acceleration of large language models~(LLMs). Due to the outliers in LLMs, it is crucial to flatten weights and activations to minimize quantization err…

Quantization