LGMLMay 27, 2019

A Plug-in Method for Representation Factorization in Connectionist Models

arXiv:1905.11088v43 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of interpretable representation factorization in connectionist models for computer vision applications, offering a plug-in solution that is incremental in nature.

The paper tackles the problem of decomposing latent representations in generative adversarial networks and deep autoencoders into semantically controllable factors without modifying trained models, achieving this through a plug-in method called FDEN that minimizes total correlation for independent factors, validated in tasks like image-to-image translation and few-shot object classification.

In this article, we focus on decomposing latent representations in generative adversarial networks or learned feature representations in deep autoencoders into semantically controllable factors in a semisupervised manner, without modifying the original trained models. Particularly, we propose factors' decomposer-entangler network (FDEN) that learns to decompose a latent representation into mutually independent factors. Given a latent representation, the proposed framework draws a set of interpretable factors, each aligned to independent factors of variations by minimizing their total correlation in an information-theoretic means. As a plug-in method, we have applied our proposed FDEN to the existing networks of adversarially learned inference and pioneer network and performed computer vision tasks of image-to-image translation in semantic ways, e.g., changing styles, while keeping the identity of a subject, and object classification in a few-shot learning scheme. We have also validated the effectiveness of the proposed method with various ablation studies in the qualitative, quantitative, and statistical examination.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes