LGMLMay 14, 2019

Correlated Variational Auto-Encoders

arXiv:1905.05335v521 citations
Originality Incremental advance
AI Analysis

This addresses the limitation of VAEs for datasets with known correlations, offering a domain-specific improvement for representation learning.

The paper tackled the problem of Variational Auto-Encoders (VAEs) ignoring correlations between data points by proposing Correlated Variational Auto-Encoders (CVAEs) that incorporate correlation structures into the prior, resulting in improved performance on tasks like matching, link prediction, and spectral clustering compared to baseline algorithms.

Variational Auto-Encoders (VAEs) are capable of learning latent representations for high dimensional data. However, due to the i.i.d. assumption, VAEs only optimize the singleton variational distributions and fail to account for the correlations between data points, which might be crucial for learning latent representations from dataset where a priori we know correlations exist. We propose Correlated Variational Auto-Encoders (CVAEs) that can take the correlation structure into consideration when learning latent representations with VAEs. CVAEs apply a prior based on the correlation structure. To address the intractability introduced by the correlated prior, we develop an approximation by average of a set of tractable lower bounds over all maximal acyclic subgraphs of the undirected correlation graph. Experimental results on matching and link prediction on public benchmark rating datasets and spectral clustering on a synthetic dataset show the effectiveness of the proposed method over baseline algorithms.

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