LGAICLMay 24, 2025

Neural Parameter Search for Slimmer Fine-Tuned Models and Better Transfer

arXiv:2505.18713v118 citationsh-index: 12Has CodeACL
Originality Incremental advance
AI Analysis

This addresses the issue of model efficiency and transferability for practitioners using fine-tuned models, though it appears incremental as it builds on existing task vector mechanisms.

The paper tackles the problem of redundancy in fine-tuned models by introducing Neural Parameter Search (NPS-Pruning), which slims down models by searching neural parameters in low-rank subspaces of task vectors, resulting in compressed models with near-original performance and significant storage reduction.

Foundation models and their checkpoints have significantly advanced deep learning, boosting performance across various applications. However, fine-tuned models often struggle outside their specific domains and exhibit considerable redundancy. Recent studies suggest that combining a pruned fine-tuned model with the original pre-trained model can mitigate forgetting, reduce interference when merging model parameters across tasks, and improve compression efficiency. In this context, developing an effective pruning strategy for fine-tuned models is crucial. Leveraging the advantages of the task vector mechanism, we preprocess fine-tuned models by calculating the differences between them and the original model. Recognizing that different task vector subspaces contribute variably to model performance, we introduce a novel method called Neural Parameter Search (NPS-Pruning) for slimming down fine-tuned models. This method enhances pruning efficiency by searching through neural parameters of task vectors within low-rank subspaces. Our method has three key applications: enhancing knowledge transfer through pairwise model interpolation, facilitating effective knowledge fusion via model merging, and enabling the deployment of compressed models that retain near-original performance while significantly reducing storage costs. Extensive experiments across vision, NLP, and multi-modal benchmarks demonstrate the effectiveness and robustness of our approach, resulting in substantial performance gains. The code is publicly available at: https://github.com/duguodong7/NPS-Pruning.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes