Graph Semi-Supervised Learning for Point Classification on Data Manifolds
Caio F. Deberaldini Netto, Zhiyang Wang, Luana Ruiz

TL;DR
This paper introduces a graph semi-supervised learning framework for point classification on data manifolds, combining VAE-based manifold approximation, geometric graph construction, and GNNs, with theoretical analysis and empirical validation.
Contribution
It provides a theoretical analysis of the generalization properties of a manifold-based semi-supervised learning pipeline, including a novel resampling training procedure to improve generalization.
Findings
Generalization gap decreases with larger graphs under uniform sampling.
Resampling during training further reduces the generalization gap.
Empirical results on image benchmarks validate the approach.
Abstract
We propose a graph semi-supervised learning framework for classification tasks on data manifolds. Motivated by the manifold hypothesis, we model data as points sampled from a low-dimensional manifold . The manifold is approximated in an unsupervised manner using a variational autoencoder (VAE), where the trained encoder maps data to embeddings that represent their coordinates in . A geometric graph is constructed with Gaussian-weighted edges inversely proportional to distances in the embedding space, transforming the point classification problem into a semi-supervised node classification task on the graph. This task is solved using a graph neural network (GNN). Our main contribution is a theoretical analysis of the statistical generalization properties of this data-to-manifold-to-graph pipeline. We show that, under uniform sampling from…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Processing and 3D Reconstruction · 3D Shape Modeling and Analysis
MethodsGraph Neural Network
