# Co-Evolutionary Compression for Unpaired Image Translation

**Authors:** Han Shu, Yunhe Wang, Xu Jia, Kai Han, Hanting Chen, Chunjing Xu, Qi, Tian, Chang Xu

arXiv: 1907.10804 · 2019-07-26

## TL;DR

This paper introduces a co-evolutionary method to compress and accelerate GAN generators for image translation, reducing memory and computation while maintaining effectiveness.

## Contribution

A novel co-evolutionary approach that optimizes two generators simultaneously for unpaired image translation, addressing the limitations of existing compression methods.

## Key findings

- Significant reduction in model size and FLOPs.
- Maintains high translation quality with compressed generators.
- Effective on benchmark datasets.

## Abstract

Generative adversarial networks (GANs) have been successfully used for considerable computer vision tasks, especially the image-to-image translation. However, generators in these networks are of complicated architectures with large number of parameters and huge computational complexities. Existing methods are mainly designed for compressing and speeding-up deep neural networks in the classification task, and cannot be directly applied on GANs for image translation, due to their different objectives and training procedures. To this end, we develop a novel co-evolutionary approach for reducing their memory usage and FLOPs simultaneously. In practice, generators for two image domains are encoded as two populations and synergistically optimized for investigating the most important convolution filters iteratively. Fitness of each individual is calculated using the number of parameters, a discriminator-aware regularization, and the cycle consistency. Extensive experiments conducted on benchmark datasets demonstrate the effectiveness of the proposed method for obtaining compact and effective generators.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.10804/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1907.10804/full.md

## References

36 references — full list in the complete paper: https://tomesphere.com/paper/1907.10804/full.md

---
Source: https://tomesphere.com/paper/1907.10804