Efficient Model Compression Techniques with FishLeg
Jamie McGowan, Wei Sheng Lai, Weibin Chen, Henry Aldridge, Jools, Clarke, Jezabel Garcia, Rui Xia, Yilei Liang, Guillaume Hennequin, Alberto, Bernacchia

TL;DR
This paper introduces FishLeg, a scalable second-order pruning method using Fisher-Legendre optimizer and meta-learning to efficiently compress large AI models while maintaining performance.
Contribution
FishLeg employs a novel meta-learning approach to approximate the inverse Fisher information matrix, enabling scalable and precise second-order model pruning.
Findings
FishLeg outperforms baseline pruning methods at high sparsity levels.
Achieves 84% accuracy at 95% sparsity on ResNet18 CIFAR-10.
Provides more accurate and scalable second-order pruning estimates.
Abstract
In many domains, the most successful AI models tend to be the largest, indeed often too large to be handled by AI players with limited computational resources. To mitigate this, a number of compression methods have been developed, including methods that prune the network down to high sparsity whilst retaining performance. The best-performing pruning techniques are often those that use second-order curvature information (such as an estimate of the Fisher information matrix) to score the importance of each weight and to predict the optimal compensation for weight deletion. However, these methods are difficult to scale to high-dimensional parameter spaces without making heavy approximations. Here, we propose the FishLeg surgeon (FLS), a new second-order pruning method based on the Fisher-Legendre (FishLeg) optimizer. At the heart of FishLeg is a meta-learning approach to amortising the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Data Compression Techniques
MethodsPruning
