paper-with-me

Papers

AutoGAN-Distiller: Searching to Compress Generative Adversarial Networks

2020-06-15 · ICML 2020 1 · Yonggan Fu, Wuyang Chen, Haotao Wang, Haoran Li, Yingyan Celine Lin, Zhangyang Wang

The compression of Generative Adversarial Networks (GANs) has lately drawn attention, due to the increasing demand for deploying GANs into mobile devices for numerous applications such as image translation, enhancement and editing. However, compared to the substantial efforts to compressing other deep models, the research on compressing GANs (usually the generators) remains at its infancy stage. Existing GAN compression algorithms are limited to handling specific GAN architectures and losses. Inspired by the recent success of AutoML in deep compression, we introduce AutoML to GAN compression and develop an AutoGAN-Distiller (AGD) framework. Starting with a specifically designed efficient search space, AGD performs an end-to-end discovery for new efficient generators, given the target computational resource constraints. The search is guided by the original GAN model via knowledge distillation, therefore fulfilling the compression. AGD is fully automatic, standalone (i.e., needing no trained discriminators), and generically applicable to various GAN models. We evaluate AGD in two representative GAN tasks: image translation and super resolution. Without bells and whistles, AGD yields remarkably lightweight yet more competitive compressed models, that largely outperform existing alternatives. Our codes and pretrained models are available at https://github.com/TAMU-VITA/AGD.

📄 PDF Abstract BibTeX arXiv:2006.08198

Code (3)

TAMU-VITA/AGD 공식 구현 pytorch
TAMU-VITA/GAN-Slimming pytorch
vita-group/gan-slimming pytorch

Tasks

AutoMLKnowledge DistillationSuper-ResolutionTranslation

Similar Papers 제목 키워드 기반

AutoGAN: Robust Classifier Against Adversarial Attacks

2018-12-08 · Blerta Lindqvist, Shridatt Sugrim, Rauf Izmailov

Classifiers fail to classify correctly input images that have been purposefully and imperceptibly perturbed to cause misclassification. This susceptability has been shown to be consistent across classifiers, regardless o…

Generative Adversarial Network

AutoGAN: Neural Architecture Search for Generative Adversarial Networks

2019-08-11 · ICCV 2019 10 · Xinyu Gong, Shiyu Chang, Yifan Jiang, Zhangyang Wang

Neural architecture search (NAS) has witnessed prevailing success in image classification and (very recently) segmentation tasks. In this paper, we present the first preliminary study on introducing the NAS algorithm to …

image-classificationImage ClassificationImage GenerationNeural Architecture Search+1

KD-Zero: Evolving Knowledge Distiller for Any Teacher-Student Pairs

2023-09-21 · NeurIPS 2023 11

Knowledge distillation (KD) has emerged as an effective technique for compressing models that can enhance the lightweight model. Conventional KD methods propose various designs to allow student model to imitate the teac…

Neural Network Distiller: A Python Package For DNN Compression Research

2019-10-27 · Neta Zmora, Guy Jacob, Lev Zlotnik, Bar Elharar 외

This paper presents the philosophy, design and feature-set of Neural Network Distiller, an open-source Python package for DNN compression research. Distiller is a library of DNN compression algorithms implementations, wi…

Philosophy

Auto-Agent-Distiller: Towards Efficient Deep Reinforcement Learning Agents via Neural Architecture Search

2020-12-24 · Yonggan Fu, Zhongzhi Yu, Yongan Zhang, Yingyan Celine Lin

AlphaGo's astonishing performance has ignited an explosive interest in developing deep reinforcement learning (DRL) for numerous real-world applications, such as intelligent robotics. However, the often prohibitive compl…

Deep Reinforcement LearningNeural Architecture Searchreinforcement-learningReinforcement Learning (RL)