CVLGMar 7, 2017

Distance Metric Learning using Graph Convolutional Networks: Application to Functional Brain Networks

arXiv:1703.02161v2211 citations
AI Analysis

This work addresses the challenge of defining appropriate graph similarity functions in connectomics to identify disruptions associated with brain disorders, representing an incremental advance by applying existing techniques to a specific domain.

The authors tackled the problem of evaluating similarity between graphs, particularly for functional brain networks, by proposing a novel metric learning method that combines convolutional neural networks with spectral graph theory, resulting in an 11.9% improvement in k-nn classifier performance on the ABIDE dataset.

Evaluating similarity between graphs is of major importance in several computer vision and pattern recognition problems, where graph representations are often used to model objects or interactions between elements. The choice of a distance or similarity metric is, however, not trivial and can be highly dependent on the application at hand. In this work, we propose a novel metric learning method to evaluate distance between graphs that leverages the power of convolutional neural networks, while exploiting concepts from spectral graph theory to allow these operations on irregular graphs. We demonstrate the potential of our method in the field of connectomics, where neuronal pathways or functional connections between brain regions are commonly modelled as graphs. In this problem, the definition of an appropriate graph similarity function is critical to unveil patterns of disruptions associated with certain brain disorders. Experimental results on the ABIDE dataset show that our method can learn a graph similarity metric tailored for a clinical application, improving the performance of a simple k-nn classifier by 11.9% compared to a traditional distance metric.

Code Implementations3 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