MLDIS-NNLGSTOct 24, 2023

Learning Dynamics in Linear VAE: Posterior Collapse Threshold, Superfluous Latent Space Pitfalls, and Speedup with KL Annealing

arXiv:2310.15440v113 citationsh-index: 5
Originality Incremental advance
AI Analysis

This work addresses the posterior collapse issue in VAEs, which hinders representation learning, but it is incremental as it builds on existing theoretical frameworks and methods like KL annealing.

The authors tackled the problem of posterior collapse in variational autoencoders (VAEs) by theoretically analyzing learning dynamics in a minimal VAE, proving that dynamics converge to a deterministic process and revealing a threshold for posterior collapse, with KL annealing shown to accelerate convergence.

Variational autoencoders (VAEs) face a notorious problem wherein the variational posterior often aligns closely with the prior, a phenomenon known as posterior collapse, which hinders the quality of representation learning. To mitigate this problem, an adjustable hyperparameter $β$ and a strategy for annealing this parameter, called KL annealing, are proposed. This study presents a theoretical analysis of the learning dynamics in a minimal VAE. It is rigorously proved that the dynamics converge to a deterministic process within the limit of large input dimensions, thereby enabling a detailed dynamical analysis of the generalization error. Furthermore, the analysis shows that the VAE initially learns entangled representations and gradually acquires disentangled representations. A fixed-point analysis of the deterministic process reveals that when $β$ exceeds a certain threshold, posterior collapse becomes inevitable regardless of the learning period. Additionally, the superfluous latent variables for the data-generative factors lead to overfitting of the background noise; this adversely affects both generalization and learning convergence. The analysis further unveiled that appropriately tuned KL annealing can accelerate convergence.

Code Implementations1 repo
Foundations

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

Your Notes