Abstract

Background

Research Question

  1. What is the change of the cost when the network of Tokyo Metro system experiences a sequence of node attacks and node failures?

  2. What is the change of the remaining passengers’ in connections when the network of Tokyo Metro experiences a sequence of node attacks and node failures ?

Dataset

(*Kokkai-gijidomae and Tameike-sanno are concerned as one node(station) in the data of Tokyo Metro.)

Network Figure

Fig.1. Tokyo Metro Network

Fig.1. Tokyo Metro Network

Method

1. Approach

A. Modified Node Attack
  • Step 1. Find the node(s) with highest degree. (Original)

  • Step 2. Remove the node with highest average passengers among them.

B. Node failure
  • Randomly remove one nodes from the network.

2. Measurement

A. Global Efficiency
  • Denotes \(n\) as the # of nodes, \(d(i,j)\) as the length of the shortest path between node \(i\) and \(j\).

\[E(G)=\frac{1}{n(n-1)}\sum_{i\neq j\in{G}}\bigg(\frac{1}{d(i,j)}\bigg)\]

\[E_{glob}(G)=\frac{E(G)}{E(G^{ideal})}\]

B. Application: Largest Connected Passengers
  • Step 1. Summarize the number of passengers of nodes(stations) in each component.

\[CP_{k}=\sum_{i\in{C_{k}}}(Popu_{i})\]

  • Step 2. Find the one with most passenges.

\[LCP(G)=\max_{C_{k}\in{G}}{CP_{k}}\]

Results

  1. Network Figure
Fig.2. Node Attack on the network

Fig.2. Node Attack on the network

Fig.3. Node Failure on the network

Fig.3. Node Failure on the network

  1. Example of the component with largest amount of passengers during node attack and node failure.
Fig.4. Comparison.

Fig.4. Comparison.

  1. Comparison of LCP and global efficiency
Fig.5. Ratio of Largest Connected Passengers.

Fig.5. Ratio of Largest Connected Passengers.

Fig.6. Global Efficiency.

Fig.6. Global Efficiency.

Discussion

References

  1. 路線・駅の情報.(2018, December 29th). Retrieved from https://www.tokyometro.jp/station/index.html

  2. 各駅の乗降人員ランキング.(2018, December 29th). Retrieved from https://www.tokyometro.jp/corporate/enterprise/passenger_rail/transportation/passengers/index.html

  3. Traffic Performance by Station.(2018, December 29th). Retrieved from https://www.tokyometro.jp/lang_en/corporate/enterprise/transportation/ranking/index.html

  4. Wikipedia - Efficiency (network science).(2018, July 26th). Retrieved from https://en.wikipedia.org/wiki/Efficiency_(network_science)