paper-with-me

홈 › Papers

Data-Independent Structured Pruning of Neural Networks via Coresets

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

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 rates. However, 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 structured 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 and it approximates the output of a layer of neurons/filters by a coreset of neurons/filters in the previous layer and discards the rest. We apply this framework in a layer-by-layer fashion from the bottom to the top. 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.

📄 PDF Abstract BibTeX arXiv:2008.08316

Code (0)

등록된 구현이 없습니다.

Tasks

Model Compression

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

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…

Data-Independent Neural Pruning via Coresets

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

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 neur…

Model CompressionNetwork Pruning

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…

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