SIITLGDec 16, 2021

Differentially Describing Groups of Graphs

arXiv:2201.04064v210 citations
AI Analysis

This addresses the need to analyze and compare graph groups in fields like neuroscience and network science, though it appears incremental as it builds on existing graph analysis techniques.

The paper tackles the problem of differentially describing groups of graphs to identify common patterns and differences, introducing Gragra, a method that uses maximum entropy modeling to find statistically significant subgraphs, and shows it works well in experiments on synthetic and real-world data.

How does neural connectivity in autistic children differ from neural connectivity in healthy children or autistic youths? What patterns in global trade networks are shared across classes of goods, and how do these patterns change over time? Answering questions like these requires us to differentially describe groups of graphs: Given a set of graphs and a partition of these graphs into groups, discover what graphs in one group have in common, how they systematically differ from graphs in other groups, and how multiple groups of graphs are related. We refer to this task as graph group analysis, which seeks to describe similarities and differences between graph groups by means of statistically significant subgraphs. To perform graph group analysis, we introduce Gragra, which uses maximum entropy modeling to identify a non-redundant set of subgraphs with statistically significant associations to one or more graph groups. Through an extensive set of experiments on a wide range of synthetic and real-world graph groups, we confirm that Gragra works well in practice.

Foundations

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

Your Notes