LGCRJun 3, 2022

Differentially Private Model Compression

arXiv:2206.01838v117 citationsh-index: 26
Originality Incremental advance
AI Analysis

This work addresses the challenge of deploying privacy-preserving models efficiently for NLP applications, representing an incremental advance in combining differential privacy with compression techniques.

The paper tackles the problem of high inference costs in large pre-trained language models by introducing differentially private model compression, achieving 50% sparsity levels while maintaining nearly full performance on GLUE benchmarks.

Recent papers have shown that large pre-trained language models (LLMs) such as BERT, GPT-2 can be fine-tuned on private data to achieve performance comparable to non-private models for many downstream Natural Language Processing (NLP) tasks while simultaneously guaranteeing differential privacy. The inference cost of these models -- which consist of hundreds of millions of parameters -- however, can be prohibitively large. Hence, often in practice, LLMs are compressed before they are deployed in specific applications. In this paper, we initiate the study of differentially private model compression and propose frameworks for achieving 50% sparsity levels while maintaining nearly full performance. We demonstrate these ideas on standard GLUE benchmarks using BERT models, setting benchmarks for future research on this topic.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes