Learning Disentangled Representations via Mutual Information Estimation

Abstract

In this paper, we investigate the problem of learning disentangled representations. Given a pair of images sharing some attributes, we aim to create a low-dimensional representation which is split into two parts: a shared representation that captures the common information between the images and an exclusive representation that contains the specific information of each image. To address this issue, we propose a model based on mutual information estimation without relying on image reconstruction or image generation. Mutual information maximization is performed to capture the attributes of data in the shared and exclusive representations while we minimize the mutual information between the shared and exclusive representation to enforce representation disentanglement. We show that these representations are useful to perform downstream tasks such as image classification and image retrieval based on the shared or exclusive component. Moreover, classification results show that our model outperforms the state-of-the-art models based on VAE/GAN approaches in representation disentanglement.

Cite

Text

Sanchez et al. "Learning Disentangled Representations via Mutual Information Estimation." Proceedings of the European Conference on Computer Vision (ECCV), 2020. doi:10.1007/978-3-030-58542-6_13

Markdown

[Sanchez et al. "Learning Disentangled Representations via Mutual Information Estimation." Proceedings of the European Conference on Computer Vision (ECCV), 2020.](https://mlanthology.org/eccv/2020/sanchez2020eccv-learning/) doi:10.1007/978-3-030-58542-6_13

BibTeX

@inproceedings{sanchez2020eccv-learning,
  title     = {{Learning Disentangled Representations via Mutual Information Estimation}},
  author    = {Sanchez, Eduardo Hugo and Serrurier, Mathieu and Ortner, Mathias},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
  year      = {2020},
  doi       = {10.1007/978-3-030-58542-6_13},
  url       = {https://mlanthology.org/eccv/2020/sanchez2020eccv-learning/}
}