Using Graph Theory to Study Neural Networks (Watrous, Tandon, Conner, Pieters & Ekstrom, 2012)

Slides:



Advertisements
Similar presentations
Mobile Communication Networks Vahid Mirjalili Department of Mechanical Engineering Department of Biochemistry & Molecular Biology.
Advertisements

SMALL WORLD NETWORKS Made and Presented By : Harshit Bhatt
Graph-02.
VL Netzwerke, WS 2007/08 Edda Klipp 1 Max Planck Institute Molecular Genetics Humboldt University Berlin Theoretical Biophysics Networks in Metabolism.
Complex network of the brain I Small world vs. scale-free networks Jaeseung Jeong, Ph.D. Department of Bio and Brain Engineering, KAIST.
Directional triadic closure and edge deletion mechanism induce asymmetry in directed edge properties.
Networks FIAS Summer School 6th August 2008 Complex Networks 1.
Using Structure Indices for Efficient Approximation of Network Properties Matthew J. Rattigan, Marc Maier, and David Jensen University of Massachusetts.
Degree correlations in complex networks Lazaros K. Gallos Chaoming Song Hernan A. Makse Levich Institute, City College of New York.
Modularity in Biological networks.  Hypothesis: Biological function are carried by discrete functional modules.  Hartwell, L.-H., Hopfield, J. J., Leibler,
Evidence for dynamically organized modularity in the yeast protein- protein interaction network Han, et al
Network analysis and applications Sushmita Roy BMI/CS 576 Dec 2 nd, 2014.
Systems Biology, April 25 th 2007Thomas Skøt Jensen Technical University of Denmark Networks and Network Topology Thomas Skøt Jensen Center for Biological.
The Erdös-Rényi models
From Localization to Connectivity and... Lei Sheu 1/11/2011.
Chapter 11: Cognition and neuroanatomy. Three general questions 1.How is the brain anatomically organized? 2.How is the mind functionally organized? 3.How.
LANGUAGE NETWORKS THE SMALL WORLD OF HUMAN LANGUAGE Akilan Velmurugan Computer Networks – CS 790G.
VAST 2011 Sebastian Bremm, Tatiana von Landesberger, Martin Heß, Tobias Schreck, Philipp Weil, and Kay Hamacher Interactive-Graphics Systems TU Darmstadt,
Graph Evolution: A Computational Approach Olaf Sporns, Department of Psychological and Brain Sciences Indiana University, Bloomington, IN 47405
3. SMALL WORLDS The Watts-Strogatz model. Watts-Strogatz, Nature 1998 Small world: the average shortest path length in a real network is small Six degrees.
Networks Igor Segota Statistical physics presentation.
Local Indicators of Spatial Autocorrelation (LISA) Autocorrelation Distance.
Modelling, Analysis and Visualization of Brain Connectivity
Understanding Network Concepts in Modules Dong J, Horvath S (2007) BMC Systems Biology 2007, 1:24.
1.5 Graph Theory. Graph Theory The Branch of mathematics in which graphs and networks are used to solve problems.
Complex brain networks: graph theoretical analysis of structural and functional systems.
MAT 2720 Discrete Mathematics Section 8.2 Paths and Cycles
March 3, 2009 Network Analysis Valerie Cardenas Nicolson Assistant Adjunct Professor Department of Radiology and Biomedical Imaging.
An Oscillatory Correlation Approach to Scene Segmentation DeLiang Wang The Ohio State University.
Class 2: Graph Theory IST402. Can one walk across the seven bridges and never cross the same bridge twice? Network Science: Graph Theory THE BRIDGES OF.
Community structure in graphs Santo Fortunato. More links “inside” than “outside” Graphs are “sparse” “Communities”
Informatics tools in network science
Network Partition –Finding modules of the network. Graph Clustering –Partition graphs according to the connectivity. –Nodes within a cluster is highly.
Graphs Definition: a graph is an abstract representation of a set of objects where some pairs of the objects are connected by links. The interconnected.
Hierarchical Features of Large-scale Cortical connectivity Presented By Surya Prakash Singh.
Algorithms and Computational Biology Lab, Department of Computer Science and & Information Engineering, National Taiwan University, Taiwan Network Biology.
The Structural Connectome in Children, Made Easy eEdE-197 ASNR 54 th Annual Meeting, Washington DC, May 23-26, 2016 Avner Meoded, Thierry A.G.M. Huisman,
Cmpe 588- Modeling of Internet Emergence of Scale-Free Network with Chaotic Units Pulin Gong, Cees van Leeuwen by Oya Ünlü Instructor: Haluk Bingöl.
Graph clustering to detect network modules
Source-Resolved Connectivity Analysis
Random Walk for Similarity Testing in Complex Networks
From: Automated voxel classification used with atlas-guided diffuse optical tomography for assessment of functional brain networks in young and older adults.
Hiroki Sayama NECSI Summer School 2008 Week 2: Complex Systems Modeling and Networks Network Models Hiroki Sayama
Low functional robustness in mesial temporal lobe epilepsy
KAROLINA FINC NEUROCOGNITIVE LABORATORY
Groups of vertices and Core-periphery structure
Steven L. Bressler, PhD Director, Cognitive Neurodynamics Laboratory
Biological networks CS 5263 Bioinformatics.
Comparing Animal and Human Connectomes
Community detection in graphs
Network Science: A Short Introduction i3 Workshop
The Watts-Strogatz model
Department of Computer Science University of York
Neural network imaging to characterize brain injury in cardiac procedures: the emerging utility of connectomics  B. Indja, J.P. Fanning, J.J. Maller,
Graph Theoretic Analysis of Resting State Functional MR Imaging
The Development of Human Functional Brain Networks
Optimal Degrees of Synaptic Connectivity
Brain Networks and Cognitive Architectures
Network hubs in the human brain
Great Expectations: Using Whole-Brain Computational Connectomics for Understanding Neuropsychiatric Disorders  Gustavo Deco, Morten L. Kringelbach  Neuron 
Cooperative and Competitive Spreading Dynamics on the Human Connectome
Volume 79, Issue 4, Pages (August 2013)
Anastasia Baryshnikova  Cell Systems 
Volume 74, Issue 4, Pages (May 2012)
Network Neuroscience Theory of Human Intelligence
Volume 80, Issue 1, Pages (October 2013)
The Future of Memory: Remembering, Imagining, and the Brain
The Development of Human Functional Brain Networks
by Jorge F. Mejias, John D. Murray, Henry Kennedy, and Xiao-Jing Wang
Volume 81, Issue 3, Pages (February 2014)
Presentation transcript:

