MLLGJun 22, 2022

Neural Implicit Manifold Learning for Topology-Aware Density Estimation

arXiv:2206.11267v27 citationsh-index: 17
Originality Incremental advance
AI Analysis

This addresses the challenge of learning probability densities on manifolds for machine learning applications, representing an incremental advance over existing methods.

The paper tackles the problem of generative modeling for data constrained to low-dimensional manifolds, proposing neural implicit manifolds to overcome limitations of pushforward models, and demonstrates improved accuracy on synthetic and natural data.

Natural data observed in $\mathbb{R}^n$ is often constrained to an $m$-dimensional manifold $\mathcal{M}$, where $m < n$. This work focuses on the task of building theoretically principled generative models for such data. Current generative models learn $\mathcal{M}$ by mapping an $m$-dimensional latent variable through a neural network $f_θ: \mathbb{R}^m \to \mathbb{R}^n$. These procedures, which we call pushforward models, incur a straightforward limitation: manifolds cannot in general be represented with a single parameterization, meaning that attempts to do so will incur either computational instability or the inability to learn probability densities within the manifold. To remedy this problem, we propose to model $\mathcal{M}$ as a neural implicit manifold: the set of zeros of a neural network. We then learn the probability density within $\mathcal{M}$ with a constrained energy-based model, which employs a constrained variant of Langevin dynamics to train and sample from the learned manifold. In experiments on synthetic and natural data, we show that our model can learn manifold-supported distributions with complex topologies more accurately than pushforward models.

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