paper-with-me

Papers

GRAIL: Post-hoc Compensation by Linear Reconstruction for Compressed Networks

2026-02-27 · Wenwu Tang, Dong Wang, Lothar Thiele, Olga Saukh arxiv

Structured deep model compression methods are hardware-friendly and substantially reduce memory and inference costs. However, under aggressive compression, the resulting accuracy degradation often necessitates post-compression finetuning, which can be impractical due to missing labeled data or high training cost. We propose post-hoc blockwise compensation, called GRAIL, a simple zero-finetuning step applied after model compression that restores each block's input-output behavior using a small calibration set. The method summarizes hidden activations via a Gram matrix and applies ridge regression to linearly reconstruct the original hidden representation from the reduced one. The resulting reconstruction map is absorbed into the downstream projection weights, while the upstream layer is compressed. The approach is selector-agnostic (Magnitude, Wanda, Gram-based selection, or folding), data-aware (requiring only a few forward passes without gradients or labels), and recovers classic pruning or folding when the Gram matrix is near identity, indicating weak inter-channel correlations. Across ResNets, ViTs, and decoder-only LLMs, GRAIL consistently improves accuracy or perplexity over data-free and data-aware pruning or folding baselines in practical compression regimes, with manageable overhead and no backpropagation. The code is available at https://github.com/TWWinde/GRAIL_Compensation.

📄 PDF Abstract BibTeX arXiv:2602.23795

Code (0)

등록된 구현이 없습니다.

Tasks

Model Compression

Similar Papers 제목 키워드 기반

Deep Geometric Distillation Network for Compressive Sensing MRI

2021-07-11 · Xiaohong Fan, Yin Yang, Jianping Zhang

Compressed sensing (CS) is an efficient method to reconstruct MR image from small sampled data in $k$-space and accelerate the acquisition of MRI. In this work, we propose a novel deep geometric distillation network whic…

compressed sensingCompressive SensingMRI Reconstruction

Deep Neural Network Assisted Second-Order Perturbation-Based Nonlinearity Compensation

2021-05-19 · O. S. Sunish Kumar, Lutz Lampe, Shenghang Luo, Mrinmoy Jana 외

We propose a fiber nonlinearity post-compensation technique using the DNN and the second-order perturbation theory. We achieve 1 dB Q-factor improvement for a 32 Gbaud PDM-64-QAM at 1200 km compared to the linear dispers…

Nonlinear Bipolar Compensation: Handling Outliers in Post-Training Quantization

2026-05-14 · Peilin Sun, Jianxin Wu arxiv

Network quantization has emerged as one of the most practical model compression techniques, which significantly reduces a model's memory and compute consumption by mapping floating-point numbers to low-bit representation…

Model Compression

SAES-SVD: Self-Adaptive Suppression of Accumulated and Local Errors for SVD-based LLM Compression

2026-02-03 · Xing Hu, Dawei Yang, Yuan Cheng, Zhixuan Chen 외 arxiv

The rapid growth in the parameter scale of large language models (LLMs) has created a high demand for efficient compression techniques. As a hardware-agnostic and highly compatible technique, low-rank compression has bee…

Motion Compensated Dynamic MRI Reconstruction with Local Affine Optical Flow Estimation

2017-07-22 · Ningning Zhao, Daniel O'Connor, Adrian Basarab, Dan Ruan 외

This paper proposes a novel framework to reconstruct the dynamic magnetic resonance images (DMRI) with motion compensation (MC). Due to the inherent motion effects during DMRI acquisition, reconstruction of DMRI using mo…

compressed sensingImage ReconstructionMotion CompensationMotion Estimation+2