Deep Neural Network Compression for Image Inpainting

Abstract

Image inpainting techniques have recently been developed leveraging deep neural networks and have seen many real-world applications. However, image inpainting networks, which are typically based on generative adversarial network (GAN), suffer from high parameter complexities and long inference time. While there are some efforts to compress image-to-image translation GAN, compressing image inpainting networks has rarely been explored. In this paper, we aim to create a small and efficient GAN-based inpainting model by compressing the generator of the inpainting model without sacrificing the quality of reconstructed images. We propose novel channel pruning and knowledge distillation techniques that are specialized for image inpainting models with mask information. Experimental results demonstrate that our compressed inpainting model with only one-tenth of the model size achieves similar performance to the full model.

Cite

Text

Kim et al. "Deep Neural Network Compression for Image Inpainting." European Conference on Computer Vision Workshops, 2022. doi:10.1007/978-3-031-25082-8_7

Markdown

[Kim et al. "Deep Neural Network Compression for Image Inpainting." European Conference on Computer Vision Workshops, 2022.](https://mlanthology.org/eccvw/2022/kim2022eccvw-deep/) doi:10.1007/978-3-031-25082-8_7

BibTeX

@inproceedings{kim2022eccvw-deep,
  title     = {{Deep Neural Network Compression for Image Inpainting}},
  author    = {Kim, Soyeong and Kim, Do-Yeon and Moon, Jaekyun},
  booktitle = {European Conference on Computer Vision Workshops},
  year      = {2022},
  pages     = {99-114},
  doi       = {10.1007/978-3-031-25082-8_7},
  url       = {https://mlanthology.org/eccvw/2022/kim2022eccvw-deep/}
}