BRIDGE CENTRALITY: IDENTIFYING BRIDGE SYMPTOMS IN PSYCHOPATHOLOGY - - PowerPoint PPT Presentation

bridge centrality
SMART_READER_LITE
LIVE PREVIEW

BRIDGE CENTRALITY: IDENTIFYING BRIDGE SYMPTOMS IN PSYCHOPATHOLOGY - - PowerPoint PPT Presentation

BRIDGE CENTRALITY: IDENTIFYING BRIDGE SYMPTOMS IN PSYCHOPATHOLOGY NETWORKS Payton Jones Harvard University Masters Thesis Presentation Mental Disorder Comorbidity 1 6 3 4 7 8 2 9 5 10 Depression Social Anxiety Bridge Nodes 1


slide-1
SLIDE 1

BRIDGE CENTRALITY:

IDENTIFYING BRIDGE SYMPTOMS IN PSYCHOPATHOLOGY NETWORKS

Payton Jones

Harvard University Master’s Thesis Presentation

slide-2
SLIDE 2

Mental Disorder Comorbidity

Social Anxiety Depression

2 3 5 4 1 7 8 10 9 6

slide-3
SLIDE 3

2 3 5 4 1 7 8 10 9 6

Bridge Nodes

slide-4
SLIDE 4

Social Anxiety Depression

slide-5
SLIDE 5

CAN WE DETECT BRIDGE NODES IN COMPLEX NETWORKS?

MOTIVATING QUESTION:

slide-6
SLIDE 6

BRIDGE CENTRALITY

bridge expected influence bridge closeness bridge betweenness bridge strength

slide-7
SLIDE 7

2 3 5 4 1 7 8 10 9 6

Bridge Strength

slide-8
SLIDE 8

2 3 5 4 1 7 8 10 9 6

Bridge Betweenness

slide-9
SLIDE 9

2 3 5 4 1 7 8 10 9 6

Bridge Betweenness

slide-10
SLIDE 10

2 3 5 4 1 7 8 10 9 6

Bridge Closeness

slide-11
SLIDE 11

2 3 5 4 1 7 8 10 9 6

Bridge Expected Influence

slide-12
SLIDE 12

IS BRIDGE CENTRALITY ACCURATE?

slide-13
SLIDE 13

Study 1: Detection in simulations

Trials:

  • 1. Adding noise
  • 2. Adding causal direction
  • 3. Adding uncertainty about clusters

2 x 2 x 2 x 500 = 4,000 simulations

slide-14
SLIDE 14

Sensitivity Specificity

85% correct rejections 92% hits

8% misses 15% false alarms

slide-15
SLIDE 15

IS BRIDGE CENTRALITY USEFUL?

slide-16
SLIDE 16

Study 2: Simulation of contagion

  • 1. Start with one community

activated

  • 2. Allow the activation to spread
  • ver many iterations
slide-17
SLIDE 17

Study 2: Simulation of contagion

  • 1. Start with one community

activated

  • 2. Allow the activation to spread
  • ver many iterations
  • 3. Treat a limited number of

nodes

  • 4. Bridge centrality vs. previous

metrics

slide-18
SLIDE 18

Control 1 Control 2 Bridge Centrality

slide-19
SLIDE 19

DOES BRIDGE CENTRALITY WORK IN REAL LIFE SITUATIONS?

slide-20
SLIDE 20
  • 18 published networks
  • Bridge symptoms reported by researchers
  • Bridge symptoms indicated by bridge

centrality

RE-ANALYSIS:

slide-21
SLIDE 21
slide-22
SLIDE 22
slide-23
SLIDE 23

HOW CAN I USE BRIDGE CENTRALITY?

slide-24
SLIDE 24

BRIDGE CENTRALITY: BEYOND MENTAL DISORDERS?

  • Social Anxiety – Depression
  • Grief – Growth
  • Borderline Personality – Narcissistic Personality
  • State-Trait Anxiety – Neuroticism
  • Cognitive – Affective (Attitudes)
slide-25
SLIDE 25
slide-26
SLIDE 26
  • network <- qgraph(cor(data),
  • graph=“glasso”,
  • sampleSize=1000)

GENERATE A NETWORK

slide-27
SLIDE 27
  • communities <- c(rep(“1”, 11), rep(“2”, 9))

DEFINE COMMUNITIES

1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2

slide-28
SLIDE 28
  • b <- bridge(network, communities)
  • plot(b, include=“Bridge Strength”)

BRIDGE CENTRALITY

slide-29
SLIDE 29
slide-30
SLIDE 30
slide-31
SLIDE 31

THANK YOU!

Read the preprint: https://osf.io/c5dkj/ Use the R package: networktools