Related Experiment Video
Updated: Mar 24, 2026

Author Spotlight: Advancing 3D Cytoarchitecture Analysis - Rapid Volumetric Reconstruction of the Human Brain
Published on: January 26, 2024
WLR: Well-conditioned linear reconstruction for retraining-free pruning of LLMs
Siqi Li1, Jingyang Xiang1, Jiateng Wei1
1Institute of Cyber-Systems and Control, Zhejiang University, Hangzhou, 310027, China.
None:
Structured pruning is widely recognized as an effective method for reducing the size and computational demands of large language models (LLMs). Traditionally, structured pruning follows a pretrain-prune-retrain framework. Given the high cost of retraining LLMs, recent research has focused on efficient compensation methods to replace the retraining phase. However, many compensation methods introduce additional parameters into the pruned model, which affect deployment and inference. Additionally, many compensation techniques overlook the issue of ill-conditioning caused by outliers in LLMs during the process of solving optimization problems, leading to numerical instability and inefficiency in solutions. To overcome these challenges, we propose Well-conditioned Linear Reconstruction (WLR), a structured pruning compensation method that avoids introducing extra parameters. WLR reconstructs pruned layers using a linear combination of preserved channels while addressing the issue of ill-conditioning during the process. We evaluated our method on LLaMA-V1/V2/V3 and OPT families across multiple language tasks, achieving performance that surpasses the state-of-the-art methods.
Related Concept Videos
Linearization and Approximation
Residuals and Least-Squares Property
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
Application of Linearization and Approximation
Reducing Line Loss
With a step-up transformer at the source, the voltage is increased, thereby reducing the current in the transmission lines since power loss in...
Calibration Curves: Linear Least Squares
For data that follow a straight line, the standard method for fitting is the linear...
Reconstruction of Signal using Interpolation