Manifold Filter-Combine Networks
David R. Johnson, Joyce A. Chew, Edward De Brouwer, Smita Krishnaswamy, Deanna Needell, Michael Perlmutter
TL;DR
This work introduces Manifold Filter-Combine Networks (MFCNs), a flexible, spectral-filter based framework for learning on data that lie on or near unknown manifolds. By approximating the manifold with a sparse graph on point clouds, MFCNs implement a filter–combine pipeline that parallels GNNs while operating in the manifold spectral domain. The authors establish convergence guarantees for spectral filters and full MFCNs to continuum limits as the sample size grows, with rates that depend on the ambient manifold dimension and data density, and show that depth can scale linearly under proper weight normalization. They also propose Infogain, a data-driven method for selecting diffusion scales per channel, and validate the approach through convergence tests and tasks including ellipsoid regression and high-dimensional melanoma data classification, where wavelet-based MFCNs often outperform traditional baselines. Overall, the paper provides a principled, scalable framework for manifold deep learning with theoretical guarantees and practical algorithms for point-cloud data.
Abstract
In order to better understand manifold neural networks (MNNs), we introduce Manifold Filter-Combine Networks (MFCNs). Our filter-combine framework parallels the popular aggregate-combine paradigm for graph neural networks (GNNs) and naturally suggests many interesting families of MNNs which can be interpreted as manifold analogues of various popular GNNs. We propose a method for implementing MFCNs on high-dimensional point clouds that relies on approximating an underlying manifold by a sparse graph. We then prove that our method is consistent in the sense that it converges to a continuum limit as the number of data points tends to infinity, and we numerically demonstrate its effectiveness on real-world and synthetic data sets.