Using Graph Theory to Study Neural Networks (Watrous, Tandon, Conner, Pieters & Ekstrom, 2012)

Origins of graph theory (1736) Leonard Euler Is it possible to cross every bridge only once and return to your starting point? No

Origins of graph theory Impossible: If there are more than 2 odd landmasses (node degree). Possible: If there are exactly 2 odd landmasses. No odd landmasses.

Definitions Node degree: # of edges connected to a node (high degree = hub). Cluster: when the nearest neighbors of a node are directly connected to each other (complex networks have high clustering). Path length: minimum # of edges to get from one node to another (complex networks have short average paths). Modules: contain many densely interconnected nodes. There are few connections between nodes in different modules.

Networks Random network: each pair of nodes have an equal probability of being connected to each other (used as a comparison for the observed network). Small-world network: common in biological and technological systems. – High levels of local clustering among nodes (greater than random network) – Short paths that link all nodes in the network (about equal to random network). The ways specific networks deviate from randomness reflects functionality.

Hubs Provincial Hub: high- degree nodes within the same module (V4 and MT). Connector hub: high- degree nodes with diverse connectivity to several modules (area 46/DLPFC).

1. Define network nodes EEG, MEG, MRI, DTI, fMRI Parcellation schemes matter! One fMRI study used 2 different atlases that divided the brain into 70 and 90 regions of interest. Both found small-world properties, but… Significant differences existed at the local and global level. (Wang et al., 2009) 1

2. Estimate a continuous association measure between nodes MEG: spectral coherence or granger causality between sensors. DTI: connection probability between 2 regions. MRI: inter-regional correlations of volume or cortical thickness. fMRI: correlation between any possible pair of regional residual time series, obtain a correlation matrix to threshold. 2 2

3. Create an association matrix by compiling all pairwise associations Apply a threshold to each element of the association matrix to produce a binary adjacency matrix or an undirected graph. The threshold chosen can affect the sparsity or connection density. Alternatively, you can weight graphs instead. 3 3

4. Calculate network parameters, compare them to random networks A number of parameters can be identified: Node degree Clustering Path length Connection density Connector hubs Provincial hubs Modularity 4

Computational models based on structural networks Structural networks serve as a matrix of coupling coefficients that link nodes. Time-course of activity is modeled by dynamic equations that model neural populations with physiologically plausible parameters. Functional networks come from measures of association between the simulated time series or cross-correlations of activity from simulated BOLD data. Matrices can then be thresholded to yield binary networks which can be used to obtain network measures.

Computational models based on structural networks 47 nodes and 505 edges were compiled from anatomical tract- tracing of the macaque cortex. Long time-scale: functional activity overlaps with structural network. Short time-scale: functional activity is less constrained by structural networks. (Honey, Kotter, Breakspear and Sporns, 2007)

Computational models based on structural networks Two major anticorrelated clusters were found. 1: mostly visual areas in OL and TL (blue). 2: somatomotor areas in FL and PL (green). “Association areas” participate in both clusters while other areas stay within their respective cluster.

Histological data from the macaque cortex Dorsal module(yellow) Ventral module (grey) V4 is a hub (red) High clustering Short path length Sparse connectivity between modules Areas linked through hubs

V4 and MT are provincial hubs. V4 connects mostly to areas in visual cortex. Dorsal white, ventral black Most other hubs including area 46 in the PFC are connector hubs. 46 has connections with visual, somatosensory, and motor regions. (Sporns, Honey, and Kotter, 2007)

Schizophrenics show high clustering among high-degree nodes # = Brodmann area ‘ = left hemisphere Healthy: low clustering of high-degree nodes. Schizophrenia: high clustering of high- degree nodes and long distance connections. Networks are more similar to random graphs.