New RGG learning method maps any dataset in probabilistic metric spaces
A fresh graph-learning approach handles generic data without distribution assumptions...
A new paper from researchers Dalia Chakrabarty, Kangrui Wang, Chuqiao Zhang, and Ye Liu, posted on arXiv (2608.19082), presents a versatile framework for learning Random Geometric Graphs (RGGs) from multivariate data. Unlike traditional graph learning methods that often rely on distributional assumptions or fixed metric spaces, this approach draws the graph in a probabilistic metric space, making it applicable to generic datasets regardless of observable types, probability distributions, or sample sizes. The core innovation is a random variable that captures the disparity between two vertices' connectedness in the graph and the correlation between their attached random variables. The closed-form cumulative distribution function (CDF) of this disparity variable serves as the distance function, so an edge exists between two nodes when this inter-nodal distance falls below a chosen cutoff probability.
Because the graph is embedded in a probabilistic space, the resulting structure becomes a Soft RGG — every existing edge carries an explicit probability rather than being binary. The authors propose a simple Rejection Sampling-based technique to estimate these edge probabilities efficiently. They also show that the expected degree distribution of a vertex is local in nature and depends on the inter-observable correlation matrix. When that matrix is unknown, the paper provides a closed-form posterior probability density function to learn it from the data. The method is demonstrated on multiple highly multivariate real datasets, showing practical viability. This work is relevant for anyone applying graph-based models to complex data, from social networks to genomic or sensor systems, where uncertainty and heterogeneous relationships are the norm.
- Works on generic multivariate datasets regardless of data size or distribution type
- Uses a closed-form CDF of a 'disparity variable' as the distance metric for edge formation
- Learns edge probabilities via Rejection Sampling; correlation matrix posterior has closed form
Why It Matters
Enables robust graph construction across diverse real-world domains without assuming data distributions, improving graph-based ML applications.