LGAIMar 25, 2021

Learning Stable Representations with Full Encoder

arXiv:2103.14082v2
AI Analysis

This work addresses the need for interpretable and reliable representations in analyzing real-life industrial non-linear systems, though it appears incremental as it builds upon existing autoencoder and VAE frameworks.

The paper tackles the problem of learning stable and robust latent representations in non-linear systems by proposing Full Encoder, a novel autoencoder framework that progressively adds latent variables to refine reconstructions, achieving stable representations independent of network initialization and demonstrating utility in tasks like data compression and anomaly detection.

While the beta-VAE family is aiming to find disentangled representations and acquire human-interpretable generative factors, like what an ICA (from the linear domain) does, we propose Full Encoder, a novel unified autoencoder framework as a correspondence to PCA in the non-linear domain. The idea is to train an autoencoder with one latent variable first, then involve more latent variables progressively to refine the reconstruction results. The Full Encoder is also a latent variable predictive model that the latent variables acquired are stable and robust, as they always learn the same representation regardless of the network initial states. Full Encoder can be used to determine the degrees of freedom in a simple non-linear system and can be useful for data compression or anomaly detection. Full Encoder can also be combined with the beta-VAE framework to sort out the importance of the generative factors, providing more insights for non-linear system analysis. These qualities will make FE useful for analyzing real-life industrial non-linear systems. To validate, we created a toy dataset with a custom-made non-linear system to test it and compare its properties to those of VAE and beta-VAE's.

Foundations

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

Your Notes