paper-with-me

홈 › Papers

PATROL: Privacy-Oriented Pruning for Collaborative Inference Against Model Inversion Attacks

2023-07-20 · Shiwei Ding, Lan Zhang, Miao Pan, Xiaoyong Yuan

Collaborative inference has been a promising solution to enable resource-constrained edge devices to perform inference using state-of-the-art deep neural networks (DNNs). In collaborative inference, the edge device first feeds the input to a partial DNN locally and then uploads the intermediate result to the cloud to complete the inference. However, recent research indicates model inversion attacks (MIAs) can reconstruct input data from intermediate results, posing serious privacy concerns for collaborative inference. Existing perturbation and cryptography techniques are inefficient and unreliable in defending against MIAs while performing accurate inference. This paper provides a viable solution, named PATROL, which develops privacy-oriented pruning to balance privacy, efficiency, and utility of collaborative inference. PATROL takes advantage of the fact that later layers in a DNN can extract more task-specific features. Given limited local resources for collaborative inference, PATROL intends to deploy more layers at the edge based on pruning techniques to enforce task-specific features for inference and reduce task-irrelevant but sensitive features for privacy preservation. To achieve privacy-oriented pruning, PATROL introduces two key components: Lipschitz regularization and adversarial reconstruction training, which increase the reconstruction errors by reducing the stability of MIAs and enhance the target inference model by adversarial training, respectively. On a real-world collaborative inference task, vehicle re-identification, we demonstrate the superior performance of PATROL in terms of against MIAs.

📄 PDF Abstract BibTeX arXiv:2307.10981

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative InferenceVehicle Re-Identification

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

YOLObile: Real-Time Object Detection on Mobile Devices via Compression-Compilation Co-Design

2020-09-12 · Yuxuan Cai, Hongjia Li, Geng Yuan, Wei Niu 외

The rapid development and wide utilization of object detection techniques have aroused attention on both accuracy and speed of object detectors. However, the current state-of-the-art object detection works are either acc…

Computational EfficiencyCPUGPUObject+3

A Specific Task-oriented Semantic Image Communication System for substation patrol inspection

2023-01-09 · Senran Fan, Haotai Liang, Chen Dong, Xiaodong Xu 외

Intelligent inspection robots are widely used in substation patrol inspection, which can help check potential safety hazards by patrolling the substation and sending back scene images. However, when patrolling some margi…

Image CompressionSemantic Communication

Roulette: A Semantic Privacy-Preserving Device-Edge Collaborative Inference Framework for Deep Learning Classification Tasks

2023-09-06 · Jingyi Li, Guocheng Liao, Lin Chen, Xu Chen

Deep learning classifiers are crucial in the age of artificial intelligence. The device-edge-based collaborative inference has been widely adopted as an efficient framework for promoting its applications in IoT and 5G/6G…

Collaborative InferencePrivacy PreservingTransfer Learning