paper-with-me

홈 › Papers

Shapley Value as Principled Metric for Structured Network Pruning

2020-06-02 · Marco Ancona, Cengiz Öztireli, Markus Gross

Structured pruning is a well-known technique to reduce the storage size and inference cost of neural networks. The usual pruning pipeline consists of ranking the network internal filters and activations with respect to their contributions to the network performance, removing the units with the lowest contribution, and fine-tuning the network to reduce the harm induced by pruning. Recent results showed that random pruning performs on par with other metrics, given enough fine-tuning resources. In this work, we show that this is not true on a low-data regime when fine-tuning is either not possible or not effective. In this case, reducing the harm caused by pruning becomes crucial to retain the performance of the network. First, we analyze the problem of estimating the contribution of hidden units with tools suggested by cooperative game theory and propose Shapley values as a principled ranking metric for this task. We compare with several alternatives proposed in the literature and discuss how Shapley values are theoretically preferable. Finally, we compare all ranking metrics on the challenging scenario of low-data pruning, where we demonstrate how Shapley values outperform other heuristics.

📄 PDF Abstract BibTeX arXiv:2006.01795

Code (1)

marcoancona/TorchPruner 공식 구현 pytorch

Tasks

Network Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Shapley Value-driven Data Pruning for Recommender Systems

2025-05-28 · Yansen Zhang, Xiaokun Zhang, Ziqiang Cui, Chen Ma

Recommender systems often suffer from noisy interactions like accidental clicks or popularity bias. Existing denoising methods typically identify users' intent in their interactions, and filter out noisy interactions tha…

DenoisingRecommendation Systems

Efficient computation and analysis of distributional Shapley values

2020-07-02 · Yongchan Kwon, Manuel A. Rivas, James Zou

Distributional data Shapley value (DShapley) has recently been proposed as a principled framework to quantify the contribution of individual datum in machine learning. DShapley develops the foundational game theory conce…

Binary ClassificationDensity Estimation

The Shapley Value of Classifiers in Ensemble Games

2021-01-06 · Benedek Rozemberczki, Rik Sarkar

What is the value of an individual model in an ensemble of binary classifiers? We answer this question by introducing a class of transferable utility cooperative games called \textit{ensemble games}. In machine learning …

ClassificationEnsemble PruningGraph Classification

From Shapley Values to Generalized Additive Models and back

2022-09-08 · Sebastian Bordt, Ulrike Von Luxburg

In explainable machine learning, local post-hoc explanation algorithms and inherently interpretable models are often seen as competing approaches. This work offers a partial reconciliation between the two by establishing…

Additive models

The Shapley Value in Machine Learning

2022-02-11 · Benedek Rozemberczki, Lauren Watson, Péter Bayer, Hao-Tsung Yang 외

Over the last few years, the Shapley value, a solution concept from cooperative game theory, has found numerous applications in machine learning. In this paper, we first discuss fundamental concepts of cooperative game t…

BIG-bench Machine LearningData ValuationEnsemble Pruningfeature selection+3