Latent Manifold Reconstruction and Representation with Topological and Geometrical Regularization
Ren Wang, Pengcheng Zhou
TL;DR
The paper addresses the challenge of preserving both local geometry and global topology when embedding noisy high-dimensional data by introducing an AutoEncoder augmented with a Manifold Reconstruction Layer (MRL) and two regularizers. The topological regularizer leverages persistent homology via Vietoris-Rips filtrations to align persistent diagrams between the latent manifold and the embedding, while the geometric regularizer enforces a near-isometric mapping through a coordinate-invariant functional based on the pullback metric. Training is end-to-end, with a total loss of $L = \lambda_{AE}L_{AE} + \lambda_{topo}L_{topo} + \lambda_{geom}L_{geom}$, enabling mutual reinforcement between manifold reconstruction and representation learning. Experiments on Swiss roll, Mammoth, PartNet, and high-dimensional spheres show that the proposed method maintains both local and global structures more accurately than baselines like t-SNE, UMAP, and TopoAE, across visualizations and quantitative metrics. The work advances robust latent-manifold representation in noisy data and provides a practical codebase for researchers and practitioners working on manifold learning and visualizations in real-world settings.
Abstract
Manifold learning aims to discover and represent low-dimensional structures underlying high-dimensional data while preserving critical topological and geometric properties. Existing methods often fail to capture local details with global topological integrity from noisy data or construct a balanced dimensionality reduction, resulting in distorted or fractured embeddings. We present an AutoEncoder-based method that integrates a manifold reconstruction layer, which uncovers latent manifold structures from noisy point clouds, and further provides regularizations on topological and geometric properties during dimensionality reduction, whereas the two components promote each other during training. Experiments on point cloud datasets demonstrate that our method outperforms baselines like t-SNE, UMAP, and Topological AutoEncoders in discovering manifold structures from noisy data and preserving them through dimensionality reduction, as validated by visualization and quantitative metrics. This work demonstrates the significance of combining manifold reconstruction with manifold learning to achieve reliable representation of the latent manifold, particularly when dealing with noisy real-world data. Code repository: https://github.com/Thanatorika/mrtg.
