COMPARISON OF BRAIN NETWORKS WITH UNKNOWN CORRESPONDENCES SI - - PowerPoint PPT Presentation

comparison of brain networks with unknown correspondences
SMART_READER_LITE
LIVE PREVIEW

COMPARISON OF BRAIN NETWORKS WITH UNKNOWN CORRESPONDENCES SI - - PowerPoint PPT Presentation

COMPARISON OF BRAIN NETWORKS WITH UNKNOWN CORRESPONDENCES SI Ktena, S Parisot, J Passerat-Palmbach and D Rueckert The brain from a network perspective cognition is a network phenomenon [ Sporns, Dial. Clin. Neurosc. (2013) ] Brain


slide-1
SLIDE 1

COMPARISON OF BRAIN NETWORKS WITH UNKNOWN CORRESPONDENCES

SI Ktena, S Parisot, J Passerat-Palmbach and D Rueckert

slide-2
SLIDE 2

The brain from a network perspective

  • cognition is a network

phenomenon [Sporns, Dial.

  • Clin. Neurosc. (2013)]
  • no physical trace of certain

diseases, only changes in the physical wiring and strength of connections

  • given two brain graphs

representing connectivity, how similar are they? (within/between subjects, between modalities etc.)

Timeseries data Imaging data Functional brain network Structural brain network Brain parcellation Network analysis

2

slide-3
SLIDE 3

Inference: Naive approach

Graph construction

3

{ {

Graph embedding class class Model training and inference

Richiardi et al., IEEE Signal Processing Magazine (2013) Varoquaux and Craddock, Neuroimage (2013)

slide-4
SLIDE 4

Why individual parcellations?

  • Standard anatomical atlases subdivide the brain based on

cytoarchitecture (e.g. Brodmann) or anatomical landmarks (e.g. Desikan-Killiany)

  • Individual variability in terms of anatomy or function due to

maturation or brain injury are not accounted for [Timofiyeva,

PLoS One (2014)]

  • Data-driven single subject parcellations capture this variability

4

slide-5
SLIDE 5

Inexact graph matching

5

Graph embedding Graph kernels

r e q u i r e s n

  • d

e c

  • r

r e s p

  • n

d e n c e s d

  • n
  • t

p r

  • v

i d e e l e m e n t c

  • r

r e s p

  • n

d e n c e s

  • Evaluate how much two graphs share

Craddock et al., Nature Methods (2013) Jie et al. Human Brain Mapping (2014)

slide-6
SLIDE 6

Graph edit distance

  • Measure of dissimilarity between graphs, defined directly in

their domain as a nonnegative function this is a long lon. Able to model structural variation in a very intuitive and illustrative way.

G d : G × G → R+

6

4 2 1 3

G

edge-delete (2,3)

4 2 1 3

G1

5 4 2 3

G2

label-change (1,5)

6 5 4 2 3

G3

node-add (6)

6 5 4 2 3

G4

edge-add(2,6)

7 6 5 4 2 3

G’

node-add(7)

slide-7
SLIDE 7
  • The Hungarian algorithm provides a fast approximate solution

to the GED computation [Riesen & Bunke, Img & Vis. Comp., (2009)]

  • Given two labeled graphs , with and

his is a long l a square cost matrix C of order is defined, which encodes all the possible edit operation costs

GED computation

G1 G2 |V(G1)| = n

|V(G2)| = m

n + m

C =           c1,1 . . . c1,m c1,ε . . . ∞ . . . ... . . . . . . ... . . . cn,1 . . . cn,m ∞ . . . cn,ε cε,1 . . . ∞ . . . . . . ... . . . . . . ... . . . ∞ . . . cε,m . . .          

substitutions deletions insertions

7

slide-8
SLIDE 8

Node features

8

  • Spatial information (coordinates in standard brain space)
  • Feature information (network measures, egonet based)

v4 v3 v1 v2

xv1 yv1 zv1

spatial coordinates egonet network features

dv4 sv4 cv4 dv3 sv3 cv3

mean standard deviation

f 1

v1 f 2 v1 f 3 v1 f 4 v1 f 5 v1 f 6 v1

slide-9
SLIDE 9

Node distance

9

  • Spatial distance
  • Feature distance

fv = ( ¯ du, ¯ su, ¯ cu)

lv = (x, y, z)

Egonet dl = deucl(v1, v2) = klv1 lv2k

df = dcanb(v1, v2) =

d

X

i=1

|fv1i − fv2i| |fv1i| + |fv2i|

d(v1, v2) = α ∗ deucl(v1, v2) + (1 − α) ∗ dcanb(v1, v2)

slide-10
SLIDE 10

Tailoring GED for brain graphs

  • In order to achieve better approximation of the true edit

distance, edge operations need to be involved.

  • Constrain substitutions to the nearest N nodes - set cost to Inf

for the rest of the substitutions if then else

  • Take into account node betweenness centrality g for the cost
  • f node insertion/deletion

10

uj ∈ neigh(vi) ci,j = ∞ c✏,j = α + (1 − α) ∗ g(uj) ci,✏ = α + (1 − α) ∗ g(vi)

ci,j = α ∗ deuclidean(vi, uj) + (1 − α) ∗ dcanberra(vi, uj) + dedge(vi, uj)

slide-11
SLIDE 11

Summary

11

Brain connectivity networks Labeled graphs

. . . . . .

Graph Edit Distance (Hungarian algorithm)

slide-12
SLIDE 12

Evaluation

12

  • Diffusion and functional MRI data from the Human

Connectome Project

  • 30 healthy unrelated subjects as well as 20 monozygotic and

20 dizygotic female twin pairs (MZ twins share 100% of genetic information, while DZ share only 50%)

  • Connectivity driven single-subject parcellations [Parisot et al.,

MICCAI, (2016)]

  • Structural networks derived with probabilistic tractography
  • Functional networks estimated using partial correlation
slide-13
SLIDE 13

Single-subject parcellations

13

same subject different subjects GED(same subject) < GED(different subjects)

slide-14
SLIDE 14

14

Structural networks

* p<0.05 ** p<0.001 ns non-significant

slide-15
SLIDE 15

15

Functional networks

* p<0.05 ** p<0.001 ns non-significant

slide-16
SLIDE 16

Monozygotic vs. unrelated pair

16

slide-17
SLIDE 17

Monozygotic vs. unrelated pair

17

slide-18
SLIDE 18

Conclusions

  • Novel way of evaluating graph similarity between brain

networks based on graph edit distance

  • Enforces spatial constraints and incorporates feature

information

  • Applied on healthy unrelated subjects and twin pairs and was

able to reflect similarities between corresponding networks

  • Future steps:
  • Predicting phenotype using GED distance matrix
  • Network dynamics (brain development, disease

progression, brain plasticity)

18

slide-19
SLIDE 19

Acknowledgements:

Daniel Rueckert Sarah Parisot Salim Arslan

  • J. Passerat-Palmbach

Emma Robinson

Funding sources:

EPSRC Foundation for Education and European Culture