CVLGDec 16, 2022

Can We Find Strong Lottery Tickets in Generative Models?

arXiv:2212.08311v18 citationsh-index: 29
Originality Incremental advance
AI Analysis

This addresses model compression for generative models, reducing computational and memory costs, though it is incremental as it extends existing lottery ticket concepts to a new domain.

The paper tackles the problem of pruning generative models by proposing a method to find strong lottery tickets—subnetworks that perform well without weight updates—using moment-matching scores, achieving similar or better performance than dense models with only 10% of weights remaining.

Yes. In this paper, we investigate strong lottery tickets in generative models, the subnetworks that achieve good generative performance without any weight update. Neural network pruning is considered the main cornerstone of model compression for reducing the costs of computation and memory. Unfortunately, pruning a generative model has not been extensively explored, and all existing pruning algorithms suffer from excessive weight-training costs, performance degradation, limited generalizability, or complicated training. To address these problems, we propose to find a strong lottery ticket via moment-matching scores. Our experimental results show that the discovered subnetwork can perform similarly or better than the trained dense model even when only 10% of the weights remain. To the best of our knowledge, we are the first to show the existence of strong lottery tickets in generative models and provide an algorithm to find it stably. Our code and supplementary materials are publicly available.

Foundations

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

Your Notes