← Search

Shaoyi Huang

6 accepted papers

2026

Effective MoE-based LLM Compression by Exploiting Heterogeneous Inter-Group Experts Routing Frequency and Information Density

ICML 2026poster

Mixture-of-Experts (MoE) based Large Language Models (LLMs) have achieved superior performance, yet the massive memory overhead caused by storing multiple expert networks severely hinders their practical deployment. Singular Value Decomposition (SVD)-based compression has emerged as a promising post…

Cited by 0SourceScholar
2026

Roots Beneath the Cut: Uncovering the Risk of Concept Revival in Pruning-Based Unlearning for Diffusion Models

CVPR 2026

Pruning-based unlearning has recently emerged as a fast, training-free, and data-independent approach to remove undesired concepts from diffusion models. It promises high efficiency and robustness, offering an attractive alternative to traditional fine-tuning or editing-based unlearning. However, in

Cited by 0SourcecodeScholar
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

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

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
2022

Sparse Progressive Distillation: Resolving Overfitting under Pretrain-and-Finetune Paradigm

ACL 2022long

Conventional wisdom in pruning Transformer-based language models is that pruning reduces the model expressiveness and thus is more likely to underfit rather than overfit. However, under the trending pretrain-and-finetune paradigm, we postulate a counter-traditional hypothesis, that is: pruning incre…

Cited by 33SourcePDFScholar