SlideShare a Scribd company logo
How many vertices does a random
walk miss in a network with moderately
increasing the number of vertices?
Shuji Kijima Nobutaka Shimizu Takeharu Shiraga
Kyushu University The University of Tokyo Chuo University
/28
2
Random Walk
• Basic Markov chain on a graph
• simple and low-memory → application in network analysis
e.g., PageRank, MCMC, clustering, etc
/28
3
Hitting Time and Cover Time
• How fast does a RW spreads?
• hitting time =
• cover time
• Many previous works studying RW on static graphs
thit max
u,v
E[RW hits v starting from u]
tcov = max
u
E[RW visits all vertices starting from u]
[Aleliunas, Karp, Lipton, Lovász, Rackoff, 1979] [Feige, 1995] [Feige, 1995]
[Matthews, 1988]
/28
4
RW on Dynamic Graphs
Real-world networks change their structure over time
e.g., WWW, social network, chemical network, …
[Yu, McCann, 2016]
We can analyze dynamic networks using RW
/28
5
RW on Dynamic Graphs
・ sequence of graphs s.t. .
・If all are -regular, .
・RW on recurring family (speci
fi
c type of )
・All are random graph
∃ (Gt) tcov = 2Ω(n)
Gt d thit = O(n2
)
Gt
Gt
[Avin, Kousky, Lotler, 2008]
[Sauerwald, Zanetti, 2019]
[Oksana and Luís, 2014]
[Cai, Sauerwald, Zanetti, 2020]
Most previous works consider the case of a static vertex set
(i.e., for all )
V(Gt) = V t
Consider RW on a sequence of graphs.
G0, G1, …
/28
6
This Work
・We consider RW on a growing graph.
G1 G2 G3
G4
Gn
6
/28
7
Our Framework
・We focus on moderately growing graphs
・Let be a function (duration
・Let be graphs s.t.
・ is obtained by adding a vertex and edges to .
𝔡
: ℕ → ℕ
(G(i)
)i∈ℕ V(G(i)
) = {v1, …, vi}
G(i+1)
G(i)
7
・ # of unvisited vertices after RW on . Then,
U = Un = Gn E[U] = ?
round
・For each , perform RW of length on each .
i
𝔡
(i) G(i)
In this setting, we can apply analysis techniques of RW
/28
8
Simulation Video
8
Growing complete graph Growing path
/28
Related Work
• Most previous works studied a RW on a static vertex set.
9
[Avin, Kousky, Lotler, 2008] [Sauerwald, Zanetti, 2019]
[Oksana and Luís, 2014] [Cai, Sauerwald, Zanetti, 2020]
・The only exception is [Cooper, Frieze, 2002], who considered RW on growing
preferential attachment model with constant . They proved that
(as )
𝔡
(i)
E[U]/n → const n → ∞
/28
10
Observations
・If , then, the RW visits all vertices at each round.
𝔡
(i) ≫ tcov(G(i)
)
10
・Suppose for all . Then,
𝔡
(i) ≥ (1 + ϵ)thit(G(i)
) i
E[U] =
n
∑
i=1
Pr[vi is unvisited] = O(1) .
Pr[vi is unvisited] = Pr
⋀
j≥i
{vi is unvisited at j-th round}
-th arrival vertex
(i.e.,
i
V(Gi)∖V(Gi−1)
≤ (1 + ϵ)−(n−i+1)
Therefore,
・How about ?
𝔡
(i) ≪ thit(G(i)
)
/28
11
Results
11
Theorem 1
Consider a lazy and reversible RW on a moderately growing graph.
If , then .
𝔡
(i) ≥
3Cthit(G(i)
)
N
+ 2tmix(G(i)
) E[U] ≤ 8N + 32
・Result for graphs with (e.g., expander graphs)
thit(G(i)
) ≫ tmix(G(i)
)
・We cannot apply Theorem 1 if (e.g., path)
thit(G(i)
) ≈ tmix(G(i)
)
・At each round, RW mixes enough since
𝔡
(i) ≥ 2tmix(G(i)
)
/28
12
Results
12
Theorem 2 (informal)
Consider a lazy simple RW on a growing graph.
Suppose that and
Then, .
|E(G(i)
)|
|E(G(i−1))|
≤ 1 + O(i−1
)
𝔡
(i) ≥ Ω
(
thit(Gi)
iγ )
E[U] = O(nγ
)
・We can apply Theorem 2 if the edges moderately increase. (e.g., path)
/28
13
Example
13
There is a const such that, for any ,
C > 0 γ ∈ [0,1]
On a growing complete graph,
・
・
𝔡
(i) ≥ Ci1−γ
⇒ E[U] = O(nγ
)
𝔡
(i) ≤ Ci1−γ
⇒ E[U] = Ω(nγ
)
On a growing path
・
・
𝔡
(i) ≥ Ci2−γ
⇒ E[U] = O(nγ
)
𝔡
(i) ≤ Ci2−γ
⇒ E[U] = Ω(nγ
)
*Lower bounds are shown by an ad-hoc way
/28
14
Idea of Proof
14
1. As a warm up, consider a growing complete graph.
2. We extend the argument to the general case
Theorem 2 (reminder)
Consider a lazy simple RW on a growing graph.
Suppose that and
Then, .
|E(G(i)
)|
|E(G(i−1))|
≤ 1 + O(i−1
)
𝔡
(i) ≥ Ω
(
thit(Gi)
iγ )
E[U] = O(nγ
)
/28
15
Warm Up: Complete Graph
15
・Suppose has a self loop on each vertex.
G(i)
= Ki
RW visit w.p.
v ∈ V(G(i)
) 1/i
・Pr[v is unvisited during round i] =
(
1 −
1
i )
(i)
Pr[vi is unvisited all the time] =
n
∏
j=i
(
1 −
1
j )
(j)
E[U] =
n
∑
i=1
n
∏
j=i
(
1 −
1
j )
𝔡
(j)
/28
16
Warm Up: Complete Graph
16
・Upper bound:
𝔡
(i) ≥ Ci1−γ
⇒ E[U] = O(nγ
)
Evaluate E[U] =
n
∑
i=1
n
∏
j=i
(
1 −
1
j )
𝔡
(j)
n
∏
j=i
(
1 −
1
j )
𝔡
(i)
≤ exp −
n
∑
j=i
C
jγ
≤ exp
(
−(n − i + 1)
C
nγ )
.
E[U] ≤
n
∑
i=1
exp
(
−(n − i + 1)
C
nγ )
= O(nγ
) .
Hence
□
/28
17
Warm Up: Complete Graph
17
・Lower bound:
𝔡
(i) ≤ Ci1−γ
⇒ E[U] = Ω(nγ
)
Evaluate E[U] =
n
∑
i=1
n
∏
j=i
(
1 −
1
j )
𝔡
(j)
n
∏
j=i
(
1 −
1
j )
𝔡
(i)
≥
n
∏
j=i
(
1 −
1
j )
Cn1−γ
=
(
i − 1
n )
Cn1−γ
.
E[U] ≥
n
∑
i=1
(
i − 1
n )
Cn1−γ
= Ω(nγ
)
Hence
□
/28
18
Extend to General Graph
18
E[U] =
n
∑
i=1
n
∏
j=i
(
1 −
1
j )
𝔡
(j)
On , for any and ,
Ki u, v ∈ V(Ki) t
Pr[τu,v > t] =
(
1 −
1
i )
t
* = time for RW to visit starting from
τu,v v u
/28
19
Extend to General Graph
19
E[U] =
n
∑
i=1
n
∏
j=i
(
1 −
1
j )
𝔡
(j)
On , for any and ,
Ki u, v ∈ V(Ki) t
Pr[τu,v > t] =
(
1 −
1
i )
t
* = time for RW to visit starting from
τu,v v u * Lazy, irreducible, and lazy RW
* is the stationary dist.
π ∈ [0,1]V
[Aldous, Fill, 2002], [Oliveira, Peres, 2019]
generalize
For any and ,
v ∈ V(G) t
Pr
u∼π
[τu,v > t] ≤
(
1 −
1
thit )
t
/28
20
Extend to General Graph
20
E[U] =
n
∑
i=1
n
∏
j=i
(
1 −
1
j )
𝔡
(j)
On , for any and ,
Ki u, v ∈ V(Ki) t
Pr[τu,v > t] =
(
1 −
1
i )
t
* = time for RW to visit starting from
τu,v v u * Lazy, irreducible, and lazy RW
* is the stationary dist.
π ∈ [0,1]V
[Aldous, Fill, 2002], [Oliveira, Peres, 2019]
E[U] ≤
n
∑
i=1
n
∏
j=i
(
1 −
1
thit(G(j)))
𝔡
(j)
🤔
generalize
For any and ,
v ∈ V(G) t
Pr
u∼π
[τu,v > t] ≤
(
1 −
1
thit )
t
/28
E[U] ≤
n
∑
i=1
n
∏
j=i
(
1 −
1
thit(G(j)))
𝔡
(j)
21
Extend to General Graph
21
E[U] =
n
∑
i=1
n
∏
j=i
(
1 −
1
j )
𝔡
(j)
On , for any and ,
Ki u, v ∈ V(Ki) t
Pr[τu,v > t] =
(
1 −
1
i )
t
* = time for RW to visit starting from
τu,v v u * Lazy, irreducible, and lazy RW
* is the stationary dist.
π ∈ [0,1]V
[Aldous, Fill, 2002], [Oliveira, Peres, 2019]
😓
generalize
For any and ,
v ∈ V(G) t
Pr
u∼π
[τu,v > t] ≤
(
1 −
1
thit )
t
Our graph is dynamic
changes over time
π
/28
22
Extend to General Graph
22
E[U] ≤
n
∑
i=1
n
∏
j=i
(
1 −
1
thit(G(j)))
𝔡
(j)
Lemma
E[U] ≤ O(1) ⋅
n
∑
i=1
n
∏
j=i
max
v∈V(G(j)
)
π(j−1)
(v)
π(j)(v) (
1 −
1
thit(G(j)))
(j)
= is stationary dist. of
π(j)
G(j)
If changes moderately, then we can evaluate .
π(i)
E[U]
😓
😄
/28
23
Proof Sketch
23
Pr[vi is unvisited] ≈
∏
j≥i
(ratio between and )
Xt π(j)
× Pr
u∼π
[τu,v > t]
If ,
this term .
𝔡
(j) ≥ tmix(G(j)
)
≈ 1
[Aldous, Fill, 2002], [Oliveira, Peres, 2019]
For any and ,
v ∈ V(G) t
Pr
u∼π
[τu,v > t] ≤
(
1 −
1
thit )
t
* can be much less than the mixing time 😓
𝔡
(j)
* = is stationary dist. of
π(j)
G(j)
/28
24
Behavior of RW
24
On a static graph,
distribution of RW → π
π
[0,1]V
dist of Xt
t → ∞
On a dynamic graph,
changes over time
π
π(i)
dist of Xt
t → ∞
π(i+1)
/28
25
Behavior of RW
25
On a static graph,
distribution of RW → π
π
[0,1]V
dist of Xt
t → ∞
On a dynamic graph,
changes over time
π
π(i)
dist of Xt
t → ∞
π(i+1)
If changes moderately,
we can bound the distance
π
/28
26
Extend to General Graph
26
Lemma
E[U] ≤ O(1) ⋅
n
∑
i=1
n
∏
j=i
max
v∈V(G(j)
)
π(j−1)
(v)
π(j)(v) (
1 −
1
thit(G(j)))
(j)
= is stationary dist. of
π(j)
G(j)
If changes moderately, then we can evaluate .
π(i)
E[U]
/28
27
Proof via Lemma
27
From assumption,
Theorem 2 (reminder)
Consider a lazy simple RW on a growing graph.
Suppose that and . Then, .
|E(G(i)
)|
|E(G(i−1))|
≤ 1 + O(i−1
)
𝔡
(i) ≥ Ω
(
thit(Gi)
iγ )
E[U] = O(nγ
)
π(i−1)
(v)
π(i)(v)
=
deg(i−1)
(v)
2|E(G(i−1))|
⋅
2|E(G(i)
)|
deg(i)(v)
≤
|E(G(i)
)|
|E(G(i−1) |
≤ 1 + O(i−1
)
Then,
max
v∈V(G(j)
)
π(j−1)
(v)
π(j)(v) (
1 −
1
thit(G(j)))
𝔡
(j)
≤
(
1 −
1
thit(G(j)))
(j)−O
(
thit(G(j))
j )
≈
(
1 −
1
thit(G(j)))
(j)
Hence,
E[U] ≤ O(1) ⋅
n
∑
i=1
n
∏
j=i
(
1 −
1
thit(G(j)))
𝔡
(j)
/28
28
Conclusion
28
・We introduce RW on growing graphs.
・Analysis is tractable If changes moderately.
π
・Can we apply techniques of previous works to the growing setting?
Future Direction
・Hitting time, mixing time, etc on growing graphs.
[Avin, Kousky, Lotler, 2008] [Sauerwald, Zanetti, 2019]
[Oksana and Luís, 2014] [Cai, Sauerwald, Zanetti, 2020]

More Related Content

What's hot

A Note on the Derivation of the Variational Inference Updates for DILN
A Note on the Derivation of the Variational Inference Updates for DILNA Note on the Derivation of the Variational Inference Updates for DILN
A Note on the Derivation of the Variational Inference Updates for DILN
Tomonari Masada
 
A NEW APPROACH TO M(G)-GROUP SOFT UNION ACTION AND ITS APPLICATIONS TO M(G)-G...
A NEW APPROACH TO M(G)-GROUP SOFT UNION ACTION AND ITS APPLICATIONS TO M(G)-G...A NEW APPROACH TO M(G)-GROUP SOFT UNION ACTION AND ITS APPLICATIONS TO M(G)-G...
A NEW APPROACH TO M(G)-GROUP SOFT UNION ACTION AND ITS APPLICATIONS TO M(G)-G...
ijscmcj
 
Martin Roth: A spatial peaks-over-threshold model in a nonstationary climate
Martin Roth: A spatial peaks-over-threshold model in a nonstationary climateMartin Roth: A spatial peaks-over-threshold model in a nonstationary climate
Martin Roth: A spatial peaks-over-threshold model in a nonstationary climate
Jiří Šmída
 
Trilinear embedding for divergence-form operators
Trilinear embedding for divergence-form operatorsTrilinear embedding for divergence-form operators
Trilinear embedding for divergence-form operators
VjekoslavKovac1
 
On maximal and variational Fourier restriction
On maximal and variational Fourier restrictionOn maximal and variational Fourier restriction
On maximal and variational Fourier restriction
VjekoslavKovac1
 
Zap Q-Learning - ISMP 2018
Zap Q-Learning - ISMP 2018Zap Q-Learning - ISMP 2018
Zap Q-Learning - ISMP 2018
Sean Meyn
 
S. Duplij, Y. Hong, F. Li. Uq(sl(m+1))-module algebra structures on the coord...
S. Duplij, Y. Hong, F. Li. Uq(sl(m+1))-module algebra structures on the coord...S. Duplij, Y. Hong, F. Li. Uq(sl(m+1))-module algebra structures on the coord...
S. Duplij, Y. Hong, F. Li. Uq(sl(m+1))-module algebra structures on the coord...
Steven Duplij (Stepan Douplii)
 
Bellman functions and Lp estimates for paraproducts
Bellman functions and Lp estimates for paraproductsBellman functions and Lp estimates for paraproducts
Bellman functions and Lp estimates for paraproducts
VjekoslavKovac1
 
QMC: Operator Splitting Workshop, Open Problems - Heinz Bauschke, Mar 23, 2018
QMC: Operator Splitting Workshop, Open Problems - Heinz Bauschke, Mar 23, 2018QMC: Operator Splitting Workshop, Open Problems - Heinz Bauschke, Mar 23, 2018
QMC: Operator Splitting Workshop, Open Problems - Heinz Bauschke, Mar 23, 2018
The Statistical and Applied Mathematical Sciences Institute
 
l1-Embeddings and Algorithmic Applications
l1-Embeddings and Algorithmic Applicationsl1-Embeddings and Algorithmic Applications
l1-Embeddings and Algorithmic Applications
Grigory Yaroslavtsev
 
CLIM Transition Workshop - Semiparametric Models for Extremes - Surya Tokdar,...
CLIM Transition Workshop - Semiparametric Models for Extremes - Surya Tokdar,...CLIM Transition Workshop - Semiparametric Models for Extremes - Surya Tokdar,...
CLIM Transition Workshop - Semiparametric Models for Extremes - Surya Tokdar,...
The Statistical and Applied Mathematical Sciences Institute
 
Estimates for a class of non-standard bilinear multipliers
Estimates for a class of non-standard bilinear multipliersEstimates for a class of non-standard bilinear multipliers
Estimates for a class of non-standard bilinear multipliers
VjekoslavKovac1
 
Computing the Nucleon Spin from Lattice QCD
Computing the Nucleon Spin from Lattice QCDComputing the Nucleon Spin from Lattice QCD
Computing the Nucleon Spin from Lattice QCD
Christos Kallidonis
 
Variants of the Christ-Kiselev lemma and an application to the maximal Fourie...
Variants of the Christ-Kiselev lemma and an application to the maximal Fourie...Variants of the Christ-Kiselev lemma and an application to the maximal Fourie...
Variants of the Christ-Kiselev lemma and an application to the maximal Fourie...
VjekoslavKovac1
 
Dominación y extensiones óptimas de operadores con rango esencial compacto en...
Dominación y extensiones óptimas de operadores con rango esencial compacto en...Dominación y extensiones óptimas de operadores con rango esencial compacto en...
Dominación y extensiones óptimas de operadores con rango esencial compacto en...
esasancpe
 
Quantitative norm convergence of some ergodic averages
Quantitative norm convergence of some ergodic averagesQuantitative norm convergence of some ergodic averages
Quantitative norm convergence of some ergodic averages
VjekoslavKovac1
 
Preserving Personalized Pagerank in Subgraphs(ICML 2011)
Preserving Personalized Pagerank in Subgraphs(ICML 2011) Preserving Personalized Pagerank in Subgraphs(ICML 2011)
Preserving Personalized Pagerank in Subgraphs(ICML 2011)
ybenjo
 
Need for Controllers having Integer Coefficients in Homomorphically Encrypted D...
Need for Controllers having Integer Coefficients in Homomorphically Encrypted D...Need for Controllers having Integer Coefficients in Homomorphically Encrypted D...
Need for Controllers having Integer Coefficients in Homomorphically Encrypted D...
CDSL_at_SNU
 
Dynamical t/U expansion for the doped Hubbard model
Dynamical t/U expansion for the doped Hubbard modelDynamical t/U expansion for the doped Hubbard model
Dynamical t/U expansion for the doped Hubbard model
WenxingDing1
 
Recurrence Relation for Achromatic Number of Line Graph of Graph
Recurrence Relation for Achromatic Number of Line Graph of GraphRecurrence Relation for Achromatic Number of Line Graph of Graph
Recurrence Relation for Achromatic Number of Line Graph of Graph
IRJET Journal
 

What's hot (20)

A Note on the Derivation of the Variational Inference Updates for DILN
A Note on the Derivation of the Variational Inference Updates for DILNA Note on the Derivation of the Variational Inference Updates for DILN
A Note on the Derivation of the Variational Inference Updates for DILN
 
A NEW APPROACH TO M(G)-GROUP SOFT UNION ACTION AND ITS APPLICATIONS TO M(G)-G...
A NEW APPROACH TO M(G)-GROUP SOFT UNION ACTION AND ITS APPLICATIONS TO M(G)-G...A NEW APPROACH TO M(G)-GROUP SOFT UNION ACTION AND ITS APPLICATIONS TO M(G)-G...
A NEW APPROACH TO M(G)-GROUP SOFT UNION ACTION AND ITS APPLICATIONS TO M(G)-G...
 
Martin Roth: A spatial peaks-over-threshold model in a nonstationary climate
Martin Roth: A spatial peaks-over-threshold model in a nonstationary climateMartin Roth: A spatial peaks-over-threshold model in a nonstationary climate
Martin Roth: A spatial peaks-over-threshold model in a nonstationary climate
 
Trilinear embedding for divergence-form operators
Trilinear embedding for divergence-form operatorsTrilinear embedding for divergence-form operators
Trilinear embedding for divergence-form operators
 
On maximal and variational Fourier restriction
On maximal and variational Fourier restrictionOn maximal and variational Fourier restriction
On maximal and variational Fourier restriction
 
Zap Q-Learning - ISMP 2018
Zap Q-Learning - ISMP 2018Zap Q-Learning - ISMP 2018
Zap Q-Learning - ISMP 2018
 
S. Duplij, Y. Hong, F. Li. Uq(sl(m+1))-module algebra structures on the coord...
S. Duplij, Y. Hong, F. Li. Uq(sl(m+1))-module algebra structures on the coord...S. Duplij, Y. Hong, F. Li. Uq(sl(m+1))-module algebra structures on the coord...
S. Duplij, Y. Hong, F. Li. Uq(sl(m+1))-module algebra structures on the coord...
 
Bellman functions and Lp estimates for paraproducts
Bellman functions and Lp estimates for paraproductsBellman functions and Lp estimates for paraproducts
Bellman functions and Lp estimates for paraproducts
 
QMC: Operator Splitting Workshop, Open Problems - Heinz Bauschke, Mar 23, 2018
QMC: Operator Splitting Workshop, Open Problems - Heinz Bauschke, Mar 23, 2018QMC: Operator Splitting Workshop, Open Problems - Heinz Bauschke, Mar 23, 2018
QMC: Operator Splitting Workshop, Open Problems - Heinz Bauschke, Mar 23, 2018
 
l1-Embeddings and Algorithmic Applications
l1-Embeddings and Algorithmic Applicationsl1-Embeddings and Algorithmic Applications
l1-Embeddings and Algorithmic Applications
 
CLIM Transition Workshop - Semiparametric Models for Extremes - Surya Tokdar,...
CLIM Transition Workshop - Semiparametric Models for Extremes - Surya Tokdar,...CLIM Transition Workshop - Semiparametric Models for Extremes - Surya Tokdar,...
CLIM Transition Workshop - Semiparametric Models for Extremes - Surya Tokdar,...
 
Estimates for a class of non-standard bilinear multipliers
Estimates for a class of non-standard bilinear multipliersEstimates for a class of non-standard bilinear multipliers
Estimates for a class of non-standard bilinear multipliers
 
Computing the Nucleon Spin from Lattice QCD
Computing the Nucleon Spin from Lattice QCDComputing the Nucleon Spin from Lattice QCD
Computing the Nucleon Spin from Lattice QCD
 
Variants of the Christ-Kiselev lemma and an application to the maximal Fourie...
Variants of the Christ-Kiselev lemma and an application to the maximal Fourie...Variants of the Christ-Kiselev lemma and an application to the maximal Fourie...
Variants of the Christ-Kiselev lemma and an application to the maximal Fourie...
 
Dominación y extensiones óptimas de operadores con rango esencial compacto en...
Dominación y extensiones óptimas de operadores con rango esencial compacto en...Dominación y extensiones óptimas de operadores con rango esencial compacto en...
Dominación y extensiones óptimas de operadores con rango esencial compacto en...
 
Quantitative norm convergence of some ergodic averages
Quantitative norm convergence of some ergodic averagesQuantitative norm convergence of some ergodic averages
Quantitative norm convergence of some ergodic averages
 
Preserving Personalized Pagerank in Subgraphs(ICML 2011)
Preserving Personalized Pagerank in Subgraphs(ICML 2011) Preserving Personalized Pagerank in Subgraphs(ICML 2011)
Preserving Personalized Pagerank in Subgraphs(ICML 2011)
 
Need for Controllers having Integer Coefficients in Homomorphically Encrypted D...
Need for Controllers having Integer Coefficients in Homomorphically Encrypted D...Need for Controllers having Integer Coefficients in Homomorphically Encrypted D...
Need for Controllers having Integer Coefficients in Homomorphically Encrypted D...
 
Dynamical t/U expansion for the doped Hubbard model
Dynamical t/U expansion for the doped Hubbard modelDynamical t/U expansion for the doped Hubbard model
Dynamical t/U expansion for the doped Hubbard model
 
Recurrence Relation for Achromatic Number of Line Graph of Graph
Recurrence Relation for Achromatic Number of Line Graph of GraphRecurrence Relation for Achromatic Number of Line Graph of Graph
Recurrence Relation for Achromatic Number of Line Graph of Graph
 

Similar to How many vertices does a random walk miss in a network with moderately increasing the number of vertices?

Solovay Kitaev theorem
Solovay Kitaev theoremSolovay Kitaev theorem
Solovay Kitaev theorem
JamesMa54
 
2017-07, Research Seminar at Keio University, Metric Perspective of Stochasti...
2017-07, Research Seminar at Keio University, Metric Perspective of Stochasti...2017-07, Research Seminar at Keio University, Metric Perspective of Stochasti...
2017-07, Research Seminar at Keio University, Metric Perspective of Stochasti...
asahiushio1
 
PMED Transition Workshop - A Bayesian Model for Joint Longitudinal and Surviv...
PMED Transition Workshop - A Bayesian Model for Joint Longitudinal and Surviv...PMED Transition Workshop - A Bayesian Model for Joint Longitudinal and Surviv...
PMED Transition Workshop - A Bayesian Model for Joint Longitudinal and Surviv...
The Statistical and Applied Mathematical Sciences Institute
 
Congrès SMAI 2019
Congrès SMAI 2019Congrès SMAI 2019
Congrès SMAI 2019
Hamed Zakerzadeh
 
Stochastic Alternating Direction Method of Multipliers
Stochastic Alternating Direction Method of MultipliersStochastic Alternating Direction Method of Multipliers
Stochastic Alternating Direction Method of Multipliers
Taiji Suzuki
 
2 cooper
2 cooper2 cooper
2 cooper
Yandex
 
Run Or Walk In The Rain? (Orthogonal Projected Area of Ellipsoid)
Run Or Walk In The Rain? (Orthogonal Projected Area of Ellipsoid)Run Or Walk In The Rain? (Orthogonal Projected Area of Ellipsoid)
Run Or Walk In The Rain? (Orthogonal Projected Area of Ellipsoid)
iosrjce
 
Fast and efficient exact synthesis of single qubit unitaries generated by cli...
Fast and efficient exact synthesis of single qubit unitaries generated by cli...Fast and efficient exact synthesis of single qubit unitaries generated by cli...
Fast and efficient exact synthesis of single qubit unitaries generated by cli...
JamesMa54
 
Paper id 71201961
Paper id 71201961Paper id 71201961
Paper id 71201961
IJRAT
 
Scalable inference for a full multivariate stochastic volatility
Scalable inference for a full multivariate stochastic volatilityScalable inference for a full multivariate stochastic volatility
Scalable inference for a full multivariate stochastic volatility
SYRTO Project
 
A Numerical Method For Solving The Problem U T - Delta F (U) 0
A Numerical Method For Solving The Problem  U T -  Delta F (U)   0A Numerical Method For Solving The Problem  U T -  Delta F (U)   0
A Numerical Method For Solving The Problem U T - Delta F (U) 0
Kim Daniels
 
Some_Properties_for_the_Commutators_of_Special_Linear_Quantum_Groups (12).pdf
Some_Properties_for_the_Commutators_of_Special_Linear_Quantum_Groups (12).pdfSome_Properties_for_the_Commutators_of_Special_Linear_Quantum_Groups (12).pdf
Some_Properties_for_the_Commutators_of_Special_Linear_Quantum_Groups (12).pdf
mehsinatteya88
 
Ece4510 notes08
Ece4510 notes08Ece4510 notes08
Ece4510 notes08
K. M. Shahrear Hyder
 
IRJET- Common Fixed Point Results in Menger Spaces
IRJET-  	  Common Fixed Point Results in Menger SpacesIRJET-  	  Common Fixed Point Results in Menger Spaces
IRJET- Common Fixed Point Results in Menger Spaces
IRJET Journal
 
Numerical Solution Of Delay Differential Equations Using The Adomian Decompos...
Numerical Solution Of Delay Differential Equations Using The Adomian Decompos...Numerical Solution Of Delay Differential Equations Using The Adomian Decompos...
Numerical Solution Of Delay Differential Equations Using The Adomian Decompos...
theijes
 
Complexity Classes and the Graph Isomorphism Problem
Complexity Classes and the Graph Isomorphism ProblemComplexity Classes and the Graph Isomorphism Problem
Complexity Classes and the Graph Isomorphism Problem
cseiitgn
 
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
The Statistical and Applied Mathematical Sciences Institute
 
Minimum spanning tree
Minimum spanning treeMinimum spanning tree
Minimum spanning tree
Amit Kumar Rathi
 
Levy processes in the energy markets
Levy processes in the energy marketsLevy processes in the energy markets
Levy processes in the energy markets
Otmane Senhadji El Rhazi
 
guenomu software -- model and agorithm in 2013
guenomu software -- model and agorithm in 2013guenomu software -- model and agorithm in 2013
guenomu software -- model and agorithm in 2013
Leonardo de Oliveira Martins
 

Similar to How many vertices does a random walk miss in a network with moderately increasing the number of vertices? (20)

Solovay Kitaev theorem
Solovay Kitaev theoremSolovay Kitaev theorem
Solovay Kitaev theorem
 
2017-07, Research Seminar at Keio University, Metric Perspective of Stochasti...
2017-07, Research Seminar at Keio University, Metric Perspective of Stochasti...2017-07, Research Seminar at Keio University, Metric Perspective of Stochasti...
2017-07, Research Seminar at Keio University, Metric Perspective of Stochasti...
 
PMED Transition Workshop - A Bayesian Model for Joint Longitudinal and Surviv...
PMED Transition Workshop - A Bayesian Model for Joint Longitudinal and Surviv...PMED Transition Workshop - A Bayesian Model for Joint Longitudinal and Surviv...
PMED Transition Workshop - A Bayesian Model for Joint Longitudinal and Surviv...
 
Congrès SMAI 2019
Congrès SMAI 2019Congrès SMAI 2019
Congrès SMAI 2019
 
Stochastic Alternating Direction Method of Multipliers
Stochastic Alternating Direction Method of MultipliersStochastic Alternating Direction Method of Multipliers
Stochastic Alternating Direction Method of Multipliers
 
2 cooper
2 cooper2 cooper
2 cooper
 
Run Or Walk In The Rain? (Orthogonal Projected Area of Ellipsoid)
Run Or Walk In The Rain? (Orthogonal Projected Area of Ellipsoid)Run Or Walk In The Rain? (Orthogonal Projected Area of Ellipsoid)
Run Or Walk In The Rain? (Orthogonal Projected Area of Ellipsoid)
 
Fast and efficient exact synthesis of single qubit unitaries generated by cli...
Fast and efficient exact synthesis of single qubit unitaries generated by cli...Fast and efficient exact synthesis of single qubit unitaries generated by cli...
Fast and efficient exact synthesis of single qubit unitaries generated by cli...
 
Paper id 71201961
Paper id 71201961Paper id 71201961
Paper id 71201961
 
Scalable inference for a full multivariate stochastic volatility
Scalable inference for a full multivariate stochastic volatilityScalable inference for a full multivariate stochastic volatility
Scalable inference for a full multivariate stochastic volatility
 
A Numerical Method For Solving The Problem U T - Delta F (U) 0
A Numerical Method For Solving The Problem  U T -  Delta F (U)   0A Numerical Method For Solving The Problem  U T -  Delta F (U)   0
A Numerical Method For Solving The Problem U T - Delta F (U) 0
 
Some_Properties_for_the_Commutators_of_Special_Linear_Quantum_Groups (12).pdf
Some_Properties_for_the_Commutators_of_Special_Linear_Quantum_Groups (12).pdfSome_Properties_for_the_Commutators_of_Special_Linear_Quantum_Groups (12).pdf
Some_Properties_for_the_Commutators_of_Special_Linear_Quantum_Groups (12).pdf
 
Ece4510 notes08
Ece4510 notes08Ece4510 notes08
Ece4510 notes08
 
IRJET- Common Fixed Point Results in Menger Spaces
IRJET-  	  Common Fixed Point Results in Menger SpacesIRJET-  	  Common Fixed Point Results in Menger Spaces
IRJET- Common Fixed Point Results in Menger Spaces
 
Numerical Solution Of Delay Differential Equations Using The Adomian Decompos...
Numerical Solution Of Delay Differential Equations Using The Adomian Decompos...Numerical Solution Of Delay Differential Equations Using The Adomian Decompos...
Numerical Solution Of Delay Differential Equations Using The Adomian Decompos...
 
Complexity Classes and the Graph Isomorphism Problem
Complexity Classes and the Graph Isomorphism ProblemComplexity Classes and the Graph Isomorphism Problem
Complexity Classes and the Graph Isomorphism Problem
 
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
 
Minimum spanning tree
Minimum spanning treeMinimum spanning tree
Minimum spanning tree
 
Levy processes in the energy markets
Levy processes in the energy marketsLevy processes in the energy markets
Levy processes in the energy markets
 
guenomu software -- model and agorithm in 2013
guenomu software -- model and agorithm in 2013guenomu software -- model and agorithm in 2013
guenomu software -- model and agorithm in 2013
 

Recently uploaded

3D Hybrid PIC simulation of the plasma expansion (ISSS-14)
3D Hybrid PIC simulation of the plasma expansion (ISSS-14)3D Hybrid PIC simulation of the plasma expansion (ISSS-14)
3D Hybrid PIC simulation of the plasma expansion (ISSS-14)
David Osipyan
 
ESR spectroscopy in liquid food and beverages.pptx
ESR spectroscopy in liquid food and beverages.pptxESR spectroscopy in liquid food and beverages.pptx
ESR spectroscopy in liquid food and beverages.pptx
PRIYANKA PATEL
 
aziz sancar nobel prize winner: from mardin to nobel
aziz sancar nobel prize winner: from mardin to nobelaziz sancar nobel prize winner: from mardin to nobel
aziz sancar nobel prize winner: from mardin to nobel
İsa Badur
 
waterlessdyeingtechnolgyusing carbon dioxide chemicalspdf
waterlessdyeingtechnolgyusing carbon dioxide chemicalspdfwaterlessdyeingtechnolgyusing carbon dioxide chemicalspdf
waterlessdyeingtechnolgyusing carbon dioxide chemicalspdf
LengamoLAppostilic
 
Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...
Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...
Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...
Travis Hills MN
 
THEMATIC APPERCEPTION TEST(TAT) cognitive abilities, creativity, and critic...
THEMATIC  APPERCEPTION  TEST(TAT) cognitive abilities, creativity, and critic...THEMATIC  APPERCEPTION  TEST(TAT) cognitive abilities, creativity, and critic...
THEMATIC APPERCEPTION TEST(TAT) cognitive abilities, creativity, and critic...
Abdul Wali Khan University Mardan,kP,Pakistan
 
Authoring a personal GPT for your research and practice: How we created the Q...
Authoring a personal GPT for your research and practice: How we created the Q...Authoring a personal GPT for your research and practice: How we created the Q...
Authoring a personal GPT for your research and practice: How we created the Q...
Leonel Morgado
 
Compexometric titration/Chelatorphy titration/chelating titration
Compexometric titration/Chelatorphy titration/chelating titrationCompexometric titration/Chelatorphy titration/chelating titration
Compexometric titration/Chelatorphy titration/chelating titration
Vandana Devesh Sharma
 
Unlocking the mysteries of reproduction: Exploring fecundity and gonadosomati...
Unlocking the mysteries of reproduction: Exploring fecundity and gonadosomati...Unlocking the mysteries of reproduction: Exploring fecundity and gonadosomati...
Unlocking the mysteries of reproduction: Exploring fecundity and gonadosomati...
AbdullaAlAsif1
 
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
vluwdy49
 
Deep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless ReproducibilityDeep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless Reproducibility
University of Rennes, INSA Rennes, Inria/IRISA, CNRS
 
Eukaryotic Transcription Presentation.pptx
Eukaryotic Transcription Presentation.pptxEukaryotic Transcription Presentation.pptx
Eukaryotic Transcription Presentation.pptx
RitabrataSarkar3
 
Equivariant neural networks and representation theory
Equivariant neural networks and representation theoryEquivariant neural networks and representation theory
Equivariant neural networks and representation theory
Daniel Tubbenhauer
 
20240520 Planning a Circuit Simulator in JavaScript.pptx
20240520 Planning a Circuit Simulator in JavaScript.pptx20240520 Planning a Circuit Simulator in JavaScript.pptx
20240520 Planning a Circuit Simulator in JavaScript.pptx
Sharon Liu
 
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
University of Maribor
 
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
Sérgio Sacani
 
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
yqqaatn0
 
8.Isolation of pure cultures and preservation of cultures.pdf
8.Isolation of pure cultures and preservation of cultures.pdf8.Isolation of pure cultures and preservation of cultures.pdf
8.Isolation of pure cultures and preservation of cultures.pdf
by6843629
 
Cytokines and their role in immune regulation.pptx
Cytokines and their role in immune regulation.pptxCytokines and their role in immune regulation.pptx
Cytokines and their role in immune regulation.pptx
Hitesh Sikarwar
 
Immersive Learning That Works: Research Grounding and Paths Forward
Immersive Learning That Works: Research Grounding and Paths ForwardImmersive Learning That Works: Research Grounding and Paths Forward
Immersive Learning That Works: Research Grounding and Paths Forward
Leonel Morgado
 

Recently uploaded (20)

3D Hybrid PIC simulation of the plasma expansion (ISSS-14)
3D Hybrid PIC simulation of the plasma expansion (ISSS-14)3D Hybrid PIC simulation of the plasma expansion (ISSS-14)
3D Hybrid PIC simulation of the plasma expansion (ISSS-14)
 
ESR spectroscopy in liquid food and beverages.pptx
ESR spectroscopy in liquid food and beverages.pptxESR spectroscopy in liquid food and beverages.pptx
ESR spectroscopy in liquid food and beverages.pptx
 
aziz sancar nobel prize winner: from mardin to nobel
aziz sancar nobel prize winner: from mardin to nobelaziz sancar nobel prize winner: from mardin to nobel
aziz sancar nobel prize winner: from mardin to nobel
 
waterlessdyeingtechnolgyusing carbon dioxide chemicalspdf
waterlessdyeingtechnolgyusing carbon dioxide chemicalspdfwaterlessdyeingtechnolgyusing carbon dioxide chemicalspdf
waterlessdyeingtechnolgyusing carbon dioxide chemicalspdf
 
Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...
Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...
Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...
 
THEMATIC APPERCEPTION TEST(TAT) cognitive abilities, creativity, and critic...
THEMATIC  APPERCEPTION  TEST(TAT) cognitive abilities, creativity, and critic...THEMATIC  APPERCEPTION  TEST(TAT) cognitive abilities, creativity, and critic...
THEMATIC APPERCEPTION TEST(TAT) cognitive abilities, creativity, and critic...
 
Authoring a personal GPT for your research and practice: How we created the Q...
Authoring a personal GPT for your research and practice: How we created the Q...Authoring a personal GPT for your research and practice: How we created the Q...
Authoring a personal GPT for your research and practice: How we created the Q...
 
Compexometric titration/Chelatorphy titration/chelating titration
Compexometric titration/Chelatorphy titration/chelating titrationCompexometric titration/Chelatorphy titration/chelating titration
Compexometric titration/Chelatorphy titration/chelating titration
 
Unlocking the mysteries of reproduction: Exploring fecundity and gonadosomati...
Unlocking the mysteries of reproduction: Exploring fecundity and gonadosomati...Unlocking the mysteries of reproduction: Exploring fecundity and gonadosomati...
Unlocking the mysteries of reproduction: Exploring fecundity and gonadosomati...
 
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
 
Deep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless ReproducibilityDeep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless Reproducibility
 
Eukaryotic Transcription Presentation.pptx
Eukaryotic Transcription Presentation.pptxEukaryotic Transcription Presentation.pptx
Eukaryotic Transcription Presentation.pptx
 
Equivariant neural networks and representation theory
Equivariant neural networks and representation theoryEquivariant neural networks and representation theory
Equivariant neural networks and representation theory
 
20240520 Planning a Circuit Simulator in JavaScript.pptx
20240520 Planning a Circuit Simulator in JavaScript.pptx20240520 Planning a Circuit Simulator in JavaScript.pptx
20240520 Planning a Circuit Simulator in JavaScript.pptx
 
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
 
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
 
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
 
8.Isolation of pure cultures and preservation of cultures.pdf
8.Isolation of pure cultures and preservation of cultures.pdf8.Isolation of pure cultures and preservation of cultures.pdf
8.Isolation of pure cultures and preservation of cultures.pdf
 
Cytokines and their role in immune regulation.pptx
Cytokines and their role in immune regulation.pptxCytokines and their role in immune regulation.pptx
Cytokines and their role in immune regulation.pptx
 
Immersive Learning That Works: Research Grounding and Paths Forward
Immersive Learning That Works: Research Grounding and Paths ForwardImmersive Learning That Works: Research Grounding and Paths Forward
Immersive Learning That Works: Research Grounding and Paths Forward
 

How many vertices does a random walk miss in a network with moderately increasing the number of vertices?

  • 1. How many vertices does a random walk miss in a network with moderately increasing the number of vertices? Shuji Kijima Nobutaka Shimizu Takeharu Shiraga Kyushu University The University of Tokyo Chuo University
  • 2. /28 2 Random Walk • Basic Markov chain on a graph • simple and low-memory → application in network analysis e.g., PageRank, MCMC, clustering, etc
  • 3. /28 3 Hitting Time and Cover Time • How fast does a RW spreads? • hitting time = • cover time • Many previous works studying RW on static graphs thit max u,v E[RW hits v starting from u] tcov = max u E[RW visits all vertices starting from u] [Aleliunas, Karp, Lipton, Lovász, Rackoff, 1979] [Feige, 1995] [Feige, 1995] [Matthews, 1988]
  • 4. /28 4 RW on Dynamic Graphs Real-world networks change their structure over time e.g., WWW, social network, chemical network, … [Yu, McCann, 2016] We can analyze dynamic networks using RW
  • 5. /28 5 RW on Dynamic Graphs ・ sequence of graphs s.t. . ・If all are -regular, . ・RW on recurring family (speci fi c type of ) ・All are random graph ∃ (Gt) tcov = 2Ω(n) Gt d thit = O(n2 ) Gt Gt [Avin, Kousky, Lotler, 2008] [Sauerwald, Zanetti, 2019] [Oksana and Luís, 2014] [Cai, Sauerwald, Zanetti, 2020] Most previous works consider the case of a static vertex set (i.e., for all ) V(Gt) = V t Consider RW on a sequence of graphs. G0, G1, …
  • 6. /28 6 This Work ・We consider RW on a growing graph. G1 G2 G3 G4 Gn 6
  • 7. /28 7 Our Framework ・We focus on moderately growing graphs ・Let be a function (duration ・Let be graphs s.t. ・ is obtained by adding a vertex and edges to . 𝔡 : ℕ → ℕ (G(i) )i∈ℕ V(G(i) ) = {v1, …, vi} G(i+1) G(i) 7 ・ # of unvisited vertices after RW on . Then, U = Un = Gn E[U] = ? round ・For each , perform RW of length on each . i 𝔡 (i) G(i) In this setting, we can apply analysis techniques of RW
  • 9. /28 Related Work • Most previous works studied a RW on a static vertex set. 9 [Avin, Kousky, Lotler, 2008] [Sauerwald, Zanetti, 2019] [Oksana and Luís, 2014] [Cai, Sauerwald, Zanetti, 2020] ・The only exception is [Cooper, Frieze, 2002], who considered RW on growing preferential attachment model with constant . They proved that (as ) 𝔡 (i) E[U]/n → const n → ∞
  • 10. /28 10 Observations ・If , then, the RW visits all vertices at each round. 𝔡 (i) ≫ tcov(G(i) ) 10 ・Suppose for all . Then, 𝔡 (i) ≥ (1 + ϵ)thit(G(i) ) i E[U] = n ∑ i=1 Pr[vi is unvisited] = O(1) . Pr[vi is unvisited] = Pr ⋀ j≥i {vi is unvisited at j-th round} -th arrival vertex (i.e., i V(Gi)∖V(Gi−1) ≤ (1 + ϵ)−(n−i+1) Therefore, ・How about ? 𝔡 (i) ≪ thit(G(i) )
  • 11. /28 11 Results 11 Theorem 1 Consider a lazy and reversible RW on a moderately growing graph. If , then . 𝔡 (i) ≥ 3Cthit(G(i) ) N + 2tmix(G(i) ) E[U] ≤ 8N + 32 ・Result for graphs with (e.g., expander graphs) thit(G(i) ) ≫ tmix(G(i) ) ・We cannot apply Theorem 1 if (e.g., path) thit(G(i) ) ≈ tmix(G(i) ) ・At each round, RW mixes enough since 𝔡 (i) ≥ 2tmix(G(i) )
  • 12. /28 12 Results 12 Theorem 2 (informal) Consider a lazy simple RW on a growing graph. Suppose that and Then, . |E(G(i) )| |E(G(i−1))| ≤ 1 + O(i−1 ) 𝔡 (i) ≥ Ω ( thit(Gi) iγ ) E[U] = O(nγ ) ・We can apply Theorem 2 if the edges moderately increase. (e.g., path)
  • 13. /28 13 Example 13 There is a const such that, for any , C > 0 γ ∈ [0,1] On a growing complete graph, ・ ・ 𝔡 (i) ≥ Ci1−γ ⇒ E[U] = O(nγ ) 𝔡 (i) ≤ Ci1−γ ⇒ E[U] = Ω(nγ ) On a growing path ・ ・ 𝔡 (i) ≥ Ci2−γ ⇒ E[U] = O(nγ ) 𝔡 (i) ≤ Ci2−γ ⇒ E[U] = Ω(nγ ) *Lower bounds are shown by an ad-hoc way
  • 14. /28 14 Idea of Proof 14 1. As a warm up, consider a growing complete graph. 2. We extend the argument to the general case Theorem 2 (reminder) Consider a lazy simple RW on a growing graph. Suppose that and Then, . |E(G(i) )| |E(G(i−1))| ≤ 1 + O(i−1 ) 𝔡 (i) ≥ Ω ( thit(Gi) iγ ) E[U] = O(nγ )
  • 15. /28 15 Warm Up: Complete Graph 15 ・Suppose has a self loop on each vertex. G(i) = Ki RW visit w.p. v ∈ V(G(i) ) 1/i ・Pr[v is unvisited during round i] = ( 1 − 1 i ) (i) Pr[vi is unvisited all the time] = n ∏ j=i ( 1 − 1 j ) (j) E[U] = n ∑ i=1 n ∏ j=i ( 1 − 1 j ) 𝔡 (j)
  • 16. /28 16 Warm Up: Complete Graph 16 ・Upper bound: 𝔡 (i) ≥ Ci1−γ ⇒ E[U] = O(nγ ) Evaluate E[U] = n ∑ i=1 n ∏ j=i ( 1 − 1 j ) 𝔡 (j) n ∏ j=i ( 1 − 1 j ) 𝔡 (i) ≤ exp − n ∑ j=i C jγ ≤ exp ( −(n − i + 1) C nγ ) . E[U] ≤ n ∑ i=1 exp ( −(n − i + 1) C nγ ) = O(nγ ) . Hence □
  • 17. /28 17 Warm Up: Complete Graph 17 ・Lower bound: 𝔡 (i) ≤ Ci1−γ ⇒ E[U] = Ω(nγ ) Evaluate E[U] = n ∑ i=1 n ∏ j=i ( 1 − 1 j ) 𝔡 (j) n ∏ j=i ( 1 − 1 j ) 𝔡 (i) ≥ n ∏ j=i ( 1 − 1 j ) Cn1−γ = ( i − 1 n ) Cn1−γ . E[U] ≥ n ∑ i=1 ( i − 1 n ) Cn1−γ = Ω(nγ ) Hence □
  • 18. /28 18 Extend to General Graph 18 E[U] = n ∑ i=1 n ∏ j=i ( 1 − 1 j ) 𝔡 (j) On , for any and , Ki u, v ∈ V(Ki) t Pr[τu,v > t] = ( 1 − 1 i ) t * = time for RW to visit starting from τu,v v u
  • 19. /28 19 Extend to General Graph 19 E[U] = n ∑ i=1 n ∏ j=i ( 1 − 1 j ) 𝔡 (j) On , for any and , Ki u, v ∈ V(Ki) t Pr[τu,v > t] = ( 1 − 1 i ) t * = time for RW to visit starting from τu,v v u * Lazy, irreducible, and lazy RW * is the stationary dist. π ∈ [0,1]V [Aldous, Fill, 2002], [Oliveira, Peres, 2019] generalize For any and , v ∈ V(G) t Pr u∼π [τu,v > t] ≤ ( 1 − 1 thit ) t
  • 20. /28 20 Extend to General Graph 20 E[U] = n ∑ i=1 n ∏ j=i ( 1 − 1 j ) 𝔡 (j) On , for any and , Ki u, v ∈ V(Ki) t Pr[τu,v > t] = ( 1 − 1 i ) t * = time for RW to visit starting from τu,v v u * Lazy, irreducible, and lazy RW * is the stationary dist. π ∈ [0,1]V [Aldous, Fill, 2002], [Oliveira, Peres, 2019] E[U] ≤ n ∑ i=1 n ∏ j=i ( 1 − 1 thit(G(j))) 𝔡 (j) 🤔 generalize For any and , v ∈ V(G) t Pr u∼π [τu,v > t] ≤ ( 1 − 1 thit ) t
  • 21. /28 E[U] ≤ n ∑ i=1 n ∏ j=i ( 1 − 1 thit(G(j))) 𝔡 (j) 21 Extend to General Graph 21 E[U] = n ∑ i=1 n ∏ j=i ( 1 − 1 j ) 𝔡 (j) On , for any and , Ki u, v ∈ V(Ki) t Pr[τu,v > t] = ( 1 − 1 i ) t * = time for RW to visit starting from τu,v v u * Lazy, irreducible, and lazy RW * is the stationary dist. π ∈ [0,1]V [Aldous, Fill, 2002], [Oliveira, Peres, 2019] 😓 generalize For any and , v ∈ V(G) t Pr u∼π [τu,v > t] ≤ ( 1 − 1 thit ) t Our graph is dynamic changes over time π
  • 22. /28 22 Extend to General Graph 22 E[U] ≤ n ∑ i=1 n ∏ j=i ( 1 − 1 thit(G(j))) 𝔡 (j) Lemma E[U] ≤ O(1) ⋅ n ∑ i=1 n ∏ j=i max v∈V(G(j) ) π(j−1) (v) π(j)(v) ( 1 − 1 thit(G(j))) (j) = is stationary dist. of π(j) G(j) If changes moderately, then we can evaluate . π(i) E[U] 😓 😄
  • 23. /28 23 Proof Sketch 23 Pr[vi is unvisited] ≈ ∏ j≥i (ratio between and ) Xt π(j) × Pr u∼π [τu,v > t] If , this term . 𝔡 (j) ≥ tmix(G(j) ) ≈ 1 [Aldous, Fill, 2002], [Oliveira, Peres, 2019] For any and , v ∈ V(G) t Pr u∼π [τu,v > t] ≤ ( 1 − 1 thit ) t * can be much less than the mixing time 😓 𝔡 (j) * = is stationary dist. of π(j) G(j)
  • 24. /28 24 Behavior of RW 24 On a static graph, distribution of RW → π π [0,1]V dist of Xt t → ∞ On a dynamic graph, changes over time π π(i) dist of Xt t → ∞ π(i+1)
  • 25. /28 25 Behavior of RW 25 On a static graph, distribution of RW → π π [0,1]V dist of Xt t → ∞ On a dynamic graph, changes over time π π(i) dist of Xt t → ∞ π(i+1) If changes moderately, we can bound the distance π
  • 26. /28 26 Extend to General Graph 26 Lemma E[U] ≤ O(1) ⋅ n ∑ i=1 n ∏ j=i max v∈V(G(j) ) π(j−1) (v) π(j)(v) ( 1 − 1 thit(G(j))) (j) = is stationary dist. of π(j) G(j) If changes moderately, then we can evaluate . π(i) E[U]
  • 27. /28 27 Proof via Lemma 27 From assumption, Theorem 2 (reminder) Consider a lazy simple RW on a growing graph. Suppose that and . Then, . |E(G(i) )| |E(G(i−1))| ≤ 1 + O(i−1 ) 𝔡 (i) ≥ Ω ( thit(Gi) iγ ) E[U] = O(nγ ) π(i−1) (v) π(i)(v) = deg(i−1) (v) 2|E(G(i−1))| ⋅ 2|E(G(i) )| deg(i)(v) ≤ |E(G(i) )| |E(G(i−1) | ≤ 1 + O(i−1 ) Then, max v∈V(G(j) ) π(j−1) (v) π(j)(v) ( 1 − 1 thit(G(j))) 𝔡 (j) ≤ ( 1 − 1 thit(G(j))) (j)−O ( thit(G(j)) j ) ≈ ( 1 − 1 thit(G(j))) (j) Hence, E[U] ≤ O(1) ⋅ n ∑ i=1 n ∏ j=i ( 1 − 1 thit(G(j))) 𝔡 (j)
  • 28. /28 28 Conclusion 28 ・We introduce RW on growing graphs. ・Analysis is tractable If changes moderately. π ・Can we apply techniques of previous works to the growing setting? Future Direction ・Hitting time, mixing time, etc on growing graphs. [Avin, Kousky, Lotler, 2008] [Sauerwald, Zanetti, 2019] [Oksana and Luís, 2014] [Cai, Sauerwald, Zanetti, 2020]