paper-with-me

홈 › Papers

GAN Slimming: All-in-One GAN Compression by A Unified Optimization Framework

2020-08-25 · ECCV 2020 8 · Haotao Wang, Shupeng Gui, Haichuan Yang, Ji Liu, Zhangyang Wang

Generative adversarial networks (GANs) have gained increasing popularity in various computer vision applications, and recently start to be deployed to resource-constrained mobile devices. Similar to other deep models, state-of-the-art GANs suffer from high parameter complexities. That has recently motivated the exploration of compressing GANs (usually generators). Compared to the vast literature and prevailing success in compressing deep classifiers, the study of GAN compression remains in its infancy, so far leveraging individual compression techniques instead of more sophisticated combinations. We observe that due to the notorious instability of training GANs, heuristically stacking different compression techniques will result in unsatisfactory results. To this end, we propose the first unified optimization framework combining multiple compression means for GAN compression, dubbed GAN Slimming (GS). GS seamlessly integrates three mainstream compression techniques: model distillation, channel pruning and quantization, together with the GAN minimax objective, into one unified optimization form, that can be efficiently optimized from end to end. Without bells and whistles, GS largely outperforms existing options in compressing image-to-image translation GANs. Specifically, we apply GS to compress CartoonGAN, a state-of-the-art style transfer network, by up to 47 times, with minimal visual quality degradation. Codes and pre-trained models can be found at https://github.com/TAMU-VITA/GAN-Slimming.

📄 PDF Abstract BibTeX arXiv:2008.11062

Code (2)

TAMU-VITA/GAN-Slimming 공식 구현 pytorch
TAMU-VITA/AGD pytorch

Tasks

AllImage-to-Image TranslationQuantizationStyle Transfer

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Demystifying the Compression of Mixture-of-Experts Through a Unified Framework

2024-06-04 · Shwai He, Daize Dong, Liang Ding, Ang Li

Scaling large language models has revolutionized the performance across diverse domains, yet the continual growth in model size poses significant challenges for real-world deployment. The Mixture of Experts (MoE) approac…

Mixture-of-Experts

UGC: Unified GAN Compression for Efficient Image-to-Image Translation

2023-09-17 · ICCV 2023 1 · Yuxi Ren, Jie Wu, Peng Zhang, Manlin Zhang 외

Recent years have witnessed the prevailing progress of Generative Adversarial Networks (GANs) in image-to-image translation. However, the success of these GAN models hinges on ponderous computational costs and labor-expe…

Image-to-Image TranslationTranslation

DeepRebirth: Accelerating Deep Neural Network Execution on Mobile Devices

2017-08-16 · Dawei Li, Xiaolong Wang, Deguang Kong

Deploying deep neural networks on mobile devices is a challenging task. Current model compression methods such as matrix decomposition effectively reduce the deployed model size, but still cannot satisfy real-time proces…

CPUModel Compression

AgentSlimming: Towards Efficient and Cost-Aware Multi-Agent Systems

2026-05-09 · Yulang Chen, Haoxuan Peng, Jinyan Liu, Zichen Wen 외 arxiv

Large Language Model-based Multi-Agent Systems (MAS) have demonstrated remarkable capabilities in complex tasks. However, manually designing optimal communication topologies is labor-intensive, while automated expansion …

Improving Network Slimming with Nonconvex Regularization

2020-10-03 · Kevin Bui, Fredrick Park, Shuai Zhang, Yingyong Qi 외

Convolutional neural networks (CNNs) have developed to become powerful models for various computer vision tasks ranging from object detection to semantic segmentation. However, most of the state-of-the-art CNNs cannot be…

compressed sensingimage-classificationImage Classificationobject-detection+3