paper-with-me

Papers

Data-Efficient Structured Pruning via Submodular Optimization

2022-03-09 · Marwa El Halabi, Suraj Srinivas, Simon Lacoste-Julien

Structured pruning is an effective approach for compressing large pre-trained neural networks without significantly affecting their performance. However, most current structured pruning methods do not provide any performance guarantees, and often require fine-tuning, which makes them inapplicable in the limited-data regime. We propose a principled data-efficient structured pruning method based on submodular optimization. In particular, for a given layer, we select neurons/channels to prune and corresponding new weights for the next layer, that minimize the change in the next layer's input induced by pruning. We show that this selection problem is a weakly submodular maximization problem, thus it can be provably approximated using an efficient greedy algorithm. Our method is guaranteed to have an exponentially decreasing error between the original model and the pruned model outputs w.r.t the pruned size, under reasonable assumptions. It is also one of the few methods in the literature that uses only a limited-number of training data and no labels. Our experimental results demonstrate that our method outperforms state-of-the-art methods in the limited-data regime.

📄 PDF Abstract BibTeX arXiv:2203.04940

Code (1)

marwash25/subpruning 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Structured Convex Optimization under Submodular Constraints

2013-09-26 · Kiyohito Nagano, Yoshinobu Kawahara

A number of discrete and continuous optimization problems in machine learning are related to convex minimization problems under submodular constraints. In this paper, we deal with a submodular function with a directed gr…

BIG-bench Machine Learning

Learning with Submodular Functions: A Convex Optimization Perspective

2011-11-28 · Francis Bach

Submodular functions are relevant to machine learning for at least two reasons: (1) some problems may be expressed directly as the optimization of submodular functions and (2) the lovasz extension of submodular functions…

BIG-bench Machine LearningClusteringCombinatorial OptimizationExperimental Design

OTPrune: Distribution-Aligned Visual Token Pruning via Optimal Transport

2026-02-22 · Xiwen Chen, Wenhui Zhu, Gen Li, Xuanzhao Dong 외 arxiv

Multi-modal large language models (MLLMs) achieve strong visual-language reasoning but suffer from high inference cost due to redundant visual tokens. Recent work explores visual token pruning to accelerate inference, wh…

Parametric Maxflows for Structured Sparse Learning with Convex Relaxations of Submodular Functions

2015-09-14 · Yoshinobu Kawahara, Yutaro Yamaguchi

The proximal problem for structured penalties obtained via convex relaxations of submodular functions is known to be equivalent to minimizing separable convex functions over the corresponding submodular polyhedra. In thi…

Sparse Learning

Optimal approximation for unconstrained non-submodular minimization

2019-05-29 · ICML 2020 1 · Marwa El Halabi, Stefanie Jegelka

Submodular function minimization is well studied, and existing algorithms solve it exactly or up to arbitrary accuracy. However, in many applications, such as structured sparse learning or batch Bayesian optimization, th…

Bayesian OptimizationSparse Learning