← Search

Zigeng Wang

4 accepted papers

2023

AutoReP: Automatic ReLU Replacement for Fast Private Network Inference

ICCV 2023poster

The growth of the Machine-Learning-As-A-Service (MLaaS) market has highlighted clients' data privacy and security issues. Private inference (PI) techniques using cryptographic primitives offer a solution but often have high computation and communication costs, particularly with non-linear operators…

Cited by 41PDFcodeScholar
2023

Towards Lossless Head Pruning through Automatic Peer Distillation for Language Models

IJCAI 2023poster

Pruning has been extensively studied in Transformer-based language models to improve efficiency. Typically, we zero (prune) unimportant model weights and train a derived compact model to improve final accuracy. For pruned weights, we treat them as useless and discard them. This usually leads to sign…

Cited by 1SourcePDFScholar
2021

Against Membership Inference Attack: Pruning is All You Need

IJCAI 2021poster

The large model size, high computational operations, and vulnerability against membership inference attack (MIA) have impeded deep learning or deep neural networks (DNNs) popularity, especially on mobile devices. To address the challenge, we envision that the weight pruning technique will help DNNs…

Cited by 61SourcePDFScholar
2019

AutoPrune: Automatic Network Pruning by Regularizing Auxiliary Parameters

NeurIPS 2019poster

Reducing the model redundancy is an important task to deploy complex deep learning models to resource-limited or time-sensitive devices. Directly regularizing or modifying weight values makes pruning procedure less robust and sensitive to the choice of hyperparameters, and it also requires prior kno…