LGMLNov 16, 2016

Graph Learning from Data under Structural and Laplacian Constraints

arXiv:1611.05181v345 citations
Originality Incremental advance
AI Analysis

This addresses graph learning for fields using data representation, but it appears incremental as it builds on existing probabilistic frameworks with specialized algorithms.

The paper tackles the problem of learning graphs from data by estimating graph Laplacian matrices under structural constraints, and the proposed algorithms outperform state-of-the-art methods in accuracy and computational efficiency.

Graphs are fundamental mathematical structures used in various fields to represent data, signals and processes. In this paper, we propose a novel framework for learning/estimating graphs from data. The proposed framework includes (i) formulation of various graph learning problems, (ii) their probabilistic interpretations and (iii) associated algorithms. Specifically, graph learning problems are posed as estimation of graph Laplacian matrices from some observed data under given structural constraints (e.g., graph connectivity and sparsity level). From a probabilistic perspective, the problems of interest correspond to maximum a posteriori (MAP) parameter estimation of Gaussian-Markov random field (GMRF) models, whose precision (inverse covariance) is a graph Laplacian matrix. For the proposed graph learning problems, specialized algorithms are developed by incorporating the graph Laplacian and structural constraints. The experimental results demonstrate that the proposed algorithms outperform the current state-of-the-art methods in terms of accuracy and computational efficiency.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes