paper-with-me

홈 › Papers

Data-Independent Neural Pruning via Coresets

2019-07-09 · ICLR 2020 1 · Ben Mussay, Margarita Osadchy, Vladimir Braverman, Samson Zhou, Dan Feldman

Previous work showed empirically that large neural networks can be significantly reduced in size while preserving their accuracy. Model compression became a central research topic, as it is crucial for deployment of neural networks on devices with limited computational and memory resources. The majority of the compression methods are based on heuristics and offer no worst-case guarantees on the trade-off between the compression rate and the approximation error for an arbitrarily new sample. We propose the first efficient, data-independent neural pruning algorithm with a provable trade-off between its compression rate and the approximation error for any future test sample. Our method is based on the coreset framework, which finds a small weighted subset of points that provably approximates the original inputs. Specifically, we approximate the output of a layer of neurons by a coreset of neurons in the previous layer and discard the rest. We apply this framework in a layer-by-layer fashion from the top to the bottom. Unlike previous works, our coreset is data independent, meaning that it provably guarantees the accuracy of the function for any input $x\in \mathbb{R}^d$, including an adversarial one. We demonstrate the effectiveness of our method on popular network architectures. In particular, our coresets yield 90\% compression of the LeNet-300-100 architecture on MNIST while improving the accuracy.

📄 PDF Abstract BibTeX arXiv:1907.04018

Code (0)

등록된 구현이 없습니다.

Tasks

Model CompressionNetwork Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Coresets 설명 없음

Similar Papers 제목 키워드 기반

Pruning Neural Networks via Coresets and Convex Geometry: Towards No Assumptions

2022-09-18 · Murad Tukan, Loay Mualem, Alaa Maalouf

Pruning is one of the predominant approaches for compressing deep neural networks (DNNs). Lately, coresets (provable data summarizations) were leveraged for pruning DNNs, adding the advantage of theoretical guarantees on…

Model-agnostic Coreset Selection via LLM-based Concept Bottlenecks

2025-02-23 · Akshay Mehra, Trisha Mittal, Subhadra Gopalakrishnan, Joshua Kimball

Coreset Selection (CS) identifies a subset of training data that achieves model performance comparable to using the entire dataset. Many state-of-the-art CS methods, select coresets using scores whose computation require…

Data-Independent Structured Pruning of Neural Networks via Coresets

2020-08-19 · Ben Mussay, Daniel Feldman, Samson Zhou, Vladimir Braverman 외

Model compression is crucial for deployment of neural networks on devices with limited computational and memory resources. Many different methods show comparable accuracy of the compressed model and similar compression r…

Model Compression

Online Coresets for Clustering with Bregman Divergences

2020-12-11 · Rachit Chhaya, Jayesh Choudhari, Anirban Dasgupta, Supratim Shit

We present algorithms that create coresets in an online setting for clustering problems according to a wide subset of Bregman divergences. Notably, our coresets have a small additive error, similar in magnitude to the li…

Clustering

A Unified Approach to Coreset Learning

2021-11-04 · Alaa Maalouf, Gilad Eini, Ben Mussay, Dan Feldman 외

Coreset of a given dataset and loss function is usually a small weighed set that approximates this loss for every query from a given set of queries. Coresets have shown to be very useful in many applications. However, co…

Network Pruning