paper-with-me

Papers

Privacy-preserving Learning via Deep Net Pruning

2020-03-04 · Yangsibo Huang, Yushan Su, Sachin Ravi, Zhao Song, Sanjeev Arora, Kai Li

This paper attempts to answer the question whether neural network pruning can be used as a tool to achieve differential privacy without losing much data utility. As a first step towards understanding the relationship between neural network pruning and differential privacy, this paper proves that pruning a given layer of the neural network is equivalent to adding a certain amount of differentially private noise to its hidden-layer activations. The paper also presents experimental results to show the practical implications of the theoretical finding and the key parameter values in a simple practical setting. These results show that neural network pruning can be a more effective alternative to adding differentially private noise for neural networks.

📄 PDF Abstract BibTeX arXiv:2003.01876

Code (0)

등록된 구현이 없습니다.

Tasks

Network PruningPrivacy Preserving

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

A Privacy-Preserving-Oriented DNN Pruning and Mobile Acceleration Framework

2020-03-13 · Yifan Gong, Zheng Zhan, Zhengang Li, Wei Niu 외

Weight pruning of deep neural networks (DNNs) has been proposed to satisfy the limited storage and computing capability of mobile edge devices. However, previous pruning methods mainly focus on reducing the model size an…

Model CompressionPrivacy Preserving

Artemis: HE-Aware Training for Efficient Privacy-Preserving Machine Learning

2023-10-02 · Yeonsoo Jeon, Mattan Erez, Michael Orshansky

Privacy-Preserving ML (PPML) based on Homomorphic Encryption (HE) is a promising foundational privacy technology. Making it more practical requires lowering its computational cost, especially, in handling modern large de…

Model CompressionPrivacy Preserving

CutClean: Neural Network Pruning for Privacy-Preserving Inference

2026-08-13 · Leonardo Magliolo, Vito Paolo Pastore, Giuseppe Valenzise, Enzo Tartaglione arxiv

Neural networks are increasingly deployed in high-stakes applications with growing privacy leakage concerns. We show that this privacy leakage can occur even in the absence of representation imbalances that lead to tradi…

Network Pruning

FedSpaLLM: Federated Pruning of Large Language Models

2024-10-18 · Guangji Bai, Yijiang Li, Zilinghan Li, Liang Zhao 외

Large Language Models (LLMs) achieve state-of-the-art performance but are challenging to deploy due to their high computational and storage demands. Pruning can reduce model size, yet existing methods assume public acces…

Federated LearningPrivacy Preserving

Exploring Federated Pruning for Large Language Models

2025-05-19 · Pengxin Guo, Yinong Wang, Wei Li, Mengting Liu 외

LLM pruning has emerged as a promising technology for compressing LLMs, enabling their deployment on resource-limited devices. However, current methodologies typically require access to public calibration samples, which …

Privacy Preserving