Enumeration problems of networks

Slides:



Advertisements
Similar presentations
22C:19 Discrete Math Graphs Fall 2010 Sukumar Ghosh.
Advertisements

13 May 2009Instructor: Tasneem Darwish1 University of Palestine Faculty of Applied Engineering and Urban Planning Software Engineering Department Introduction.
Great Theoretical Ideas in Computer Science for Some.
报告人: 林 苑 指导老师:章忠志 副教授 复旦大学  Introduction about random walks  Concepts  Applications  Our works  Fixed-trap problem  Multi-trap problem.
Online Social Networks and Media. Graph partitioning The general problem – Input: a graph G=(V,E) edge (u,v) denotes similarity between u and v weighted.
10/11/2001Random walks and spectral segmentation1 CSE 291 Fall 2001 Marina Meila and Jianbo Shi: Learning Segmentation by Random Walks/A Random Walks View.
C++ Programming: Program Design Including Data Structures, Third Edition Chapter 21: Graphs.
Centrality Measures These measure a nodes importance or prominence in the network. The more central a node is in a network the more significant it is to.
Graphs G = (V,E) V is the vertex set. Vertices are also called nodes and points. E is the edge set. Each edge connects two different vertices. Edges are.
Chapter 9: Graphs Basic Concepts
Discrete Mathematics Lecture 9 Alexander Bukharovich New York University.
KNURE, Software department, Ph , N.V. Bilous Faculty of computer sciences Software department, KNURE The trees.
Been-Chian Chien, Wei-Pang Yang, and Wen-Yang Lin 6-1 Chapter 6 Graphs Introduction to Data Structure CHAPTER 6 GRAPHS 6.1 The Graph Abstract Data Type.
CS774. Markov Random Field : Theory and Application Lecture 08 Kyomin Jung KAIST Sep
Lecture 13 Graphs. Introduction to Graphs Examples of Graphs – Airline Route Map What is the fastest way to get from Pittsburgh to St Louis? What is the.
Random Walks and Semi-Supervised Learning Longin Jan Latecki Based on : Xiaojin Zhu. Semi-Supervised Learning with Graphs. PhD thesis. CMU-LTI ,
GRAPHS CSE, POSTECH. Chapter 16 covers the following topics Graph terminology: vertex, edge, adjacent, incident, degree, cycle, path, connected component,
Graph Theory in Computer Science
On the Number of Spanning Trees a Planar Graph Can Have Kevin Buchin Andre Schulz ESA 2010, , Reporter : 葉士賢 林建旻 蕭聖穎 張琮勛 賴俊鳴.
7.1 and 7.2: Spanning Trees. A network is a graph that is connected –The network must be a sub-graph of the original graph (its edges must come from the.
1 CS104 : Discrete Structures Chapter V Graph Theory.
DISCRETE COMPUTATIONAL STRUCTURES CS Fall 2005.
Random walks in complex networks 第六届全国网络科学论坛与第二届全国混沌应用研讨会 章 忠 志 复旦大学计算科学技术学院 Homepage:
Mathematics of Networks (Cont)
Theory of impedance networks: A new formulation F. Y. Wu FYW, J. Phys. A 37 (2004)
1 12/2/2015 MATH 224 – Discrete Mathematics Formally a graph is just a collection of unordered or ordered pairs, where for example, if {a,b} G if a, b.
Theory of electric networks: The two-point resistance and impedance F. Y. Wu Northeastern University Boston, Massachusetts USA.
Most of contents are provided by the website Graph Essentials TJTSD66: Advanced Topics in Social Media.
Graphs and 2-Way Bounding Discrete Structures (CS 173) Madhusudan Parthasarathy, University of Illinois 1 /File:7_bridgesID.png.
Applied Mathematical Sciences, Vol. 8, 2014, no. 18, HIKARI Ltd, hikari.comhttp://dx.doi.org/ /ams Formula for the.
Data Structures & Algorithms Graphs Richard Newman based on book by R. Sedgewick and slides by S. Sahni.
GRAPHS. Graph Graph terminology: vertex, edge, adjacent, incident, degree, cycle, path, connected component, spanning tree Types of graphs: undirected,
Graphs Basic properties.
The discrete Laplacian on d-regular graphs : Combinatorics, Random Matrix Theory and Random Waves Work done with Yehonatan Elon, Idan Oren, and Amit Godel.
Graphs, Vectors, and Matrices Daniel A. Spielman Yale University AMS Josiah Willard Gibbs Lecture January 6, 2016.
Date: 2005/4/25 Advisor: Sy-Yen Kuo Speaker: Szu-Chi Wang.
Chapter 20: Graphs. Objectives In this chapter, you will: – Learn about graphs – Become familiar with the basic terminology of graph theory – Discover.
Indian Institute of Technology Kharagpur PALLAB DASGUPTA Graph Theory: Trees Pallab Dasgupta, Professor, Dept. of Computer Sc. and Engineering, IIT
Fractal Networks: Structures, Modeling, and Dynamics 章 忠 志 复旦大学计算机科学技术学院 Homepage:
Lecture 5 Graph Theory prepped by Lecturer ahmed AL tememe 1.
Properties and applications of spectra for networks 章 忠 志 复旦大学计算机科学技术学院 Homepage:
Random Walk for Similarity Testing in Complex Networks
Shan Lu, Jieqi Kang, Weibo Gong, Don Towsley UMASS Amherst
Discrete Mathematics Graph: Planar Graph Yuan Luo
Computers versus human brains a cooperative game for scientific discoveries Alain Hertz Polytechnique Montréal Mons, August 23, 2017.
Minimum Spanning Tree 8/7/2018 4:26 AM
Graph theory Definitions Trees, cycles, directed graphs.
Random walks on complex networks
Graph Theory and Algorithm 01
Introduction to Graph Theory
Degree and Eigenvector Centrality
Lecture 15: Graph Theory II
Chapter 9: Graphs Basic Concepts
geometric representations of graphs
Katz Centrality (directed graphs).
3.3 Network-Centric Community Detection
报告人: 林 苑 指导老师:章忠志 副教授 复旦大学
Global mean-first-passage time of random walks on Vicsek fractals
Discrete Mathematics Lecture 12: Graph Theory
Properties and applications of spectra for networks
Discrete Mathematics for Computer Science
第八届全国复杂网络学术会议 Spectra of transition matrix for networks: Computation and applications 章 忠 志 复旦大学计算机科学技术学院 Homepage:
Shan Lu, Jieqi Kang, Weibo Gong, Don Towsley UMASS Amherst
INTRODUCTION TO NETWORK FLOWS
The Spanning Trees Formulas in a Class of Double Fixed-Step Loop Networks Talip Atajan, Naohisa Otsuka  Tokyo Denki University, Japan Xuerong Yong University.
Chapter 9: Graphs Basic Concepts
Binhai Zhu Computer Science Department, Montana State University
Locality In Distributed Graph Algorithms
For Friday Read chapter 9, sections 2-3 No homework
Presentation transcript:

Enumeration problems of networks 2012网络传播动力学研讨会 Enumeration problems of networks 章 忠 志 复旦大学计算机科学技术学院 Email: zhangzz@fudan.edu.cn Homepage: http://homepage.fudan.edu.cn/~zhangzz/ Blog: http://group.sciencenet.cn/home.php?mod=space&uid=311410

Main contents Introduction to enumeration problems Our works 1 Spanning trees: theory and applications Matching (monomer and dimer) Perfect matching (dimers) Our works 2 Spanning trees on networks Matching and perfect matching on scale-free networks 2019/2/16

Various enumeration problems Spanning trees Matchings Perfect matching Spanning forests Spanning connected subgraphs Independent sets Acyclic orientations ••••••• 2019/2/16

Definition of spanning tree A spanning tree of any connected network is defined as a minimal set of edges that connect every node. 图2-26给出的是一个包含5个顶点的连通图的4个生成树。

Applications and relevance of spanning trees A measure of reliability Loop-erased random walks q-state Potts model Sandpile model Electrical networks Isotropic random walks 2019/2/16

Relevance to sandpile model The number of spanning trees equals the number of recurrent configurations. The Electronic Journal of Combinatorics. 2008,15, #R109. 2019/2/16

Connections with electrical networks Every edge – a resistor of 1 ohm. Voltage difference of 1 volt between u and v. R(u,v) – inverse of electrical current from u to v. v _ + u C(u,v) = F(s,t) + F(t,s) =2mR(u,v), R(u,v)= C(u,v)/ (2m) dz is degree of z, m is the number of edges 2019/2/16

Counting spanning trees Adjacency matrix A Diagonal degree matrix D Laplacian matrix L=D-A Probability transition matrix Normalized adjacency matrix Normalized Laplacian matrix 2019/2/16

Definition of matching Given a graph G = (V,E), a matching M in G is a set of pairwise non-adjacent edges; that is, no two edges share a common vertex. Maximal matching Maximum matching 图2-26给出的是一个包含5个顶点的连通图的4个生成树。 Perfect matching

Our works Enumerating spanning in various networks Scale-free networks: Pseudofractal scale-free web, Apollonian networks, Koch networks Fractal networks: Scale-free lattice, Hanoi graphs Small-world network Counting matching on scale-free networks Matching Perfect matching 2019/2/16

Spanning trees in pseudofractal scale-free web A counterintuitive conclusion that a network with more spanning trees may be relatively unreliable. EPL, 2010, 90:68002. 2019/2/16

Spanning trees in Apollonian networks Confirm the conclusion on the last slide. Journal of Mathematical Physics, 2011, 53: 113303 Submitted to Discrete Applied Mathmatics. 2019/2/16

Spanning trees in Koch networks Spanning forests Connected spanning subgraphs Journal of Physics A, 2010, 43: 395102 Journal of Physics A, 2012, 45: 025102 2019/2/16

Spanning trees in fractal scale-free lattices Fractality can significantly increase the number of spanning trees in fractal scale-free networks. Fractal dimension has a predominant influence on the number of spanning trees. Journal of Mathematical Physics, 2011, 53: 113303 Physical Review E, 2011, 83:016116. 2019/2/16

Spanning trees in fractal lattices: Spectral approach Kemeny constant Spanning trees Chaos, 2012, 83:016116.(in press)

Spectra of transition matrix for Hanoi graphs 2019/2/16

What is the minimum number of moves ? The Hanoi towers game   What is the minimum number of moves ? 2019/2/16

Spectra of Hanoi graphs and applications Structural properties Spectral prosperities We obtain all the eigenvalues and their corresponding degeneracies. Spanning trees We determine the exact number of spanning trees and derive an explicit formula of the eigentime identity. Journal of Physics A, 2012, 45:345101. 2019/2/16

Spanning trees in small-world Farey graph Farey sequence of order n denoted by 2019/2/16

Spanning trees in Farey graph Theoretical Computer Science, 2011, 412:865–875 Two nodes and are linked to each other if they satisfy Physica A, 2012, 391:3342-3349 2019/2/16

Monomer-dimer in pseudofractal scale-free web We obtain the exact formula for the number of all possible monomer–dimer arrangements on the network. Physica A, 2012, 391: 828–833. 2019/2/16

Perfect matching in scale-free networks Non-fractal scale-free network Fractal scale-free network We obtain the explicit expression of the number of perfect matching of the two scale-free networks. Submitted to Theoretical Computer Science. 2019/2/16

Thank You!