← Search

Wujie Wen

12 accepted papers

2026

ULD-Net: Enabling Ultra-Low-Degree Fully Polynomial Networks for Homomorphically Encrypted Inference

ICLR 2026poster

Fully polynomial neural networks—models whose computations comprise only additions and multiplications—are attractive for privacy-preserving inference under homomorphic encryption (HE). Yet most prior systems obtain such models by *post-hoc* replacement of nonlinearities with high-degree or cascaded…

Cited by 0SourceScholar
2024

Error Correction Output Codes for Robust Neural Networks against Weight-errors: A Neural Tangent Kernel Point of View

NeurIPS 2024poster

Error correcting output code (ECOC) is a classic method that encodes binary classifiers to tackle the multi-class classification problem in decision trees and neural networks. Among ECOCs, the one-hot code has become the default choice in modern deep neural networks (DNNs) due to its simplicity in d…

Cited by 1SourcePDFScholar
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

COLA: Orchestrating Error Coding and Learning for Robust Neural Network Inference Against Hardware Defects

ICML 2023poster

Error correcting output codes (ECOCs) have been proposed to improve the robustness of deep neural networks (DNNs) against hardware defects of DNN hardware accelerators. Unfortunately, existing efforts suffer from drawbacks that would greatly impact their practicality: 1) robust accuracy (with defect…

Cited by 3SourcePDFScholar
2023

LinGCN: Structural Linearized Graph Convolutional Network for Homomorphically Encrypted Inference

NeurIPS 2023poster

The growth of Graph Convolution Network (GCN) model sizes has revolutionized numerous applications, surpassing human performance in areas such as personal healthcare and financial systems. The deployment of GCNs in the cloud raises privacy concerns due to potential adversarial attacks on client dat…

2023

Penguin: Parallel-Packed Homomorphic Encryption for Fast Graph Convolutional Network Inference

NeurIPS 2023poster

The marriage of Graph Convolutional Network (GCN) and Homomorphic Encryption (HE) enables the inference of graph data on the cloud with significantly enhanced client data privacy. However, the tremendous computation and memory overhead associated with HE operations challenges the practicality of HE-…

2023

SpENCNN: Orchestrating Encoding and Sparsity for Fast Homomorphically Encrypted Neural Network Inference

ICML 2023poster

Homomorphic Encryption (HE) is a promising technology to protect clients' data privacy for Machine Learning as a Service (MLaaS) on public clouds. However, HE operations can be orders of magnitude slower than their counterparts for plaintexts and thus result in prohibitively high inference latency,…

2022

CryptoGCN: Fast and Scalable Homomorphically Encrypted Graph Convolutional Network Inference

NeurIPS 2022accept

Recently cloud-based graph convolutional network (GCN) has demonstrated great success and potential in many privacy-sensitive applications such as personal healthcare and financial systems. Despite its high inference accuracy and performance on the cloud, maintaining data privacy in GCN inference, w…

2020

An Image Enhancing Pattern-based Sparsity for Real-time Inference on Mobile Devices

ECCV 2020poster

Weight pruning has been widely acknowledged as a straightforward and effective method to eliminate redundancy in Deep Neural Networks (DNN), thereby achieving acceleration on various platforms. However, most of the pruning techniques are essentially trade-offs between model accuracy and regularity w…

2019

Feature Distillation: DNN-Oriented JPEG Compression Against Adversarial Examples

CVPR 2019poster

Image compression-based approaches for defending against the adversarial-example attacks, which threaten the safety use of deep neural networks (DNN), have been investigated recently. However, prior works mainly rely on directly tuning parameters like compression rate, to blindly reduce image featur…

Cited by 337PDFScholar
2019

Machine Vision Guided 3D Medical Image Compression for Efficient Transmission and Accurate Segmentation in the Clouds

CVPR 2019poster

Cloud based medical image analysis has become popular recently due to the high computation complexities of various deep neural network (DNN) based frameworks and the increasingly large volume of medical images that need to be processed. It has been demonstrated that for medical images the transmissi…

Cited by 48PDFScholar
2018

A Systematic DNN Weight Pruning Framework using Alternating Direction Method of Multipliers

ECCV 2018poster

Weight pruning methods for deep neural networks (DNNs) have been investigated recently, but prior work in this area is mainly heuristic, iterative pruning, thereby lacking guarantees on the weight reduction ratio and convergence time. To mitigate these limitations, we present a systematic weight pru…