paper-with-me

Papers

A Second-Order Perspective on Pruning at Initialization and Knowledge Transfer

2025-09-28 · Leonardo Iurada, Beatrice Occhiena, Tatiana Tommasi arxiv

The widespread availability of pre-trained vision models has enabled numerous deep learning applications through their transferable representations. However, their computational and storage costs often limit practical deployment. Pruning-at-Initialization has emerged as a promising approach to compress models before training, enabling efficient task-specific adaptation. While conventional wisdom suggests that effective pruning requires task-specific data, this creates a challenge when downstream tasks are unknown in advance. In this paper, we investigate how data influences the pruning of pre-trained vision models. Surprisingly, pruning on one task retains the model's zero-shot performance also on unseen tasks. Furthermore, fine-tuning these pruned models not only improves performance on original seen tasks but can recover held-out tasks' performance. We attribute this phenomenon to the favorable loss landscapes induced by extensive pre-training on large-scale datasets.

📄 PDF Abstract BibTeX arXiv:2509.24066

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Pruning at Initialization -- A Sketching Perspective

2023-05-27 · Noga Bar, Raja Giryes

The lottery ticket hypothesis (LTH) has increased attention to pruning neural networks at initialization. We study this problem in the linear setting. We show that finding a sparse mask at initialization is equivalent to…

A Signal Propagation Perspective for Pruning Neural Networks at Initialization

2019-06-14 · ICLR 2020 1 · Namhoon Lee, Thalaiyasingam Ajanthan, Stephen Gould, Philip H. S. Torr

Network pruning is a promising avenue for compressing deep neural networks. A typical approach to pruning starts by training a model and then removing redundant parameters while minimizing the impact on what is learned. …

image-classificationImage ClassificationNetwork PruningSensitivity

Fishing For Cheap And Efficient Pruners At Initialization

2025-02-17 · Ivo Gollini Navarrete, Nicolas Mauricio Cuadrado, Jose Renato Restom, Martin Takáč 외

Pruning offers a promising solution to mitigate the associated costs and environmental impact of deploying large deep neural networks (DNNs). Traditional approaches rely on computationally expensive trained models or tim…

Sensitivity

A Unified Paths Perspective for Pruning at Initialization

2021-01-26 · Thomas Gebhart, Udit Saxena, Paul Schrater

A number of recent approaches have been proposed for pruning neural network parameters at initialization with the goal of reducing the size and computational burden of models while minimally affecting their training dyna…

First-order Methods Almost Always Avoid Saddle Points

2017-10-20 · Jason D. Lee, Ioannis Panageas, Georgios Piliouras, Max Simchowitz 외

We establish that first-order methods avoid saddle points for almost all initializations. Our results apply to a wide variety of first-order methods, including gradient descent, block coordinate descent, mirror descent a…