Combinining ABM and Neural Network

The tradional ABM is a prowerful tool that invovlves the social simulation of each individual in the model and addresses a series of “what-if” questions, which can have long lasting implications on our future.

However, the real-world implementation of ABM can suffer from slow simulations due to the scale invovlved, and the model calibration becomes challenging and very time-consuming due to the large number of parameters. To overcome these issues, Ayush et al. (2023) introduced a novel differentiable ABM framework called GradABM, which integrates the Gated Reccurrent Unit (GRU) with a tensorized ABM.).

The GradABM framework offers significant advanatgaes over traditional ABM:

pic1

In June-NZ, we propose adopting the approach outlined in Ayush et al. (2023), and apply it in New Zealand’s context.

Thw following equation summarizes the process of combinining a temporal based neural network (e.g., RNN, GRU or LSTM) with a tensorized ABM.

pic2

In contrast to the original paper, in JUNE_NZ:

  • We have incorporated an additional uncertainty tensor in the neural network to account for agents that may not be adequately represented by the input graph representations.

  • Instead of using GRU, an LSTM is used to generate the condensed representations of temporal evolution of disease characteristics

  • The number of learnable parmaters are increased from 3 to 8 (covering the parameters from mortality rate, exposed to infected time to a bunch of infection related __Gamma__ function paramters.).

Results comparisons

The following figures show the outputs from various experiments. The model (if a neural network is applied) is trained using a sample dataset from New Zealand, which has a population of 100,000, and the death rate of COVID-19 in May and June 2021.

Experiment configuration (70 days simulation)

Experiment

Tensorized ABM

Coupling LSTM

Uncertainty

exp1

Yes

Yes

Yes

exp2

Yes

Yes

No

exp3

Yes

No

No

The edges for the graph network for different types of interaction groups can be seen below (the x-axis represents different venues, while the y-axis shows the number of people in that particular venue):

pic12 pic13 pic14 pic15 pic16 pic17 pic18 pic19 pic20

Experiment 1

pic3 pic4 pic5

Experiment 2

pic6 pic7 pic8

Experiment 3

pic9 pic10 pic11